2637 Commits (103410d67ec9035b9fc04a0685d6d921bdb7524e)

Author SHA1 Message Date
Nicolas George c7a1239bf9 lavfi/af_aconvert: update audio->channels. 12 years ago
Nicolas George 0146c1f0f1 lavfi: remove init and check of rate and layout. 12 years ago
Nicolas George 5033a1af17 lavfi/buffersrc: remove init of rate and layout. 12 years ago
Nicolas George 34de47aa35 lavfi: add an accessor for ref->audio->channels. 12 years ago
Nicolas George 238edd2fe3 lavfi: add a channels field to AVFilterLink. 12 years ago
Clément Bœsch 174c483e2e lavfi/select: fix compilation with avcodec disabled. 12 years ago
Stefano Sabatini 022e118e3f lavfi/setpts: enable debug logs, and improve/extend debug messages 12 years ago
Clément Bœsch de2022c5dd lavfi/gradfun: small align cosmetics. 12 years ago
Clément Bœsch 526e2415bd lavfi/gradfun: support named options. 12 years ago
Clément Bœsch 3bdd70fc66 lavfi/gradfun: reduce up limit for threshold. 12 years ago
Clément Bœsch 63e1fc2588 lavfi/gradfun: remove rounding to match C and SSE code. 12 years ago
Clément Bœsch 60ba9a9a88 lavfi/gradfun: fix dithering in MMX code. 12 years ago
Clément Bœsch 49de902a1e lavfi/gradfun: fix rounding in MMX code. 12 years ago
Clément Bœsch dd8a76ab08 lavfi/gradfun: do not increment DC pointer for odd values. 12 years ago
Michael Niedermayer 9700a7a1dd af_apad: remove unneeded av_opt_free 12 years ago
Michael Niedermayer c311431e29 apad: add whole_len and pad_len options. 12 years ago
Michael Niedermayer c2640146e0 apad: fix apad_options formating 12 years ago
Michael Niedermayer b7e085a288 af_apad: add user setable packet_size 12 years ago
Michael Niedermayer 5eae7f8f35 avfilter: add apad filter 12 years ago
Stefano Sabatini 94877aad57 lavfi/crop: free x and y parsed expression objects 12 years ago
Stefano Sabatini 1e5492ffe6 lavfi/crop: add support to option parsing 12 years ago
Stefano Sabatini 54b0c04ae3 lavfi/overlay: clarify/fix comment, add a few empty lines to ease readability 12 years ago
Stefano Sabatini 3d1e2ada25 lavfi/overlay: remove duplicated definition of ff_null_get_video_buffer() 12 years ago
Stefano Sabatini 8f44170d30 lavfi/avfilter.h: clarify doxy for AVFilterLink.out_buf 12 years ago
Justin Ruggles c0dc57f126 asyncts: merge two conditions 12 years ago
Justin Ruggles 4e5a8878d5 asyncts: ignore min_delta only if first_pts is set 12 years ago
Justin Ruggles 8083332c2d asyncts: use clipped delta value when setting resample compensation 12 years ago
Justin Ruggles 0ee440fe38 asyncts: cosmetics: reindent 12 years ago
Justin Ruggles c143de40c3 asyncts: fix the asyncts behavior when using the first_pts option 12 years ago
Justin Ruggles f266486b2e asyncts: fix flushing of final samples at EOF 12 years ago
Michael Niedermayer 616e6ffac6 aresample: increase n_out buffer size a bit to reduce delay in some corner cases 12 years ago
Michael Niedermayer db6e960450 lavfi: drop ff_null_start_frame/end_frame/draw_slice. 12 years ago
Stefano Sabatini 43912625e0 lavfi/select: assign NAN to ignored values 12 years ago
Stefano Sabatini 6ba1f28008 lavfi/select: add support to options 12 years ago
Stefano Sabatini c214cd18e2 lavfi/select: in select_frame(), rename picref -> ref 12 years ago
Stefano Sabatini c51f090ff9 lavfi: mv vf_select.c -> f_select.c 12 years ago
Stefano Sabatini f5461face5 lavfi: add aselect audio variant of select 12 years ago
Stefano Sabatini 64c5fbd7de lavfi/select: remove deprecated and unused poll_frame() callback 12 years ago
Michael Niedermayer 02b238186a avfilter_get_audio_buffer_ref_from_frame: check that layout and channels match if they are set 12 years ago
Michael Niedermayer e69e780cde ff_copy_buffer_ref: use the channel count 12 years ago
Michael Niedermayer 5a4eb6aa27 avfilter_get_video_buffer_ref_from_frame: check channel count 12 years ago
Clément Bœsch 9138f6da4a lavfi/showinfo: check plane count before dereferencing. 12 years ago
Clément Bœsch 4b4f16cdc0 lavfi/fps: remove parse opt error message. 12 years ago
Clément Bœsch 0e0e3db189 lavfi/fps: add shorthand. 12 years ago
Clément Bœsch fd3cdcaf5f lavfi: remove mp=denoise3d filter. 12 years ago
Clément Bœsch 18d9398143 doxy: add ref for lavfi, lpp and lsws. 12 years ago
Michael Niedermayer b11a889055 vf_tinterlace: default of mode switch is impossible, add assert. 12 years ago
Stefano Sabatini 642a60f1c2 lavfi/setfield: add support to named options and introspection 12 years ago
Matthieu Bouron 7f154bd54f lavfi/setfield: switch to filter_frame API 12 years ago
Matthieu Bouron 4cd40ef343 lavfi/idet: switch to filter_frame API 12 years ago