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-10-06avcodec/utils: don't return negative values in av_get_audio_frame_duration()James Almer
2021-10-06avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration ...Michael Niedermayer
2021-10-06avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bitMichael Niedermayer
2021-10-06avcodec/utils: treat PAL8 for jpegs similar to other colorspacesMichael Niedermayer
2021-10-06avcodec/utils: Check ima wav duration for overflowMichael Niedermayer
2021-09-10avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MSMichael Niedermayer
2021-09-10avcodec/utils: Check for integer overflow in get_audio_frame_duration() for A...Michael Niedermayer
2021-09-10avcodec/utils: Check bitrate for overflow in get_bit_rate()Michael Niedermayer
2021-09-10avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ...Michael Niedermayer
2021-09-10avcodec/utils: Check for overflow with ATRAC* in get_audio_frame_duration()Michael Niedermayer
2019-12-31avcodec/utils: Check block_alignMichael Niedermayer
2019-12-31avcodec/utils: Check sample_rate before opening the decoderMichael Niedermayer
2019-12-31avcodec/utils: Optimize ff_color_frame() using memcpy()Michael Niedermayer
2019-12-31avcodec/utils: Use av_memcpy_backptr() in ff_color_frame()Michael Niedermayer
2019-12-31avcodec/utils: Check channels fully earlierMichael Niedermayer
2019-12-31libavcodec/utils: Free threads on init failureMichael Niedermayer
2019-08-04avcodec/utils: fix leak of subtitle_header on error pathMichael Niedermayer
2019-07-21avcodec/utils: Check close before calling itMichael Niedermayer
2019-07-10avcodec/utils, avcodec_open2: close codec on failureJames Zern
2019-06-26avcodec/utils: Check bits_per_coded_sampleMichael Niedermayer
2019-03-03avcodec/utils: remove commented out obsolete codePaul B Mahol
2018-12-23avcodec: add g732_1 parserPaul B Mahol
2018-12-04avcodec/utils : add ff_int_from_list_or_default funcMartin Vignali
2018-12-02avcodec/utils : add YUVA444P12 and YUVA422P12 to pixfmt who need height paddi...Martin Vignali
2018-10-26avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley
2018-08-17avcodec/decode: flush the internal bsfs instead of constantly reinitalizing themJames Almer
2018-07-13avcodec/utils: report insane channel count errorsMarton Balint
2018-07-03lavc: implement an ATRAC9 decoderRostislav Pehlivanov
2018-04-13avcodec/utils: Enforce minimum width also for VP5/6Michael Niedermayer
2018-02-06lavc: add new API for iterating codecs and codec parsersJosh de Kock
2018-02-05avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz
2018-01-13avcodec/utils: Avoid hardcoding duplicated types in sizeof()Michael Niedermayer
2018-01-05avcodec/util: use a mutex instead of atomics in avcodec_register()James Almer
2017-12-26lavc: remove complex debug code around avcodec init lockingwm4
2017-12-26lavc, lavf: move avformat static mutex from avcodec to avformatwm4
2017-12-26lavc: replace and deprecate the lock managerwm4
2017-12-11Revert "libavcodec/utils.c: simplify avcodec locking with atomics"Hendrik Leppkes
2017-11-27lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson
2017-11-27lavc: Add codec metadata to indicate hardware supportMark Thompson
2017-11-26libavcodec/utils.c: simplify avcodec locking with atomicsRostislav Pehlivanov
2017-11-26lavc/utils.c: use C11 atomics for entangled thread handlingRostislav Pehlivanov
2017-11-15avcodec: deprecate getters and setters for AVCodecContext and AVCodec fieldsJames Almer
2017-11-11avcodec: fix wrong duration of packets (dvd, bluray)Aleksandr Slobodeniuk
2017-10-23avcodec: drop deprecated vismv optionJames Almer
2017-10-23Merge commit '48bb0da050329e5111b00a12dfc154b7e78fb3a3'James Almer
2017-10-23Merge commit 'b3739599bda740ac12d3dde31a331b744df99123'James Almer
2017-10-22Merge commit '6dca24cd1d570b806b5a3fdaef9d3c8608942a81'James Almer
2017-10-22Merge commit '0337adfab5d14a17bf4d5060aa0425e4049a9862'James Almer
2017-09-22Remove some unneeded casts of bit_rate.Carl Eugen Hoyos
2017-08-26lavc/utils: Calculate frame duration for little-endian G.726.Carl Eugen Hoyos