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
2022-03-24avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt
2021-07-30avcodec/noise_bsf: restore dropamount for backwards compatibilityGyan Doshi
2021-07-29avcodec/noise_bsf: add expr supportGyan Doshi
2020-05-22avcodec.h: split bitstream filters API into its own headerAnton Khirnov
2020-05-22lavc: rename bsf.h to bsf_internal.hAnton Khirnov
2020-04-24avcodec/noise_bsf: Remove unnecessary headersAndreas Rheinhardt
2019-12-23avcodec/noise_bsf: remove superfluous fail labelJames Almer
2018-03-24avcodec/noise_bsf: move the reference in the bsf internal bufferJames Almer
2018-03-22lavc/noise_bsf: support dump options.Jun Zhao
2017-07-09avcodec/noise_bsf: add support for dropping packetsMarton Balint
2016-05-01avcodec/noise_bsf: set correct size of .priv_data_size fieldPaul B Mahol
2016-04-17Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis
2016-03-20lavc: add a new bitstream filtering APIAnton Khirnov
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-01-15bsf: check memory allocationsVittorio Giovara
2013-10-02avcodec: use designated initializers for bitstream filtersPaul B Mahol
2013-03-29noise_bsf: check if allocation failedPaul B Mahol
2012-10-14noise_bsf: fix division by 0Michael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2008-01-08Randomly change the amount of noise if nothing is explicitly set.Michael Niedermayer
2007-05-19move noise bitstream filter in its own fileAurelien Jacobs