summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\
| * vp3: remove some pointless commentsDiego Biurrun2011-11-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-30
|\|
| * vp3: fix oob read for negative tokens and memleaks on error.Ronald S. Bultje2011-10-28
* | Reuse vp3_decode_flush instead of duplicating it.Reimar Döffinger2011-10-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-17
|\|
| * w32threads: support for frame multithreadingSteven Walters2011-10-16
* | 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