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-13configure: use pkg-config for libgme, if availableRicardo Constantino
2017-07-12avcodec/ivi: Use av_image_check_size2()Michael Niedermayer
2017-07-12avcodec/magicyuv: Check that vlc len is not too largeMichael Niedermayer
2017-07-12avcodec/mjpegdec: Clip DC also on the negative side.Michael Niedermayer
2017-07-12avcodec/aacps (fixed point): Fix multiple signed integer overflowsMichael Niedermayer
2017-07-12pthread_frame: save the FF_DEBUG_THREADS option in PerThreadContext.Wan-Teh Chang
2017-07-12aacdec_template: fix non-power-of-two MDCT scale signRostislav Pehlivanov
2017-07-11opus_celt: normalize using mdct scaleRostislav Pehlivanov
2017-07-11mdct15: remove redundant scale argument to imdct_halfRostislav Pehlivanov
2017-07-11videotoolbox: fix crash when decoding interlaced video with new APIwm4
2017-07-11avcodec/rdft: remove sintableMuhammad Faiz
2017-07-11opus_rc: fix encoder desyncs on very low bitratesRostislav Pehlivanov
2017-07-11opusenc: don't set avctx->cutoffRostislav Pehlivanov
2017-07-11opustab: comment ff_celt_tf_selectRostislav Pehlivanov
2017-07-11opus_celt: move postfilter taps table to the shared opustab.c fileRostislav Pehlivanov
2017-07-10rtspdec: Fix return errorDerek Buitenhuis
2017-07-10dxva: DXVA2_ModeHEVC_VLD_Main10 does not support Mainwm4
2017-07-10avcodec/magicyuv: add 12 bit formatsPaul B Mahol
2017-07-10avcodec/magicyuv: make RLE table reading match referencePaul B Mahol
2017-07-10avformat/avio: Remove no-op code in url_find_protocol().Wan-Teh Chang
2017-07-09avcodec/noise_bsf: add support for dropping packetsMarton Balint
2017-07-09avcodec/ylc: Fix vlc of 31 bitsMichael Niedermayer
2017-07-09avcodec/sbrdsp_fixed: Fix integer overflow in sbr_hf_apply_noise()Michael Niedermayer
2017-07-08libswresample: check input to swr_convert_frame for NULLhexpointer
2017-07-08avfilter: add limiter filterPaul B Mahol
2017-07-07bitstream_filter: Add missing error checkDerek Buitenhuis
2017-07-07af_amix: Add missing error checkDerek Buitenhuis
2017-07-07rtmpproto: Fix error returnDerek Buitenhuis
2017-07-07cngenc: Remove dead storeDerek Buitenhuis
2017-07-07ffmpeg_opt: Make get_timecode actually return errorsDerek Buitenhuis
2017-07-07opusdec: Remove dead codeDerek Buitenhuis
2017-07-07scpr: Added missing error checkDerek Buitenhuis
2017-07-07af_tempo: Add missing error checkDerek Buitenhuis
2017-07-07bitpacked: Remove dead storeDerek Buitenhuis
2017-07-07avformat: remove obsolete commented-out DEBUG defineTobias Rapp
2017-07-07libavcodec/htmlsubtitles.c: make tags case-insensitiveDongHoon Kang
2017-07-07avcodec/fft_template: use ff_thread_once on costable initializationMuhammad Faiz
2017-07-07avformat/hlsenc: Add missing error checkDerek Buitenhuis
2017-07-07avformat/hlsenc: add warn message when use both fmp4 and single_fileSteven Liu
2017-07-07ffmpeg: Fix typos in the comment for decode() ("." vs. "->")Wan-Teh Chang
2017-07-07h264dec: remove unneeded prototypeRafaël Carré
2017-07-07mpegtsenc: Don't pass NULL to memcpyDerek Buitenhuis
2017-07-06configure: require pkg-config for libvorbisRicardo Constantino
2017-07-06concatdec: Do not pass NULL to memcmpDerek Buitenhuis
2017-07-06htmlsubtitles: support <br> tagwm4
2017-07-06avcodec/interplayvideo: Clean up frames on parameter changeMichael Niedermayer
2017-07-06libavformat/gdv: Fix parsing for soundless videoAzamat H. Hackimov
2017-07-05movenc: allow alternative hvc1 h.265 codec tagJohn Stebbins
2017-07-05movenc: write correct format hvcc when tag is hvc1John Stebbins
2017-07-05movenc: move tags definitions to where they are usedJohn Stebbins