summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* vp3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-4/+5
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-151-5/+8
* vp3: Embed idct_permutation array directly in VP3DecoderContextRonald S. Bultje2013-04-081-3/+5
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-69/+103
* Drop DCTELEM typedefDiego Biurrun2013-01-221-4/+4
* vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje2013-01-211-1/+1
* Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje2013-01-191-1/+1
* vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-191-3/+2
* theora: Skip zero-sized headersMartin Storsjö2013-01-171-0/+2
* vp3: Fix double free in vp3_decode_end()Ronald Bultje2013-01-101-9/+9
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-2/+4
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-131-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-4/+4
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-181-11/+11
* vp3: Assert on invalid filter_limit values.Dale Curtis2012-04-121-0/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-21/+23
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-9/+9
* vp3: fix streams with non-zero last coefficientJanne Grunau2012-01-051-0/+2
* vp3dec: Check coefficient index in vp3_dequant()Reinhard Tartler2011-12-231-2/+12
* 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
OpenPOWER on IntegriCloud