| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\ |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
| * | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 1 | -2/+2 |
* | | avfilter: pool draining and self destruction support. | Michael Niedermayer | 2012-01-12 | 1 | -1/+5 |
* | | lavfi: fix avfilter_default_get_audio_buffer() after changes in av_samples_al... | Stefano Sabatini | 2011-12-27 | 1 | -4/+11 |
* | | avfilter: align allocated images to 32 for AVX and IFF | Michael Niedermayer | 2011-11-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-24 | 1 | -1/+1 |
|\| |
|
| * | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -3/+3 |
| * | Remove forgotten if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 1 | -1/+1 |
* | | lavfi: rename avfilter_all_* function names to avfilter_make_all_* | Stefano Sabatini | 2011-09-16 | 1 | -4/+4 |
* | | lavfi: simplify signature for avfilter_get_audio_buffer() and friends | Stefano Sabatini | 2011-09-12 | 1 | -15/+10 |
* | | lavfi: avoid void* arithmetic in defaults.c:set_common_formats() | Stefano Sabatini | 2011-08-06 | 1 | -2/+2 |
* | | lavfi: remove default config_props() callback and refactor avfilter_config_li... | Mina Nagy Zaki | 2011-08-06 | 1 | -23/+0 |
* | | lavfi: add audio channel packing negotiation fields | Mina Nagy Zaki | 2011-07-16 | 1 | -0/+8 |
* | | lavfi: add layout negotiation fields and helper functions. | Mina Nagy Zaki | 2011-06-19 | 1 | -31/+40 |
* | | lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in defaults.c | Stefano Sabatini | 2011-06-10 | 1 | -34/+14 |
* | | lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer() | Stefano Sabatini | 2011-06-06 | 1 | -34/+4 |
* | | lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps | Stefano Sabatini | 2011-06-06 | 1 | -6/+5 |
* | | lavfi: reindent after the previous commit | Stefano Sabatini | 2011-06-02 | 1 | -14/+14 |
* | | lavfi: add braces around the block of an if() expression in avfilter_default_... | Stefano Sabatini | 2011-06-02 | 1 | -1/+3 |
* | | lavfi: clarify the context of a comment in avfilter_default_get_video_buffer() | Stefano Sabatini | 2011-06-02 | 1 | -1/+1 |
* | | lavfi: apply misc style fixes | Stefano Sabatini | 2011-06-02 | 1 | -11/+11 |
* | | avfilter: dont use AVFilterLink as priv for pictures as its freed too early. | Michael Niedermayer | 2011-05-07 | 1 | -2/+3 |
* | | avfilter: Fix ticket82 / fix initial buffer values. | Michael Niedermayer | 2011-05-07 | 1 | -1/+3 |
* | | AVFilter: use picture pool to avoid malloc(). | Michael Niedermayer | 2011-05-06 | 1 | -1/+21 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -3/+3 |
* | | Remove forgotten if (p) av_free(p) forms | Clément Bœsch | 2011-02-06 | 1 | -1/+1 |
|/ |
|
* | Fix fate breakage in r26382. | Ronald S. Bultje | 2011-01-16 | 1 | -1/+0 |
* | Remove useless free, fix warning: | Baptiste Coudurier | 2011-01-16 | 1 | -1/+1 |
* | Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. | Stefano Sabatini | 2011-01-15 | 1 | -1/+1 |
* | Implement av_image_alloc() and use it in | Stefano Sabatini | 2010-12-04 | 1 | -12/+4 |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -1/+1 |
* | Implement avfilter_get_video_buffer_ref_from_arrays(). | Stefano Sabatini | 2010-11-25 | 1 | -34/+15 |
* | Make avfilter_default_free_buffer() an internal shared symbol, so that | Stefano Sabatini | 2010-11-25 | 1 | -3/+4 |
* | Use the new libavcore audio channel API. | Stefano Sabatini | 2010-11-21 | 1 | -2/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | Remove usage of deprecated libavcodec/audioconvert.h functions. | Stefano Sabatini | 2010-11-03 | 1 | -1/+2 |
* | Add a time_base field to AVFilterLink. | Stefano Sabatini | 2010-10-10 | 1 | -0/+1 |
* | Rename out -> outlink, link -> inlink in various defaults.c functions, | Stefano Sabatini | 2010-10-10 | 1 | -30/+30 |
* | Add missing NULL checks, fix crash. | Stefano Sabatini | 2010-09-24 | 1 | -2/+2 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -3/+3 |
* | Cosmetics: apply misc style fixes. | Stefano Sabatini | 2010-08-17 | 1 | -16/+16 |
* | Implement libavfilter audio framework. | S.N. Hemanth Meenakshisundaram | 2010-08-17 | 1 | -2/+123 |
* | Add missing checks in avfilter_default_get_video_buffer(). | Stefano Sabatini | 2010-08-17 | 1 | -2/+15 |
* | Resize data and linesize in AVFilterBufferRef to 8. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -2/+2 |
* | Separate video specific BufferRef properties into VideoProps. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -6/+7 |
* | Rename fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -8/+8 |
* | Rename functions and fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -5/+5 |