summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263.c
Commit message (Expand)AuthorAgeFilesLines
* Drop unnecessary unary.h #includesDiego Biurrun2016-06-081-1/+0
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
* mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-121-3/+0
* h263: Convert function to macroVittorio Giovara2015-04-281-13/+0
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-4/+4
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-081-16/+16
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-3/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-24/+24
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* Drop DCTELEM typedefDiego Biurrun2013-01-221-1/+1
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-4/+4
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-24/+24
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-231-4/+4
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-1898/+3
* Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.Michael Niedermayer2010-01-081-98/+0
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-081-37/+37
* Add a few CONFIG_MPEG4_DECODER that should be there.Michael Niedermayer2010-01-081-2/+2
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-3727/+15
* Add some const qualifiers.Michael Niedermayer2010-01-071-2/+2
* Document decide_ac_pred() and restore_ac_coeffs().Michael Niedermayer2010-01-071-0/+14
* Move restore_ac_coeffs() call into decode_ac_pred().Michael Niedermayer2010-01-071-3/+6
* Move restore_ac_coeffs() up so its declared before its use.Michael Niedermayer2010-01-071-23/+23
* More doxyMichael Niedermayer2010-01-071-0/+7
* Factorize if() surrounding every ff_h263_show_pict_info() call.Michael Niedermayer2010-01-071-2/+2
* Split out intel H263 decoder.Michael Niedermayer2010-01-071-97/+2
* Split flv decoding out.Michael Niedermayer2010-01-071-94/+2
* Split out flv encoding.Michael Niedermayer2010-01-071-61/+3
* Document aspect_to_info().Michael Niedermayer2010-01-071-0/+5
* Cleanup aspect_to_info().Michael Niedermayer2010-01-071-6/+5
* Document several more things.Michael Niedermayer2010-01-071-0/+17
* Document *VLC_BITS.Michael Niedermayer2010-01-071-0/+4
* Simplify h263_get_picture_format().Michael Niedermayer2010-01-071-9/+6
* Add a few explanatory comments to cornercase workarounds.Diego Biurrun2010-01-051-2/+5
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-011-1/+1
* cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.Diego Biurrun2009-12-301-493/+478
* 10l: Move ff_mpeg4_pred_dc() to an appropriate place.Diego Biurrun2009-12-301-79/+79
* cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.Diego Biurrun2009-12-301-579/+572
* cosmetics: Move H.263-related functions around to avoid forward declarations.Diego Biurrun2009-12-301-408/+398
* cosmetics: Remove pointless '#if 1' preprocessor directives.Diego Biurrun2009-12-281-6/+0
* Remove commented-out debug console output.Diego Biurrun2009-12-271-45/+0
* cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.Diego Biurrun2009-12-271-13/+14
* Improve time_increment_bits guessing code.Michael Niedermayer2009-12-091-1/+5
* Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer2009-12-031-14/+0
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-161-4/+4
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-301-3/+1
OpenPOWER on IntegriCloud