summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* drawtext: add shadow support.Michael Niedermayer2011-05-071-6/+33
* drawtext: factor draw_glyphs.Michael Niedermayer2011-05-071-27/+41
* drawtext: fix and optimize yuv blend.Michael Niedermayer2011-05-071-4/+6
* drawtext: get rid of divisions in the inner loop.Michael Niedermayer2011-05-071-8/+8
* drawtext: simplify chroma blend and fix chroma alpha.Michael Niedermayer2011-05-071-3/+2
* lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini2011-05-074-2/+676
* avfilter: check malloc return values.Ronald S. Bultje2011-05-031-1/+25
* avfilter: don't av_malloc(0).Ronald S. Bultje2011-05-031-1/+2
* vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun2011-04-291-4/+4
* hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-281-0/+1
* crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-281-0/+1
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-261-2/+2
* pad: make the filter parametricStefano Sabatini2011-04-261-8/+106
* vsrc_movie: add key_frame and pict_type.royger2011-04-261-0/+2
* vsrc_movie: fix leak in request_frame()Stefano Sabatini2011-04-261-0/+2
* lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-262-1/+7
* vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-262-3/+6
* lavfi: add fieldorder filterMark Himsley2011-04-264-1/+238
* scale: make the filter parametricStefano Sabatini2011-04-261-9/+84
* yadif: support 16-bitJames Darnley2011-04-261-49/+67
* yadif: support more than yuv420p.James Darnley2011-04-261-4/+25
* yadif: Fix assert() failureMichael Niedermayer2011-04-261-1/+1
* graphparser: add a NULL check on the argument passed to strstrStefano Sabatini2011-04-251-1/+1
* setdar: prefer "sar" over "par" in log info messageStefano Sabatini2011-04-251-1/+1
* fade: fix draw_slice() check on fade->factor valueMark Himsley2011-04-251-1/+1
* fade: make draw_slice() chroma check against planes 1 and 2Mark Himsley2011-04-251-1/+1
* Reduce picture size for yadif.Michael Niedermayer2011-04-201-2/+2
* Bump major versions of all libraries.Anton Khirnov2011-04-181-2/+2
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-4/+4
* lavfi: add fade filterBrandon Mintern2011-04-034-1/+173
* Change yadif to not use out of picture lines.Michael Niedermayer2011-04-033-21/+22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-1950-202/+202
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* yadif: add parens around macro parametersMans Rullgard2011-03-051-4/+4
* lavfi: put color source in a dedicated fileStefano Sabatini2011-02-213-129/+168
* lavfi: add drawutilsStefano Sabatini2011-02-214-105/+182
* Merge libavcore into libavutilReinhard Tartler2011-02-1517-24/+23
* Make avfilter_config_links() propagate audio information of the source link i...Stefano Sabatini2011-02-141-0/+6
* Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-02-144-2/+26
* libavfilter: add video movie sourceStefano Sabatini2011-02-084-1/+315
* Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-041-1/+1
* Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-042-8/+10
* Make avfilter_graph_parse() not free the input graphStefano Sabatini2011-02-041-1/+3
* Log debug information in filter_samples().Stefano Sabatini2011-02-021-0/+2
* Replace dprintf with av_dlogLuca Barbato2011-01-291-15/+15
* In the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini2011-01-281-2/+2
* Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-262-11/+5
* avfilter: remove stray semicolonMans Rullgard2011-01-181-1/+1
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-182-9/+0
OpenPOWER on IntegriCloud