summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Fix leak in avfilter_graph_add_filter().Stefano Sabatini2010-04-18
* Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case ofStefano Sabatini2010-04-13
* Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.Stefano Sabatini2010-04-11
* Bump libavfilter minor version and Changelog for unsharp filterBobby Bingham2010-04-10
* Add unsharp video filter.Bobby Bingham2010-04-07
* Remove variable whose value was never read. Found by clang.Bobby Bingham2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* The vflip filter does not need to keep ownership of a picture reference.Bobby Bingham2010-03-18
* Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham2010-03-18
* Create a set of null callback functions.Bobby Bingham2010-03-18
* Cosmetics: vertical alignBobby Bingham2010-03-17
* Allow format and noformat filters to be more completely disabled when theBobby Bingham2010-03-17
* Cosmetics: rearrange functions to simplify ifdefferyBobby Bingham2010-03-17
* Add video filter to manipulate aspect ratioBobby Bingham2010-03-17
* Make the scale filter pass the pkt.pos information to the outputStefano Sabatini2010-03-13
* Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini2010-03-13
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-13
* Extend the slice filter to make it issue slice height values randomlyStefano Sabatini2010-03-13
* avfilter: make avfilter_default_free_video_buffer() staticMåns Rullgård2010-03-08
* Make avfilter_default_start_frame() correctly pass the aspect ratioStefano Sabatini2010-03-07
* Show aspect ratio information in dprintf_picref() traces.Stefano Sabatini2010-03-06
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-25
* Use pixel format descriptors for checking if the input format isStefano Sabatini2010-02-03
* Use pixel format descriptors to check if the input format is paletted.Stefano Sabatini2010-02-01
* Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini2010-01-31
* Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini2010-01-30
* Implement null video sink.Stefano Sabatini2010-01-16
* Implement null video source.Stefano Sabatini2010-01-16
* Make avfilter_default_start_frame() request a buffer with the sameStefano Sabatini2010-01-16
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* Make avfilter_insert_filter() log the names of the filters betweenStefano Sabatini2010-01-13
* Make query_formats() print an error message if an auto-inserted scaleStefano Sabatini2010-01-13
* Make query_formats() increment the scaler_count after each scalerStefano Sabatini2010-01-10
* Make avfilter_insert_filter() print the instance name of theStefano Sabatini2010-01-10
* Add a log context to avfilter_graph_config_links().Stefano Sabatini2010-01-10
* Make the scale filter set in the input and output links only theStefano Sabatini2010-01-08
* Fix compilation on gcc 2.95.3 (still supported) broken by r21077,Stefano Sabatini2010-01-08
* Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini2010-01-07
* Use the @return doxy command, and extend documentation for the returnStefano Sabatini2010-01-07
* Avoid the use of the modal auxiliary "should" in theStefano Sabatini2010-01-07
* Fix doxy, use third person.Stefano Sabatini2010-01-07
* Change avfilter_add_colorspace() to make it accept **avff rather thanStefano Sabatini2010-01-06
* Make avfilter_all_colorspaces() add to the returned list of pixelStefano Sabatini2010-01-04
* Implement avfilter_add_colorspace().Stefano Sabatini2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Make parse_filter() parsing more robust.Stefano Sabatini2009-12-11
* Make parse_key_value_pair() print an error message if a key is notStefano Sabatini2009-12-08
* Use an unsigned int to contain all the color values of the expressionsStefano Sabatini2009-12-08