summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
...
* 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
* 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
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* vp3: Split out motion vectors to their own arrayDavid Conrad2010-03-13
* theora: Add support for 4:2:2 and 4:4:4 subsamplingDavid Conrad2010-03-13
* vp3: remove unneeded error, this is internal and doesn't happenDavid Conrad2010-03-13
* vp3: Make fragment_width _height by planeDavid Conrad2010-03-13
* vp3: we only need a temp MV array of size 4David Conrad2010-03-13
* vp3: Use memset to clear the fragment arrayDavid Conrad2010-03-13
* vp3: Init MVs to 0David Conrad2010-03-13
* vp3: Simplify init_block_mappingDavid Conrad2010-03-13
* vp3: avoid buffer overread in coeff decodeDavid Conrad2010-03-10
* vp3: correctly clip vp3_draw_horiz_band callDavid Conrad2010-03-09
* vp3: Set pict_typeDavid Conrad2010-03-09
* vp3: Allocate a dummy reference frame if we have no keyframeDavid Conrad2010-03-09
* vp3: use FF_BUFFER_TYPE_COPYDavid Conrad2010-03-09
* vp3: Don't leak buffers on errorsDavid Conrad2010-03-09
* vp3: Simplify buffer managementDavid Conrad2010-03-09
* vp3: be less spammy on broken filesDavid Conrad2010-03-09
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06