summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* vf_scale: don't leak SWS context.Michael Niedermayer2011-08-27
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
* vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.hStefano Sabatini2011-07-18
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* build: rework rules for things in the tools dirMans Rullgard2011-07-10
* lavf: add avformat_find_stream_info()Anton Khirnov2011-07-10
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-10
* vf_drawtext: Remove some write-only variables.Diego Biurrun2011-07-07
* Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-05
* vf_gradfun: relicense x86 asm to LGPLLoren Merritt2011-07-04
* Do not include log.h in avutil.hMans Rullgard2011-07-03
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-03
* Do not include rational.h in avutil.hMans Rullgard2011-07-03
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-03
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-28
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-25
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAXStefano Sabatini2011-06-20
* drawtext: add braces around initialisers for option defaultsStefano Sabatini2011-06-20
* drawtext: reindent after the previous commitStefano Sabatini2011-06-20
* drawtext: fix strftime() text expansionStefano Sabatini2011-06-20
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-16
* Remove unused variablesMans Rullgard2011-06-02
* Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-31
* vf_drawtext: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun2011-05-31
* avfilter: Surround function only used in debug mode by appropriate #ifdef.Diego Biurrun2011-05-29
* vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().Diego Biurrun2011-05-29
* vsrc_buffer.h: add file doxyStefano Sabatini2011-05-24
* vsrc_buffer: tweak error message in init()Stefano Sabatini2011-05-24
* multiple inclusion guard cleanupDiego Biurrun2011-05-21
* lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini2011-05-16
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* drawtext: add shadow support.Michael Niedermayer2011-05-07
* drawtext: factor draw_glyphs.Michael Niedermayer2011-05-07
* drawtext: fix and optimize yuv blend.Michael Niedermayer2011-05-07
* drawtext: get rid of divisions in the inner loop.Michael Niedermayer2011-05-07
* drawtext: simplify chroma blend and fix chroma alpha.Michael Niedermayer2011-05-07
* lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini2011-05-07
* avfilter: check malloc return values.Ronald S. Bultje2011-05-03
* avfilter: don't av_malloc(0).Ronald S. Bultje2011-05-03
* vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun2011-04-29
* hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-28
* crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-28
* 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