| Commit message (Expand) | Author | Age | Files | Lines |
* | replace av_log(0, by av_log(NULL, | Michael Niedermayer | 2012-11-23 | 1 | -1/+1 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627' | Michael Niedermayer | 2012-10-12 | 1 | -2/+4 |
|\ |
|
| * | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -2/+4 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -4/+4 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+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 commit '1961e46c15c23a041f8d8614a25388a3ee9eff63' | Michael Niedermayer | 2012-06-27 | 1 | -39/+1 |
|\| |
|
| * | lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft | Anton Khirnov | 2012-06-26 | 1 | -40/+0 |
* | | lavfi: drop deprecated and disabled packing API | Stefano Sabatini | 2012-06-26 | 1 | -13/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -5/+0 |
|\| |
|
* | | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -2/+14 |
|\| |
|
| * | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -2/+2 |
| * | lavfi: add channelsplit audio filter. | Anton Khirnov | 2012-06-12 | 1 | -0/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -15/+45 |
|\| |
|
| * | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -13/+45 |
* | | aconvert filter needs to configure samplerates | Andrew Wason | 2012-06-05 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 1 | -2/+7 |
|\| |
|
| * | lavfi: remove avfilter_default_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -1/+8 |
* | | avfilter: make AVFilterFormats compatible with libav. | Nicolas George | 2012-05-19 | 1 | -11/+13 |
* | | lavfi: rename all_channel_layouts.h to all_channel_layouts.inc. | Clément Bœsch | 2012-05-18 | 1 | -1/+1 |
* | | libavfilter: add ff_parse_time_base() | Michael Niedermayer | 2012-05-17 | 1 | -0/+12 |
* | | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -17/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -87/+282 |
|\| |
|
| * | lavfi: move formats-related functions from default.c to formats.c | Anton Khirnov | 2012-05-15 | 1 | -0/+64 |
| * | lavfi: add types and functions for channel layout/samplerate negotiation | Anton Khirnov | 2012-05-14 | 1 | -76/+206 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-07 | 1 | -1/+2 |
|\| |
|
| * | lavfi: avfilter_merge_formats: handle case where inputs are same | Mina Nagy Zaki | 2012-05-07 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-06 | 1 | -7/+7 |
|\| |
|
| * | lavfi/formats: use sizeof(var) instead of sizeof(type). | Anton Khirnov | 2012-05-06 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -0/+1 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
| * | libavfilter: reindent. | Ronald S. Bultje | 2011-11-05 | 1 | -7/+7 |
| * | avfilter: don't abort() on zero-size allocations. | Ronald S. Bultje | 2011-11-05 | 1 | -3/+6 |
| * | lavfi: add LUT (LookUp Table) generic filters | Stefano Sabatini | 2011-10-17 | 1 | -0/+12 |
| * | lavfi: fix realloc size computation in avfilter_add_format() | Stefano Sabatini | 2011-09-28 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | sink_buffer: copy list of provided formats in the context | Stefano Sabatini | 2011-12-22 | 1 | -0/+26 |
* | | avfilter: Error out from avfilter_merge_formats() when there are duplicates | Michael Niedermayer | 2011-11-23 | 1 | -1/+6 |
* | | avfilter: dont write out of array for duplicate formats in avfilter_merge_for... | Michael Niedermayer | 2011-11-23 | 1 | -1/+3 |
* | | Make another static array const. | Reimar Döffinger | 2011-11-05 | 1 | -1/+1 |
* | | libavfilter/formats.c: fix compile of test | Michael Niedermayer | 2011-09-16 | 1 | -1/+1 |
* | | lavfi: add avfilter_all_channel_layouts public symbol | Stefano Sabatini | 2011-09-16 | 1 | -17/+24 |
* | | lavfi: rename avfilter_all_* function names to avfilter_make_all_* | Stefano Sabatini | 2011-09-16 | 1 | -2/+9 |
* | | lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe... | Stefano Sabatini | 2011-09-12 | 1 | -2/+2 |
* | | lavfi: add ff_parse_pixel_format() internal function, and use it | Stefano Sabatini | 2011-08-23 | 1 | -0/+15 |
* | | lavfi: complain and exit for invalid named values in ff_parse_packing_format() | Stefano Sabatini | 2011-08-16 | 1 | -2/+5 |
* | | lavfi: add internal functions for parsing format arguments | Mina Nagy Zaki | 2011-08-14 | 1 | -0/+59 |