summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
* vp3dec: set key_frame field of AVFrameJoakim Plate2011-09-10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-26
|\
| * doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-29
|\|
| * vp3/theora: flush after seek.Ronald S. Bultje2011-07-28
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje2011-03-02
| * Fix VP3 edge emulationDavid Conrad2011-02-19
| * VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser2011-02-18
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * vp3: Frame-based multithreading supportAlexander Strange2011-02-09
| * vp3: Move table allocation code into a new functionAlexander Strange2011-02-05
| * vp3: Factor out expressionAlexander Strange2011-02-05
| * Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje2011-03-03
* | Fix VP3 edge emulationDavid Conrad2011-02-20
* | VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser2011-02-20
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | vp3: Frame-based multithreading supportAlexander Strange2011-02-11
* | vp3: Move table allocation code into a new functionAlexander Strange2011-02-06
* | vp3: Factor out expressionAlexander Strange2011-02-06
* | Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* VP3: remove an unnecessary static variableAlexander Strange2011-01-17
* Remove dead code in theora_decode_tablesJason Garrett-Glaser2010-10-26
* Reindent after r25573Jason Garrett-Glaser2010-10-26
* Fix Theora decoding bug if loopfilter is completely disabledJason Garrett-Glaser2010-10-26
* Only draw the actually visible area in vp3_draw_horiz_band.Reimar Döffinger2010-09-08
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Fix slice height for y position calculation for vp3_draw_horiz_bandReimar Döffinger2010-09-06
* Fix vp3_draw_horiz_band to not produce completely chaotical valuesReimar Döffinger2010-09-06
* VP3/Theora: validate aspect and reduce it before exporting itReimar Döffinger2010-09-06
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Fix vp3_draw_horiz_band to calculate chroma offsets correctlyReimar Döffinger2010-06-08
* vp3: Skip the loop filter when strength is 0 or when requestedDavid Conrad2010-05-27
* theora: Don't read an excess bit for maximum length long bit runs if the runDavid Conrad2010-05-25
* theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)David Conrad2010-04-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* vp3: Use avctx pointer directlyDavid Conrad2010-04-17
* vp3: Read fps and aspect ratio in the decoderDavid Conrad2010-04-17
* vp3: Don't crop if there's a left/top offset, it's wrongDavid Conrad2010-04-17
* vp3: DC-only IDCTDavid Conrad2010-04-17
* vp3: More buffer length checksDavid Conrad2010-04-16
* vp3: Remove internal debug statementDavid Conrad2010-04-16