summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.Vitor Sessak2010-05-101-1/+2
* Bump lavfi minor after the addition of the fields interlaced andStefano Sabatini2010-05-091-1/+1
* Make config_props() show conversion information before to create theStefano Sabatini2010-05-071-4/+4
* Log input size, input format and swscale flags used for conversion inStefano Sabatini2010-05-071-2/+4
* vf_pad: fix mixed code and declarationsMåns Rullgård2010-05-071-2/+5
* c99 sucks. Replacing scanf("%i") by strtoul()Michael Niedermayer2010-05-071-1/+3
* Add pad filter.Michael Niedermayer2010-05-073-0/+328
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-075-0/+14
* Enable vsrc_bufferMichael Niedermayer2010-05-072-0/+2
* Support setting flags for sws.Michael Niedermayer2010-05-071-2/+6
* Add "Memory buffer source filter" from SOC.Michael Niedermayer2010-05-072-0/+164
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-281-1/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-2011-11/+11
* Fix leak in avfilter_graph_add_filter().Stefano Sabatini2010-04-181-5/+5
* Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case ofStefano Sabatini2010-04-131-1/+1
* Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.Stefano Sabatini2010-04-111-2/+3
* Bump libavfilter minor version and Changelog for unsharp filterBobby Bingham2010-04-101-1/+1
* Add unsharp video filter.Bobby Bingham2010-04-073-0/+238
* Remove variable whose value was never read. Found by clang.Bobby Bingham2010-04-031-2/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-3010-21/+21
* The vflip filter does not need to keep ownership of a picture reference.Bobby Bingham2010-03-181-5/+5
* Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham2010-03-185-84/+18
* Create a set of null callback functions.Bobby Bingham2010-03-182-0/+33
* Cosmetics: vertical alignBobby Bingham2010-03-171-10/+10
* Allow format and noformat filters to be more completely disabled when theBobby Bingham2010-03-171-0/+5
* Cosmetics: rearrange functions to simplify ifdefferyBobby Bingham2010-03-171-12/+12
* Add video filter to manipulate aspect ratioBobby Bingham2010-03-173-1/+140
* Make the scale filter pass the pkt.pos information to the outputStefano Sabatini2010-03-131-0/+1
* Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini2010-03-131-1/+1
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-133-2/+6
* Extend the slice filter to make it issue slice height values randomlyStefano Sabatini2010-03-131-9/+22
* avfilter: make avfilter_default_free_video_buffer() staticMåns Rullgård2010-03-081-1/+1
* Make avfilter_default_start_frame() correctly pass the aspect ratioStefano Sabatini2010-03-071-0/+1
* Show aspect ratio information in dprintf_picref() traces.Stefano Sabatini2010-03-061-2/+2
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-251-0/+2
* Use pixel format descriptors for checking if the input format isStefano Sabatini2010-02-031-5/+2
* Use pixel format descriptors to check if the input format is paletted.Stefano Sabatini2010-02-011-5/+1
* Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini2010-01-314-8/+12
* Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini2010-01-301-1/+2
* Implement null video sink.Stefano Sabatini2010-01-164-1/+50
* Implement null video source.Stefano Sabatini2010-01-164-1/+88
* Make avfilter_default_start_frame() request a buffer with the sameStefano Sabatini2010-01-161-1/+1
* Add symbol versioning for shared librariesMåns Rullgård2010-01-161-0/+4
* Make avfilter_insert_filter() log the names of the filters betweenStefano Sabatini2010-01-131-2/+3
* Make query_formats() print an error message if an auto-inserted scaleStefano Sabatini2010-01-131-4/+8
* Make query_formats() increment the scaler_count after each scalerStefano Sabatini2010-01-101-1/+1
* Make avfilter_insert_filter() print the instance name of theStefano Sabatini2010-01-101-1/+1
* Add a log context to avfilter_graph_config_links().Stefano Sabatini2010-01-103-6/+6
* Make the scale filter set in the input and output links only theStefano Sabatini2010-01-081-2/+16
* Fix compilation on gcc 2.95.3 (still supported) broken by r21077,Stefano Sabatini2010-01-081-1/+3
OpenPOWER on IntegriCloud