| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/src_movie: Fix handling of packet size for video | Michael Niedermayer | 2013-06-26 | 1 | -1/+1 |
* | libavfilter/src_movie: fix which packet is reset | Michael Niedermayer | 2013-06-26 | 1 | -2/+2 |
* | vf_drawbox: give all v_log() a context | Michael Niedermayer | 2013-06-26 | 1 | -1/+1 |
* | vf_drawbox: avoid declaration in for() arguments | Michael Niedermayer | 2013-06-26 | 1 | -1/+2 |
* | Merge branch 'drawbox_exprs' of https://github.com/mjmvisser/FFmpeg | Michael Niedermayer | 2013-06-26 | 1 | -21/+117 |
|\ |
|
| * | enabled expressions on x, y, w, h and t parameters for drawgrid and drawbox, ... | Mark Visser | 2013-06-25 | 1 | -21/+117 |
* | | lavfi/movie: free packet on decoder error | Michael Niedermayer | 2013-06-25 | 1 | -0/+3 |
* | | avfilter/vsrc_testsrc: fix artifacts with odd height | Michael Niedermayer | 2013-06-24 | 1 | -1/+1 |
* | | Merge commit 'eeeb5c291d3f78eaade5b99c2614c7cab0e9be79' | Michael Niedermayer | 2013-06-21 | 1 | -1/+0 |
|\ \ |
|
| * | | vsrc_movie: do not free avoption variables in uninit() | Anton Khirnov | 2013-06-20 | 1 | -2/+0 |
* | | | delogo: Fix function description | Jean Delvare | 2013-06-19 | 1 | -2/+2 |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-06-19 | 1 | -24/+10 |
|\| | |
|
| * | | lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer() | Anton Khirnov | 2013-06-18 | 1 | -24/+10 |
* | | | Merge branch 'frame_num_offset' of https://github.com/mjmvisser/FFmpeg | Michael Niedermayer | 2013-06-19 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | add the start_number offset to var_values[VAR_N] directly, instead of adding ... | Mark Visser | 2013-06-18 | 1 | -2/+2 |
| * | | | added start_number parameter to drawtext to permit an offset to n/frame_num var | Mark Visser | 2013-06-14 | 1 | -1/+3 |
| | |/
| |/| |
|
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-06-18 | 2 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | lavfi: math typo in interlace filter | Vittorio Giovara | 2013-06-17 | 1 | -1/+1 |
* | | | lavfi/src_movie: Use movie_common_init instead individual wrappers | Alexander Strasser | 2013-06-18 | 1 | -12/+2 |
* | | | lavfi/src_movie: Check pointer is not NULL before deref | Alexander Strasser | 2013-06-18 | 1 | -1/+1 |
| |/
|/| |
|
* | | lavfi/spp: fix description. | Clément Bœsch | 2013-06-14 | 1 | -1/+1 |
* | | drawbox: Respect thickness parameter | Jean Delvare | 2013-06-14 | 1 | -6/+6 |
* | | lavfi/mp: remove mp=spp. | Clément Bœsch | 2013-06-14 | 4 | -625/+1 |
* | | lavfi: add spp filter. | Clément Bœsch | 2013-06-14 | 7 | -2/+734 |
* | | lavfi/rotate: add angle command | Stefano Sabatini | 2013-06-13 | 2 | -1/+25 |
* | | lavfi: add rotate filter | Stefano Sabatini | 2013-06-13 | 4 | -2/+445 |
* | | vf_sab: Fix memleak | Michael Niedermayer | 2013-06-10 | 1 | -1/+3 |
* | | lavfi/pp: set out frame size. | Clément Bœsch | 2013-06-08 | 1 | -0/+2 |
* | | lavfi/lut3d: add sanity checks. | Clément Bœsch | 2013-06-07 | 1 | -2/+8 |
* | | lavfi/il: add timeline support | Paul B Mahol | 2013-06-06 | 1 | -0/+1 |
* | | lavfi/framestep: cosmetics: reindent AVFilter | Paul B Mahol | 2013-06-06 | 1 | -5/+5 |
* | | lavfi/framestep: add timeline support | Paul B Mahol | 2013-06-06 | 1 | -0/+1 |
* | | Merge commit '8b7dffc2d6c6c19f8e0a1fedcd0e95dce7a273ff' | Michael Niedermayer | 2013-06-05 | 1 | -18/+86 |
|\| |
|
| * | lavfi doxy: improve/extend AVFilter doxy. | Anton Khirnov | 2013-06-04 | 1 | -18/+86 |
* | | lavfi/mp: remove mp=sab | Stefano Sabatini | 2013-06-05 | 4 | -328/+1 |
* | | lavfi: port sab filter from libmpcodecs | Stefano Sabatini | 2013-06-05 | 4 | -2/+342 |
* | | avfilter/vf_mcdeint: free frame on error | Michael Niedermayer | 2013-06-03 | 1 | -1/+3 |
* | | avfilter/process_options: fix memleak | Michael Niedermayer | 2013-06-03 | 1 | -1/+4 |
* | | avfilter/af_astats: rename stat() | Michael Niedermayer | 2013-06-03 | 1 | -3/+3 |
* | | lavfi/trim: mark link closed on EOF. | Nicolas George | 2013-06-02 | 1 | -2/+2 |
* | | lavfi/mp: drop mcdeint wrapper | Stefano Sabatini | 2013-06-01 | 4 | -366/+1 |
* | | lavfi: port mcdeint filter from libmpcodecs | Stefano Sabatini | 2013-06-01 | 4 | -1/+317 |
* | | lavfi/mp/mcdeint: avoid uninited data read | Stefano Sabatini | 2013-06-01 | 1 | -11/+33 |
* | | lavfi/mptestsrc: fix chroma subsampling with odd sizes. | Clément Bœsch | 2013-06-01 | 1 | -1/+2 |
* | | lavfi/pixdesctest: fix chroma subsampling with odd sizes. | Clément Bœsch | 2013-06-01 | 1 | -6/+7 |
* | | lavfi/vignette: remove extra semi-colon. | Clément Bœsch | 2013-05-31 | 1 | -1/+1 |
* | | lavfi/vignette: add aspect option. | Clément Bœsch | 2013-05-30 | 1 | -2/+7 |
* | | lavfi/vignette: add some scaling debug. | Clément Bœsch | 2013-05-30 | 1 | -0/+2 |
* | | lavfi/vignette: simplify dmax definition. | Clément Bœsch | 2013-05-30 | 1 | -2/+1 |
* | | lavfi/vignette: fix scale with aspects smaller than one. | Clément Bœsch | 2013-05-30 | 1 | -1/+1 |