summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* vp3: Reorder some functions to fix VP3 build with Theora disabled.Diego Biurrun2011-12-201-77/+74
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-021-3/+4
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-1/+3
* vp3: remove some pointless commentsDiego Biurrun2011-11-021-9/+0
* vp3: fix oob read for negative tokens and memleaks on error.Ronald S. Bultje2011-10-281-14/+45
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-201-1/+1
* w32threads: support for frame multithreadingSteven Walters2011-10-161-4/+4
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-261-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-20/+16
* vp3/theora: flush after seek.Ronald S. Bultje2011-07-281-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
* 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
* vp3: Make fragment_width _height by planeDavid Conrad2010-03-131-22/+24
* vp3: we only need a temp MV array of size 4David Conrad2010-03-131-18/+6
* vp3: Use memset to clear the fragment arrayDavid Conrad2010-03-131-17/+1