summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAge
* Replace references to "que" with the appropriate word.Clément Bœsch2013-01-03
* lavfi/avfiltergraph: check pick_format return code.Nicolas George2013-01-02
* lavfi/avfiltergraph: print query_formats errors.Nicolas George2012-12-31
* avfiltergraph: put variables used in #if 0 code themselfs under #if 0Michael Niedermayer2012-12-24
* lavfi: add a channels field to AVFilterLink.Nicolas George2012-12-20
* avfiltergraph: add aresample_swr_optsMichael Niedermayer2012-11-26
* avfiltergraph: add AVOption tableMichael Niedermayer2012-11-25
* lavfi/avfiltergraph: improve error message in graph_check_validity()Stefano Sabatini2012-11-22
* Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | lavfi/avfiltergraph: avoid to print "(null)" in the scale argsStefano Sabatini2012-10-21
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-20
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-18
|\|
| * avfiltergraph: silence an uninitialized variable warningAnton Khirnov2012-09-17
* | avfiltergraph: use avcodec_find_best_pix_fmt_of_2()Michael Niedermayer2012-08-31
* | avfiltergraph: kill uninitialized variable warningMichael Niedermayer2012-08-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-27
|\|
| * lavfi: better channel layout negotiationJustin Ruggles2012-07-27
* | avfiltergraph: add some debug info about selected pixel formatsMichael Niedermayer2012-07-18
* | avfiltergraph: add a debug message on EOF.Nicolas George2012-07-17
* | Suggest aresample filter if it was not compiled but requested.Carl Eugen Hoyos2012-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * avfiltergraph: shut up uninitialized variable warning.Anton Khirnov2012-06-26
* | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer2012-06-27
|\|
| * lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-26
* | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
|\|
| * lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-22
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17
* | lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\|
| * avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov2012-06-13
| * lavfi: allow building without swscale.Anton Khirnov2012-06-13
| * lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* | aconvert filter needs to configure sampleratesAndrew Wason2012-06-05
* | avfiltergraph: call query_formats on inputs first.Nicolas George2012-06-05
* | avfiltergraph: check query_formats return value.Nicolas George2012-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-04
|\|
| * avfiltergraph: make some functions static.Anton Khirnov2012-06-04
* | lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-04
* | lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-22
| * avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-22
* | avfiltergraph: use aresample not aconvert in the alternative merge code.Michael Niedermayer2012-05-17