Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-22avcodec: rename avpriv_color_frame to ff_color_frameAndreas Cadhalpun
2015-10-16avcodec: add ADPCM PSX decoderPaul B Mahol
2015-10-12avcodec: Don't lock on init for codecs without an init functionDerek Buitenhuis
2015-10-12avcodec: remove leftover iff_byterun1 decoderAndreas Cadhalpun
2015-10-02avcodec: Don't lock during open if the codec has threadsafe initDerek Buitenhuis
2015-09-29Merge commit 'a5d58fea68b9212e0065a71939e921505504a9bb'Hendrik Leppkes
2015-09-28lavc: reimplement avcodec_get_type() using codec descriptorswm4
2015-09-15lavc/utils: Correctly show bit_rate >INT_MAX.Carl Eugen Hoyos
2015-09-15lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer
2015-09-12lavc: allow asynchronous decoders to return correct pkt_dts valueswm4
2015-09-12Merge commit '87a051f97633010f71dfc1d23d806856499bf231'Hendrik Leppkes
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-07avcodec: remove duplicate AVCodecIDsJames Almer
2015-09-07Merge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b'Hendrik Leppkes
2015-09-05avcodec: remove deprecated codec id aliasesHendrik Leppkes
2015-09-05avcodec: remove deprecated old video encode APIHendrik Leppkes
2015-09-05avcodec: remove deprecated old audio encode APIHendrik Leppkes
2015-09-05avcodec: remove deprecated old audio decode APIHendrik Leppkes
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