summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAge
...
| * lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* | Merge commit 'dbb1425811a672eddf4acf0513237cdf20f83756'Michael Niedermayer2013-04-04
|\|
| * avfiltergraph: set deprecated filter_count.Anton Khirnov2013-04-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-03
|\|
| * avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov2013-04-03
* | lavfi: support multiple rounds of format negotiation.Nicolas George2013-03-24
* | Merge commit '9676b9a2cdc4a90611188fc48d8d388e427997c5'Michael Niedermayer2013-03-16
|\|
| * avfiltergraph: use sizeof(var) instead of sizeof(type)Anton Khirnov2013-03-16
* | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer2013-03-16
|\|
| * avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-16
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* | Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer2013-02-24
|\|
| * lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-23
* | lavfi: fix merging of formats and clarify exception.Nicolas George2013-02-24
* | lavfi: fix missing space in error message.Nicolas George2013-02-07
* | lavfi: remove disabled code.Nicolas George2013-02-07
* | lavfi: support unknown channel layouts.Nicolas George2013-01-26
* | 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