summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-26
* pad: make the filter parametricStefano Sabatini2011-04-26
* vsrc_movie: add key_frame and pict_type.royger2011-04-26
* vsrc_movie: fix leak in request_frame()Stefano Sabatini2011-04-26
* lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-26
* vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-26
* lavfi: add fieldorder filterMark Himsley2011-04-26
* scale: make the filter parametricStefano Sabatini2011-04-26
* yadif: support 16-bitJames Darnley2011-04-26
* yadif: support more than yuv420p.James Darnley2011-04-26
* yadif: Fix assert() failureMichael Niedermayer2011-04-26
* graphparser: add a NULL check on the argument passed to strstrStefano Sabatini2011-04-25
* setdar: prefer "sar" over "par" in log info messageStefano Sabatini2011-04-25
* fade: fix draw_slice() check on fade->factor valueMark Himsley2011-04-25
* fade: make draw_slice() chroma check against planes 1 and 2Mark Himsley2011-04-25
* Reduce picture size for yadif.Michael Niedermayer2011-04-20
* Bump major versions of all libraries.Anton Khirnov2011-04-18
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* lavfi: add fade filterBrandon Mintern2011-04-03
* Change yadif to not use out of picture lines.Michael Niedermayer2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
* yadif: add parens around macro parametersMans Rullgard2011-03-05
* lavfi: put color source in a dedicated fileStefano Sabatini2011-02-21
* lavfi: add drawutilsStefano Sabatini2011-02-21
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Make avfilter_config_links() propagate audio information of the source link i...Stefano Sabatini2011-02-14
* Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-02-14
* libavfilter: add video movie sourceStefano Sabatini2011-02-08
* Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-04
* Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-04
* Make avfilter_graph_parse() not free the input graphStefano Sabatini2011-02-04
* Log debug information in filter_samples().Stefano Sabatini2011-02-02
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* In the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini2011-01-28
* Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-26
* avfilter: remove stray semicolonMans Rullgard2011-01-18
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Make config_props() return AVERROR(EINVAL) rather than 1 in case ofStefano Sabatini2011-01-16
* Fix fate breakage in r26382.Ronald S. Bultje2011-01-16
* Remove useless free, fix warning:Baptiste Coudurier2011-01-16
* Include libavcore/audioconvert.h, required forStefano Sabatini2011-01-15
* Reindent.Stefano Sabatini2011-01-15
* Make ff_dprintf_link() print meaningful information for audio links.Stefano Sabatini2011-01-15
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-15
* Make avfilter_unref_buffer() accept a NULL parameter.Stefano Sabatini2011-01-15
* In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier2011-01-15
* Add the word "Parsed" in the parsed filter names.Stefano Sabatini2011-01-14