| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec.h: split bitstream filters API into its own header | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | lavc: rename bsf.h to bsf_internal.h | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | avcodec/noise_bsf: Remove unnecessary headers | Andreas Rheinhardt | 2020-04-24 | 1 | -2/+0 |
* | avcodec/noise_bsf: remove superfluous fail label | James Almer | 2019-12-23 | 1 | -7/+6 |
* | avcodec/noise_bsf: move the reference in the bsf internal buffer | James Almer | 2018-03-23 | 1 | -16/+9 |
* | lavc/noise_bsf: support dump options. | Jun Zhao | 2018-03-21 | 1 | -2/+3 |
* | avcodec/noise_bsf: add support for dropping packets | Marton Balint | 2017-07-09 | 1 | -0/+8 |
* | avcodec/noise_bsf: set correct size of .priv_data_size field | Paul B Mahol | 2016-05-01 | 1 | -1/+1 |
* | Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab' | Derek Buitenhuis | 2016-04-17 | 1 | -17/+53 |
|\ |
|
| * | lavc: add a new bitstream filtering API | Anton Khirnov | 2016-03-20 | 1 | -20/+57 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
| * | bsf: check memory allocations | Vittorio Giovara | 2015-01-15 | 1 | -1/+2 |
* | | avcodec: use designated initializers for bitstream filters | Paul B Mahol | 2013-10-02 | 1 | -3/+3 |
* | | noise_bsf: check if allocation failed | Paul B Mahol | 2013-03-29 | 1 | -0/+2 |
* | | noise_bsf: fix division by 0 | Michael Niedermayer | 2012-10-14 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+4 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Randomly change the amount of noise if nothing is explicitly set. | Michael Niedermayer | 2008-01-08 | 1 | -1/+1 |
* | move noise bitstream filter in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -0/+46 |