| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | lavfi: add audio channel packing negotiation fields | Mina Nagy Zaki | 2011-07-16 | 1 | -0/+11 |
* | | lavfi: make pix_fmt_is_in() in vf_lut.c an internal function | Stefano Sabatini | 2011-07-01 | 1 | -0/+12 |
* | | lavfi: minor style fixes in formats.c | Stefano Sabatini | 2011-06-22 | 1 | -11/+11 |
* | | lavfi: add layout negotiation fields and helper functions. | Mina Nagy Zaki | 2011-06-19 | 1 | -0/+22 |
* | | lavfi: use int64_t lists in AVFilteFormats | Mina Nagy Zaki | 2011-06-19 | 1 | -12/+28 |
* | | lavfi: fix realloc size computation in avfilter_add_format() | Stefano Sabatini | 2011-06-19 | 1 | -1/+1 |
* | | lavfi: avfilter_merge_formats: handle case where inputs are same | Mina Nagy Zaki | 2011-06-10 | 1 | -0/+2 |
* | | lavfi: handle NULL lists in avfilter_make_format_list | Mina Nagy Zaki | 2011-06-08 | 1 | -5/+8 |
|/ |
|
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Implement libavfilter audio framework. | S.N. Hemanth Meenakshisundaram | 2010-08-17 | 1 | -1/+2 |
* | Generalize pixel format enum fields to int formats. | S.N. Hemanth Meenakshisundaram | 2010-07-22 | 1 | -15/+17 |
* | Fix compilation on gcc 2.95.3 (still supported) broken by r21077, | Stefano Sabatini | 2010-01-08 | 1 | -1/+3 |
* | Make avfilter_formats_unref(AVFilterFormats **ref) handle the case | Stefano Sabatini | 2010-01-07 | 1 | -0/+3 |
* | Change avfilter_add_colorspace() to make it accept **avff rather than | Stefano Sabatini | 2010-01-06 | 1 | -8/+11 |
* | Make avfilter_all_colorspaces() add to the returned list of pixel | Stefano Sabatini | 2010-01-04 | 1 | -6/+5 |
* | Implement avfilter_add_colorspace(). | Stefano Sabatini | 2010-01-03 | 1 | -0/+13 |
* | Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the | Stefano Sabatini | 2009-10-21 | 1 | -3/+3 |
* | Make avfilter_make_format_list() take in input a const argument. | Stefano Sabatini | 2009-10-21 | 1 | -1/+1 |
* | Rename avfilter_make_format_list2() to avfilter_make_format_list(). | Stefano Sabatini | 2009-10-18 | 1 | -1/+1 |
* | Remove avfilter_make_format_list(), it has been replaced by | Stefano Sabatini | 2009-10-18 | 1 | -18/+0 |
* | Implement avfilter_make_format_list2(), which is going to replace | Stefano Sabatini | 2009-10-18 | 1 | -0/+16 |
* | Better description for merge_ref(). | Michael Niedermayer | 2008-02-21 | 1 | -1/+3 |
* | Coding style changes | Vitor Sessak | 2008-02-10 | 1 | -5/+6 |
* | More code factorization | Vitor Sessak | 2008-02-10 | 1 | -8/+5 |
* | Factor duplicated loop | Vitor Sessak | 2008-02-10 | 1 | -9/+13 |
* | Do not hardcode the list of pixel formats and use PIX_FMT_NB instead. | Vitor Sessak | 2008-02-10 | 1 | -17/+11 |
* | Do not hardcode the type of AVFilterFormats.formats in allocation | Vitor Sessak | 2008-02-10 | 1 | -3/+3 |
* | Oops, my last commit broke compilation... | Vitor Sessak | 2008-02-10 | 1 | -1/+1 |
* | Make regression tests to pass with libavfilter. | Vitor Sessak | 2008-02-10 | 1 | -2/+4 |
* | Need to be careful when dealing with references. | Vitor Sessak | 2008-02-10 | 1 | -0/+12 |
* | 10l. parameter was unused and redundant. | Vitor Sessak | 2008-02-10 | 1 | -2/+2 |