1133 Commits (215e197942e33d5c5749d786e938bf7abe856c1d)

Author SHA1 Message Date
Michael Niedermayer 41215fdeb3 libavfilter/formats.c: fix compile of test 13 years ago
Stefano Sabatini ea8de109af lavfi: add avfilter_all_channel_layouts public symbol 13 years ago
Stefano Sabatini 9899037dc6 lavfi: rename avfilter_all_* function names to avfilter_make_all_* 13 years ago
Michael Niedermayer 39e0accb7a vf_remove_logo: domt access vf->next->query_format() directly but use the API. 13 years ago
Stefano Sabatini 9efae6a161 lavfi: bump minor and update APIchanges after recent updates 13 years ago
Stefano Sabatini 4381bddc9f lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps 13 years ago
Stefano Sabatini 2c0317419b lavfi: simplify signature for avfilter_get_audio_buffer() and friends 13 years ago
Bobby Bingham 615baa13e4 lavfi: add split filter from soc. 13 years ago
Stefano Sabatini ee42716b07 lavfi: add showinfo filter 13 years ago
Anton Khirnov 79eff91325 AVOptions: deprecate av_opt_set_defaults2 14 years ago
Michael Niedermayer c0323b9c9b avfilter: dont crash on filters with NULL instance names. 14 years ago
Stefano Sabatini 4f7dfe12ea lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h 14 years ago
Stefano Sabatini c4415f6ec9 lavfi: unify asink_buffer and vsink_buffer API 14 years ago
Michael Niedermayer 845383c358 vf_drawtext: always use expanded_text as we always support strftime() now and dont depend on localtime_r() anymore 14 years ago
Michael Niedermayer 038a465efc vf_drawtext: make strftime work without localtime_r() 14 years ago
Michael Niedermayer b881a2e254 vf_drawtext: Fix reinit to allow color changes. 14 years ago
Stefano Sabatini a9c69362ea vsink_buffer: fix void pointer dereference in av_vsink_buffer_get_video_buffer_ref() 14 years ago
Stefano Sabatini 22ee131e85 vf_yadif: add support to yuva420p 14 years ago
Michael Niedermayer 595cfdef97 vf_drawtext: add basetime argument to allow specifying the wall clock time of PTS=0 14 years ago
Michael Niedermayer cc2b4e889d libavfilter/graphparser: Avoid spaces in filter instance names. 14 years ago
Michael Niedermayer 3016c7f543 vf_drawtext: fix segfault on reinit 14 years ago
Stefano Sabatini c70e8523af vsrc_testsrc: set more properties in the output frames 14 years ago
Michael Niedermayer ea36c44e84 avfilter_graph_queue_command: Allow queueing commands out of order 14 years ago
Michael Niedermayer 37f9de59d1 avfilter: fix processing multiple commands per frame and filter 14 years ago
Michael Niedermayer 3d8176d2f5 avfilter: Add avfilter_graph_que_command() 14 years ago
Michael Niedermayer f782ce3b4d drawtext: Support changing parameters through reinit command at runtime. 14 years ago
Michael Niedermayer 1e5014c7c7 avfilter: Add command passing support 14 years ago
Michael Niedermayer 52982dbe47 vf_scale: don't leak SWS context. 14 years ago
Stefano Sabatini 24ddfb2bdb lavfi: add amovie source - audio movie source 14 years ago
Michael Niedermayer c8868f28e3 vf_scale: apply the same transform to the aspect during init that is applied per frame 14 years ago
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 14 years ago
Stefano Sabatini 276f43be68 lavfi: rename vsrc_movie.c to src_movie.c 14 years ago
Stefano Sabatini e26782a9b4 lavfi: add ff_parse_pixel_format() internal function, and use it 14 years ago
Stefano Sabatini e0ddc2e953 vsrc_movie: rename video movie specific callbacks, prefix them with "movie" 14 years ago
Stefano Sabatini df4c7ae9db asink_abuffer: extend ABufferSinkContext to make it accept lists of formats in input 14 years ago
Stefano Sabatini 3e4666f34c vsrc_movie: create media agnostic movie init and uninit routines 14 years ago
Stefano Sabatini 8aa62bb950 af_aformat: use evil ADD_FORMATS macro for cutting out duplicated code 14 years ago
Stefano Sabatini 34c997599e vsrc_testsrc: allow to set the sample aspect ratio 14 years ago
Stefano Sabatini c5d9bd1938 asrc_abuffer: pass non-const string to strtok_r in init() 14 years ago
Mina Nagy Zaki 587c8ab912 lavfi: add asrc_abuffer - audio buffer source 14 years ago
Stefano Sabatini e30a0b1b3b lavfi: add ashowinfo filter 14 years ago
Mina Nagy Zaki 3a9e227fb1 lavfi: add aresample filter 14 years ago
Stefano Sabatini 86ca51acb0 af_format: prefer strtok_r() over strsep() 14 years ago
Stefano Sabatini a719679561 lavfi: complain and exit for invalid named values in ff_parse_packing_format() 14 years ago
Michael Niedermayer abf6b0d1ea af_aformat: hotfix compile due to strsep() 14 years ago
Stefano Sabatini b854c2a709 vf_unsharp: set default chroma size value to 5x5 14 years ago
Stefano Sabatini 63b61d55f9 vf_unsharp: fix out-of-buffer read 14 years ago
Stefano Sabatini 6e89bdfecf lavfi: remove delogo mp wrapper 14 years ago
Stefano Sabatini 2701f6cc6a lavfi: port libmpcodecs delogo filter 14 years ago
Mina Nagy Zaki 0a2295815d lavfi: add aformat filter 14 years ago