| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h261dec: Don't set framerate multiple times | Andreas Rheinhardt | 2024-06-20 | 1 | -2/+2 |
* | avcodec/h261dec: Simplify decoding motion vectors | Andreas Rheinhardt | 2024-06-20 | 1 | -7/+1 |
* | avcodec/h261dec: Unquantize coefficients while parsing them | Andreas Rheinhardt | 2024-06-20 | 1 | -2/+9 |
* | avcodec/h261dec: Simplify decoding GOB header | Andreas Rheinhardt | 2024-06-20 | 1 | -26/+1 |
* | avcodec/h261dec: Fix UB NULL + 0, remove broken resync code | Andreas Rheinhardt | 2024-06-20 | 1 | -17/+1 |
* | avcodec/h261dec: Don't reset gob_start_code_skipped in h261_decode_init() | Andreas Rheinhardt | 2024-06-20 | 1 | -2/+0 |
* | avcodec/mpegutils: Don't use MB_TYPE_L[01] for mpegvideo | Andreas Rheinhardt | 2024-06-20 | 1 | -2/+2 |
* | avcodec/h261dec: Remove nonsense information from error message | Andreas Rheinhardt | 2024-06-20 | 1 | -2/+1 |
* | avcodec/h261dec: Use VLC symbol table | Andreas Rheinhardt | 2024-06-20 | 1 | -5/+4 |
* | avcodec/mpegpicture: Make MPVPicture refcounted | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+4 |
* | avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders | Andreas Rheinhardt | 2024-06-12 | 1 | -10/+1 |
* | avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic | Andreas Rheinhardt | 2024-06-12 | 1 | -4/+3 |
* | avcodec/mpegvideo: Add const where appropriate | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+1 |
* | avcodec/mpegvideo: Shorten variable names | Andreas Rheinhardt | 2024-06-12 | 1 | -13/+13 |
* | 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 |
|\ |
|