summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
Commit message (Expand)AuthorAge
* avcodec/h263: Move functions only used once to their callerAndreas Rheinhardt2022-01-09
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/h263, h263data: Move ff_h263_init_rl_inter to h263.cAndreas Rheinhardt2021-05-07
* avcodec/h263: Remove disabled and wrong code from ff_h263_loop_filter()Michael Niedermayer2017-02-01
* Merge commit '197ae68e78784524a7ccf97a3c301092715305d3'Clément Bœsch2016-06-29
|\
| * Drop unnecessary unary.h #includesDiego Biurrun2016-06-08
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'Michael Niedermayer2015-06-12
|\|
| * mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-12
* | Merge commit '0c69164f451cc9ca6ce9d6e7568083e2776bc845'Michael Niedermayer2015-04-29
|\|
| * h263: Convert function to macroVittorio Giovara2015-04-28
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-01
|\|
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-17
|\|
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* | Merge commit '0338c396987c82b41d322630ea9712fe5f9561d6'Michael Niedermayer2013-11-08
|\|
| * dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-08
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* | 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
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-23
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-09
* Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.Michael Niedermayer2010-01-08
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-08
* Add a few CONFIG_MPEG4_DECODER that should be there.Michael Niedermayer2010-01-08
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-07
* Add some const qualifiers.Michael Niedermayer2010-01-07
* Document decide_ac_pred() and restore_ac_coeffs().Michael Niedermayer2010-01-07
* Move restore_ac_coeffs() call into decode_ac_pred().Michael Niedermayer2010-01-07
* Move restore_ac_coeffs() up so its declared before its use.Michael Niedermayer2010-01-07
* More doxyMichael Niedermayer2010-01-07
* Factorize if() surrounding every ff_h263_show_pict_info() call.Michael Niedermayer2010-01-07
* Split out intel H263 decoder.Michael Niedermayer2010-01-07
* Split flv decoding out.Michael Niedermayer2010-01-07