| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/f_ebur128: Use av_malloc_array() | Michael Niedermayer | 2014-07-01 | 1 | -1/+1 |
* | lavfi/ebur128: add true peak metering per frame | Jean First | 2014-02-02 | 1 | -1/+10 |
* | lavfi/ebur128: print peak metering in dBFS | Jean First | 2014-02-02 | 1 | -9/+26 |
* | lavfi/ebur128: add sample and true peak metering. | Clément Bœsch | 2014-02-02 | 1 | -12/+128 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -5/+5 |
* | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | lavfi/ebur128: fix typo: s/negociation/negotiation | Paul B Mahol | 2013-08-13 | 1 | -1/+1 |
* | Fix wrong use of "an" in some comments. | Thilo Borgmann | 2013-08-12 | 1 | -1/+1 |
* | lavfi: flag more dynamic i/o filters. | Clément Bœsch | 2013-04-13 | 1 | -0/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/ebur128: remove now unused av_opt_free call. | Clément Bœsch | 2013-04-11 | 1 | -1/+0 |
* | lavfi/ebur128: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-10 | 1 | -7/+0 |
* | lavfi/f_ebur128: remove request_frame hack. | Nicolas George | 2013-04-03 | 1 | -19/+4 |
* | lavfi/ebur128: add metadata injection. | Clément Bœsch | 2013-03-18 | 1 | -1/+53 |
* | lavfi/ebur128: check histogram allocations. | Clément Bœsch | 2013-03-15 | 1 | -0/+4 |
* | lavfi/ebur128: add framelog option. | Clément Bœsch | 2013-03-15 | 1 | -2/+16 |
* | lavfi/ebur128: use same ref for inputs and outputs. | Clément Bœsch | 2013-03-14 | 1 | -17/+6 |
* | Revert "lavfi/ebur128: fix format negociation for output." | Clément Bœsch | 2013-03-14 | 1 | -0/+16 |
* | lavfi/ebur128: fix format negociation for output. | Clément Bœsch | 2013-03-14 | 1 | -16/+0 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -12/+11 |
* | lavfi/ebur128: advance pointer to samples | sedacca@comcast.net | 2013-02-15 | 1 | -2/+2 |
* | lavfi/ebur128: fix channel weights | David A. Sedacca | 2013-02-15 | 1 | -5/+19 |
* | lavfi: EBU R.128 irregular time | sedacca@comcast.net | 2013-01-19 | 1 | -3/+3 |
* | lavfi/ebur128: use ff_filter_frame() everywhere. | Clément Bœsch | 2012-11-29 | 1 | -3/+2 |
* | lavfi: add priv_class for some forgotten filters. | Clément Bœsch | 2012-11-29 | 1 | -0/+1 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -9/+12 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -3/+3 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONE | Paul B Mahol | 2012-11-05 | 1 | -2/+2 |
* | lavfi/ebur128: fix typo in condition. | Clément Bœsch | 2012-10-11 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
* | lavfi: EBU R.128 scanner. | Clément Bœsch | 2012-10-01 | 1 | -0/+747 |