| Commit message (Expand) | Author | Age | Files | Lines |
* | Add version to AVClass so we can add to and use fields of AVClass without ABI... | Michael Niedermayer | 2010-04-28 | 1 | -1/+3 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 11 | -11/+11 |
* | Fix leak in avfilter_graph_add_filter(). | Stefano Sabatini | 2010-04-18 | 1 | -5/+5 |
* | Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of | Stefano Sabatini | 2010-04-13 | 1 | -1/+1 |
* | Apply grammar/consistency nits to avfilter_graph_add_filter() doxy. | Stefano Sabatini | 2010-04-11 | 1 | -2/+3 |
* | Bump libavfilter minor version and Changelog for unsharp filter | Bobby Bingham | 2010-04-10 | 1 | -1/+1 |
* | Add unsharp video filter. | Bobby Bingham | 2010-04-07 | 3 | -0/+238 |
* | Remove variable whose value was never read. Found by clang. | Bobby Bingham | 2010-04-03 | 1 | -2/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 10 | -21/+21 |
* | The vflip filter does not need to keep ownership of a picture reference. | Bobby Bingham | 2010-03-18 | 1 | -5/+5 |
* | Use the new null callbacks to simplify filters and reduce duplicated code. | Bobby Bingham | 2010-03-18 | 5 | -84/+18 |
* | Create a set of null callback functions. | Bobby Bingham | 2010-03-18 | 2 | -0/+33 |
* | Cosmetics: vertical align | Bobby Bingham | 2010-03-17 | 1 | -10/+10 |
* | Allow format and noformat filters to be more completely disabled when the | Bobby Bingham | 2010-03-17 | 1 | -0/+5 |
* | Cosmetics: rearrange functions to simplify ifdeffery | Bobby Bingham | 2010-03-17 | 1 | -12/+12 |
* | Add video filter to manipulate aspect ratio | Bobby Bingham | 2010-03-17 | 3 | -1/+140 |
* | Make the scale filter pass the pkt.pos information to the output | Stefano Sabatini | 2010-03-13 | 1 | -0/+1 |
* | Bump libavfilter minor version and add APIchanges entry after the | Stefano Sabatini | 2010-03-13 | 1 | -1/+1 |
* | Add AVFilterPicRef.pos field and make libavfilter propagate stream | Stefano Sabatini | 2010-03-13 | 3 | -2/+6 |
* | Extend the slice filter to make it issue slice height values randomly | Stefano Sabatini | 2010-03-13 | 1 | -9/+22 |
* | avfilter: make avfilter_default_free_video_buffer() static | Måns Rullgård | 2010-03-08 | 1 | -1/+1 |
* | Make avfilter_default_start_frame() correctly pass the aspect ratio | Stefano Sabatini | 2010-03-07 | 1 | -0/+1 |
* | Show aspect ratio information in dprintf_picref() traces. | Stefano Sabatini | 2010-03-06 | 1 | -2/+2 |
* | Add the graph2dot tools and document it. | Stefano Sabatini | 2010-02-25 | 1 | -0/+2 |
* | Use pixel format descriptors for checking if the input format is | Stefano Sabatini | 2010-02-03 | 1 | -5/+2 |
* | Use pixel format descriptors to check if the input format is paletted. | Stefano Sabatini | 2010-02-01 | 1 | -5/+1 |
* | Avoid usage of avcodec_get_pix_fmt_name() and | Stefano Sabatini | 2010-01-31 | 4 | -8/+12 |
* | Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt() | Stefano Sabatini | 2010-01-30 | 1 | -1/+2 |
* | Implement null video sink. | Stefano Sabatini | 2010-01-16 | 4 | -1/+50 |
* | Implement null video source. | Stefano Sabatini | 2010-01-16 | 4 | -1/+88 |
* | Make avfilter_default_start_frame() request a buffer with the same | Stefano Sabatini | 2010-01-16 | 1 | -1/+1 |
* | Add symbol versioning for shared libraries | Måns Rullgård | 2010-01-16 | 1 | -0/+4 |
* | Make avfilter_insert_filter() log the names of the filters between | Stefano Sabatini | 2010-01-13 | 1 | -2/+3 |
* | Make query_formats() print an error message if an auto-inserted scale | Stefano Sabatini | 2010-01-13 | 1 | -4/+8 |
* | Make query_formats() increment the scaler_count after each scaler | Stefano Sabatini | 2010-01-10 | 1 | -1/+1 |
* | Make avfilter_insert_filter() print the instance name of the | Stefano Sabatini | 2010-01-10 | 1 | -1/+1 |
* | Add a log context to avfilter_graph_config_links(). | Stefano Sabatini | 2010-01-10 | 3 | -6/+6 |
* | Make the scale filter set in the input and output links only the | Stefano Sabatini | 2010-01-08 | 1 | -2/+16 |
* | 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 | 2 | -3/+7 |
* | Use the @return doxy command, and extend documentation for the return | Stefano Sabatini | 2010-01-07 | 1 | -1/+2 |
* | Avoid the use of the modal auxiliary "should" in the | Stefano Sabatini | 2010-01-07 | 1 | -2/+2 |
* | Fix doxy, use third person. | Stefano Sabatini | 2010-01-07 | 1 | -1/+1 |
* | Change avfilter_add_colorspace() to make it accept **avff rather than | Stefano Sabatini | 2010-01-06 | 2 | -11/+16 |
* | 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 | 2 | -1/+22 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and | Stefano Sabatini | 2010-01-03 | 2 | -4/+4 |
* | Make parse_filter() parsing more robust. | Stefano Sabatini | 2009-12-11 | 1 | -2/+2 |
* | Make parse_key_value_pair() print an error message if a key is not | Stefano Sabatini | 2009-12-08 | 1 | -0/+2 |
* | Use an unsigned int to contain all the color values of the expressions | Stefano Sabatini | 2009-12-08 | 1 | -1/+2 |