summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4videodec.c
Commit message (Expand)AuthorAge
* avcodec/mpeg4videodec: Avoid multiple consecutive av_log()Andreas Rheinhardt2022-01-13
* avcodec/h264_slice, mpeg4videodec: Don't use %s to write single charAndreas Rheinhardt2022-01-13
* avcodec/mpeg4video: Split off data in a header of its ownAndreas Rheinhardt2022-01-13
* avcodec/mpeg4videodec: Fix data race when initializing VLCsAndreas Rheinhardt2022-01-09
* avcodec/mpeg4video: Skip unneeded element when parsing picture headerAndreas Rheinhardt2022-01-09
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-20
* avcodec/mpegvideo: Move startcodes to mpeg12.hAndreas Rheinhardt2021-09-20
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/mpeg4video: Make initializing RLTable thread-safeAndreas Rheinhardt2021-04-27
* avcodec/mpeg4videodec: update exported AVOptions in the user-facing contextJames Almer2021-04-14
* Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt2021-04-08
* avcodec/mpeg4videodec: add forgotten flags to mpeg4_optionsPaul B Mahol2021-03-08
* Revert "mpeg4videodec: raise an error if sprite_trajectory.table is NULL"Andreas Rheinhardt2021-01-27
* avcodec/mpeg4videodec: Fix indentationAndreas Rheinhardt2021-01-26
* avcodec/mpeg4videodec: Move code around to avoid forward declarationAndreas Rheinhardt2021-01-26
* avcodec/mpeg4videodec: Don't initialize unused RL VLCsAndreas Rheinhardt2021-01-25
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* avcodec/mpeg4videodec: Make studio VLCs staticAndreas Rheinhardt2020-12-08
* avcodec/mpeg4video: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/mpeg4videodec: Don't check for errors for complete VLCsAndreas Rheinhardt2020-10-27
* avcodec/mpeg4videodec: Use smallest max_depth in get_vlc2()Andreas Rheinhardt2020-10-24
* lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos2020-10-11
* avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv()Michael Niedermayer2020-06-14
* avcodec/mpeg4videodec: avoid invalid values and reinitialize in format change...Michael Niedermayer2020-06-14
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-13
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-10
* mpeg4videodec: do not copy a range of fields at onceAnton Khirnov2020-04-10
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-31
* avcodec: Replace show_bits_long() by show_bits() where possibleMichael Niedermayer2019-12-31
* repeat an even number of characters in occuredMichael Niedermayer2019-09-16
* avcodec/mpeg4videodec: Fix integer overflow in mpeg4_decode_studio_block()Michael Niedermayer2019-09-11
* avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block()Michael Niedermayer2019-03-12
* avcodec/mpeg4videodec: Fix nonsense warningAndreas Rheinhardt2019-03-12
* avcodec/mpeg4videodec: Clear interlaced_dct for studio profileMichael Niedermayer2019-02-16
* avcodec/mpeg4videodec: Clear partitioned frame in decode_studio_vop_header()Michael Niedermayer2018-11-04
* avcodec/mpeg4videodec: Fix typo in sprite delta checkMichael Niedermayer2018-10-22
* avcodec/mpeg4videodec: Fix undefined shift in get_amv()Michael Niedermayer2018-09-19
* avcodec/mpeg4videodec: Check rice_prefix_codeMichael Niedermayer2018-09-19
* mpeg4video: Add Studio DPCM supportKieran Kunhya2018-08-25
* avcodec/mpeg4videodec: Fix slice end detection in mpeg4_decode_studio_mb()Michael Niedermayer2018-08-25
* avcodec/mpeg4videodec: Check for bitstream end in read_quant_matrix_ext()Michael Niedermayer2018-07-04
* avcodec/mpeg4videodec: Remove use of FF_PROFILE_MPEG4_SIMPLE_STUDIO as indica...Michael Niedermayer2018-07-04
* avcodec/mpeg4videodec: Check read profile before setting itMichael Niedermayer2018-06-28
* avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a ...Michael Niedermayer2018-06-13
* avcodec/mpeg4video: Detect reference studio streams as studio streamsMichael Niedermayer2018-05-17
* avcodec/mpeg4videodec: Check bps (VOL header) before VOP for studio profileMichael Niedermayer2018-05-17
* avcodec/mpeg4videodec: Do not corrupt bits_per_raw_sampleMichael Niedermayer2018-05-17
* avcodec/mpeg4videode: Eliminate out of loop VOP startcode reading for studio ...Michael Niedermayer2018-05-17