| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_ass: fix table name to refer to correct lib. | Michael Niedermayer | 2012-06-29 | 1 | -2/+2 |
* | formats.h: fix project reference in comment | Michael Niedermayer | 2012-06-29 | 1 | -1/+1 |
* | lavfi: deprecate av_buffersrc_buffer() function | Stefano Sabatini | 2012-06-28 | 3 | -0/+9 |
* | sink_buffer: warn when there are too many buffers. | Nicolas George | 2012-06-28 | 1 | -0/+10 |
* | buffersrc: warn when there are too many buffers. | Nicolas George | 2012-06-28 | 1 | -0/+11 |
* | lavfi/amerge: silence warnings | Paul B Mahol | 2012-06-28 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 27 | -116/+125 |
|\ |
|
| * | avfiltergraph: shut up uninitialized variable warning. | Anton Khirnov | 2012-06-26 | 1 | -1/+3 |
| * | af_join: initialize a variable to shut up gcc warning. | Anton Khirnov | 2012-06-26 | 1 | -1/+2 |
| * | amix: fix format specifier for AVFilterLink.sample_rate. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
| * | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 26 | -38/+37 |
| * | lavfi: reorder AVFilterLink fields. | Anton Khirnov | 2012-06-26 | 1 | -27/+27 |
| * | lavfi: reorder AVFilterContext fields. | Anton Khirnov | 2012-06-26 | 1 | -7/+6 |
| * | lavfi: reorder AVFilter fields. | Anton Khirnov | 2012-06-26 | 1 | -9/+17 |
| * | lavfi: reorder AVFilterBufferRef fields. | Anton Khirnov | 2012-06-26 | 1 | -17/+18 |
| * | lavfi: reorder AVFilterBuffer fields. | Anton Khirnov | 2012-06-26 | 1 | -16/+15 |
* | | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63' | Michael Niedermayer | 2012-06-27 | 12 | -388/+9 |
|\| |
|
| * | lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft | Anton Khirnov | 2012-06-26 | 6 | -245/+0 |
| * | lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft | Anton Khirnov | 2012-06-26 | 3 | -15/+0 |
| * | lavfi: use proper FF_API guards for different deprecated functions | Anton Khirnov | 2012-06-26 | 1 | -0/+2 |
| * | lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruft | Anton Khirnov | 2012-06-26 | 4 | -61/+0 |
| * | lavfi: remove disabled FF_API_SAMPLERATE64 cruft | Anton Khirnov | 2012-06-26 | 3 | -11/+0 |
| * | lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft | Anton Khirnov | 2012-06-26 | 4 | -20/+6 |
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 64 | -91/+94 |
|\| |
|
| * | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 44 | -60/+57 |
* | | sink_buffer: make opaque argument optional. | Nicolas George | 2012-06-26 | 1 | -16/+20 |
* | | buffersink: group libav API functions. | Nicolas George | 2012-06-26 | 1 | -2/+11 |
* | | lavfi: drop deprecated and disabled packing API | Stefano Sabatini | 2012-06-26 | 5 | -58/+0 |
* | | lavfi: remove old video sink API | Stefano Sabatini | 2012-06-26 | 3 | -26/+2 |
* | | lavfi/drawtext: use av_opt_free() to free private context | Stefano Sabatini | 2012-06-25 | 1 | -10/+1 |
* | | lavfi/abuffer: increase logging level of the log showing initial parameters | Stefano Sabatini | 2012-06-25 | 1 | -2/+3 |
* | | lavfi/avfilter.h: reorganize headers disposition | Stefano Sabatini | 2012-06-25 | 1 | -2/+2 |
* | | lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref API | Stefano Sabatini | 2012-06-25 | 3 | -0/+13 |
* | | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h | Stefano Sabatini | 2012-06-25 | 11 | -1/+10 |
* | | lavfi: move some FF_API_ definitions from avfilter.h to version.h | Stefano Sabatini | 2012-06-25 | 2 | -8/+6 |
* | | af_aresample: fix sample_rate type. | Michael Niedermayer | 2012-06-24 | 1 | -1/+2 |
* | | sink_buffer: assert that functions and sinks arent mixed | Michael Niedermayer | 2012-06-24 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 34 | -171/+1194 |
|\| |
|
| * | lavfi: Add the af_channelmap audio channel mapping filter. | Alex Converse | 2012-06-22 | 3 | -0/+404 |
| * | lavfi: add join audio filter. | Anton Khirnov | 2012-06-22 | 3 | -0/+502 |
| * | lavfi: allow audio filters to request a given number of samples. | Anton Khirnov | 2012-06-22 | 2 | -8/+160 |
| * | lavfi: support automatically inserting the fifo filter when needed. | Anton Khirnov | 2012-06-22 | 5 | -63/+78 |
| * | lavfi/audio: eliminate ff_default_filter_samples(). | Anton Khirnov | 2012-06-22 | 4 | -33/+5 |
* | | showwaves: fix PTS computation. | Nicolas George | 2012-06-23 | 1 | -1/+4 |
* | | showwaves: fix first sample of frame test. | Nicolas George | 2012-06-23 | 1 | -1/+1 |
* | | lavfi: display pad type with mismatch error message. | Nicolas George | 2012-06-23 | 1 | -2/+3 |
* | | lavfi/buffer: remove unused function av_vsrc_buffer_add_frame_alt() | Stefano Sabatini | 2012-06-23 | 1 | -19/+0 |
* | | lavfi/buffer: apply misc consistency nits | Stefano Sabatini | 2012-06-23 | 1 | -5/+5 |
* | | lavfi: define macro AVFILTER_DEFINE_CLASS | Stefano Sabatini | 2012-06-22 | 27 | -204/+58 |
* | | lavfi/drawtext: remove unnecessary parentheses in init() | Stefano Sabatini | 2012-06-22 | 1 | -1/+1 |