summaryrefslogtreecommitdiff
path: root/vpxdec.c
AgeCommit message (Expand)Author
2014-01-31remove duplicate const from vpx_codec_iface_t useJames Zern
2014-01-28vpxdec: restoring old md5 behavior for y4m files.Dmitry Kovalev
2014-01-24Merge "Revert external frame buffer code."Frank Galligan
2014-01-24Revert external frame buffer code.Frank Galligan
2014-01-23vpxdec: grouping together code with the same if conditionsDmitry Kovalev
2014-01-22vpxdec: Disable writing of Y4M header when --md5 argument is specified.Dmitry Kovalev
2014-01-22Merge "Removing out_open() & out_close() functions from vpxdec."Dmitry Kovalev
2014-01-22Tidy up comments & remove commented out code.Adrian Grange
2014-01-22Removing out_open() & out_close() functions from vpxdec.Dmitry Kovalev
2014-01-17Moving y4m encoding functions into separate files.Dmitry Kovalev
2014-01-17Adding vpx_image_scale() function in vpxdec.Dmitry Kovalev
2014-01-17Removing out_put() function from vpxdec.c.Dmitry Kovalev
2014-01-15Removing VP8_FOURCC_MASK & VP9_FOURCC_MASK.Dmitry Kovalev
2014-01-15Merge "Removing VpxInputContext dependency from {ivf, raw}_read_frame()."Dmitry Kovalev
2014-01-14Merge "Change the strategy for deciding the display size"Adrian Grange
2014-01-13Removing VpxInputContext dependency from {ivf, raw}_read_frame().Dmitry Kovalev
2014-01-13Change the strategy for deciding the display sizeAdrian Grange
2014-01-13Adding raw_read_frame() function to vpxdec.Dmitry Kovalev
2013-12-27Removing CONFIG_MD5.Dmitry Kovalev
2013-12-15Add frame buffer lru cache.Frank Galligan
2013-12-15Add support to pass in external frame buffers.Frank Galligan
2013-12-04Modified spatial scalable encoder & unit testsAdrian Grange
2013-11-22Merge "Fix bug in extend_frame chroma extended too far"Yaowu Xu
2013-11-22Fix decoder to handle display size correctlyAdrian Grange
2013-11-22Fix bug in extend_frame chroma extended too farAdrian Grange
2013-11-19vpxdec: Relocate WebM input support.Tom Finegan
2013-11-18vpxdec: Include frame number when decode fails.Tom Finegan
2013-11-16vpxdec: Restore IVF support.Tom Finegan
2013-11-15vpx[dec|enc]: Extract IVF support from the apps.Tom Finegan
2013-11-11vpx[dec|enc]: Clean up target OS based IO focused preproc abuse.Tom Finegan
2013-11-06Move WebM writing support out of vpxenc.c.Tom Finegan
2013-10-24vpxdec: Fix webm fps check.Frank Galligan
2013-06-12vpxdec: add --loops optionJohn Koleszar
2013-06-11Merge branch 'master' into experimentalJohn Koleszar
2013-06-10Fix a crash in vpxdecJohn Koleszar
2013-06-07Modified vpxdec loopScott LaVarnway
2013-05-09Subsampling aware allocs and bitstreamJohn Koleszar
2013-04-30Change to fourcc to enable decoding of ffmpeg files.Jim Bankoski
2013-04-29Change to fourcc to enable decoding of ffmpeg files.Jim Bankoski
2013-04-18vpxdec: correct VP[89] fourccsJames Zern
2013-03-11vpxdec: fix use of uninitialized do_scale argumentJohn Koleszar
2013-03-04vpxdec: support scaling outputJohn Koleszar
2012-11-15webm: add support for V_VP9John Koleszar
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-07Rough merge of master into experimentalJohn Koleszar
2012-11-06vpxdec: merge with masterJohn Koleszar
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje
2012-10-11added the ablility to skip first n frames for vpxdecYaowu Xu
2012-09-19Moved vp8dx_get_raw_frame() call to vp8_get_frame()Scott LaVarnway
2012-08-20silent compiling warnings for VC9 buildYaowu Xu