summaryrefslogtreecommitdiff
path: root/libavcodec/h263.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt2022-02-131-101/+0
* avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt2022-01-291-40/+0
* avcodec/h263: Remove declaration for inexistent functionAndreas Rheinhardt2022-01-291-1/+0
* avcodec/h263: Move functions only used once to their callerAndreas Rheinhardt2022-01-091-2/+0
* avcodec/h263: Remove declaration of inexistent functionAndreas Rheinhardt2021-12-171-7/+0
* avcodec/h263: Fix global-buffer-overflow with noout flag2 setAndreas Rheinhardt2021-11-261-3/+4
* avcodec/h263: Inline constantAndreas Rheinhardt2021-11-211-1/+1
* avcodec/h263, h263data: Move ff_h263_init_rl_inter to h263.cAndreas Rheinhardt2021-05-071-0/+1
* avcodec/msmpeg4dec: Reuse identical MV VLCAndreas Rheinhardt2021-01-251-0/+2
* Merge commit 'c06e73929199c4bdbb32ffb3d81c27ea57dd1458'James Almer2017-10-231-2/+0
|\
| * lavc: Drop deprecated extended aspect ratio symbolVittorio Giovara2017-03-231-2/+0
| * ituh263dec: Have function signature match across declaration and definitionDiego Biurrun2016-11-031-1/+5
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'Michael Niedermayer2015-06-121-29/+1
|\ \ | |/
| * mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-121-29/+1
* | avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of MpegEncCo...Michael Niedermayer2015-05-241-3/+3
* | avcodec/h263: Remove unused argument of h263_get_motion_length()Michael Niedermayer2015-05-241-3/+3
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-1/+1
|\ \ | |/
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-1/+1
* | Merge commit '0c69164f451cc9ca6ce9d6e7568083e2776bc845'Michael Niedermayer2015-04-291-1/+2
|\ \ | |/
| * h263: Convert function to macroVittorio Giovara2015-04-281-1/+2
* | Merge commit '59dfc2b0c89f35c5805abee72c2ae4ee7af8e98d'Michael Niedermayer2015-04-291-7/+0
|\ \ | |/
| * h263: Drop commented-out code and a related otherwise unused functionVittorio Giovara2015-04-281-7/+0
* | Merge commit '277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2'Michael Niedermayer2014-11-241-0/+1
|\ \ | |/
| * lavu: move internal define to the only places where it is usedVittorio Giovara2014-11-241-0/+1
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-191-1/+1
|\ \ | |/
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-1/+1
* | 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
|\ \ | |/