| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: fix 2 warnings about discarding const | Michael Niedermayer | 2013-05-08 | 1 | -1/+1 |
* | avfilter/af_apad: Support AVFILTER_FLAG_SUPPORT_TIMELINE | Michael Niedermayer | 2013-05-08 | 1 | -1/+3 |
* | avfilter: Make enabled/disabled state available as a field of the AVFilterCon... | Michael Niedermayer | 2013-05-08 | 2 | -1/+4 |
* | lavfi/extractplanes: packed rgb support | Paul B Mahol | 2013-05-08 | 1 | -6/+61 |
* | lavfi/colorchannelmixer: remove now redudant code | Paul B Mahol | 2013-05-08 | 1 | -13/+2 |
* | lavfi/drawutils: add 16 bit rgb and planar rgb to ff_fill_rgba_map() | Paul B Mahol | 2013-05-08 | 1 | -0/+10 |
* | lavfi/null: remove redudant lines | Paul B Mahol | 2013-05-08 | 1 | -5/+0 |
* | lavfi/lut: add support for YUVA422P and YUVA444P | Paul B Mahol | 2013-05-08 | 1 | -1/+3 |
* | lavfi: add gbrap support to some filters | Paul B Mahol | 2013-05-08 | 4 | -4/+6 |
* | lavfi/unsharp: use verbal form in help message options | Stefano Sabatini | 2013-05-08 | 1 | -12/+12 |
* | lavfi: add comments to explain the negotiation loop. | Nicolas George | 2013-05-07 | 1 | -2/+19 |
* | lavfi: fix filter format negotiation loop. | Nicolas George | 2013-05-07 | 1 | -1/+2 |
* | lavfi/overlay: reindent fix. | Clément Bœsch | 2013-05-07 | 1 | -6/+5 |
* | lavfi/alphaextract: copy width and not linesize. | Clément Bœsch | 2013-05-07 | 1 | -2/+1 |
* | Merge commit '5f87c277bd5caa09cc4f9061d4ccdd58dc121110' | Michael Niedermayer | 2013-05-07 | 1 | -2/+4 |
|\ |
|
| * | vf_scale: add endianness conversion pixel format in query_formats | Janne Grunau | 2013-05-06 | 1 | -2/+4 |
* | | avfilter: add av_cold to uninit() | Michael Niedermayer | 2013-05-06 | 6 | -6/+6 |
* | | lavfi/deshake_opencl: use ff_opencl_set_parameter | highgod0401 | 2013-05-06 | 1 | -34/+31 |
* | | lavfi/unsharp_opencl: use av_opencl_errstr | highgod0401 | 2013-05-06 | 1 | -1/+1 |
* | | lavfi/unsharp: fix opencl crash on 64bit linux | highgod0401 | 2013-05-06 | 1 | -1/+1 |
* | | make the ordering of the return type and av_cold consistent | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
* | | Merge commit '20c86571ccc71412781d4a4813e4693e0c42aec6' | Michael Niedermayer | 2013-05-05 | 1 | -2/+4 |
|\| |
|
| * | lavfi: let gcc realign the stack on public graph driving functions | Hendrik Leppkes | 2013-05-04 | 2 | -4/+8 |
* | | Merge commit '093804a93cc5da3f95f98265a5df116912443cec' | Michael Niedermayer | 2013-05-05 | 11 | -17/+27 |
|\| |
|
| * | avfilter: Add av_cold attributes to init/uninit functions | Diego Biurrun | 2013-05-04 | 11 | -17/+27 |
* | | src_movie: fix scanf string | Michael Niedermayer | 2013-05-05 | 1 | -3/+3 |
* | | lavfi/testsrc: add support for color interactive command | Stefano Sabatini | 2013-05-03 | 2 | -1/+35 |
* | | extractplanes filter | Paul B Mahol | 2013-05-03 | 4 | -1/+257 |
* | | lavfi/frei0r: fix crash when parameters are not set. | Clément Bœsch | 2013-05-03 | 1 | -0/+3 |
* | | lavfi/blend: merge config_input_top into config_output | Paul B Mahol | 2013-05-02 | 1 | -12/+7 |
* | | lavfi/blend: use correct way to check number of planes | Paul B Mahol | 2013-05-02 | 1 | -2/+4 |
* | | avfilter/trim: improve rounding precission | Michael Niedermayer | 2013-05-01 | 1 | -3/+3 |
* | | Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876' | Michael Niedermayer | 2013-05-01 | 3 | -0/+411 |
|\| |
|
| * | lavfi: add trim and atrim filters. | Anton Khirnov | 2013-04-30 | 3 | -0/+411 |
* | | Merge commit 'b472938233b98178ed6c1353c37e0dc7ab585902' | Michael Niedermayer | 2013-05-01 | 3 | -61/+60 |
|\| |
|
| * | lavfi: add an asetpts filter | Anton Khirnov | 2013-04-30 | 4 | -7/+75 |
* | | Merge commit '2548834b2248ad4d7da9bd0afed09d7d0cddeeb0' | Michael Niedermayer | 2013-05-01 | 1 | -4/+7 |
|\| |
|
| * | vf_setpts: cosmetics, reformat | Anton Khirnov | 2013-04-30 | 1 | -6/+6 |
* | | Merge commit 'c22263d3e813d442df8fa5f5ba8993573fe775d8' | Michael Niedermayer | 2013-05-01 | 2 | -1/+10 |
|\| |
|
| * | graphparser: only print filter arguments if they are non-NULL | Anton Khirnov | 2013-04-30 | 1 | -1/+4 |
| * | af_channelmap: ensure the output channel layout is valid. | Anton Khirnov | 2013-04-30 | 1 | -0/+6 |
* | | Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071' | Michael Niedermayer | 2013-05-01 | 2 | -25/+12 |
|\| |
|
| * | af_channelmap: remove now unnecessary goto | Anton Khirnov | 2013-04-30 | 1 | -24/+11 |
| * | vf_split: fix description | Anton Khirnov | 2013-04-30 | 1 | -1/+1 |
* | | lavfi/stereo3d: add support for alternating frames input & output format | Paul B Mahol | 2013-04-30 | 1 | -24/+101 |
* | | lavfi: add two opencl headers to SKIPHEADERS. | Clément Bœsch | 2013-04-30 | 1 | -1/+1 |
* | | lavfi/showwaves: fix crash in case of negative linesize | Paul B Mahol | 2013-04-29 | 1 | -1/+2 |
* | | lavfi/showspectrum: fix crash in case of negative linesize | Paul B Mahol | 2013-04-29 | 1 | -3/+5 |
* | | avfilter/vf_tinterlace: fix handling of not so even sizes | Michael Niedermayer | 2013-04-29 | 1 | -2/+2 |
* | | lavfi/mp: remove mp=tinterlace wrapper | Stefano Sabatini | 2013-04-28 | 4 | -239/+1 |