summaryrefslogtreecommitdiff
path: root/vpxdec.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Merge "Change the strategy for deciding the display size"Adrian Grange1-16/+26
2014-01-13Removing VpxInputContext dependency from {ivf, raw}_read_frame().Dmitry Kovalev1-4/+3
2014-01-13Change the strategy for deciding the display sizeAdrian Grange1-16/+26
2014-01-13Adding raw_read_frame() function to vpxdec.Dmitry Kovalev1-47/+51
2013-12-27Removing CONFIG_MD5.Dmitry Kovalev1-12/+1
2013-12-15Add frame buffer lru cache.Frank Galligan1-2/+14
2013-12-15Add support to pass in external frame buffers.Frank Galligan1-1/+53
2013-12-04Modified spatial scalable encoder & unit testsAdrian Grange1-1/+1
2013-11-22Merge "Fix bug in extend_frame chroma extended too far"Yaowu Xu1-1/+4
2013-11-22Fix decoder to handle display size correctlyAdrian Grange1-4/+11
2013-11-22Fix bug in extend_frame chroma extended too farAdrian Grange1-1/+4
2013-11-19vpxdec: Relocate WebM input support.Tom Finegan1-193/+22
2013-11-18vpxdec: Include frame number when decode fails.Tom Finegan1-5/+4
2013-11-16vpxdec: Restore IVF support.Tom Finegan1-0/+3
2013-11-15vpx[dec|enc]: Extract IVF support from the apps.Tom Finegan1-215/+118
2013-11-11vpx[dec|enc]: Clean up target OS based IO focused preproc abuse.Tom Finegan1-15/+0
2013-11-06Move WebM writing support out of vpxenc.c.Tom Finegan1-15/+5
2013-10-24vpxdec: Fix webm fps check.Frank Galligan1-0/+9
2013-06-12vpxdec: add --loops optionJohn Koleszar1-1/+27
2013-06-11Merge branch 'master' into experimentalJohn Koleszar1-18/+31
2013-06-10Fix a crash in vpxdecJohn Koleszar1-1/+1
2013-06-07Modified vpxdec loopScott LaVarnway1-18/+31
2013-05-09Subsampling aware allocs and bitstreamJohn Koleszar1-6/+26
2013-04-30Change to fourcc to enable decoding of ffmpeg files.Jim Bankoski1-2/+2
2013-04-29Change to fourcc to enable decoding of ffmpeg files.Jim Bankoski1-2/+2
2013-04-18vpxdec: correct VP[89] fourccsJames Zern1-2/+2
2013-03-11vpxdec: fix use of uninitialized do_scale argumentJohn Koleszar1-2/+2
2013-03-04vpxdec: support scaling outputJohn Koleszar1-1/+33
2012-11-15webm: add support for V_VP9John Koleszar1-3/+8
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar1-6/+7
2012-11-07Rough merge of master into experimentalJohn Koleszar1-6/+9
2012-11-06vpxdec: merge with masterJohn Koleszar1-23/+40
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje1-8/+8
2012-10-11added the ablility to skip first n frames for vpxdecYaowu Xu1-1/+15
2012-09-19Moved vp8dx_get_raw_frame() call to vp8_get_frame()Scott LaVarnway1-0/+5
2012-08-20silent compiling warnings for VC9 buildYaowu Xu1-5/+6
2012-07-23Dll build of libvpxJim Bankoski1-10/+12
2012-07-17Restyle codeJohn Koleszar1-877/+787
2012-06-11Fix pedantic compiler warningsJohn Koleszar1-7/+8
2012-06-04Explicitly discard fwrite/fread return valuesJohann1-1/+1
2012-03-15WebM Experimental Codec Branch SnapshotYaowu Xu1-11/+1
2012-01-05Multiframe quality enhancement postprocessingDeb Mukherjee1-1/+8
2011-11-09vpxdec: avoid redefining fileno() on mingwJames Zern1-1/+1
2011-09-22vpxdec updated to use !feof() instead of *buf_sz in readframe()James Berry1-1/+1
2011-05-19Adding error-concealment to the decoder.Stefan Holmer1-1/+13
2011-05-09clean up unused variable warningsJohann1-2/+0
2011-04-27vpxdec: test for frame corruptionJohn Koleszar1-1/+14
2011-01-28Adds "armvX-none-rvct" targetsTero Rintaluoma1-10/+14
2010-11-23vpxdec: fix use of uninitialized memory for raw filesJohn Koleszar1-0/+2
2010-11-10postproc : Re-work posproc calling to allow more flags.Fritz Koenig1-1/+76