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-17avcodec/utils: treat PAL8 for jpegs similar to other colorspacesMichael Niedermayer
2021-10-17avcodec/utils: Check for integer overflow in get_audio_frame_duration() for A...Michael Niedermayer
2021-10-17avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ...Michael Niedermayer
2019-12-06avcodec/utils: Check block_alignMichael Niedermayer
2019-12-06avcodec/utils: Check sample_rate before opening the decoderMichael Niedermayer
2018-07-10avcodec/utils: Enforce minimum width also for VP5/6Michael Niedermayer
2017-02-08avcodec/utils: correct align value for interplayMichael Niedermayer
2016-11-26avcodec/utils: Clear MMX state before returning from avcodec_default_execute*()Michael Niedermayer
2016-08-15avcodec/utils: check skip_samples signednessMichael Niedermayer
2015-12-06avcodec/utils: Clear dimensions in ff_get_buffer() on failureMichael Niedermayer
2015-12-06avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()Michael Niedermayer
2015-11-26avcodec/utils: Better check for channels in av_get_audio_frame_duration()Michael Niedermayer
2015-08-27avcodec: Assert on codec->encode2 in encode_audio2lummax
2015-08-18lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje
2015-08-08avcodec: add missing FF_API_CODEC_ID guardAndreas Cadhalpun
2015-08-01Revert "libavcodec/utils: av_get_exact_bits_per_sample fixed to return "1" fo...Michael Niedermayer
2015-08-01libavcodec/utils: av_get_exact_bits_per_sample fixed to return "1" for DSD co...Ihar A. Tumashyk
2015-07-29avcodec/utils: Set coded_frame.pict_type in generic codeMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27avcodec/utils: do not use internal->byte_buffer when little downsizing is exp...Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21avcodec/utils: silence some deprecation warningsJames Almer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21avcodec/utils: Do not merge side data for encodersMichael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-07-19avcodec/utils: Check that channel count is valid in avcodec_open2();Michael Niedermayer
2015-07-16lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos
2015-07-13avcodec/utils: Check that the sample rate is not negative when opening an enc...Michael Niedermayer
2015-07-13Factor duplicated ff_fast_malloc() out into mem_internal.hMichael Niedermayer
2015-07-12avcodec/utils: Assert that the pointer is set when size is in ff_fast_malloc()Michael Niedermayer
2015-07-12avcodec/utils: Avoid undefined void casts in ff_fast_malloc()Michael Niedermayer
2015-07-11avcodec/utils: Fix potential overflow in overallocation codeMichael Niedermayer
2015-07-10avcodec/utils: Document 32 min for h264 widthMichael Niedermayer
2015-07-10avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() fo...Michael Niedermayer
2015-07-08avcodec/utils: Check values in apply_param_change()Michael Niedermayer
2015-07-06lavc/utils: get rid of add_metadata_from_side_data forward declarationMarton Balint
2015-07-06lavc/utils: call add_metadata_from_side_data in ff_init_buffer_infoMarton Balint
2015-07-06lavc/utils: change add_metadata_from_side_data to accept avpacketMarton Balint
2015-07-06lavc/utils: remove redundant call to ff_init_buffer_infoMarton Balint
2015-06-27avcodec/utils: Replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer
2015-06-27avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVCPhilip Langdale
2015-06-24avcodec: Add codec_desc and remapping for AV_CODEC_ID_PCM_S16BE_PLANAR_DEPREC...Michael Niedermayer
2015-06-24PCM signed 16-bit big-endian planar decoderPaul B Mahol