| Commit message (Expand) | Author | Age | Files | Lines |
* | af_volume: exp10() is a GNU extension. | Michael Niedermayer | 2011-11-05 | 1 | -1/+1 |
* | af_earwax: copy input buffer properties to output | Stefano Sabatini | 2011-11-05 | 1 | -0/+2 |
* | lavfi: add earwax audio filter, ported from Sox | Mina Nagy Zaki | 2011-11-05 | 4 | -1/+164 |
* | lavfi: add volume filter | Stefano Sabatini | 2011-11-05 | 4 | -2/+195 |
* | lavfi: increase number of maximum registered filters from 64 to 128 | Stefano Sabatini | 2011-11-05 | 1 | -1/+1 |
* | lavfi: issue error if maximum number of filters is reached | Stefano Sabatini | 2011-11-05 | 1 | -2/+7 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-04 | 1 | -2/+2 |
|\ |
|
| * | avfilter: Don't copy garbage from the stack when setting up video pictures. | Alex Converse | 2011-11-03 | 1 | -2/+2 |
* | | Replace all strcasecmp/strncasecmp usages. | Reimar Döffinger | 2011-11-03 | 1 | -10/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 2 | -2/+2 |
|\| |
|
| * | vsrc_testsrc: fix mailing list reference URL | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
| * | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | vf_overlay: adopts FAST_DIV255 macro for calculating destination alpha | Stefano Sabatini | 2011-11-02 | 1 | -1/+2 |
* | | vf_fade: fade to correct CCIR601/709 black level | Mark Himsley | 2011-11-02 | 1 | -4/+16 |
* | | vf_transpose: remove pix_fmts which can currently not be supported. | Michael Niedermayer | 2011-11-01 | 1 | -5/+2 |
* | | lavfi: bump micro after recent changes in the overlay filter | Stefano Sabatini | 2011-10-31 | 1 | -1/+1 |
* | | vf_overlay: add support to alpha pre-multiplication in the RGBA path | Stefano Sabatini | 2011-10-31 | 1 | -0/+29 |
* | | vf_overlay: enable RGB path | Stefano Sabatini | 2011-10-31 | 1 | -18/+103 |
* | | vf_overlay: use opt.h API for setting options | Stefano Sabatini | 2011-10-30 | 2 | -7/+49 |
* | | lavfi: add internal function ff_fill_rgba_map() | Stefano Sabatini | 2011-10-28 | 2 | -11/+18 |
* | | ashowinfo: fix typo in description. | Clément Bœsch | 2011-10-27 | 1 | -1/+1 |
* | | vf_showinfo: print checksums in hexadecimal. | Clément Bœsch | 2011-10-27 | 3 | -3/+3 |
* | | vf_scale: Request an aligned buffer. | Michael Niedermayer | 2011-10-27 | 1 | -1/+1 |
* | | vf_pad: Fix alignment of get_video_buffer() | Michael Niedermayer | 2011-10-27 | 1 | -2/+3 |
* | | avfilter: add named constamt to indicate the amount of alignment that AV_PERM... | Michael Niedermayer | 2011-10-27 | 1 | -0/+2 |
* | | avfilter: add flag to indicate that alignment is needed | Michael Niedermayer | 2011-10-27 | 1 | -0/+1 |
* | | vsrc_testsrc: fix off-by-one logic when detecting the EOF time in request_fra... | Mark Himsley | 2011-10-25 | 1 | -1/+1 |
* | | testsrc seconds display is out-by-one frame | Mark Himsley | 2011-10-25 | 1 | -1/+1 |
* | | vsrc_testsrc: increase log level from DEBUG to INFO for message in init() | Stefano Sabatini | 2011-10-24 | 1 | -1/+1 |
* | | lavfi: rewrite nullsrc using the code in vsrc_testsrc.c | Stefano Sabatini | 2011-10-24 | 4 | -124/+43 |
* | | vsrc_testsrc: do not assume non-padded lines in test_fill_picture() | Stefano Sabatini | 2011-10-23 | 1 | -2/+3 |
* | | vf_boxblur: fix slice-drawing | Stefano Sabatini | 2011-10-23 | 1 | -6/+10 |
* | | lavfi: add missing header mulitple-inclusion guard in transform.h | Stefano Sabatini | 2011-10-20 | 1 | -0/+4 |
* | | lavfi/transform.h: apply misc doxy cosmetical changes | Stefano Sabatini | 2011-10-20 | 1 | -29/+24 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 2 | -8/+8 |
|\| |
|
| * | lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs | Stefano Sabatini | 2011-10-19 | 4 | -2/+144 |
| * | lavfi: add testsrc source | Stefano Sabatini | 2011-10-19 | 4 | -1/+362 |
* | | deshake: limit deshake to specific area to search for motion vectors. | Paul Flinders | 2011-10-20 | 1 | -4/+44 |
* | | vf_mp: Fix several incompatible pointer type warnings. | Michael Niedermayer | 2011-10-19 | 1 | -2/+2 |
* | | vf_unsharp: Fix false ‘src2’ may be used uninitialized in this function w... | Michael Niedermayer | 2011-10-19 | 1 | -1/+1 |
* | | src_movie: Fix incompatible pointer type warning. | Michael Niedermayer | 2011-10-19 | 1 | -1/+1 |
* | | vf_deshake: Fix cast discards qualifiers from pointer target type warning. | Michael Niedermayer | 2011-10-19 | 1 | -4/+2 |
* | | vf_pixdesctest: Fix incompatible pointer type warning. | Michael Niedermayer | 2011-10-18 | 1 | -1/+1 |
* | | yadif: Fix assignment from incompatible pointer type warning | Michael Niedermayer | 2011-10-18 | 1 | -1/+1 |
* | | vsrc_buffer: FIx incompatible pointer type warning | Michael Niedermayer | 2011-10-18 | 1 | -1/+1 |
* | | asrc_aevalsrc: apply misc cleanup in the options array | Stefano Sabatini | 2011-10-18 | 1 | -4/+4 |
* | | asrc_aevalsrc: prefer av_strtok() over strtok_r() | Stefano Sabatini | 2011-10-18 | 1 | -1/+1 |
* | | lavfi: update minor number and add Changelog entry after aevalsrc addition | Stefano Sabatini | 2011-10-18 | 1 | -2/+2 |
* | | lavfi: add audio eval signal source | Stefano Sabatini | 2011-10-18 | 3 | -0/+228 |
* | | lavu: add av_strtok() | Stefano Sabatini | 2011-10-18 | 4 | -7/+9 |