summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Use enum PixelFormat to silence one icc warning:Carl Eugen Hoyos2010-06-17
* add #include so make checkheaders passesMichael Niedermayer2010-06-17
* Document what av_get_token() returns in case of allocation failure.Stefano Sabatini2010-06-13
* Resort @param in av_get_token() doxy to reflect the same order theyStefano Sabatini2010-06-13
* Add missing check to av_get_token().Stefano Sabatini2010-06-13
* Prefix value for flags with "0x", to make it clear that it is anStefano Sabatini2010-05-23
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-23
* use filter name when graph parser add filtersBaptiste Coudurier2010-05-16
* Remove the name of the file from the @file doxy, it is unnecessary andStefano Sabatini2010-05-13
* Make the init and config_filter callbacks of the pad filter returnStefano Sabatini2010-05-13
* Make av_parse_color() return AVERROR(EINVAL) rather than -1.Stefano Sabatini2010-05-13
* silence gcc warning about potential uninitialized usageBaptiste Coudurier2010-05-11
* Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.Vitor Sessak2010-05-10
* Bump lavfi minor after the addition of the fields interlaced andStefano Sabatini2010-05-09
* Make config_props() show conversion information before to create theStefano Sabatini2010-05-07
* Log input size, input format and swscale flags used for conversion inStefano Sabatini2010-05-07
* vf_pad: fix mixed code and declarationsMåns Rullgård2010-05-07
* c99 sucks. Replacing scanf("%i") by strtoul()Michael Niedermayer2010-05-07
* Add pad filter.Michael Niedermayer2010-05-07
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-07
* Enable vsrc_bufferMichael Niedermayer2010-05-07
* Support setting flags for sws.Michael Niedermayer2010-05-07
* Add "Memory buffer source filter" from SOC.Michael Niedermayer2010-05-07
* 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