| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/rv10: Avoid indirection | Andreas Rheinhardt | 2024-06-20 | 1 | -2/+2 |
* | avcodec/rv10: Use ff_h263_decode_init() | Andreas Rheinhardt | 2024-06-20 | 1 | -16/+3 |
* | avcodec/rv10: Remove write-only assignments | Andreas Rheinhardt | 2024-06-20 | 1 | -6/+0 |
* | avcodec/mpegpicture: Make MPVPicture refcounted | Andreas Rheinhardt | 2024-06-12 | 1 | -2/+6 |
* | avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders | Andreas Rheinhardt | 2024-06-12 | 1 | -10/+2 |
* | avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic | Andreas Rheinhardt | 2024-06-12 | 1 | -14/+14 |
* | avcodec/mpegvideo: Shorten variable names | Andreas Rheinhardt | 2024-06-12 | 1 | -14/+14 |
* | avcodec/mpegutils: Move definitions to better places | Andreas Rheinhardt | 2024-04-08 | 1 | -1/+0 |
* | avcodec: Remove redundant pix_fmts from decoders | Andreas Rheinhardt | 2024-02-09 | 1 | -8/+0 |
* | avcodec/rv10: Replace switch by LUT | Andreas Rheinhardt | 2023-10-05 | 1 | -16/+5 |
* | avcodec/rv10: Remove dead code | Andreas Rheinhardt | 2023-10-05 | 1 | -3/+0 |
* | avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init | Andreas Rheinhardt | 2023-10-05 | 1 | -1/+0 |
* | avcodec/error_resilience: Make applying decode_error_flags optional | Andreas Rheinhardt | 2023-09-15 | 1 | -2/+2 |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -2/+2 |
* | lavc: disable an obsolete hack for real video | Anton Khirnov | 2023-03-02 | 1 | -17/+11 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+0 |
* | avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 1 | -5/+5 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+2 |
* | avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.h | Andreas Rheinhardt | 2022-03-23 | 1 | -2/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -16/+16 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/ituh263dec: Make initializing VLCs thread-safe | Andreas Rheinhardt | 2022-02-18 | 1 | -0/+2 |
* | avcodec/mpegvideo: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/rv10.h: Split header into decoder- and encoder-only parts | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec/h263: Move decoding-only stuff to a new header h263dec.h | Andreas Rheinhardt | 2022-01-29 | 1 | -0/+1 |
* | avcodec/mpegvideo: Don't set unrestricted_mv for decoders | Andreas Rheinhardt | 2022-01-13 | 1 | -2/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec/rv10: Execute whole size check earlier for rv20 | Michael Niedermayer | 2021-04-20 | 1 | -2/+6 |
* | avcodec/rv10: Don't presume context to be initialized | Andreas Rheinhardt | 2021-04-08 | 1 | -1/+1 |
* | Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp... | Andreas Rheinhardt | 2021-04-08 | 1 | -2/+0 |
* | avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init | Andreas Rheinhardt | 2020-12-31 | 1 | -1/+0 |
* | avcodec/rv10: Simplify handling of skip VLC entries | Andreas Rheinhardt | 2020-12-08 | 1 | -13/+13 |
* | avcodec/rv10: Make VLC tables smaller | Andreas Rheinhardt | 2020-12-08 | 1 | -5/+5 |
* | avcodec/rv10: Use symbol table more effectively | Andreas Rheinhardt | 2020-12-08 | 1 | -14/+10 |
* | avcodec/rv10: Reduce number of exceptions when reading VLC value | Andreas Rheinhardt | 2020-12-08 | 1 | -84/+53 |
* | avcodec/rv10: Reduce the size of the tables used to initialize VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -140/+59 |
* | avcodec/rv10: Make initializing static RV10 VLCs thread-safe | Andreas Rheinhardt | 2020-11-24 | 1 | -12/+15 |
* | avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common... | Limin Wang | 2020-06-13 | 1 | -0/+2 |
* | avcodec/rv10: Check input for minimal frame size | Michael Niedermayer | 2019-11-01 | 1 | -2/+5 |
* | avcodec/rv10: Fix integer overflow in aspect ratio compare | Michael Niedermayer | 2019-07-08 | 1 | -2/+2 |
* | avcodec/rv10: Avoid calculating undefined value that is unused | Michael Niedermayer | 2019-06-26 | 1 | -1/+1 |
* | avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb | Michael Niedermayer | 2017-06-19 | 1 | -1/+1 |
* | 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 | -2/+2 |
|\| |
|