| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: add select filter | Stefano Sabatini | 2011-09-17 | 4 | -1/+356 |
* | lavfi: add split filter from soc. | Bobby Bingham | 2011-09-12 | 4 | -1/+69 |
* | lavfi: add showinfo filter | Stefano Sabatini | 2011-09-12 | 4 | -1/+101 |
* | AVOptions: deprecate av_opt_set_defaults2 | Anton Khirnov | 2011-09-07 | 2 | -2/+2 |
* | vf_scale: don't leak SWS context. | Michael Niedermayer | 2011-08-27 | 1 | -0/+2 |
* | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 1 | -1/+1 |
* | vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h | Stefano Sabatini | 2011-07-18 | 1 | -1/+1 |
* | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -0/+2 |
* | build: rework rules for things in the tools dir | Mans Rullgard | 2011-07-10 | 1 | -0/+2 |
* | lavf: add avformat_find_stream_info() | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | lavc: introduce avcodec_open2() as a replacement for avcodec_open(). | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | vf_drawtext: Remove some write-only variables. | Diego Biurrun | 2011-07-07 | 1 | -15/+2 |
* | Add some missing mathematics.h #includes for av_rescale(). | Diego Biurrun | 2011-07-05 | 1 | -0/+1 |
* | vf_gradfun: relicense x86 asm to LGPL | Loren Merritt | 2011-07-04 | 1 | -9/+11 |
* | Do not include log.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Do not include pixfmt.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Do not include rational.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 9 | -0/+9 |
* | doxygen: Fix parameter names to match the function prototypes. | Diego Biurrun | 2011-07-03 | 1 | -1/+1 |
* | build: include sub-makefiles using full path instead of symlinks | Mans Rullgard | 2011-06-28 | 1 | -2/+2 |
* | build: Remove redundant config.mak includes from subdirectory Makefiles. | Diego Biurrun | 2011-06-25 | 1 | -2/+0 |
* | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -1/+1 |
* | ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX | Stefano Sabatini | 2011-06-20 | 1 | -1/+1 |
* | drawtext: add braces around initialisers for option defaults | Stefano Sabatini | 2011-06-20 | 1 | -29/+29 |
* | drawtext: reindent after the previous commit | Stefano Sabatini | 2011-06-20 | 1 | -20/+20 |
* | drawtext: fix strftime() text expansion | Stefano Sabatini | 2011-06-20 | 1 | -18/+27 |
* | Deprecate av_open_input_* and remove their uses. | Anton Khirnov | 2011-06-16 | 1 | -2/+2 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+1 |
* | Employ correct printf format specifiers, mostly in debug output. | Diego Biurrun | 2011-05-31 | 1 | -1/+1 |
* | vf_drawtext: Replace FFmpeg by Libav in license boilerplate. | Diego Biurrun | 2011-05-31 | 1 | -4/+4 |
* | avfilter: Surround function only used in debug mode by appropriate #ifdef. | Diego Biurrun | 2011-05-29 | 1 | -0/+2 |
* | vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog(). | Diego Biurrun | 2011-05-29 | 1 | -5/+3 |
* | vsrc_buffer.h: add file doxy | Stefano Sabatini | 2011-05-24 | 1 | -0/+5 |
* | vsrc_buffer: tweak error message in init() | Stefano Sabatini | 2011-05-24 | 1 | -1/+1 |
* | multiple inclusion guard cleanup | Diego Biurrun | 2011-05-21 | 4 | -3/+7 |
* | lavfi: print key-frame and picture type information in ff_dlog_ref() | Stefano Sabatini | 2011-05-16 | 1 | -2/+4 |
* | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -6/+6 |
* | drawtext: add shadow support. | Michael Niedermayer | 2011-05-07 | 1 | -6/+33 |
* | drawtext: factor draw_glyphs. | Michael Niedermayer | 2011-05-07 | 1 | -27/+41 |
* | drawtext: fix and optimize yuv blend. | Michael Niedermayer | 2011-05-07 | 1 | -4/+6 |
* | drawtext: get rid of divisions in the inner loop. | Michael Niedermayer | 2011-05-07 | 1 | -8/+8 |
* | drawtext: simplify chroma blend and fix chroma alpha. | Michael Niedermayer | 2011-05-07 | 1 | -3/+2 |
* | lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo | Stefano Sabatini | 2011-05-07 | 4 | -2/+676 |
* | avfilter: check malloc return values. | Ronald S. Bultje | 2011-05-03 | 1 | -1/+25 |
* | avfilter: don't av_malloc(0). | Ronald S. Bultje | 2011-05-03 | 1 | -1/+2 |
* | vf_fieldorder: Replace FFmpeg by Libav in license boilerplate. | Diego Biurrun | 2011-04-29 | 1 | -4/+4 |
* | hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats | Peter Ross | 2011-04-28 | 1 | -0/+1 |
* | crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats | Peter Ross | 2011-04-28 | 1 | -0/+1 |
* | lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums | Stefano Sabatini | 2011-04-26 | 1 | -2/+2 |
* | pad: make the filter parametric | Stefano Sabatini | 2011-04-26 | 1 | -8/+106 |