1132 Commits (fa2dbcd46ab067b8900a58c499dcfabb190a8854)

Author SHA1 Message Date
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 13 years ago
Michael Niedermayer c0323b9c9b avfilter: dont crash on filters with NULL instance names. 13 years ago
Stefano Sabatini 4f7dfe12ea lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h 13 years ago
Stefano Sabatini c4415f6ec9 lavfi: unify asink_buffer and vsink_buffer API 13 years ago
Michael Niedermayer 845383c358 vf_drawtext: always use expanded_text as we always support strftime() now and dont depend on localtime_r() anymore 13 years ago
Michael Niedermayer 038a465efc vf_drawtext: make strftime work without localtime_r() 13 years ago
Michael Niedermayer b881a2e254 vf_drawtext: Fix reinit to allow color changes. 13 years ago
Stefano Sabatini a9c69362ea vsink_buffer: fix void pointer dereference in av_vsink_buffer_get_video_buffer_ref() 13 years ago
Stefano Sabatini 22ee131e85 vf_yadif: add support to yuva420p 13 years ago
Michael Niedermayer 595cfdef97 vf_drawtext: add basetime argument to allow specifying the wall clock time of PTS=0 13 years ago
Michael Niedermayer cc2b4e889d libavfilter/graphparser: Avoid spaces in filter instance names. 13 years ago
Michael Niedermayer 3016c7f543 vf_drawtext: fix segfault on reinit 13 years ago
Stefano Sabatini c70e8523af vsrc_testsrc: set more properties in the output frames 13 years ago
Michael Niedermayer ea36c44e84 avfilter_graph_queue_command: Allow queueing commands out of order 13 years ago
Michael Niedermayer 37f9de59d1 avfilter: fix processing multiple commands per frame and filter 13 years ago
Michael Niedermayer 3d8176d2f5 avfilter: Add avfilter_graph_que_command() 13 years ago
Michael Niedermayer f782ce3b4d drawtext: Support changing parameters through reinit command at runtime. 13 years ago
Michael Niedermayer 1e5014c7c7 avfilter: Add command passing support 13 years ago
Michael Niedermayer 52982dbe47 vf_scale: don't leak SWS context. 13 years ago
Stefano Sabatini 24ddfb2bdb lavfi: add amovie source - audio movie source 13 years ago
Michael Niedermayer c8868f28e3 vf_scale: apply the same transform to the aspect during init that is applied per frame 13 years ago
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
Stefano Sabatini 276f43be68 lavfi: rename vsrc_movie.c to src_movie.c 13 years ago
Stefano Sabatini e26782a9b4 lavfi: add ff_parse_pixel_format() internal function, and use it 13 years ago
Stefano Sabatini e0ddc2e953 vsrc_movie: rename video movie specific callbacks, prefix them with "movie" 13 years ago
Stefano Sabatini df4c7ae9db asink_abuffer: extend ABufferSinkContext to make it accept lists of formats in input 13 years ago
Stefano Sabatini 3e4666f34c vsrc_movie: create media agnostic movie init and uninit routines 13 years ago
Stefano Sabatini 8aa62bb950 af_aformat: use evil ADD_FORMATS macro for cutting out duplicated code 13 years ago
Stefano Sabatini 34c997599e vsrc_testsrc: allow to set the sample aspect ratio 13 years ago
Stefano Sabatini c5d9bd1938 asrc_abuffer: pass non-const string to strtok_r in init() 13 years ago
Mina Nagy Zaki 587c8ab912 lavfi: add asrc_abuffer - audio buffer source 13 years ago
Stefano Sabatini e30a0b1b3b lavfi: add ashowinfo filter 13 years ago
Mina Nagy Zaki 3a9e227fb1 lavfi: add aresample filter 13 years ago
Stefano Sabatini 86ca51acb0 af_format: prefer strtok_r() over strsep() 13 years ago
Stefano Sabatini a719679561 lavfi: complain and exit for invalid named values in ff_parse_packing_format() 13 years ago
Michael Niedermayer abf6b0d1ea af_aformat: hotfix compile due to strsep() 13 years ago
Stefano Sabatini b854c2a709 vf_unsharp: set default chroma size value to 5x5 13 years ago
Stefano Sabatini 63b61d55f9 vf_unsharp: fix out-of-buffer read 13 years ago
Stefano Sabatini 6e89bdfecf lavfi: remove delogo mp wrapper 13 years ago
Stefano Sabatini 2701f6cc6a lavfi: port libmpcodecs delogo filter 13 years ago
Mina Nagy Zaki 0a2295815d lavfi: add aformat filter 13 years ago
Mina Nagy Zaki 3f07d40ea2 lavfi: add internal functions for parsing format arguments 13 years ago