]> git.sesse.net Git - ffmpeg/history - libavcodec/h263.h
decode: be more explicit about storing the last packet properties
[ffmpeg] / libavcodec / h263.h
2016-11-03 Diego Biurrunituh263dec: Have function signature match across declar...
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-06-12 Vittorio Giovarampegvideo: h263: Move all tables to a single file
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2015-04-28 Vittorio Giovarah263: Convert function to macro
2015-04-28 Vittorio Giovarah263: Drop commented-out code and a related otherwise...
2014-11-24 Vittorio Giovaralavu: move internal define to the only places where...
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2013-10-31 Anton Khirnovlavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.h
2013-08-15 Diego Biurrunavcodec: Replace local extern declarations for tables...
2013-03-06 Ronald S. Bultjelavc: Split out ff_hwaccel_pixfmt_list_420[] over indiv...
2013-02-06 Anton Khirnovh263: remove an unused parameter from ff_h263_decode_in...
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-02-29 Anton Khirnovmpegvideo_enc: add cbp_rd flag to mpv_flags.
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2011-10-23 Anton Khirnovlavc: move get_b_cbp() from h263.h to mpeg4videoenc.c
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-03-08 Måns RullgårdAdd lots of missing includes
2010-03-06 Måns RullgårdMove ff_set_qscale() prototype to mpegvideo.h; it is...
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.
2010-01-08 Michael NiedermayerRename most non static h263 tables so their name contai...
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_ANY_H263 preprocessor defin...
2009-12-30 Diego BiurrunEliminate CONFIG_ANY_H263_DECODER preprocessor definition.
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_WMV_DECODER definition.
2009-12-30 Diego BiurrunSimplify CONFIG_ANY_H263_DECODER preprocessor definition:
2009-12-28 Diego BiurrunReplace CONFIG_ANY_H263_ENCODER definition by CONFIG_H2...
2009-08-05 Diego BiurrunDo not redundantly check for preprocessor definitions...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-10 Aurelien JacobsAvoid linking with h263.c functions when the relevant...