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-21avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2()Michael Niedermayer
2021-10-06avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensionsMichael Niedermayer
2021-09-09avcodec/utils: don't return negative values in av_get_audio_frame_duration()James Almer
2021-09-08avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration ...Michael Niedermayer
2021-06-18avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bitMichael Niedermayer
2021-06-18avcodec/utils: treat PAL8 for jpegs similar to other colorspacesMichael Niedermayer
2021-06-18avcodec/utils: Check ima wav duration for overflowMichael Niedermayer
2021-03-19avcodec: move core AVCodecContext functions from util.c to a new fileJames Almer
2021-03-19avcodec: move AVCodecParameters related functions from util.c to a new fileJames Almer
2021-03-16lavc: drop unused argument from lock_avcodec()Anton Khirnov
2021-03-16lavc: drop ff_ prefix from ff_(un)lock_avcodecAnton Khirnov
2021-03-16lavc: move decoder bsf init into decoder-specific codeAnton Khirnov
2021-03-16lavc: factor decoder validation/setup from avcodec_open2()Anton Khirnov
2021-03-16lavc: factor out encoder init/validation from avcodec_open2()Anton Khirnov
2021-03-16lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov
2021-03-16avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MSMichael Niedermayer
2021-03-04avcodec/utils: free last_pkt_props on avcodec_open2() failureJames Almer
2021-03-03avcodec/decode: port last_pkt_props to AVFifoBufferJames Almer
2021-03-01avcodec: add SGA PCM decoderPaul B Mahol
2021-02-04avcodec/utils: unbreak BINKAUDIO_DCT duration calculationPaul B Mahol
2021-01-26lavc: shedule old encoding/decoding API for removalAnton Khirnov
2021-01-23avcodec/utils: Check for integer overflow in get_audio_frame_duration() for A...Michael Niedermayer
2020-12-19avcodec/utils: Check bitrate for overflow in get_bit_rate()Michael Niedermayer
2020-12-04avcodec/utils: Remove ff_codec_open2_recursive()Andreas Rheinhardt
2020-11-28avcodec/utils: Require a non zero channels unless AV_CODEC_CAP_CHANNEL_CONF i...Michael Niedermayer
2020-11-27avcodec: deprecate thread_safe_callbacksAnton Khirnov
2020-11-09avcodec/utils: clear the packet props queue on flushingJames Almer
2020-11-09avcodec: add adpcm_ima_amv encoderZane van Iperen
2020-11-09avcodec/adpcm_ima_amv: restrict to 1 channelZane van Iperen
2020-11-03avcodec/utils: add adpcm_ima_alp to av_get_exact_bits_per_sample()Zane van Iperen
2020-10-29avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ...Michael Niedermayer
2020-10-28lavc: un-avpriv avpriv_bprint_to_extradata()Anton Khirnov
2020-10-17avcodec/utils: Check for overflow with ATRAC* in get_audio_frame_duration()Michael Niedermayer
2020-10-02avcodec/utils: add missing FF_API_TAG_STRING checkJames Almer
2020-10-01avcodec/utils: ReindentationAndreas Rheinhardt
2020-10-01avcodec/utils: Also free encoder extradata on avcodec_open2() errorAndreas Rheinhardt
2020-10-01avcodec/utils: Don't forget cleaning up when allocating priv_data failsAndreas Rheinhardt
2020-10-01avcodec/utils: Improve check for freeing codec private optionsAndreas Rheinhardt
2020-10-01avcodec/utils: Remove always-true checkAndreas Rheinhardt
2020-09-29avcodec/utils: Only call codec->close if init has been calledAndreas Rheinhardt
2020-09-15avcodec/decode: use a packet list to store packet propertiesJames Almer
2020-09-11avcodec/utils: make the src paramater for ff_thread_ref_frame constJames Almer
2020-09-11fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt
2020-09-03avcodec: add FastAudio decoderPaul B Mahol
2020-09-03avcodec: add ADPCM IMA MOFLEX decoderPaul B Mahol
2020-08-16avcodec/utils: calculate frame number of HEVC if the framerate > 30FPSLimin Wang
2020-08-15avcodec: move ff_alloc_a53_sei() to atsc_53James Almer
2020-08-07avcodec: add adpcm_argo encoderZane van Iperen
2020-07-21avcodec: add adpcm_ima_apm encoderZane van Iperen
2020-06-28avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode seiLimin Wang