| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | lavfi/sink_buffer: switch to filter_frame. | Nicolas George | 2012-12-30 | 1 | -12/+4 |
* | | lavfi/video: ensure that filter_frame is called. | Nicolas George | 2012-12-30 | 1 | -0/+9 |
* | | vf_tinterlace: dont mix declarations and expressions | Michael Niedermayer | 2012-12-30 | 1 | -2/+3 |
* | | lavfi: remove some draw_slice related code that has become unneeded | Michael Niedermayer | 2012-12-30 | 3 | -34/+5 |
* | | lavfi/tinterlace: add low-pass-filter for top/bottom interleave modes | Mark Himsley | 2012-12-30 | 2 | -13/+55 |
* | | vf_deshake: fix strict aliassing errors | Michael Niedermayer | 2012-12-29 | 1 | -4/+4 |
* | | avf_concat: init pointers to NULL for saftey and to avoid warning of uninitia... | Michael Niedermayer | 2012-12-29 | 1 | -2/+2 |
* | | lavfi: replace REGISTER_BUILTIN_FILTER() by REGISTER_FILTER_UNCONDITIONAL() | Michael Niedermayer | 2012-12-29 | 1 | -8/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-29 | 1 | -119/+122 |
|\| |
|
| * | cosmetics: Prettyprint codec/format/filter registration files | Diego Biurrun | 2012-12-28 | 1 | -61/+64 |
* | | Merge commit '69583bd3b1eba471366141c945030c163e073e02' | Michael Niedermayer | 2012-12-29 | 1 | -24/+12 |
|\| |
|
| * | avfilter: Refactor unconditional filter registration | Diego Biurrun | 2012-12-28 | 1 | -24/+12 |
* | | vf_divtc: dont mix av_strdup and free | Michael Niedermayer | 2012-12-28 | 1 | -1/+1 |
* | | vf_detc: dont mix av_strdup & free | Michael Niedermayer | 2012-12-28 | 1 | -1/+1 |
* | | vf_mp: fix 'discards const qualifier from pointer target type' | Michael Niedermayer | 2012-12-28 | 1 | -1/+1 |