summaryrefslogtreecommitdiff
path: root/libavcodec/ituh263enc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-12
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-31
* rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-28
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* h263enc: keep block_last_index always valid during advanced intra codingJanne Grunau2014-06-11
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* mpeg124: use sign_extend() functionMans Rullgard2011-10-09
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* cosmetics, indentationBaptiste Coudurier2010-10-21
* 10l fix h263+ encoder, format will be 8, array size is 8 not 7Baptiste Coudurier2010-10-21
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Better title for the file.Michael Niedermayer2010-01-12
* Add missing internal.h to files calling ff_match_2uint16().Alexander Strange2010-01-11
* Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer2010-01-09
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-09