| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macros for update_thread_context(_for_user) | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/mpeg4video: Factor non-codec stuff out into a header of its own | Andreas Rheinhardt | 2022-09-02 | 1 | -0/+1 |
* | avcodec/mpeg4videodec: Keep data_partitioning in sync between threads | Andreas Rheinhardt | 2022-08-21 | 1 | -0/+1 |
* | avcodec/mpegvideo: Inline values in ff_update_block_index() | Andreas Rheinhardt | 2022-07-31 | 1 | -2/+4 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+1 |
* | avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -10/+10 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/ituh263dec: Make initializing VLCs thread-safe | Andreas Rheinhardt | 2022-02-18 | 1 | -1/+2 |
* | avcodec/mpegvideo: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/mpeg4video.h: Move decoder-only parts to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -1/+1 |
* | avcodec/mpeg4videodec: Move use_intra_dc_vlc to stack, fix data race | Andreas Rheinhardt | 2022-01-29 | 1 | -10/+14 |
* | avcodec/mpegvideo: Move MPEG-4 Simple Studio Profile fields to mpeg4video | Andreas Rheinhardt | 2022-01-29 | 1 | -21/+23 |
* | avcodec/mpegvideo: Move handling Simple Studio Profile to mpeg4videodec | Andreas Rheinhardt | 2022-01-29 | 1 | -0/+62 |
* | avcodec/mpeg4videodec: Use stack variable for aspect_ratio_info | Andreas Rheinhardt | 2022-01-29 | 1 | -8/+8 |
* | avcodec/mpeg4?video: Move vo_type to Mpeg4DecContext | Andreas Rheinhardt | 2022-01-29 | 1 | -8/+8 |
* | avcodec/mpeg4videodec: Keep vo_type in sync between threads | Andreas Rheinhardt | 2022-01-29 | 1 | -0/+1 |
* | avcodec/h263: Move decoding-only stuff to a new header h263dec.h | Andreas Rheinhardt | 2022-01-29 | 1 | -0/+1 |
* | avcodec/mpeg4videodec: Avoid multiple consecutive av_log() | Andreas Rheinhardt | 2022-01-13 | 1 | -29/+30 |
* | avcodec/h264_slice, mpeg4videodec: Don't use %s to write single char | Andreas Rheinhardt | 2022-01-13 | 1 | -3/+3 |
* | avcodec/mpeg4video: Split off data in a header of its own | Andreas Rheinhardt | 2022-01-13 | 1 | -0/+3 |
* | avcodec/mpeg4videodec: Fix data race when initializing VLCs | Andreas Rheinhardt | 2022-01-09 | 1 | -29/+21 |
* | avcodec/mpeg4video: Skip unneeded element when parsing picture header | Andreas Rheinhardt | 2022-01-09 | 1 | -3/+15 |
* | lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED | Anton Khirnov | 2021-09-20 | 1 | -2/+4 |
* | avcodec/mpegvideo: Move startcodes to mpeg12.h | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/mpeg4video: Make initializing RLTable thread-safe | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+5 |
* | avcodec/mpeg4videodec: update exported AVOptions in the user-facing context | James Almer | 2021-04-14 | 1 | -0/+13 |
* | Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp... | Andreas Rheinhardt | 2021-04-08 | 1 | -2/+1 |
* | avcodec/mpeg4videodec: add forgotten flags to mpeg4_options | Paul B Mahol | 2021-03-08 | 1 | -2/+4 |
* | Revert "mpeg4videodec: raise an error if sprite_trajectory.table is NULL" | Andreas Rheinhardt | 2021-01-27 | 1 | -4/+0 |
* | avcodec/mpeg4videodec: Fix indentation | Andreas Rheinhardt | 2021-01-26 | 1 | -8/+8 |
* | avcodec/mpeg4videodec: Move code around to avoid forward declaration | Andreas Rheinhardt | 2021-01-26 | 1 | -156/+152 |
* | avcodec/mpeg4videodec: Don't initialize unused RL VLCs | Andreas Rheinhardt | 2021-01-25 | 1 | -2/+2 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -1/+1 |
* | avcodec/mpeg4videodec: Make studio VLCs static | Andreas Rheinhardt | 2020-12-08 | 1 | -52/+36 |
* | avcodec/mpeg4video: Make tables used to initialize VLCs smaller | Andreas Rheinhardt | 2020-12-08 | 1 | -15/+16 |
* | avcodec/mpeg4videodec: Don't check for errors for complete VLCs | Andreas Rheinhardt | 2020-10-27 | 1 | -4/+1 |
* | avcodec/mpeg4videodec: Use smallest max_depth in get_vlc2() | Andreas Rheinhardt | 2020-10-24 | 1 | -2/+2 |
* | lavc, lavf: Remove newlines from calls to avpriv_request_sample(). | Carl Eugen Hoyos | 2020-10-11 | 1 | -1/+1 |
* | avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv() | Michael Niedermayer | 2020-06-14 | 1 | -1/+1 |
* | avcodec/mpeg4videodec: avoid invalid values and reinitialize in format change... | Michael Niedermayer | 2020-06-14 | 1 | -5/+14 |
* | avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common... | Limin Wang | 2020-06-13 | 1 | -1/+2 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -6/+4 |