summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263.h
Commit message (Expand)AuthorAgeFilesLines
* h263: remove unused ff_h263_find_resync_marker()Michael Niedermayer2013-11-301-1/+0
* Merge commit '28240a60c1b5ce276e947ba013271ec009adc078'Michael Niedermayer2013-11-011-0/+4
|\
| * lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.hAnton Khirnov2013-10-311-0/+4
* | Merge commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14'Michael Niedermayer2013-08-161-0/+4
|\ \ | |/
| * avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun2013-08-151-0/+4
| * lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-061-0/+2
* | split out ff_hwaccel_pixfmt_list_420[] over individual codecs.Ronald S. Bultje2013-02-181-0/+2
* | Merge commit 'ca1fe6c0e60808da45d4dfd8728f45e843b9f9b0'Michael Niedermayer2013-02-071-1/+1
|\ \ | |/
| * h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov2013-02-061-1/+1
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-4/+4
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-4/+4
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-1/+1
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-1/+1
* | Check resync marker only when enabled.Anuj Mittal2012-10-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-1/+1
|\ \ | |/
| * mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-21/+21
|\ \ | |/
| * h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-21/+21
* | Make ff_mba_* arrays const.Reimar Döffinger2011-11-051-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-241-42/+0
|\ \ | |/
| * lavc: move get_b_cbp() from h263.h to mpeg4videoenc.cAnton Khirnov2011-10-231-42/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-221-1/+2
|\ \ | |/
| * multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
* Add lots of missing includesMåns Rullgård2010-03-081-0/+6
* Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård2010-03-061-1/+0
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-0/+68
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-081-11/+11
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-0/+178
* Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun2009-12-301-30/+0
* Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.Diego Biurrun2009-12-301-5/+1
* Get rid of pointless CONFIG_WMV_DECODER definition.Diego Biurrun2009-12-301-1/+2
* Simplify CONFIG_ANY_H263_DECODER preprocessor definition:Diego Biurrun2009-12-301-5/+0
* Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.Diego Biurrun2009-12-281-7/+1
* Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER orDiego Biurrun2009-08-051-2/+0
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-17/+17
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs2007-07-101-0/+46
OpenPOWER on IntegriCloud