summaryrefslogtreecommitdiff
path: root/libavfilter/f_ebur128.c
Commit message (Expand)AuthorAge
* lavfi: flag more dynamic i/o filters.Clément Bœsch2013-04-13
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/ebur128: remove now unused av_opt_free call.Clément Bœsch2013-04-11
* lavfi/ebur128: switch to an AVOptions-based system.Clément Bœsch2013-04-10
* lavfi/f_ebur128: remove request_frame hack.Nicolas George2013-04-03
* lavfi/ebur128: add metadata injection.Clément Bœsch2013-03-18
* lavfi/ebur128: check histogram allocations.Clément Bœsch2013-03-15
* lavfi/ebur128: add framelog option.Clément Bœsch2013-03-15
* lavfi/ebur128: use same ref for inputs and outputs.Clément Bœsch2013-03-14
* Revert "lavfi/ebur128: fix format negociation for output."Clément Bœsch2013-03-14
* lavfi/ebur128: fix format negociation for output.Clément Bœsch2013-03-14
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/ebur128: advance pointer to samplessedacca@comcast.net2013-02-15
* lavfi/ebur128: fix channel weightsDavid A. Sedacca2013-02-15
* lavfi: EBU R.128 irregular timesedacca@comcast.net2013-01-19
* lavfi/ebur128: use ff_filter_frame() everywhere.Clément Bœsch2012-11-29
* lavfi: add priv_class for some forgotten filters.Clément Bœsch2012-11-29
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONEPaul B Mahol2012-11-05
* lavfi/ebur128: fix typo in condition.Clément Bœsch2012-10-11
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* lavfi: EBU R.128 scanner.Clément Bœsch2012-10-01