summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* vp3: Assert on invalid filter_limit values.Dale Curtis2012-04-12
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* vp3: fix streams with non-zero last coefficientJanne Grunau2012-01-05
* vp3dec: Check coefficient index in vp3_dequant()Reinhard Tartler2011-12-23
* vp3: Reorder some functions to fix VP3 build with Theora disabled.Diego Biurrun2011-12-20
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-02
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-19
* vp3: remove some pointless commentsDiego Biurrun2011-11-02
* vp3: fix oob read for negative tokens and memleaks on error.Ronald S. Bultje2011-10-28
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-20
* w32threads: support for frame multithreadingSteven Walters2011-10-16
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-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
* 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