summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-031-1/+1
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-281-2/+2
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-251-2/+0
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
* ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAXStefano Sabatini2011-06-201-1/+1
* drawtext: add braces around initialisers for option defaultsStefano Sabatini2011-06-201-29/+29
* drawtext: reindent after the previous commitStefano Sabatini2011-06-201-20/+20
* drawtext: fix strftime() text expansionStefano Sabatini2011-06-201-18/+27
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-161-2/+2
* Remove unused variablesMans Rullgard2011-06-021-2/+1
* Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-311-1/+1
* vf_drawtext: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun2011-05-311-4/+4
* avfilter: Surround function only used in debug mode by appropriate #ifdef.Diego Biurrun2011-05-291-0/+2
* vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().Diego Biurrun2011-05-291-5/+3
* vsrc_buffer.h: add file doxyStefano Sabatini2011-05-241-0/+5
* vsrc_buffer: tweak error message in init()Stefano Sabatini2011-05-241-1/+1
* multiple inclusion guard cleanupDiego Biurrun2011-05-214-3/+7
* lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini2011-05-161-2/+4
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-6/+6
* 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
OpenPOWER on IntegriCloud