| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | vsrc_movie: add key_frame and pict_type. | royger | 2011-04-26 | 1 | -0/+2 |
* | vsrc_movie: fix leak in request_frame() | Stefano Sabatini | 2011-04-26 | 1 | -0/+2 |
* | lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. | Roger Pau Monné | 2011-04-26 | 2 | -1/+7 |
* | vsrc_buffer: add sample_aspect_ratio fields to arguments. | Michael Niedermayer | 2011-04-26 | 2 | -3/+6 |
* | lavfi: add fieldorder filter | Mark Himsley | 2011-04-26 | 4 | -1/+238 |
* | scale: make the filter parametric | Stefano Sabatini | 2011-04-26 | 1 | -9/+84 |
* | yadif: support 16-bit | James Darnley | 2011-04-26 | 1 | -49/+67 |
* | yadif: support more than yuv420p. | James Darnley | 2011-04-26 | 1 | -4/+25 |
* | yadif: Fix assert() failure | Michael Niedermayer | 2011-04-26 | 1 | -1/+1 |
* | graphparser: add a NULL check on the argument passed to strstr | Stefano Sabatini | 2011-04-25 | 1 | -1/+1 |
* | setdar: prefer "sar" over "par" in log info message | Stefano Sabatini | 2011-04-25 | 1 | -1/+1 |
* | fade: fix draw_slice() check on fade->factor value | Mark Himsley | 2011-04-25 | 1 | -1/+1 |
* | fade: make draw_slice() chroma check against planes 1 and 2 | Mark Himsley | 2011-04-25 | 1 | -1/+1 |
* | Reduce picture size for yadif. | Michael Niedermayer | 2011-04-20 | 1 | -2/+2 |
* | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -2/+2 |
* | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -4/+4 |
* | lavfi: add fade filter | Brandon Mintern | 2011-04-03 | 4 | -1/+173 |
* | Change yadif to not use out of picture lines. | Michael Niedermayer | 2011-04-03 | 3 | -21/+22 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 50 | -202/+202 |
* | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -1/+1 |