| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/mpegvideo: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/h261: Separate decode and encode contexts | Andreas Rheinhardt | 2022-02-13 | 1 | -22/+37 |
* | avcodec: Remove unnecessary h263.h inclusions | Andreas Rheinhardt | 2022-01-09 | 1 | -1/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/h261dec: Initialize IDCT context during init | Andreas Rheinhardt | 2021-04-08 | 1 | -4/+1 |
* | Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp... | Andreas Rheinhardt | 2021-04-08 | 1 | -1/+1 |
* | avcodec/h261dec: Remove parse_context cruft | Andreas Rheinhardt | 2021-03-08 | 1 | -3/+0 |
* | avcodec/h261dec: Make VLC smaller | Andreas Rheinhardt | 2021-01-27 | 1 | -2/+2 |
* | avcodec/h261dec: Reindentation | Andreas Rheinhardt | 2021-01-25 | 1 | -13/+13 |
* | avcodec/h261dec: Make decoder init-threadsafe | Andreas Rheinhardt | 2021-01-25 | 1 | -9/+6 |
* | avcodec/h261dec: Don't initialize unused part of RLTable | Andreas Rheinhardt | 2021-01-25 | 1 | -1/+0 |
* | avcodec/h261dec: Don't initialize unused VLCs | Andreas Rheinhardt | 2021-01-25 | 1 | -1/+1 |
* | avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init | Andreas Rheinhardt | 2020-12-31 | 1 | -1/+0 |
* | avcodec/h261dec: Don't use too big max_depth in get_vlc2() | Andreas Rheinhardt | 2020-12-31 | 1 | -1/+1 |
* | avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common... | Limin Wang | 2020-06-13 | 1 | -0/+1 |
* | avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb | Michael Niedermayer | 2017-06-19 | 1 | -2/+2 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42' | Michael Niedermayer | 2015-05-22 | 1 | -2/+0 |
|\| |
|
| * | mpegvideo: Drop flags and flags2 | Vittorio Giovara | 2015-05-22 | 1 | -2/+0 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -2/+2 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -2/+2 |
| * | h261dec: Fix context initialization sequence | Michael Niedermayer | 2014-12-18 | 1 | -2/+1 |
* | | avcodec/h261dec: Fix exported MVs for skipped MBs | Michael Niedermayer | 2015-02-01 | 1 | -0/+7 |
* | | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41' | Michael Niedermayer | 2014-10-15 | 1 | -1/+1 |
|\| |
|
| * | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -1/+1 |
* | | avcodec/mpegvideo: Factor ff_mpv_decode_init() out | Michael Niedermayer | 2014-09-05 | 1 | -5/+2 |
* | | h261dec, ituh263dec: Move condition. | Reimar Döffinger | 2014-09-01 | 1 | -6/+6 |
* | | h261dec, ituh263dec: ensure CLOSE_READER is done on error paths, too. | Reimar Döffinger | 2014-09-01 | 1 | -0/+2 |
* | | h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop. | Reimar Döffinger | 2014-09-01 | 1 | -3/+4 |
* | | h261dec: Optimize new RL_VLC based decoding. | Reimar Döffinger | 2014-08-31 | 1 | -5/+3 |
* | | h261, h263 decoders: convert to RL_VLC. | Reimar Döffinger | 2014-08-31 | 1 | -10/+17 |
* | | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' | Michael Niedermayer | 2014-08-15 | 1 | -8/+8 |
|\| |
|
| * | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 1 | -8/+8 |
* | | avcodec/h261dec: Fix context initialization sequence | Michael Niedermayer | 2014-08-15 | 1 | -2/+1 |
* | | Merge commit '552bc42df48784ae3ce0d499ece5b33f3cc7576a' | Michael Niedermayer | 2014-08-15 | 1 | -4/+6 |
|\| |
|
| * | h261dec: Fix order of initialization | John Stebbins | 2014-08-14 | 1 | -4/+6 |
* | | Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1' | Michael Niedermayer | 2014-08-15 | 1 | -1/+3 |
|\| |
|
| * | idct: remove call to ff_idctdsp_init from ff_MPV_common_init | John Stebbins | 2014-08-14 | 1 | -1/+3 |
* | | Merge commit '7b9ef8d701c319c26f7d0664fe977e176764c74e' | Michael Niedermayer | 2014-06-23 | 1 | -0/+1 |
|\| |
|
| * | mpeg: Split error resilience bits off into a separate file | Diego Biurrun | 2014-06-22 | 1 | -0/+1 |
* | | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' | Michael Niedermayer | 2014-06-19 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-09 | 1 | -5/+5 |
|\| |
|