Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-08Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt
2021-03-08avcodec/mpeg4videodec: add forgotten flags to mpeg4_optionsPaul B Mahol
2021-01-27Revert "mpeg4videodec: raise an error if sprite_trajectory.table is NULL"Andreas Rheinhardt
2021-01-26avcodec/mpeg4videodec: Fix indentationAndreas Rheinhardt
2021-01-26avcodec/mpeg4videodec: Move code around to avoid forward declarationAndreas Rheinhardt
2021-01-25avcodec/mpeg4videodec: Don't initialize unused RL VLCsAndreas Rheinhardt
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-12-08avcodec/mpeg4videodec: Make studio VLCs staticAndreas Rheinhardt
2020-12-08avcodec/mpeg4video: Make tables used to initialize VLCs smallerAndreas Rheinhardt
2020-10-27avcodec/mpeg4videodec: Don't check for errors for complete VLCsAndreas Rheinhardt
2020-10-24avcodec/mpeg4videodec: Use smallest max_depth in get_vlc2()Andreas Rheinhardt
2020-10-11lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos
2020-06-14avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv()Michael Niedermayer
2020-06-14avcodec/mpeg4videodec: avoid invalid values and reinitialize in format change...Michael Niedermayer
2020-06-13avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-04-10lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov
2020-04-10mpeg4videodec: do not copy a range of fields at onceAnton Khirnov
2019-12-31avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer
2019-12-31avcodec: Replace show_bits_long() by show_bits() where possibleMichael Niedermayer
2019-09-16repeat an even number of characters in occuredMichael Niedermayer
2019-09-11avcodec/mpeg4videodec: Fix integer overflow in mpeg4_decode_studio_block()Michael Niedermayer
2019-03-12avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block()Michael Niedermayer
2019-03-12avcodec/mpeg4videodec: Fix nonsense warningAndreas Rheinhardt
2019-02-16avcodec/mpeg4videodec: Clear interlaced_dct for studio profileMichael Niedermayer
2018-11-04avcodec/mpeg4videodec: Clear partitioned frame in decode_studio_vop_header()Michael Niedermayer
2018-10-22avcodec/mpeg4videodec: Fix typo in sprite delta checkMichael Niedermayer
2018-09-20avcodec/mpeg4videodec: Fix undefined shift in get_amv()Michael Niedermayer
2018-09-20avcodec/mpeg4videodec: Check rice_prefix_codeMichael Niedermayer
2018-08-25mpeg4video: Add Studio DPCM supportKieran Kunhya
2018-08-25avcodec/mpeg4videodec: Fix slice end detection in mpeg4_decode_studio_mb()Michael Niedermayer
2018-07-05avcodec/mpeg4videodec: Check for bitstream end in read_quant_matrix_ext()Michael Niedermayer
2018-07-04avcodec/mpeg4videodec: Remove use of FF_PROFILE_MPEG4_SIMPLE_STUDIO as indica...Michael Niedermayer
2018-06-28avcodec/mpeg4videodec: Check read profile before setting itMichael Niedermayer
2018-06-13avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a ...Michael Niedermayer
2018-05-17avcodec/mpeg4video: Detect reference studio streams as studio streamsMichael Niedermayer
2018-05-17avcodec/mpeg4videodec: Check bps (VOL header) before VOP for studio profileMichael Niedermayer
2018-05-17avcodec/mpeg4videodec: Do not corrupt bits_per_raw_sampleMichael Niedermayer
2018-05-17avcodec/mpeg4videode: Eliminate out of loop VOP startcode reading for studio ...Michael Niedermayer
2018-05-03avcodec/mpeg4videodec: Split decode_studio_vol_header() out of decode_studiov...Michael Niedermayer
2018-05-03avcodec/mpeg4videodec: Move decode_studiovisualobject() parsing in the branch...Michael Niedermayer
2018-04-04avcodec/mpeg4videodec: unbreak multithreading decodingJames Almer
2018-04-04avcodec/mpeg4videodec: free studio profile VLCs when closing the decoderJames Almer
2018-04-02mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya
2018-03-26avcodec/mpeg4videodec: Use more specific error codesMichael Niedermayer
2018-02-11avcodec/mpeg4videodec: Ignore multiple VOL headersMichael Niedermayer
2018-01-29avcodec/mpeg4videodec: Avoid possibly aliasing violating castsMichael Niedermayer
2018-01-29avcodec/mpeg4videodec: Check mb_num also against 0Michael Niedermayer
2017-12-26mpeg4videodec: Fix unused variable warningMark Thompson