| Commit message (Expand) | Author | Age | Files | Lines |
* | Log debug information in filter_samples(). | Stefano Sabatini | 2011-02-02 | 1 | -0/+2 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -15/+15 |
* | Make the avfilter debug functions and macros static to avfilter.c | Diego Elio Pettenò | 2011-01-26 | 1 | -3/+5 |
* | Include libavcore/audioconvert.h, required for | Stefano Sabatini | 2011-01-15 | 1 | -0/+1 |
* | Reindent. | Stefano Sabatini | 2011-01-15 | 1 | -7/+7 |
* | Make ff_dprintf_link() print meaningful information for audio links. | Stefano Sabatini | 2011-01-15 | 1 | -0/+13 |
* | Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. | Stefano Sabatini | 2011-01-15 | 1 | -1/+1 |
* | Make avfilter_unref_buffer() accept a NULL parameter. | Stefano Sabatini | 2011-01-15 | 1 | -0/+2 |
* | Check linked pads media type mismatch in avfilter_link(). | Stefano Sabatini | 2011-01-13 | 1 | -0/+7 |
* | Add w,h,format back into AVFilterBuffer, these are required for direct render... | Michael Niedermayer | 2011-01-11 | 1 | -3/+3 |
* | Support filters and decoders that dont support negative linesizes. | Michael Niedermayer | 2010-12-27 | 1 | -4/+7 |
* | Fix avfilter_draw_slice() copy code with alpha planes. | Stefano Sabatini | 2010-12-19 | 1 | -3/+3 |
* | 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 | -0/+40 |
* | In ff_get_ref_perms_string() use 'u' and 'U' for representing | Stefano Sabatini | 2010-11-13 | 1 | -2/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | Rename avfilter_destroy() as avfilter_free(). | Stefano Sabatini | 2010-11-08 | 1 | -1/+1 |
* | 100l: remove bogus inclusion of libavcodec/audioconvert.c in | Stefano Sabatini | 2010-10-25 | 1 | -1/+0 |
* | Make avfilter_config_links() use the timebase of the first input link | Stefano Sabatini | 2010-10-12 | 1 | -1/+2 |
* | Add a time_base field to AVFilterLink. | Stefano Sabatini | 2010-10-10 | 1 | -0/+4 |
* | Make avfilter_config_links() propagate the error code coming from the | Stefano Sabatini | 2010-10-10 | 1 | -6/+7 |
* | Use more expressive names for the avfilter_insert_filter() in and out | Stefano Sabatini | 2010-09-27 | 1 | -5/+5 |
* | Make avfilter_insert_filter() propagate an error code in case the | Stefano Sabatini | 2010-09-27 | 1 | -2/+3 |
* | Make AVFilterLink store the pointers to the source and destination | Stefano Sabatini | 2010-09-27 | 1 | -28/+26 |
* | Make avfilter_destroy() code less convoluted, introducing a temporary | Stefano Sabatini | 2010-09-27 | 1 | -12/+13 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Implement ff_get_ref_perms_string() and use it for tracing. | Stefano Sabatini | 2010-08-24 | 1 | -3/+17 |
* | Make avfilter_start_frame() invoke avfilter_get_video_buffer() on the | Stefano Sabatini | 2010-08-24 | 1 | -1/+1 |
* | Make ff_dprintf_ref() print audio related information if available. | Stefano Sabatini | 2010-08-20 | 1 | -0/+9 |
* | Cosmetics: merge two lines in ff_dprintf_ref(). | Stefano Sabatini | 2010-08-20 | 1 | -2/+1 |
* | Make ff_dprintf_ref() print the information related to the referenced | Stefano Sabatini | 2010-08-20 | 1 | -2/+2 |
* | Rename ff_dprintf_picref() to ff_dprintf_ref(). | Stefano Sabatini | 2010-08-20 | 1 | -13/+13 |
* | Extend ff_dprintf_picref() to make it print video interlaced and | Stefano Sabatini | 2010-08-20 | 1 | -2/+4 |
* | Make ff_dprintf_picref() print video properties only if available. | Stefano Sabatini | 2010-08-20 | 1 | -4/+9 |
* | Only print the pointer to the first plane in ff_dprintf_picref(). | Stefano Sabatini | 2010-08-20 | 1 | -2/+2 |
* | Enable and change the log level to DEBUG for the message printed in | Stefano Sabatini | 2010-08-19 | 1 | -3/+1 |
* | Cosmetics: apply misc spacing style fixes. | Stefano Sabatini | 2010-08-19 | 1 | -45/+44 |
* | Implement libavfilter audio framework. | S.N. Hemanth Meenakshisundaram | 2010-08-17 | 1 | -0/+61 |
* | Add missing NULL checks in avfilter_ref_buffer(). | Stefano Sabatini | 2010-08-17 | 1 | -0/+6 |
* | Deprecate ff_get_plane_bytewidth() in favor of | Stefano Sabatini | 2010-08-12 | 1 | -2/+2 |
* | Set type on buffer in get_video_buffer(). | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -0/+3 |
* | Change avfilter_open() signature, from: | Stefano Sabatini | 2010-08-11 | 1 | -3/+5 |
* | Separate video specific BufferRef properties into VideoProps. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -2/+7 |
* | Rename fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -17/+17 |
* | Rename functions and fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -7/+7 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -8/+8 |
* | avfilter: indent | Måns Rullgård | 2010-08-06 | 1 | -2/+2 |
* | avfilter: do not crash on null link src/dst in avfilter_destroy() | Måns Rullgård | 2010-08-06 | 1 | -0/+2 |
* | avfilter: free link in/out_formats in avfilter_destroy() | Måns Rullgård | 2010-08-06 | 1 | -2/+8 |
* | Generalize pixel format enum fields to int formats. | S.N. Hemanth Meenakshisundaram | 2010-07-22 | 1 | -2/+4 |