| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h261dec: Avoid superfluous VLC structures | Andreas Rheinhardt | 2023-10-31 | 1 | -20/+20 |
* | avcodec/h261dec: Don't set write-only macroblock dimensions | Andreas Rheinhardt | 2023-10-14 | 1 | -6/+0 |
* | avcodec/h261dec: Discard whole packet when discarding | Andreas Rheinhardt | 2023-10-11 | 1 | -1/+1 |
* | avcodec/h261dec: Don't set write-only picture_number | Andreas Rheinhardt | 2023-10-11 | 1 | -4/+1 |
* | avcodec/h261dec: Remove pointless goto | Andreas Rheinhardt | 2023-10-09 | 1 | -3/+0 |
* | avcodec/h261dec, mpeg12dec, vc1dec: Remove setting write-only flags | Andreas Rheinhardt | 2023-10-05 | 1 | -7/+0 |
* | avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init | Andreas Rheinhardt | 2023-10-05 | 1 | -1/+0 |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -4/+4 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+4 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -1/+1 |
* | avcodec/h261dec: Don't update block_index unnecessarily | Andreas Rheinhardt | 2022-11-11 | 1 | -4/+11 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec/mpegvideo: Inline values in ff_update_block_index() | Andreas Rheinhardt | 2022-07-31 | 1 | -2/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | 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 |