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
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
2015-06-20lavc: add little-endian ADPCM_THP decoderRodger Combs
2015-06-17lavf/brstm: add support for BFSTM filesRodger Combs
2015-06-05avcodec/utils: Assert that audio decoders do not report using more data than ...Michael Niedermayer
2015-05-17lavc: Print a warning if gray decoding was requested but not enabled.Carl Eugen Hoyos
2015-05-06lavc: add yuv440p10/12 formats to aligned pixfmt list.Ronald S. Bultje
2015-04-23Merge commit 'a78f5548d94f23ce23cece41edf0fe9d18926de6'Michael Niedermayer
2015-04-23Merge commit 'aef0be08756e00f363c524453c948a6e2a348614'Michael Niedermayer
2015-04-22avcodec: Free the default avoptions on init failureLuca Barbato
2015-04-22avcodec: Unref the dummy buffer on the fail pathLuca Barbato
2015-04-14lavc: use correct type for printf() argumentwm4
2015-04-14avformat, avcodec: log discard paddingwm4
2015-03-15avcodec/utils: mark codec argument as const in ff_lock_avcodec()Michael Niedermayer
2015-03-14avcodec/utils: use atomic operations on entangled_thread_counterMichael Niedermayer
2015-03-14Merge commit '117b432748ca87de4cd0f09d9b1495545e264733'Michael Niedermayer