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-03-07lavc/utils: fix extra ASS sanity check in convert_sub_to_old_ass_form()Clément Bœsch
2016-03-05lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm4
2016-03-05avcodec/utils: Fix memleak on error in convert_sub_to_old_ass_form()Michael Niedermayer
2016-03-03avcodec/utils: Fix 'ISO C90 forbids mixed declarations and code'Michael Niedermayer
2016-02-29avcodec: Add utils testMichael Niedermayer
2016-02-28Document and validate AVFrame plane pointers.Reimar Döffinger
2016-02-27avcodec/utils: Check that the video data[] arrays are NULL on the input to ge...Michael Niedermayer
2016-02-27avcodec/utils: Check all data[] pointers in video_get_buffer() not just the f...Michael Niedermayer
2016-02-26lavc: deprecate decoded ass subtitles with timingsClément Bœsch
2016-02-26lavc: allow subtitle text format to be ASS without timingClément Bœsch
2016-02-26avcodec/utils: Merge identical if conditionsMichael Niedermayer
2016-02-25libavcodec:add packet level support for mastering metadataNeil Birkbeck
2016-02-24Merge commit '7b3214d0050613bd347a2e41c9f78ffb766da25e'Derek Buitenhuis
2016-02-24Add GBRAP12 pixel formatKieran Kunhya
2016-02-23lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov
2016-02-23lavc: add codec parameters APIAnton Khirnov
2016-02-15lavc: add a field for passing AVHWFramesContext to encodersAnton Khirnov
2016-02-14avcodec: Fix a typo.Carl Eugen Hoyos
2016-02-14avcodec: only warn about hwaccel with frame threadsAndreas Cadhalpun
2016-02-07avcodec/utils: Add AV_PIX_FMT_GBRAP16?E to avcodec_align_dimensions2()Michael Niedermayer
2016-02-03avcodec/utils: Check the return code of av_image_fill_linesizes()Michael Niedermayer
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