aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg4videodec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-031-2/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/mpeg4video: Factor non-codec stuff out into a header of its ownAndreas Rheinhardt2022-09-021-0/+1
* avcodec/mpeg4videodec: Keep data_partitioning in sync between threadsAndreas Rheinhardt2022-08-211-0/+1
* avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt2022-07-311-2/+4
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-10/+10
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/ituh263dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-181-1/+2
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/mpeg4video.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt2022-02-131-1/+1
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-1/+1
* avcodec/mpeg4videodec: Move use_intra_dc_vlc to stack, fix data raceAndreas Rheinhardt2022-01-291-10/+14
* avcodec/mpegvideo: Move MPEG-4 Simple Studio Profile fields to mpeg4videoAndreas Rheinhardt2022-01-291-21/+23
* avcodec/mpegvideo: Move handling Simple Studio Profile to mpeg4videodecAndreas Rheinhardt2022-01-291-0/+62
* avcodec/mpeg4videodec: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-291-8/+8
* avcodec/mpeg4?video: Move vo_type to Mpeg4DecContextAndreas Rheinhardt2022-01-291-8/+8
* avcodec/mpeg4videodec: Keep vo_type in sync between threadsAndreas Rheinhardt2022-01-291-0/+1
* avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt2022-01-291-0/+1
* avcodec/mpeg4videodec: Avoid multiple consecutive av_log()Andreas Rheinhardt2022-01-131-29/+30
* avcodec/h264_slice, mpeg4videodec: Don't use %s to write single charAndreas Rheinhardt2022-01-131-3/+3
* avcodec/mpeg4video: Split off data in a header of its ownAndreas Rheinhardt2022-01-131-0/+3
* avcodec/mpeg4videodec: Fix data race when initializing VLCsAndreas Rheinhardt2022-01-091-29/+21
* avcodec/mpeg4video: Skip unneeded element when parsing picture headerAndreas Rheinhardt2022-01-091-3/+15
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-201-2/+4
* avcodec/mpegvideo: Move startcodes to mpeg12.hAndreas Rheinhardt2021-09-201-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/mpeg4video: Make initializing RLTable thread-safeAndreas Rheinhardt2021-04-271-3/+5
* avcodec/mpeg4videodec: update exported AVOptions in the user-facing contextJames Almer2021-04-141-0/+13
* Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt2021-04-081-2/+1
* avcodec/mpeg4videodec: add forgotten flags to mpeg4_optionsPaul B Mahol2021-03-081-2/+4
* Revert "mpeg4videodec: raise an error if sprite_trajectory.table is NULL"Andreas Rheinhardt2021-01-271-4/+0
* avcodec/mpeg4videodec: Fix indentationAndreas Rheinhardt2021-01-261-8/+8
* avcodec/mpeg4videodec: Move code around to avoid forward declarationAndreas Rheinhardt2021-01-261-156/+152
* avcodec/mpeg4videodec: Don't initialize unused RL VLCsAndreas Rheinhardt2021-01-251-2/+2
* Mark some pointers as constAndreas Rheinhardt2021-01-011-1/+1
* avcodec/mpeg4videodec: Make studio VLCs staticAndreas Rheinhardt2020-12-081-52/+36
* avcodec/mpeg4video: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-081-15/+16
* avcodec/mpeg4videodec: Don't check for errors for complete VLCsAndreas Rheinhardt2020-10-271-4/+1
* avcodec/mpeg4videodec: Use smallest max_depth in get_vlc2()Andreas Rheinhardt2020-10-241-2/+2
* lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos2020-10-111-1/+1
* avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv()Michael Niedermayer2020-06-141-1/+1
* avcodec/mpeg4videodec: avoid invalid values and reinitialize in format change...Michael Niedermayer2020-06-141-5/+14
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-131-1/+2
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-6/+4