]> git.sesse.net Git - ffmpeg/history - libavcodec/ituh263enc.c
Hap decoder and encoder
[ffmpeg] / libavcodec / ituh263enc.c
2015-06-12 Vittorio Giovarampegvideo: h263: Move all tables to a single file
2015-05-31 Vittorio Giovarampegvideo: Move tables to a separate file
2015-05-28 Anton Khirnovrl: Rename ff_*_rl() to ff_rl_*()
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2014-06-11 Janne Grunauh263enc: keep block_last_index always valid during...
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-10-09 Mans Rullgardmpeg124: use sign_extend() function
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-10-21 Baptiste Couduriercosmetics, indentation
2010-10-21 Baptiste Coudurier10l fix h263+ encoder, format will be 8, array size...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-01-12 Michael NiedermayerBetter title for the file.
2010-01-11 Alexander StrangeAdd missing internal.h to files calling ff_match_2uint16().
2010-01-09 Michael NiedermayerAdd a function to match a 2 element vector of uint16_t...
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.