summaryrefslogtreecommitdiff
path: root/libavcodec/ituh263enc.c
Commit message (Expand)AuthorAge
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-29
* | h.263enc: use av_assertMichael Niedermayer2012-06-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
| * h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-10
|\|
| * mpeg124: use sign_extend() functionMans Rullgard2011-10-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * 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
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
|/
* 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