summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-12
|
* h263: Convert function to macroVittorio Giovara2015-04-28
|
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
|
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
|
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-08
|
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
|
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
|
* Drop DCTELEM typedefDiego Biurrun2013-01-22
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
|
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
| | | | | FF_COMMON_FRAME holds the contents of the AVFrame structure and is also copied to struct Picture. Replace by an embedded AVFrame structure in struct Picture.
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-23
| | | | | | Also revert the related error concealment hotfix. Originally committed as revision 22640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-09
| | | | Originally committed as revision 21109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.Michael Niedermayer2010-01-08
| | | | Originally committed as revision 21104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-08
| | | | Originally committed as revision 21098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a few CONFIG_MPEG4_DECODER that should be there.Michael Niedermayer2010-01-08
| | | | Originally committed as revision 21082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-07
| | | | Originally committed as revision 21079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some const qualifiers.Michael Niedermayer2010-01-07
| | | | Originally committed as revision 21064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document decide_ac_pred() and restore_ac_coeffs().Michael Niedermayer2010-01-07
| | | | Originally committed as revision 21063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move restore_ac_coeffs() call into decode_ac_pred().Michael Niedermayer2010-01-07
| | | | | | This makes decode_ac_pred() easier to understand. Originally committed as revision 21062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move restore_ac_coeffs() up so its declared before its use.Michael Niedermayer2010-01-07
| | | | Originally committed as revision 21061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More doxyMichael Niedermayer2010-01-07
| | | | Originally committed as revision 21060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize if() surrounding every ff_h263_show_pict_info() call.Michael Niedermayer2010-01-07
| | | | Originally committed as revision 21058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out intel H263 decoder.Michael Niedermayer2010-01-07
| | | | Originally committed as revision 21054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split flv decoding out.Michael Niedermayer2010-01-07
| | | | Originally committed as revision 21051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out flv encoding.Michael Niedermayer2010-01-07
| | | | Originally committed as revision 21050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document aspect_to_info().Michael Niedermayer2010-01-07
| | | | Originally committed as revision 21049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup aspect_to_info().Michael Niedermayer2010-01-07
| | | | Originally committed as revision 21048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document several more things.Michael Niedermayer2010-01-07
| | | | Originally committed as revision 21047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document *VLC_BITS.Michael Niedermayer2010-01-07
| | | | Originally committed as revision 21046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify h263_get_picture_format().Michael Niedermayer2010-01-07
| | | | Originally committed as revision 21045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a few explanatory comments to cornercase workarounds.Diego Biurrun2010-01-05
| | | | Originally committed as revision 21030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-01
| | | | | | consistent with r19122. Originally committed as revision 20989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.Diego Biurrun2009-12-30
| | | | Originally committed as revision 20981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Move ff_mpeg4_pred_dc() to an appropriate place.Diego Biurrun2009-12-30
| | | | | | | It is used by both encoders and decoders and should not be below a CONFIG_ENCODERS preprocessor check. Originally committed as revision 20980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.Diego Biurrun2009-12-30
| | | | Originally committed as revision 20979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move H.263-related functions around to avoid forward declarations.Diego Biurrun2009-12-30
| | | | Originally committed as revision 20978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless '#if 1' preprocessor directives.Diego Biurrun2009-12-28
| | | | Originally committed as revision 20949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out debug console output.Diego Biurrun2009-12-27
| | | | Originally committed as revision 20938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.Diego Biurrun2009-12-27
| | | | | | | This avoids a bunch of "‘foo’ declared ‘static’ but never defined" warnings when compiling with encoders disabled. Originally committed as revision 20937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve time_increment_bits guessing code.Michael Niedermayer2009-12-09
| | | | Originally committed as revision 20785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ↵Michael Niedermayer2009-12-03
| | | | | | specific. Originally committed as revision 20725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
| | | | Originally committed as revision 20543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-30
| | | | Originally committed as revision 19550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
| | | | Originally committed as revision 18731 to svn://svn.ffmpeg.org/ffmpeg/trunk