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
2016-01-30lavc/utils: fix instanciate/instantiate typoClément Bœsch
2016-01-28libavcodec/util: Fix timebase overflow checkDerek Buitenhuis
2016-01-27Merge commit '7486418683bd2477772e03aab573cf846c12fb0d'Derek Buitenhuis
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-25avcodec/utils: run ff_frame_thread_encoder_init() only for encodersMichael Niedermayer
2016-01-24Print the whitelists if entities are not found on themMichael Niedermayer
2016-01-19lavc: Make sure that the effective timebase would not overflowArttu Ylä-Outinen
2016-01-07avcodec/utils: Check bits_per_raw_sample on video encoder openMichael Niedermayer
2016-01-01Merge commit 'cea1eef25c3310a68dd327eb74aae14ad3c2ddef'Hendrik Leppkes
2016-01-01Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes
2015-12-28avcodec: properly check pkt_timebase for validityHendrik Leppkes
2015-12-17Merge commit '11c9bd633f635f07a762be1ecd672de55daf4edc'Hendrik Leppkes
2015-12-17Merge commit 'f0b769c16daafa64720dcba7fa81a9f5255e1d29'Hendrik Leppkes
2015-12-17Merge commit '84adab333cddeefc3cfd843089dee23f58bd372c'Hendrik Leppkes
2015-12-15lavc/utils: use AVPixFmtDescriptor to probe palette formatsMatthieu Bouron
2015-12-12lavc: get the profile name through the codec descriptor in avcodec_string()Anton Khirnov
2015-12-12lavc: add profiles to AVCodecDescriptorAnton Khirnov
2015-12-12lavc: print the name of the codec, not its implementation, in avcodec_stringAnton Khirnov
2015-12-07lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch
2015-12-06libopenh264enc: export CPB props side dataAnton Khirnov
2015-12-06lavc: add a packet side data type for VBV-like parametersAnton Khirnov
2015-12-06lavc: add stream-global packet side dataAnton Khirnov
2015-12-05avcodec/utils: Fix overflow in get_bit_rates computationsMichael Niedermayer
2015-11-28avcodec/utils: Clear dimensions in ff_get_buffer() on failureMichael Niedermayer
2015-11-28avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()Michael Niedermayer
2015-11-14avcodec/utils: Better check for channels in av_get_audio_frame_duration()Michael Niedermayer
2015-10-29avcodec: add ADPCM AICA decoderPaul B Mahol
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-27avcodec: disallow hwaccel with frame threadsHendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-26avcodec: add SDX2 DPCM decoderPaul B Mahol
2015-10-22Merge commit '3ee2c60cc296eee3f63d7b5fee9b4332eeeac9fa'Hendrik Leppkes
2015-10-22Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes
2015-10-22utils: Use data buffers directly instead of an AVPictureVittorio Giovara
2015-10-22avcodec: rename avpriv_color_frame to ff_color_frameAndreas Cadhalpun
2015-10-21lavc: Add data and linesize to AVSubtitleRectVittorio Giovara
2015-10-16avcodec: add ADPCM PSX decoderPaul B Mahol
2015-10-13avcodec: Do not lock during init if there is no init functionDerek Buitenhuis
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-04avcodec: Do not lock during open for codecs marked as having threadsafe initDerek Buitenhuis
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