summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4videodec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-101-2/+2
* mpeg4videodec: do not copy a range of fields at onceAnton Khirnov2020-04-101-1/+27
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-311-1/+1
* avcodec: Replace show_bits_long() by show_bits() where possibleMichael Niedermayer2019-12-311-2/+2
* repeat an even number of characters in occuredMichael Niedermayer2019-09-161-1/+1
* avcodec/mpeg4videodec: Fix integer overflow in mpeg4_decode_studio_block()Michael Niedermayer2019-09-111-1/+2
* avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block()Michael Niedermayer2019-03-121-0/+6
* avcodec/mpeg4videodec: Fix nonsense warningAndreas Rheinhardt2019-03-121-3/+7
* avcodec/mpeg4videodec: Clear interlaced_dct for studio profileMichael Niedermayer2019-02-161-0/+1
* avcodec/mpeg4videodec: Clear partitioned frame in decode_studio_vop_header()Michael Niedermayer2018-11-041-0/+1
* avcodec/mpeg4videodec: Fix typo in sprite delta checkMichael Niedermayer2018-10-221-1/+1
* avcodec/mpeg4videodec: Fix undefined shift in get_amv()Michael Niedermayer2018-09-191-1/+1
* avcodec/mpeg4videodec: Check rice_prefix_codeMichael Niedermayer2018-09-191-0/+4
* mpeg4video: Add Studio DPCM supportKieran Kunhya2018-08-251-3/+88
* avcodec/mpeg4videodec: Fix slice end detection in mpeg4_decode_studio_mb()Michael Niedermayer2018-08-251-0/+8
* avcodec/mpeg4videodec: Check for bitstream end in read_quant_matrix_ext()Michael Niedermayer2018-07-041-1/+10
* avcodec/mpeg4videodec: Remove use of FF_PROFILE_MPEG4_SIMPLE_STUDIO as indica...Michael Niedermayer2018-07-041-1/+0
* avcodec/mpeg4videodec: Check read profile before setting itMichael Niedermayer2018-06-281-8/+15
* avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a ...Michael Niedermayer2018-06-131-0/+6
* avcodec/mpeg4video: Detect reference studio streams as studio streamsMichael Niedermayer2018-05-171-9/+23
* avcodec/mpeg4videodec: Check bps (VOL header) before VOP for studio profileMichael Niedermayer2018-05-171-2/+6
* avcodec/mpeg4videodec: Do not corrupt bits_per_raw_sampleMichael Niedermayer2018-05-171-3/+5
* avcodec/mpeg4videode: Eliminate out of loop VOP startcode reading for studio ...Michael Niedermayer2018-05-171-4/+0
* avcodec/mpeg4videodec: Split decode_studio_vol_header() out of decode_studiov...Michael Niedermayer2018-05-031-9/+21
* avcodec/mpeg4videodec: Move decode_studiovisualobject() parsing in the branch...Michael Niedermayer2018-05-031-10/+5
* avcodec/mpeg4videodec: unbreak multithreading decodingJames Almer2018-04-041-4/+6
* avcodec/mpeg4videodec: free studio profile VLCs when closing the decoderJames Almer2018-04-041-1/+15
* mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya2018-04-021-12/+524