| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) | Diego Biurrun | 2012-10-12 | 1 | -1/+1 |
* | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+1 |
* | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -14/+26 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -21/+21 |
* | yadif: cosmetics | Luca Barbato | 2012-09-09 | 1 | -31/+45 |
* | vf_yadif: unset cur_buf on the input link. | Anton Khirnov | 2012-07-26 | 1 | -0/+1 |
* | lavfi: check all ff_get_video_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -0/+5 |
* | lavfi: check all avfilter_ref_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -2/+9 |
* | lavfi: use avfilter_unref_bufferp() where appropriate. | Anton Khirnov | 2012-07-22 | 1 | -5/+4 |
* | lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors | Anton Khirnov | 2012-07-22 | 1 | -5/+9 |
* | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -5/+7 |
* | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -1/+4 |
* | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -5/+4 |
* | yadif: use emms_c() instead of inline assembly for emms invocations. | Ronald S. Bultje | 2012-07-21 | 1 | -3/+2 |
* | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -14/+14 |
* | vf_yadif: move x86 init code to x86/yadif.c | Mans Rullgard | 2012-07-02 | 1 | -43/+3 |
* | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: make avfilter_get_video_buffer() private on next bump. | Anton Khirnov | 2012-06-13 | 1 | -4/+4 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -11/+12 |
* | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -1/+2 |
* | lavfi: remove avfilter_default_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -1/+2 |
* | yadif: Flush filter on eof. | Robert Nagy | 2012-05-14 | 1 | -1/+15 |
* | yadif: Improve pts accuracy. | Robert Nagy | 2012-05-14 | 1 | -6/+21 |
* | vf_yadif: fix missing error handling for avfilter_poll_frame() | Robert Nagy | 2012-05-07 | 1 | -0/+4 |
* | Drop some completely unnecessary av_unused attributes. | Diego Biurrun | 2012-02-13 | 1 | -1/+1 |
* | yadif: support 10bit YUV | Luca Barbato | 2011-12-13 | 1 | -2/+5 |
* | vf_yadif: add support to yuva420p | Stefano Sabatini | 2011-09-21 | 1 | -1/+2 |
* | vf_yadif: correct documentation on the parity parameter | Stefano Sabatini | 2011-09-21 | 1 | -2/+2 |
* | vf_yadif: copy buffer properties like aspect for second frame as well | Joakim Plate | 2011-09-21 | 1 | -1/+4 |
* | vf_yadif: add an option to enable/disable deinterlacing based on src frame "i... | Joakim Plate | 2011-09-19 | 1 | -2/+26 |
* | yadif: support 16-bit | James Darnley | 2011-04-26 | 1 | -49/+67 |
* | yadif: support more than yuv420p. | James Darnley | 2011-04-26 | 1 | -4/+25 |
* | yadif: Fix assert() failure | Michael Niedermayer | 2011-04-26 | 1 | -1/+1 |
* | Reduce picture size for yadif. | Michael Niedermayer | 2011-04-20 | 1 | -2/+2 |
* | Change yadif to not use out of picture lines. | Michael Niedermayer | 2011-04-03 | 1 | -15/+16 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | yadif: add parens around macro parameters | Mans Rullgard | 2011-03-05 | 1 | -4/+4 |
* | In yadif filter, default to top field first if interlacing is unknown | Baptiste Coudurier | 2011-01-15 | 1 | -1/+8 |
* | yadif sse2/ssse3 optimizations | Baptiste Coudurier | 2010-12-04 | 1 | -1/+5 |
* | In yadif filter, copy video props to output picture. | Baptiste Coudurier | 2010-11-22 | 1 | -2/+12 |
* | merge #if with if() | Aurelien Jacobs | 2010-09-27 | 1 | -3/+1 |
* | yadif: remove unnecessary #include | Måns Rullgård | 2010-09-26 | 1 | -1/+0 |
* | Cosmetics: fix style nits. | Stefano Sabatini | 2010-09-26 | 1 | -14/+15 |
* | In yadif filter, use current frame when previous is missing, | Baptiste Coudurier | 2010-09-26 | 1 | -4/+3 |
* | Fix 0 vs 1 porting bug from mplayer. | Michael Niedermayer | 2010-09-25 | 1 | -1/+1 |
* | yadif filter, based on stefanos port of my yadif from mplayer. | Michael Niedermayer | 2010-09-25 | 1 | -0/+332 |