summaryrefslogtreecommitdiff
path: root/libavcodec/noise_bsf.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt2022-03-231-4/+3
* avcodec/noise_bsf: restore dropamount for backwards compatibilityGyan Doshi2021-07-301-4/+15
* avcodec/noise_bsf: add expr supportGyan Doshi2021-07-291-16/+145
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-221-1/+1
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-221-1/+1
* avcodec/noise_bsf: Remove unnecessary headersAndreas Rheinhardt2020-04-241-2/+0
* avcodec/noise_bsf: remove superfluous fail labelJames Almer2019-12-231-7/+6
* avcodec/noise_bsf: move the reference in the bsf internal bufferJames Almer2018-03-231-16/+9
* lavc/noise_bsf: support dump options.Jun Zhao2018-03-211-2/+3
* avcodec/noise_bsf: add support for dropping packetsMarton Balint2017-07-091-0/+8
* avcodec/noise_bsf: set correct size of .priv_data_size fieldPaul B Mahol2016-05-011-1/+1
* Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis2016-04-171-17/+53
|\
| * lavc: add a new bitstream filtering APIAnton Khirnov2016-03-201-20/+57
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
| * bsf: check memory allocationsVittorio Giovara2015-01-151-1/+2
* | avcodec: use designated initializers for bitstream filtersPaul B Mahol2013-10-021-3/+3
* | noise_bsf: check if allocation failedPaul B Mahol2013-03-291-0/+2
* | noise_bsf: fix division by 0Michael Niedermayer2012-10-141-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+4
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Randomly change the amount of noise if nothing is explicitly set.Michael Niedermayer2008-01-081-1/+1
* move noise bitstream filter in its own fileAurelien Jacobs2007-05-191-0/+46