summaryrefslogtreecommitdiff
path: root/libavfilter/af_channelsplit.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_channelsplit: switch to activate()Paul B Mahol2022-03-07
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/af_channelsplit: add channels optionPaul B Mahol2018-03-23
* avfilter/af_channelsplit: check ff_insert_outpad() for failurePaul B Mahol2017-08-25
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer2013-05-05
|\|
| * avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-04
* | lavfi: add missing periods in filter descriptions.Clément Bœsch2013-04-14
* | Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'Michael Niedermayer2013-04-12
|\|
| * lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-11
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit '3f14febbdf7c93bbd186399da27991180e5916b6'Michael Niedermayer2013-04-11
|\|
| * af_channelsplit: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | af_channelsplit: set output channels, fix assertion failureMichael Niedermayer2013-03-28
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-08
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-18
|\|
| * lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* | lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
|\|
| * lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-22
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17
|/
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
* lavfi: add channelsplit audio filter.Anton Khirnov2012-06-12