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-09-12avcodec/utils: don't return negative values in av_get_audio_frame_duration()James Almer
2021-09-11avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration ...Michael Niedermayer
2021-09-11avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bitMichael Niedermayer
2021-09-11avcodec/utils: treat PAL8 for jpegs similar to other colorspacesMichael Niedermayer
2021-09-11avcodec/utils: Check ima wav duration for overflowMichael Niedermayer
2021-09-11avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MSMichael Niedermayer
2021-09-11avcodec/utils: Check for integer overflow in get_audio_frame_duration() for A...Michael Niedermayer
2021-09-11avcodec/utils: Check bitrate for overflow in get_bit_rate()Michael Niedermayer
2021-09-11avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ...Michael Niedermayer
2019-11-15avcodec/utils: Check block_alignMichael Niedermayer
2019-11-15avcodec/utils: Check sample_rate before opening the decoderMichael Niedermayer
2019-11-15avcodec/utils: Optimize ff_color_frame() using memcpy()Michael Niedermayer
2019-11-15avcodec/utils: Use av_memcpy_backptr() in ff_color_frame()Michael Niedermayer
2019-11-15libavcodec/utils: Free threads on init failureMichael Niedermayer
2019-11-15avcodec/utils: fix leak of subtitle_header on error pathMichael Niedermayer
2019-11-15avcodec/utils: Check close before calling itMichael Niedermayer
2019-11-15avcodec/utils, avcodec_open2: close codec on failureJames Zern
2019-11-15avcodec/utils: Check bits_per_coded_sampleMichael Niedermayer
2018-06-18avcodec/utils: Enforce minimum width also for VP5/6Michael Niedermayer
2018-01-28avcodec/utils: Avoid hardcoding duplicated types in sizeof()Michael Niedermayer
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
2017-08-23avcodec/utils: Fix signed integer overflow in rc_initial_buffer_occupancy ini...Vitaly Buka
2017-04-23Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer
2017-04-23Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer
2017-04-23Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer
2017-04-17Merge commit '0309ddcfb25fd44883bfcdb07509eb4907576b97'Clément Bœsch
2017-04-07Merge commit '3fe2a01df7f2c193805809f57b61d79607572351'James Almer
2017-04-07Merge commit '328cd2b599bc2d0d38f3c12606fa2a66eeec016e'James Almer
2017-04-06lavc: Add Content Light Level side metadata found in HEVCSteve Lhomme
2017-04-06pthread_frame: allow per-field ThreadFrame owners.Ronald S. Bultje
2017-03-29lavc: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-21avcodec: remove warning against using frame threading with hwaccelswm4
2017-03-21avcodec, avformat: deprecate anything related to side data mergingwm4
2017-03-18Merge commit 'e9bfff1cc66c85b91b262c41e8aa5e8685606225'Clément Bœsch
2017-03-17avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp
2017-03-17avcodec: fix uninitialized variable readwm4
2017-03-16lavc/internal: Constify AVPacket* in AVCodecInternal.Carl Eugen Hoyos
2017-03-12Merge commit 'f65285aba0df7d46298abe0c945dfee05cbc6028'Clément Bœsch
2017-03-09aacdec: do not mutate input packet metadatawm4
2017-03-06avcodec: consider an error during decoder draining as EOFwm4
2017-02-24lavc/utils: Make second parameter to apply_param_change() const.Carl Eugen Hoyos
2017-02-14lavc: Add device context field to AVCodecContextMark Thompson
2017-02-03avcodec/utils: Fix memleak with subtitles and sidedataMichael Niedermayer
2017-01-25avcodec/utils: correct align value for interplayMichael Niedermayer
2016-12-22avcodec: add pcm_f16le and pcm_f24le decoderPaul B Mahol
2016-12-17lavc: Fix ticket 6024, truncated mode decodingPavel Koshevoy
2016-12-14lavc: add support for filtering packets before decodingAnton Khirnov
2016-12-14decode: restructure the core decoding codeAnton Khirnov
2016-12-14decode: be more explicit about storing the last packet propertiesAnton Khirnov