| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/showwaves: fix check on showwaves->outpicref | Stefano Sabatini | 2013-01-22 | 1 | -1/+1 |
* | avf_showwaves: fix null pointer dereference | Michael Niedermayer | 2013-01-21 | 1 | -0/+1 |
* | afade filter | Paul B Mahol | 2013-01-21 | 4 | -2/+311 |
* | lavfi: fix null checking in avfilter_config_links() | Xi Wang | 2013-01-21 | 1 | -2/+2 |
* | lavfi: EBU R.128 irregular time | sedacca@comcast.net | 2013-01-19 | 1 | -3/+3 |
* | vf_fade: use AVPixFmtDescriptor to find out if pixel format have alpha | Paul B Mahol | 2013-01-18 | 1 | -8/+1 |
* | lavfi/fade: accept shorthand syntax | Stefano Sabatini | 2013-01-18 | 2 | -39/+8 |
* | vf_fade: support YUVA422P & YUVA444P | Paul B Mahol | 2013-01-18 | 1 | -2/+2 |
* | Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e' | Michael Niedermayer | 2013-01-16 | 1 | -0/+1 |
|\ |
|
| * | vf_fps: add final flushed frames to the dropped frame count | Justin Ruggles | 2013-01-15 | 1 | -0/+1 |
* | | Merge commit 'a1c525f7eb0783d31ba7a653865b6cbd3dc880de' | Michael Niedermayer | 2013-01-14 | 1 | -22/+34 |
|\| |
|
| * | yadif: x86: fix build for compilers without aligned stack | Daniel Kang | 2013-01-14 | 1 | -22/+34 |
* | | vsrc_testsrc: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | lavfi/gradfun: support YUV440P | Paul B Mahol | 2013-01-13 | 1 | -0/+1 |
* | | lavfi/aevalsrc: try to honor specified duration | Matthieu Bouron | 2013-01-12 | 1 | -2/+2 |
* | | lavfi/vf_overlay: check that filter_frame does not return EAGAIN. | Nicolas George | 2013-01-10 | 1 | -0/+1 |
* | | Merge commit 'f7bf72a4a1146a7583577c9bdc066767e1ba3c6a' | Michael Niedermayer | 2013-01-10 | 4 | -303/+264 |
|\| |
|
| * | yadif: Port inline assembly to yasm | Daniel Kang | 2013-01-09 | 4 | -302/+264 |
* | | lavfi/yadif: fix shorthand/option mismatch | André Pankratz | 2013-01-10 | 1 | -1/+1 |
* | | lavfi: fix use-after-free in ff_filter_frame. | Nicolas George | 2013-01-08 | 1 | -1/+1 |
* | | lavfi/kerndeint: remove unused pixel_step. | Clément Bœsch | 2013-01-06 | 1 | -2/+0 |
* | | lavfi/kerndeint: fix temp buffer linesize. | Clément Bœsch | 2013-01-06 | 1 | -1/+1 |
* | | vf_tinterlace: fix logical/bit op mixup | Michael Niedermayer | 2013-01-06 | 1 | -1/+1 |
* | | lavfi/kerndeint: get pix format description only once. | Clément Bœsch | 2013-01-06 | 1 | -1/+2 |
* | | lavfi/avfilter: remove now unused {src,cur,out}_buf. | Clément Bœsch | 2013-01-06 | 1 | -45/+0 |
* | | vf_kerndeint: memset buffer to avoid use of uninitialized memory. | Michael Niedermayer | 2013-01-06 | 1 | -1/+6 |
* | | libavfilter/video.h: remove unused things related to the start/slice/end API | Michael Niedermayer | 2013-01-05 | 1 | -43/+0 |
* | | internal.h: remove start/end_frame from AVFilterPad | Michael Niedermayer | 2013-01-05 | 1 | -23/+0 |
* | | Allow remaining 32bit RGB packed pix_fmts in kerndeint filter. | Carl Eugen Hoyos | 2013-01-05 | 1 | -3/+7 |
* | | lavfi/kerndeint: fix mismatch between declared pixel format and test | Stefano Sabatini | 2013-01-05 | 1 | -2/+2 |
* | | lavfi/drawutils: fix blending computation in blend_line function | Matthieu Bouron | 2013-01-05 | 1 | -1/+0 |
* | | lavfi: add histeq filter | Stefano Sabatini | 2013-01-05 | 4 | -1/+301 |
* | | lavfi: add kerndeint filter | Stefano Sabatini | 2013-01-05 | 4 | -2/+322 |
* | | lavfi/drawutils: fix typo | Matthieu Bouron | 2013-01-05 | 1 | -2/+2 |
* | | lavfi/yadif: add support to named constants | Stefano Sabatini | 2013-01-04 | 3 | -24/+39 |
* | | lavfi/yadif: add support to named options and options introspection | Stefano Sabatini | 2013-01-04 | 3 | -12/+30 |
* | | lavfi/yadif: remove redundant NULL checks in uninit | Stefano Sabatini | 2013-01-04 | 1 | -3/+3 |
* | | lavfi/yadif: fail during the configuration stage in case of invalid video size | Stefano Sabatini | 2013-01-04 | 1 | -6/+7 |
* | | lavfi/yadif: remove unused poll_frame callback | Stefano Sabatini | 2013-01-04 | 1 | -29/+0 |
* | | Replace references to "que" with the appropriate word. | Clément Bœsch | 2013-01-03 | 1 | -10/+10 |
* | | lavfi/avfiltergraph: check pick_format return code. | Nicolas George | 2013-01-02 | 1 | -3/+6 |
* | | lavfi/lut: use ff_fill_rgba_map() | Paul B Mahol | 2013-01-01 | 1 | -9/+3 |
* | | lavfi: merge all filtering code into ff_filter_frame. | Nicolas George | 2013-01-01 | 3 | -326/+155 |
* | | lavfi/avcodec: fix typo | Paul B Mahol | 2013-01-01 | 1 | -1/+1 |
* | | lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels. | Nicolas George | 2013-01-01 | 4 | -12/+56 |
* | | lavfi/avfiltergraph: print query_formats errors. | Nicolas George | 2012-12-31 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-31 | 2 | -2/+2 |
|\| |
|
| * | Drop unnecessary 'l' length modifier when printfing double values. | Diego Biurrun | 2012-12-31 | 3 | -3/+3 |
* | | lavfi/Makefile: add missing dependencies to FFLIBS. | Clément Bœsch | 2012-12-31 | 1 | -1/+4 |
* | | lavfi/Makefile: make FFLIBS list consistent. | Clément Bœsch | 2012-12-31 | 1 | -5/+4 |