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
2018-01-04avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol
2018-01-03lavc/audiotoolboxenc: fix noise in encoded audioJiejun Zhang
2018-01-03lavfi/framesync: remove an invalid free.Nicolas George
2018-01-03lavfi/framesync: document frame ownership for dualinput.Nicolas George
2018-01-03avfilter: add entropy filterPaul B Mahol
2018-01-03vf_paletteuse: Don't free the second frame from ff_framesync_dualinput_get_wr...Derek Buitenhuis
2018-01-03vf_paletteuse: Add error checking to apply_paletteDerek Buitenhuis
2018-01-03lavc/options: Remove unneeded headerDerek Buitenhuis
2018-01-02avcodec/utvideoenc: switch to planar RGB formatsPaul B Mahol
2018-01-02avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRGPaul B Mahol
2018-01-02avformat/hlsenc: creation of variant streams in subdirectoriesVishwanath Dixit
2018-01-02avformat/hlsenc: configurable variant stream index position in filenamesVishwanath Dixit
2018-01-02avformat/hlsenc: revamped master playlist url creation logicVishwanath Dixit
2018-01-02lavu/mem: Do not realloc in av_fast_realloc() if size == min_size.Carl Eugen Hoyos
2018-01-02lavf/mov: Use av_fast_realloc() in mov_read_stts().Carl Eugen Hoyos
2018-01-01avfilter/af_crystalizer: use outlink instead of inlinkPaul B Mahol
2018-01-01lavc/Makefile: fix opus_parser dependenciesRostislav Pehlivanov
2018-01-01configure: bump yearCarl Eugen Hoyos
2017-12-31avformat/hls: release mem resource to fix memleakSteven Liu
2017-12-31avfilter/af_afir: rework FIR gain measurementPaul B Mahol
2017-12-31tcp: properly return EOFwm4
2017-12-31lavf/concatdec: properly init streams timestamp parameters.Nicolas George
2017-12-31avformat/hls: ignore http_persistent for segments requring cryptoAman Gupta
2017-12-30avcodec/exr: Check buf_size more completelyMichael Niedermayer
2017-12-30avformat/http: return EINVAL if ff_http_do_new_request is called with non-htt...Aman Gupta
2017-12-30opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov
2017-12-29avformat/dashenc: Persistent HTTP connections supported as an optionKarthick Jeyapal
2017-12-29avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-useKarthick Jeyapal
2017-12-29avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attributeKarthick Jeyapal
2017-12-29avformat/hlsplaylist: Audio rendition's name and defaultness made configurableKarthick Jeyapal
2017-12-29avformat/hlsenc: Modularized audio rendition playlist write to allow reuseKarthick Jeyapal
2017-12-29configure: libvmaf depends on pthreads.Carl Eugen Hoyos
2017-12-29fate: Fix ffprobe dependency for fate-mov-guess-delay-*.Carl Eugen Hoyos
2017-12-28avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()Michael Niedermayer
2017-12-28avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and pu...Michael Niedermayer
2017-12-28avcodec/flacdec: avoid undefined shiftMichael Niedermayer
2017-12-28avformat/avio: check input URLContext value NULLSteven Liu
2017-12-28lavc/jpeg2000dec: Support reading 64-bit atom size.Carl Eugen Hoyos
2017-12-28lavfi/minterpolate: Split struct Pixel to allow higher resolutions.Carl Eugen Hoyos
2017-12-28Merge commit 'c6558e8840fbb2386bf8742e4d68dd6e067d262e'James Almer
2017-12-28Merge commit '2beba58e0e4bda688bf96e12413231607ceafdd4'James Almer
2017-12-28Merge commit 'ddea22a684611c1fec9d8b5c70d835e983a9252e'James Almer
2017-12-27configure: add missing avcodec dep to avfilter for de/convolve filtersJames Almer
2017-12-27x264: Support version 153Luca Barbato
2017-12-27configure: note (de)convolve filter dependencyPaul B Mahol
2017-12-27avfilter: add deconvolve filterPaul B Mahol
2017-12-27avfilter/vf_convolve: remove padding, its unused and not neededPaul B Mahol
2017-12-27avfilter/vf_convolve: cosmeticsPaul B Mahol
2017-12-27lavc: remove uneffective attribute_deprecated on enumwm4
2017-12-27avformat/hls: enable http_multiple only for http/1.1 serversAman Gupta