| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: let gcc realign the stack on public graph driving functions | Hendrik Leppkes | 2013-03-16 | 2 | -6/+6 |
* | lavfi/delogo: 10l forgotten trailing NULL in shorthand. | Clément Bœsch | 2013-03-16 | 1 | -1/+1 |
* | yadif: remove an 'm' from the LOAD macro definition | James Darnley | 2013-03-16 | 3 | -41/+41 |
* | yadif: remove repeated check on width | James Darnley | 2013-03-16 | 3 | -6/+0 |
* | yadif: cosmetic indentation from previous commits | James Darnley | 2013-03-16 | 2 | -8/+8 |
* | yadif: x86 assembly for 9 to 14-bit samples | James Darnley | 2013-03-16 | 3 | -2/+305 |
* | yadif: x86 assembly for 16-bit samples | James Darnley | 2013-03-16 | 4 | -2/+379 |
* | lavfi/avcodec: deprecate remainders of the avcodec glue code | Hendrik Leppkes | 2013-03-16 | 2 | -0/+10 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-16 | 1 | -1/+2 |
|\ |
|
| * | af_join: do not leak input frames. | Anton Khirnov | 2013-03-16 | 1 | -1/+2 |
| * | asrc_anullsrc: return EOF, not -1 | Anton Khirnov | 2013-03-16 | 1 | -1/+1 |
| * | asrc_anullsrc: do not set samplerate and channel layout explicitly | Anton Khirnov | 2013-03-16 | 1 | -54/+0 |
* | | Merge commit 'e4a7b2177d14678ae240edcabaacfe2b14619b7b' | Michael Niedermayer | 2013-03-16 | 1 | -8/+0 |
|\| |
|
| * | vf_showinfo: remove its useless init function | Anton Khirnov | 2013-03-16 | 1 | -8/+0 |
* | | Merge commit '9676b9a2cdc4a90611188fc48d8d388e427997c5' | Michael Niedermayer | 2013-03-16 | 1 | -2/+2 |
|\| |
|
| * | avfiltergraph: use sizeof(var) instead of sizeof(type) | Anton Khirnov | 2013-03-16 | 1 | -2/+2 |
* | | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' | Michael Niedermayer | 2013-03-16 | 5 | -29/+38 |
|\| |
|
| * | avfiltergraph: replace AVFilterGraph.filter_count with nb_filters | Anton Khirnov | 2013-03-16 | 4 | -20/+29 |
| * | lavfi: use designated initializers in avfilter_class | Anton Khirnov | 2013-03-16 | 1 | -4/+3 |
* | | lavfi: add perms and aperms filters. | Clément Bœsch | 2013-03-16 | 4 | -2/+193 |
* | | yadif: correct strides in filter_edges_16bit | James Darnley | 2013-03-15 | 1 | -0/+2 |
* | | avfilter: avoid direct access to AVFrame.channels | Michael Niedermayer | 2013-03-15 | 7 | -8/+8 |
* | | vf_pp: use new API to access qp table | Michael Niedermayer | 2013-03-15 | 1 | -3/+6 |
* | | lavfi/ebur128: check histogram allocations. | Clément Bœsch | 2013-03-15 | 1 | -0/+4 |
* | | lavfi/ebur128: add framelog option. | Clément Bœsch | 2013-03-15 | 2 | -3/+17 |
* | | lavfi/graphdump: fix output for unknown layouts. | Nicolas George | 2013-03-14 | 1 | -1/+1 |
* | | lavfi/ebur128: use same ref for inputs and outputs. | Clément Bœsch | 2013-03-14 | 1 | -17/+6 |
* | | Revert "lavfi/ebur128: fix format negociation for output." | Clément Bœsch | 2013-03-14 | 1 | -0/+16 |
* | | lavfi/ebur128: fix format negociation for output. | Clément Bœsch | 2013-03-14 | 1 | -16/+0 |
* | | lavfi/thumbnail: support flushing. | Clément Bœsch | 2013-03-14 | 2 | -37/+64 |
* | | lavfi/avcodec: fix API version checks | Hendrik Leppkes | 2013-03-13 | 2 | -2/+2 |
* | | lavfi/avcodec: cleanup includes | Hendrik Leppkes | 2013-03-13 | 2 | -1/+1 |
* | | yadif: restore speed of the C filtering code | James Darnley | 2013-03-13 | 3 | -49/+37 |
* | | lavfi/cropdetect: add support for named options | Stefano Sabatini | 2013-03-13 | 2 | -11/+29 |
* | | lavfi/delogo: remove sscanf and rely on av_opt_set_from_string() only. | Clément Bœsch | 2013-03-13 | 1 | -8/+5 |
* | | lavfi/thumbnail: remove unecessary poll_frame() callback. | Clément Bœsch | 2013-03-13 | 1 | -23/+0 |
* | | lavfi/mptestsrc: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | lavfi/mandelbrot: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | lavfi/life: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | lavfi/cellauto: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | lavfi/alphamerge: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -4/+5 |
* | | lavfi/movie: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -1/+3 |
* | | lavfi/buffersrc: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -5/+1 |
* | | lavfi/showspectrum: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -8/+13 |
* | | lavfi/avfilter: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -2/+1 |
* | | lavfi/concat: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -19/+32 |
* | | lavfi/anullsrc: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -2/+3 |
* | | lavfi/aevalsrc: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | lavfi/atempo: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -7/+16 |
* | | lavfi/asetnsamples: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -5/+9 |