aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* vp3: fix oob read for negative tokens and memleaks on error.Ronald S. Bultje2011-11-041-14/+45
* Merge remote-tracking branch 'khirnov/release/0.7' into release/0.8Michael Niedermayer2011-09-221-0/+22
|\
| * vp3/theora: flush after seek.Ronald S. Bultje2011-09-111-0/+22
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje2011-03-021-0/+1
| * Fix VP3 edge emulationDavid Conrad2011-02-191-2/+1
| * VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser2011-02-181-14/+6
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * vp3: Frame-based multithreading supportAlexander Strange2011-02-091-23/+131
| * vp3: Move table allocation code into a new functionAlexander Strange2011-02-051-23/+33
| * vp3: Factor out expressionAlexander Strange2011-02-051-4/+5
| * Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-1/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
* | vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje2011-03-031-0/+1
* | Fix VP3 edge emulationDavid Conrad2011-02-201-2/+1
* | VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser2011-02-201-14/+6
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | vp3: Frame-based multithreading supportAlexander Strange2011-02-111-23/+131
* | vp3: Move table allocation code into a new functionAlexander Strange2011-02-061-23/+33
* | vp3: Factor out expressionAlexander Strange2011-02-061-4/+5
* | Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-301-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
|/
* VP3: remove an unnecessary static variableAlexander Strange2011-01-171-4/+2
* Remove dead code in theora_decode_tablesJason Garrett-Glaser2010-10-261-8/+2
* Reindent after r25573Jason Garrett-Glaser2010-10-261-6/+6
* Fix Theora decoding bug if loopfilter is completely disabledJason Garrett-Glaser2010-10-261-0/+2
* Only draw the actually visible area in vp3_draw_horiz_band.Reimar Döffinger2010-09-081-4/+2
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Fix slice height for y position calculation for vp3_draw_horiz_bandReimar Döffinger2010-09-061-1/+1
* Fix vp3_draw_horiz_band to not produce completely chaotical valuesReimar Döffinger2010-09-061-1/+1
* VP3/Theora: validate aspect and reduce it before exporting itReimar Döffinger2010-09-061-3/+8
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Fix vp3_draw_horiz_band to calculate chroma offsets correctlyReimar Döffinger2010-06-081-1/+1
* vp3: Skip the loop filter when strength is 0 or when requestedDavid Conrad2010-05-271-1/+6
* theora: Don't read an excess bit for maximum length long bit runs if the runDavid Conrad2010-05-251-18/+24
* theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)David Conrad2010-04-211-23/+23
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* vp3: Use avctx pointer directlyDavid Conrad2010-04-171-2/+2
* vp3: Read fps and aspect ratio in the decoderDavid Conrad2010-04-171-4/+10
* vp3: Don't crop if there's a left/top offset, it's wrongDavid Conrad2010-04-171-3/+5
* vp3: DC-only IDCTDavid Conrad2010-04-171-3/+5
* vp3: More buffer length checksDavid Conrad2010-04-161-4/+9
* vp3: Remove internal debug statementDavid Conrad2010-04-161-2/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* vp3: Split out motion vectors to their own arrayDavid Conrad2010-03-131-23/+27
* theora: Add support for 4:2:2 and 4:4:4 subsamplingDavid Conrad2010-03-131-37/+92
* vp3: remove unneeded error, this is internal and doesn't happenDavid Conrad2010-03-131-5/+0