| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | lavfi: add framestep filter | Stefano Sabatini | 2012-08-18 | 4 | -2/+146 |
* | | lavfi/testsrc: set output framerate | Stefano Sabatini | 2012-08-18 | 2 | -13/+13 |
* | | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 30 | -224/+291 |
* | | lavfi/movie: split class definitions for movie and amovie | Stefano Sabatini | 2012-08-18 | 1 | -5/+18 |
* | | lavfi/lut: duplicate class definitions for each lut variant filter | Stefano Sabatini | 2012-08-18 | 1 | -26/+73 |
* | | vf_yadif: fix permissions. | Nicolas George | 2012-08-17 | 1 | -4/+4 |
* | | vf_tinterlace: leave harmless permissions alone. | Nicolas George | 2012-08-17 | 1 | -1/+1 |
* | | vf_thumbnail: fix permissions. | Nicolas George | 2012-08-17 | 1 | -1/+1 |
* | | vf_select: require AV_PERM_PRESERVE. | Nicolas George | 2012-08-17 | 1 | -0/+1 |
* | | vf_removelogo: fix permissions. | Nicolas George | 2012-08-17 | 1 | -10/+2 |
* | | vf_overlay: fix permissions. | Nicolas George | 2012-08-17 | 1 | -4/+3 |
* | | vf_idet: fix permissions. | Nicolas George | 2012-08-17 | 1 | -3/+4 |
* | | vf_fps: fix permissions. | Nicolas George | 2012-08-17 | 1 | -1/+3 |
* | | vf_fieldorder: fix permissions. | Nicolas George | 2012-08-17 | 1 | -2/+1 |
* | | vf_fade: fix permissions. | Nicolas George | 2012-08-17 | 1 | -2/+1 |
* | | vf_drawtext: fix permissions. | Nicolas George | 2012-08-17 | 1 | -2/+1 |
* | | vf_drawtext: fix permissions. | Nicolas George | 2012-08-17 | 1 | -2/+1 |
* | | vf_deshake: fix permissions. | Nicolas George | 2012-08-17 | 1 | -1/+1 |
* | | vf_delogo: fix permissions. | Nicolas George | 2012-08-17 | 1 | -2/+1 |
* | | vf_colormatrix: fix permissions. | Nicolas George | 2012-08-17 | 1 | -0/+1 |
* | | vf_ass: fix permissions. | Nicolas George | 2012-08-17 | 1 | -2/+1 |