| Commit message (Expand) | Author | Age | Files | Lines |
* | avfiltergraph: add AVOption table | Michael Niedermayer | 2012-11-25 | 1 | -0/+10 |
* | lavfi/avfiltergraph: improve error message in graph_check_validity() | Stefano Sabatini | 2012-11-22 | 1 | -4/+7 |
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -6/+1 |
|\ |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -5/+4 |
* | | lavfi/avfiltergraph: avoid to print "(null)" in the scale args | Stefano Sabatini | 2012-10-21 | 1 | -1/+5 |
* | | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_... | Hendrik Leppkes | 2012-10-20 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\| |
|
* | | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -1/+1 |
|\| |
|
| * | avfiltergraph: silence an uninitialized variable warning | Anton Khirnov | 2012-09-17 | 1 | -1/+2 |
* | | avfiltergraph: use avcodec_find_best_pix_fmt_of_2() | Michael Niedermayer | 2012-08-31 | 1 | -2/+2 |
* | | avfiltergraph: kill uninitialized variable warning | Michael Niedermayer | 2012-08-30 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-27 | 1 | -11/+72 |
|\| |
|
| * | lavfi: better channel layout negotiation | Justin Ruggles | 2012-07-27 | 1 | -11/+72 |
* | | avfiltergraph: add some debug info about selected pixel formats | Michael Niedermayer | 2012-07-18 | 1 | -0/+3 |
* | | avfiltergraph: add a debug message on EOF. | Nicolas George | 2012-07-17 | 1 | -0/+3 |
* | | Suggest aresample filter if it was not compiled but requested. | Carl Eugen Hoyos | 2012-07-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -1/+3 |
|\| |
|
| * | avfiltergraph: shut up uninitialized variable warning. | Anton Khirnov | 2012-06-26 | 1 | -1/+3 |
* | | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63' | Michael Niedermayer | 2012-06-27 | 1 | -2/+0 |
|\| |
|
| * | lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft | Anton Khirnov | 2012-06-26 | 1 | -2/+0 |
* | | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h | Stefano Sabatini | 2012-06-25 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -2/+42 |
|\| |
|
| * | lavfi: support automatically inserting the fifo filter when needed. | Anton Khirnov | 2012-06-22 | 1 | -0/+40 |
* | | lavfi: use designated initializers for AVClass | Paul B Mahol | 2012-06-17 | 1 | -0/+1 |
* | | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -35/+39 |
|\| |
|
| * | avfiltergraph: remove a redundant call to avfilter_get_by_name(). | Anton Khirnov | 2012-06-13 | 1 | -2/+1 |
| * | lavfi: allow building without swscale. | Anton Khirnov | 2012-06-13 | 1 | -2/+7 |
| * | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -17/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -9/+9 |
|\| |
|
| * | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -9/+9 |
* | | aconvert filter needs to configure samplerates | Andrew Wason | 2012-06-05 | 1 | -3/+33 |
* | | avfiltergraph: call query_formats on inputs first. | Nicolas George | 2012-06-05 | 1 | -0/+7 |
* | | avfiltergraph: check query_formats return value. | Nicolas George | 2012-06-05 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-04 | 1 | -6/+22 |
|\| |
|
| * | avfiltergraph: make some functions static. | Anton Khirnov | 2012-06-04 | 1 | -6/+22 |
* | | lavfi: use av_default_item_name() as filter private context logger | Stefano Sabatini | 2012-06-04 | 1 | -1/+1 |
* | | lavfi: add avfilter_default_filter_name() | Stefano Sabatini | 2012-06-04 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 1 | -2/+71 |
|\| |
|
| * | lavfi: remove avfilter_default_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -1/+1 |
| * | avfiltergraph: smarter sample format selection. | Anton Khirnov | 2012-05-22 | 1 | -1/+70 |
* | | avfiltergraph: use aresample not aconvert in the alternative merge code. | Michael Niedermayer | 2012-05-17 | 1 | -1/+1 |
* | | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -10/+6 |
* | | avfiltergraph: switch to swresample by default | Michael Niedermayer | 2012-05-16 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -50/+286 |
|\| |
|
| * | avfiltergraph: reindent | Anton Khirnov | 2012-05-14 | 1 | -60/+60 |
| * | lavfi: add channel layout/sample rate negotiation. | Anton Khirnov | 2012-05-14 | 1 | -35/+222 |
| * | lavfi: autoinsert resample filter when necessary. | Anton Khirnov | 2012-05-12 | 1 | -16/+42 |