| Commit message (Expand) | Author | Age | Files | Lines |
* | libavfilter/Makefile: add forgotten entries for the ff-sinks | Michael Niedermayer | 2012-09-04 | 1 | -0/+2 |
* | sink_buffer: fix #ifs for FF-sinks | Michael Niedermayer | 2012-09-04 | 1 | -2/+2 |
* | lavfi/transpose: implement landscape passthrough mode | Stefano Sabatini | 2012-09-04 | 2 | -5/+40 |
* | yadif: remove unused variable | Michael Niedermayer | 2012-09-03 | 1 | -1/+0 |
* | lavfi: when configuring a link, set channel layout from previous link if unsp... | Stefano Sabatini | 2012-09-02 | 1 | -0/+2 |
* | lavfi/vf_frei0: add missing new line to some error messages | Piotr Bandurski | 2012-09-01 | 1 | -3/+3 |
* | libmpcodecs: remove unused and half existing vo_fs variable | Michael Niedermayer | 2012-09-01 | 1 | -6/+0 |
* | lavfi/mp: remove decimate wrapper | Stefano Sabatini | 2012-09-01 | 4 | -202/+1 |
* | libavfilter: Support the forks ABI for buffer sinks | Michael Niedermayer | 2012-09-01 | 3 | -3/+57 |
* | avfiltergraph: use avcodec_find_best_pix_fmt_of_2() | Michael Niedermayer | 2012-08-31 | 1 | -2/+2 |
* | lavfi/hue: add process_command callback | Jérémy Tran | 2012-08-31 | 2 | -5/+42 |
* | lavfi: port decimate libmpcodecs filter | Stefano Sabatini | 2012-08-31 | 4 | -2/+273 |
* | lavfi/mp=decimate: fix off-by-one logic in diff_C() x loop | Stefano Sabatini | 2012-08-31 | 1 | -2/+2 |
* | lavfi/mp: remove smartblur filter | Stefano Sabatini | 2012-08-31 | 4 | -268/+1 |
* | vf_mp: fix duplicate return | Michael Niedermayer | 2012-08-31 | 1 | -1/+1 |
* | buffersink: remove stray ; | Michael Niedermayer | 2012-08-31 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-31 | 2 | -18/+14 |
|\ |
|
| * | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 2 | -18/+14 |
* | | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' | Michael Niedermayer | 2012-08-31 | 2 | -3/+3 |
|\| |
|
| * | avfilter: x86: Use more precise compile template names | Diego Biurrun | 2012-08-30 | 2 | -3/+3 |
| * | vf_hqdn3d: Remove a duplicate inline declaration | Martin Storsjö | 2012-08-27 | 1 | -1/+1 |
* | | avfiltergraph: kill uninitialized variable warning | Michael Niedermayer | 2012-08-30 | 1 | -1/+2 |
* | | vsrc_testsrc: fix uninitilaized variable bug | Michael Niedermayer | 2012-08-30 | 1 | -2/+1 |
* | | vf_framestep: fix uninitilaized variable bug | Michael Niedermayer | 2012-08-30 | 1 | -3/+1 |
* | | lavfi/af_atempo: use av_malloc for rDFT buffers. | Nicolas George | 2012-08-29 | 1 | -11/+13 |
* | | lavfi: add smartblur filter | Jérémy Tran | 2012-08-28 | 4 | -2/+308 |
* | | vf_hqdn3d: remove duplicate inline | Michael Niedermayer | 2012-08-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-27 | 1 | -1/+1 |
|\| |
|
| * | vf_hqdn3d: Don't declare the loop variable within the for loop | Martin Storsjö | 2012-08-27 | 1 | -1/+2 |
* | | vf_hqdn3d: avoid declaring variable in for() | Michael Niedermayer | 2012-08-27 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-26 | 3 | -28/+176 |
|\| |
|
| * | vf_hqdn3d: x86 asm | Loren Merritt | 2012-08-26 | 3 | -4/+130 |
| * | vf_hqdn3d: support 16bit colordepth | Loren Merritt | 2012-08-26 | 1 | -24/+46 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-24 | 2 | -2/+2 |
|\| |
|
| * | AVOptions: store defaults for INT64 options in int64 union member. | Anton Khirnov | 2012-08-24 | 1 | -1/+1 |
* | | lavfi/asetpts,setpts: rework debug log | Stefano Sabatini | 2012-08-24 | 1 | -15/+14 |
* | | lavfi/asetpts,setpts: add variables T, STARTT, PREV_INT and PREV_OUTT | Stefano Sabatini | 2012-08-24 | 2 | -5/+19 |
* | | lavfi: rename vf_setpts.c to f_setpts.c | Stefano Sabatini | 2012-08-24 | 2 | -2/+2 |
* | | lavfi: free partial audio buffers when destroying links. | Nicolas George | 2012-08-22 | 1 | -0/+2 |
* | | lavfi/overlay: fix return values. | Nicolas George | 2012-08-22 | 1 | -16/+34 |
* | | lavfi/split: handle closed outputs. | Nicolas George | 2012-08-22 | 1 | -4/+12 |
* | | lavfi: add a closed field to AVFilerLink. | Nicolas George | 2012-08-22 | 4 | -0/+36 |
* | | lavfi/showspectrum: add priv_class and flags to options | Stefano Sabatini | 2012-08-21 | 1 | -2/+5 |
* | | lavfi/asyncts: Fix compilation with GCC 4.7 | Thomas Weber | 2012-08-21 | 1 | -1/+1 |
* | | lavfi/buffersrc: add AV_BUFFERSRC_FLAG_PUSH. | Nicolas George | 2012-08-20 | 3 | -1/+10 |
* | | lavfi/edgedetect: use "@see" instead of the invalid "@url". | Clément Bœsch | 2012-08-20 | 1 | -1/+1 |
* | | lavfi: add showspectrum filter. | Clément Bœsch | 2012-08-20 | 4 | -2/+318 |
* | | lavfi: add volumedetect filter. | Nicolas George | 2012-08-19 | 3 | -0/+161 |
* | | buildsys: fix cleaning of libmpcodecs | Michael Niedermayer | 2012-08-18 | 1 | -0/+3 |
* | | lavfi/mp: remove framestep wrapped filter | Stefano Sabatini | 2012-08-18 | 4 | -209/+1 |