2708 Commits (dc60ecdbeb11ef14a85a60ab06154b067e5e1f02)

Author SHA1 Message Date
Nicolas George ff6b34009d lavfi: fix use-after-free in ff_filter_frame. 12 years ago
Clément Bœsch caee85bbce lavfi/kerndeint: remove unused pixel_step. 12 years ago
Clément Bœsch f6659e5c5e lavfi/kerndeint: fix temp buffer linesize. 12 years ago
Michael Niedermayer e797f22efa vf_tinterlace: fix logical/bit op mixup 12 years ago
Clément Bœsch 521daf1409 lavfi/kerndeint: get pix format description only once. 12 years ago
Clément Bœsch aaf59766b9 lavfi/avfilter: remove now unused {src,cur,out}_buf. 12 years ago
Michael Niedermayer 0ef615126f vf_kerndeint: memset buffer to avoid use of uninitialized memory. 12 years ago
Michael Niedermayer 39d1875455 libavfilter/video.h: remove unused things related to the start/slice/end API 12 years ago
Michael Niedermayer 2468827c06 internal.h: remove start/end_frame from AVFilterPad 12 years ago
Carl Eugen Hoyos 6a9af92565 Allow remaining 32bit RGB packed pix_fmts in kerndeint filter. 12 years ago
Stefano Sabatini 860b5c0a63 lavfi/kerndeint: fix mismatch between declared pixel format and test 12 years ago
Matthieu Bouron be0a67bd65 lavfi/drawutils: fix blending computation in blend_line function 12 years ago
Stefano Sabatini 0140566359 lavfi: add histeq filter 12 years ago
Stefano Sabatini 172505b8bc lavfi: add kerndeint filter 12 years ago
Matthieu Bouron bbab9cceb9 lavfi/drawutils: fix typo 12 years ago
Stefano Sabatini cb8d3965fd lavfi/yadif: add support to named constants 12 years ago
Stefano Sabatini f7dc6aa6b1 lavfi/yadif: add support to named options and options introspection 12 years ago
Stefano Sabatini 8674597fe5 lavfi/yadif: remove redundant NULL checks in uninit 12 years ago
Stefano Sabatini 4ea7c17932 lavfi/yadif: fail during the configuration stage in case of invalid video size 12 years ago
Stefano Sabatini b52c1d0c99 lavfi/yadif: remove unused poll_frame callback 12 years ago
Clément Bœsch 491ca0e89f Replace references to "que" with the appropriate word. 12 years ago
Nicolas George b99bef17b4 lavfi/avfiltergraph: check pick_format return code. 12 years ago
Paul B Mahol ba1cbf40ce lavfi/lut: use ff_fill_rgba_map() 12 years ago
Nicolas George 82541d8330 lavfi: merge all filtering code into ff_filter_frame. 12 years ago
Paul B Mahol 8e4e532bb2 lavfi/avcodec: fix typo 12 years ago
Nicolas George 2eb2e1798e lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels. 12 years ago
Nicolas George 11ab2c25b6 lavfi/avfiltergraph: print query_formats errors. 12 years ago
Diego Biurrun bcb8d9eb8f Drop unnecessary 'l' length modifier when printfing double values. 12 years ago
Clément Bœsch 8d06e83d16 lavfi/Makefile: add missing dependencies to FFLIBS. 12 years ago
Clément Bœsch 21b6991cd5 lavfi/Makefile: make FFLIBS list consistent. 12 years ago
Nicolas George c36302a7a4 lavfi/sink_buffer: switch to filter_frame. 12 years ago
Nicolas George a978c04e22 lavfi/video: ensure that filter_frame is called. 12 years ago
Michael Niedermayer b84871b8eb vf_tinterlace: dont mix declarations and expressions 12 years ago
Michael Niedermayer c0c0b19644 lavfi: remove some draw_slice related code that has become unneeded 12 years ago
Mark Himsley 8997a0fa79 lavfi/tinterlace: add low-pass-filter for top/bottom interleave modes 12 years ago
Michael Niedermayer 3cd137bfea vf_deshake: fix strict aliassing errors 12 years ago
Michael Niedermayer 53228f47d6 avf_concat: init pointers to NULL for saftey and to avoid warning of uninitialized use. 12 years ago
Michael Niedermayer 981baf742c lavfi: replace REGISTER_BUILTIN_FILTER() by REGISTER_FILTER_UNCONDITIONAL() 12 years ago
Diego Biurrun c73c87b412 cosmetics: Prettyprint codec/format/filter registration files 12 years ago
Diego Biurrun 69583bd3b1 avfilter: Refactor unconditional filter registration 12 years ago
Michael Niedermayer 8afe168c78 vf_divtc: dont mix av_strdup and free 12 years ago
Michael Niedermayer baa5d6df77 vf_detc: dont mix av_strdup & free 12 years ago
Michael Niedermayer 458afd2a0e vf_mp: fix 'discards const qualifier from pointer target type' 12 years ago
Clément Bœsch ceee4407e3 lavfi/tile: small align cosmetics. 12 years ago
Clément Bœsch 4cd724daee lavfi/tile: remove usage of link->{cur,out}_buf. 12 years ago
Clément Bœsch 3b870f973e lavfi/scale: remove usage of link->cur_buf. 12 years ago
Clément Bœsch a612e86ea6 lavfi/deshake: remove usage of link->cur_buf. 12 years ago
Clément Bœsch 5673a0102a lavfi/decimate: remove usage of link->cur_buf. 12 years ago
Clément Bœsch 33e0eb5109 lavfi/video: remove unused ff_inplace_start_frame(). 12 years ago
Paul B Mahol c46cfedf09 build: mp filter does not depend on postproc anymore 12 years ago