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
2017-07-19avformat: add SMPTE 337M demuxerfoo86
2017-07-19avcodec: add Dolby E decoderfoo86
2017-07-19avfilter/pthread: use slice threading from avutilMuhammad Faiz
2017-07-19avcodec/pthread_slice: use slice threading from avutilMuhammad Faiz
2017-07-19avutil: merge slice threading implementation from avcodec and avfilterMuhammad Faiz
2017-07-19libavformat/fifo: Fix initialization of underlying AVFormatContextJan Sebechlebsky
2017-07-19avcodec/dca: avoid using bitstream reader in a non-standard wayfoo86
2017-07-19avcodec/dca_core: probe extension headers directlyfoo86
2017-07-19avcodec/dca_parser: avoid use of magic valuesfoo86
2017-07-19avcodec/dca_parser: export profile informationfoo86
2017-07-19avformat/dtsdec: switch to common frame header parsing functionfoo86
2017-07-19avcodec/dca_parser: switch to common frame header parsing functionfoo86
2017-07-19avcodec/dca_core: switch to common frame header parsing functionfoo86
2017-07-19avcodec: add avpriv_dca_parse_core_frame_header()foo86
2017-07-19avcodec/dca: move bits per sample array to dca.cfoo86
2017-07-19avcodec/dca: move some enumeration typedefs into headersfoo86
2017-07-19lavc/codec_desc: Mark some uncompressed codecs as lossless.Carl Eugen Hoyos
2017-07-19doc: Fix names of VAAPI encodersMark Thompson
2017-07-19pixdesc: Add a test for av_find_best_pix_fmt_of_2()Mark Thompson
2017-07-19pixdesc: Improve scoring for opaque/unknown pixel formatsMark Thompson
2017-07-19lavc/vaapi_encode_h265: Remove duplicate slice_segment_address.Jun Zhao
2017-07-18avcodec/htmlsubtitles: Be a bit more picky on syntaxMichael Niedermayer
2017-07-18avcodec/aacdec_template (fixed point): Check gain in decode_cce() to avoid un...Michael Niedermayer
2017-07-18opus: simplify coarse energy beta coefficientsRostislav Pehlivanov
2017-07-18avdevice/decklink_dec: add support for receiving op47 teletextMarton Balint
2017-07-18avdevice/decklink_dec: add support for decoding teletext from 10bit ancillary...Marton Balint
2017-07-18lavc/jpeg2000dec: Read the sample aspect ratio from the jp2 resolution box.Carl Eugen Hoyos
2017-07-18ffprobe: reindent after previous commitClément Bœsch
2017-07-18ffprobe: add -(no)find_stream_info expert optionClément Bœsch
2017-07-18ffplay: reindent after previous commitClément Bœsch
2017-07-18ffplay: add -(no)find_stream_info expert optionClément Bœsch
2017-07-18ffmpeg: reindent after previous commitClément Bœsch
2017-07-18ffmpeg: add -(no)find_stream_info expert optionClément Bœsch
2017-07-18opusenc: remove unused variableRostislav Pehlivanov
2017-07-16configure: Fix libvmaf nameMatt Oliver
2017-07-16webmdashenc: Fix memory leakDerek Buitenhuis
2017-07-16avcodec/apedec: Fix integer overflowMichael Niedermayer
2017-07-16avfilter: add LIBVMAF filterAshish Singh
2017-07-16avcodec/ffv1dec_template: Fix signed integer overflowMichael Niedermayer
2017-07-16avcodec/aacdec_template: Fix undefined integer overflow in apply_tns()Michael Niedermayer
2017-07-15fate: add sub-srt-badsyntax testMichael Niedermayer
2017-07-14hdsenc: Remove dead storeDerek Buitenhuis
2017-07-14opusenc: use float_dsp for non-transient windowingRostislav Pehlivanov
2017-07-14avutil/threadmessage: fix error return in case of av_fifo_alloc failureAleksandr Slobodeniuk
2017-07-14avcodec: Add prefetch for mipsKaustubh Raste
2017-07-14x86/vf_limiter: make limiter functions work on x86_32James Almer
2017-07-13checkasm: add hybrid_analysis_ileave and hybrid_synthesis_deint tests to aacp...James Almer
2017-07-13checkasm: add a g722dsp testJames Almer
2017-07-13opusenc: use float_dsp for transient mdctsRostislav Pehlivanov
2017-07-13movenc: Add 'keywords' metadataKieran O'Leary