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-09-05Merge commit '8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79'Hendrik Leppkes
2015-09-05Merge commit '9f90b24877016e7140b9b14e4b1acee663bb6d8a'Hendrik Leppkes
2015-09-05Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes
2015-09-05Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes
2015-08-28lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara
2015-08-28lavc: Drop deprecated get_buffer related functionsVittorio Giovara
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
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
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