991 Commits (3b81a18ba30bf18bab78f56744d8f3e1e4060104)

Author SHA1 Message Date
Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
Anton Khirnov fa417fcd27 lavfi: make avfilter_insert_pad and pals private on next bump. 13 years ago
Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
Anton Khirnov 8eb9bf0933 avfiltergraph: make some functions static. 13 years ago
Justin Ruggles c7bd556d48 lavfi: amix: check active input count before calling request_samples 13 years ago
Janne Grunau 12d42cd7a8 avfilter: include required header file avfilter.h in video.h 13 years ago
Justin Ruggles c7448c182a lavfi: add audio mix filter 13 years ago
Anton Khirnov 0ce4a627c9 lavfi: fix comment, audio is supported now. 13 years ago
Anton Khirnov ce353a881f lavfi: fix incorrect comment. 13 years ago
Anton Khirnov c04c533f62 lavfi: remove avfilter_null_* from public API on next bump. 13 years ago
Anton Khirnov 43c7a01e98 lavfi: remove avfilter_default_* from public API on next bump. 13 years ago
Mina Nagy Zaki 88c3b87bd8 lavfi: deprecate default config_props() callback and refactor avfilter_config_links() 13 years ago
Anton Khirnov ccefa89f39 avfiltergraph: smarter sample format selection. 13 years ago
Anton Khirnov f297dd3812 asyncts: reset delta to 0 when it's not used. 13 years ago
Justin Ruggles e0d8427dce af_resample: remove an extra space in the log output 13 years ago
Justin Ruggles afeb3590fc lavfi: add an audio split filter 13 years ago
Justin Ruggles cc30080b3f lavfi: rename vf_split.c to split.c 13 years ago
Anton Khirnov 54c5dd89e3 lavfi: Add fps filter. 13 years ago
Anton Khirnov 7b3b24a8ee lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs. 13 years ago
Diego Biurrun 91791ac2ed avfilter: Move ff_get_ref_perms_string() to where it is used. 13 years ago
Anton Khirnov d89eca507c Add missing version bumps and APIchanges/Changelog entries. 13 years ago
Anton Khirnov 4a1ac8c43f lavfi: move buffer management function to a separate file. 13 years ago
Anton Khirnov 4c64fed37c lavfi: move formats-related functions from default.c to formats.c 13 years ago
Anton Khirnov c5432d3ca4 lavfi: move video-related functions to a separate file. 13 years ago
Anton Khirnov 9f26421b0b lavfi: add asyncts filter. 13 years ago
Anton Khirnov fb604ae850 lavfi: add aformat filter 13 years ago
Anton Khirnov a2cd9be212 lavfi: add an audio buffer sink. 13 years ago
Anton Khirnov 4c66c40718 lavfi: add an audio buffer source. 13 years ago
Anton Khirnov 720c6b78d1 buffersrc: add av_buffersrc_write_frame(). 13 years ago
Anton Khirnov 8b05e13df3 buffersrc: fix invalid read in uninit if the fifo hasn't been allocated 13 years ago
Anton Khirnov fad729fa50 lavfi: rename vsrc_buffer.c to buffersrc.c 13 years ago
Anton Khirnov fd127ede62 avfiltergraph: reindent 13 years ago
Anton Khirnov ff1f51a8aa lavfi: add channel layout/sample rate negotiation. 13 years ago
Anton Khirnov 5775a1832c lavfi: add types and functions for channel layout/samplerate negotiation 13 years ago
Robert Nagy 394a0267ab yadif: Flush filter on eof. 13 years ago
Robert Nagy 7dd56d411e yadif: Improve pts accuracy. 13 years ago
Anton Khirnov 012f04a277 lavfi: autoinsert resample filter when necessary. 13 years ago
Anton Khirnov d371e7b988 lavfi: add lavr-based audio resampling filter. 13 years ago
Anton Khirnov 0b45334a58 lavfi: move audio-related functions to a separate file. 13 years ago
Anton Khirnov 472fb3bbfa lavfi: remove some audio-related function from public API. 13 years ago
Anton Khirnov f20ab492ac lavfi: change AVFilterLink.sample_rate from int64_t to int on next bump 13 years ago
Anton Khirnov a6bdfc2a92 lavfi: change AVFilterBufferRefAudioProps.sample_rate from uint32_t to int 13 years ago
Stefano Sabatini 7ef0adcc2e lavfi: simplify signature for avfilter_get_audio_buffer() and friends 13 years ago
Stefano Sabatini 6735534f19 lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in avfilter_default_get_audio_buffer 13 years ago
Stefano Sabatini e727bca392 lavfi: cleanup avfilter_get_audio_buffer() and pals. 13 years ago
Stefano Sabatini 1b8c9271bd lavfi: add avfilter_get_audio_buffer_ref_from_arrays(). 13 years ago
Anton Khirnov 9453c9e1de lavfi: add extended_data to AVFilterBuffer. 13 years ago
Anton Khirnov ac71230902 lavfi: add video buffer sink, and use it in avtools 13 years ago
Anton Khirnov ab165047a6 lavfi: add a function for copying properties from AVFilterBufferRef->AVFrame 13 years ago
Anton Khirnov 8134fafe9b lavfi: uninline avfilter_copy_buffer_ref_props(). 13 years ago