| Commit message (Expand) | Author | Age | Files | Lines |
* | Reindent. | Stefano Sabatini | 2010-09-07 | 1 | -2/+2 |
* | Move av_picture_data_copy() to libavcore, and rename it | Stefano Sabatini | 2010-09-07 | 2 | -3/+3 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 6 | -8/+8 |
* | Implement ff_get_ref_perms_string() and use it for tracing. | Stefano Sabatini | 2010-08-24 | 3 | -4/+20 |
* | Add fifo filter. | Stefano Sabatini | 2010-08-24 | 4 | -1/+122 |
* | Make avfilter_start_frame() invoke avfilter_get_video_buffer() on the | Stefano Sabatini | 2010-08-24 | 1 | -1/+1 |
* | Add null audio filter. | S.N. Hemanth Meenakshisundaram | 2010-08-20 | 4 | -2/+47 |
* | Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). | Stefano Sabatini | 2010-08-20 | 3 | -3/+3 |
* | 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 | 2 | -14/+14 |
* | 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 |
* | Cosmetics: add an empty newline between the function description and | Stefano Sabatini | 2010-08-20 | 1 | -0/+16 |
* | 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 |
* | Fix braino: @flip -> @file. | Stefano Sabatini | 2010-08-18 | 1 | -1/+1 |
* | Implement inline function av_fill_image_max_pixstep() and use it for | Stefano Sabatini | 2010-08-18 | 2 | -17/+4 |
* | Cosmetics: apply misc style fixes. | Stefano Sabatini | 2010-08-17 | 1 | -16/+16 |
* | Implement libavfilter audio framework. | S.N. Hemanth Meenakshisundaram | 2010-08-17 | 4 | -10/+274 |
* | Add missing checks in avfilter_default_get_video_buffer(). | Stefano Sabatini | 2010-08-17 | 1 | -2/+15 |
* | Add missing NULL checks in avfilter_ref_buffer(). | Stefano Sabatini | 2010-08-17 | 1 | -0/+6 |
* | Add hflip filter. | Stefano Sabatini | 2010-08-17 | 4 | -2/+171 |
* | Cosmetics: put "{" on the same line of the "struct" keyword in struct | Stefano Sabatini | 2010-08-12 | 1 | -19/+10 |
* | Deprecate ff_get_plane_bytewidth() in favor of | Stefano Sabatini | 2010-08-12 | 2 | -3/+3 |
* | 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update them | Baptiste Coudurier | 2010-08-12 | 1 | -0/+2 |
* | Apply misc cosmetics: add empty newlines for separating function | Stefano Sabatini | 2010-08-11 | 1 | -1/+7 |
* | Set type on buffer in get_video_buffer(). | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -0/+3 |
* | Resize data and linesize in AVFilterBufferRef to 8. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 3 | -7/+8 |
* | Change avfilter_open() signature, from: | Stefano Sabatini | 2010-08-11 | 4 | -9/+13 |
* | Separate video specific BufferRef properties into VideoProps. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 8 | -33/+49 |
* | Rename fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 7 | -43/+43 |
* | Rename functions and fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 9 | -43/+43 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 14 | -57/+57 |
* | Move format from AVFilterBuffer to AVFilterPicRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 3 | -8/+8 |
* | Fix the size of the data to be copied from an AVFilterBuffer to an | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -2/+2 |
* | 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 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 2 | -2/+3 |
* | Make avfilter_copy_picref_props() copy w and h from src to dst. | Stefano Sabatini | 2010-08-03 | 1 | -0/+2 |
* | Make config_input() return AVERROR(EINVAL) in place of -1. | Stefano Sabatini | 2010-07-30 | 1 | -1/+1 |
* | Compute the max pixel step for each plane, and use it in place of | Stefano Sabatini | 2010-07-30 | 1 | -39/+11 |
* | Resize AVFilterBuffer to hold 8 planes/linesizes worth of data. | S.N. Hemanth Meenakshisundaram | 2010-07-30 | 1 | -4/+4 |
* | Make avfilter_default_get_video_buffer() use functions in | Stefano Sabatini | 2010-07-30 | 2 | -5/+5 |
* | Require libswscale only if the scale filter is used. | Stefano Sabatini | 2010-07-28 | 1 | -1/+2 |
* | Remove reference to the unexisting movie filter and the corresponding | Stefano Sabatini | 2010-07-28 | 1 | -1/+0 |
* | Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() | Stefano Sabatini | 2010-07-26 | 2 | -4/+4 |