summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer2013-02-241-1/+7
|\ \ | |/
| * lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-231-1/+7
* | lavfi: fix merging of formats and clarify exception.Nicolas George2013-02-241-4/+4
* | lavfi: fix missing space in error message.Nicolas George2013-02-071-1/+1
* | lavfi: remove disabled code.Nicolas George2013-02-071-90/+0
* | lavfi: support unknown channel layouts.Nicolas George2013-01-261-6/+79
* | Replace references to "que" with the appropriate word.Clément Bœsch2013-01-031-10/+10
* | lavfi/avfiltergraph: check pick_format return code.Nicolas George2013-01-021-3/+6
* | lavfi/avfiltergraph: print query_formats errors.Nicolas George2012-12-311-1/+4
* | avfiltergraph: put variables used in #if 0 code themselfs under #if 0Michael Niedermayer2012-12-241-0/+2
* | lavfi: add a channels field to AVFilterLink.Nicolas George2012-12-201-0/+1
* | avfiltergraph: add aresample_swr_optsMichael Niedermayer2012-11-261-1/+3
* | avfiltergraph: add AVOption tableMichael Niedermayer2012-11-251-0/+10
* | lavfi/avfiltergraph: improve error message in graph_check_validity()Stefano Sabatini2012-11-221-4/+7
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-6/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-5/+4
* | lavfi/avfiltergraph: avoid to print "(null)" in the scale argsStefano Sabatini2012-10-211-1/+5
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-181-1/+1
|\ \ | |/
| * avfiltergraph: silence an uninitialized variable warningAnton Khirnov2012-09-171-1/+2
* | avfiltergraph: use avcodec_find_best_pix_fmt_of_2()Michael Niedermayer2012-08-311-2/+2
* | avfiltergraph: kill uninitialized variable warningMichael Niedermayer2012-08-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-271-11/+72
|\ \ | |/
| * lavfi: better channel layout negotiationJustin Ruggles2012-07-271-11/+72
* | avfiltergraph: add some debug info about selected pixel formatsMichael Niedermayer2012-07-181-0/+3
* | avfiltergraph: add a debug message on EOF.Nicolas George2012-07-171-0/+3
* | Suggest aresample filter if it was not compiled but requested.Carl Eugen Hoyos2012-07-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-1/+3
|\ \ | |/
| * avfiltergraph: shut up uninitialized variable warning.Anton Khirnov2012-06-261-1/+3
* | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer2012-06-271-2/+0
|\ \ | |/
| * lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-261-2/+0
* | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-251-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-2/+42
|\ \ | |/
| * lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-221-0/+40
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-171-0/+1
* | lavfi: update some deprecated functionsPaul B Mahol2012-06-161-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-35/+39
|\ \ | |/
| * avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov2012-06-131-2/+1
| * lavfi: allow building without swscale.Anton Khirnov2012-06-131-2/+7
| * lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-17/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-9/+9
|\ \ | |/
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-9/+9
* | aconvert filter needs to configure sampleratesAndrew Wason2012-06-051-3/+33
* | avfiltergraph: call query_formats on inputs first.Nicolas George2012-06-051-0/+7
* | avfiltergraph: check query_formats return value.Nicolas George2012-06-051-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-041-6/+22
|\ \ | |/
| * avfiltergraph: make some functions static.Anton Khirnov2012-06-041-6/+22
OpenPOWER on IntegriCloud