summaryrefslogtreecommitdiffstats
path: root/libavcodec/ituh263enc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-1/+0
|\
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-4/+0
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-3/+6
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-3/+6
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-3/+3
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-3/+3
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-2/+2
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-4/+4
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-1/+1
* | h.263enc: use av_assertMichael Niedermayer2012-06-221-8/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-23/+23
|\ \ | |/
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-2/+2
| * h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-22/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\ \ | |/
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\ \ | |/
| * lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-101-3/+2
|\ \ | |/
| * mpeg124: use sign_extend() functionMans Rullgard2011-10-091-3/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-3/+3
|\ \ | |/
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-3/+3
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-5/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-5/+5
|/
* cosmetics, indentationBaptiste Coudurier2010-10-211-1/+1
* 10l fix h263+ encoder, format will be 8, array size is 8 not 7Baptiste Coudurier2010-10-211-2/+2
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Better title for the file.Michael Niedermayer2010-01-121-1/+1
* Add missing internal.h to files calling ff_match_2uint16().Alexander Strange2010-01-111-0/+1
* Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer2010-01-091-17/+1
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-0/+857
OpenPOWER on IntegriCloud