258 Commits (04e2ac47495e1910416e607eb03105ddb0a322cc)

Author SHA1 Message Date
Stefano Sabatini ad347bf459 lavfi: remove avfilter_default_item_name() from public API 13 years ago
Stefano Sabatini 1488c4dc0b lavfi: move tracing utilities definition from video.c to avfilter.c 13 years ago
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
Stefano Sabatini 4d6a8a2bdb lavfi: add avfilter_default_filter_name() 13 years ago
Michael Niedermayer a5c7525bcb set some categories of some AVClass structs 13 years ago
Paul B Mahol 908c045f3a avfilter: use designated initializer for class 13 years ago
Mina Nagy Zaki 88c3b87bd8 lavfi: deprecate default config_props() callback and refactor avfilter_config_links() 13 years ago
Stefano Sabatini 4d4098da00 lavfi: drop planar/packed negotiation support 13 years ago
Diego Biurrun 91791ac2ed avfilter: Move ff_get_ref_perms_string() to where it is used. 13 years ago
Anton Khirnov 4a1ac8c43f lavfi: move buffer management function to a separate file. 13 years ago
Anton Khirnov c5432d3ca4 lavfi: move video-related functions to a separate file. 13 years ago
Anton Khirnov ff1f51a8aa lavfi: add channel layout/sample rate negotiation. 13 years ago
Michael Niedermayer ad6f006081 avfilter: fix regression since addition of extended_data to audio 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
Stefano Sabatini 7ef0adcc2e lavfi: simplify signature for avfilter_get_audio_buffer() and friends 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 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
Anton Khirnov 0bbd874743 lavfi: support audio in avfilter_copy_frame_props(). 13 years ago
Nicolas George 75d5624cb2 avfilter: filter_samples: read pts before filtering. 13 years ago
Nicolas George 2ce7972779 avfiltergraph: add avfilter_graph_request_oldest(). 13 years ago
Robert Nagy 65fa7bc1f8 lavfi: add avfilter_unref_bufferp() 13 years ago
Michael Niedermayer c5f9a66f74 avfilter: allow freeing NULL. 13 years ago
Michael Niedermayer c6baa4046a avfilter: add some asserts() to check refcounts. 13 years ago
Michael Niedermayer f068ce570f avfilter: pool draining and self destruction support. 13 years ago
Stefano Sabatini ae21776207 lavfi: add missing check in avfilter_filter_samples() 13 years ago
Stefano Sabatini 5764301df3 lavfi: don't try to indent words in trace messages 13 years ago
Stefano Sabatini 1c9e340d35 lavfi: add avfilter_copy_frame_props() 13 years ago
Michael Niedermayer f810ab45e3 libavfilter: increase LIBAVFILTER_VERSION_MICRO to 100 like the other libs. 13 years ago
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
Stefano Sabatini 1fc7077115 lavfi: increase number of maximum registered filters from 64 to 128 13 years ago
Stefano Sabatini 217790871e lavfi: issue error if maximum number of filters is reached 13 years ago
Alex Converse 0d7a16a946 avfilter: Don't copy garbage from the stack when setting up video pictures. 13 years ago
Stefano Sabatini dd91499b66 lavfi: add debug trace when processing events 13 years ago
Stefano Sabatini 553c5e9f23 lavfi: add and use an inlink variable in avfilter_config_links() 13 years ago
Stefano Sabatini 71c644ceda lavfi: set link audio time_base if not set in avfilter_config_links() 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
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 1e5014c7c7 avfilter: Add command passing support 13 years ago
Mina Nagy Zaki 5f68a91be2 lavfi: remove default config_props() callback and refactor avfilter_config_links() 13 years ago
Mina Nagy Zaki b57df29f95 lavfi: add audio channel packing negotiation fields 14 years ago
Michael Niedermayer 90c6963dae avfilter picture pool: double free hotfix 14 years ago
Mina Nagy Zaki fd2c0a5db2 lavfi: add layout negotiation fields and helper functions. 14 years ago