summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
...
* lavfi: use proper FF_API guards for different deprecated functionsAnton Khirnov2012-06-26
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
* lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov2012-06-13
* avfilter: Log an error if avfilter fails to configure a link.Alex Converse2012-06-12
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-05
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-22
* avfilter: Move ff_get_ref_perms_string() to where it is used.Diego Biurrun2012-05-15
* lavfi: move buffer management function to a separate file.Anton Khirnov2012-05-15
* lavfi: move video-related functions to a separate file.Anton Khirnov2012-05-15
* lavfi: add channel layout/sample rate negotiation.Anton Khirnov2012-05-14
* lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-09
* lavfi: remove some audio-related function from public API.Anton Khirnov2012-05-09
* lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2012-05-09
* lavfi: cleanup avfilter_get_audio_buffer() and pals.Stefano Sabatini2012-05-09
* lavfi: add avfilter_get_audio_buffer_ref_from_arrays().Stefano Sabatini2012-05-09
* lavfi: add extended_data to AVFilterBuffer.Anton Khirnov2012-05-09
* lavfi: add a function for copying properties from AVFilterBufferRef->AVFrameAnton Khirnov2012-05-09
* lavfi: uninline avfilter_copy_buffer_ref_props().Anton Khirnov2012-05-07
* lavfi: support audio in avfilter_copy_frame_props().Anton Khirnov2012-05-07
* lavfi: add avfilter_copy_frame_props()Stefano Sabatini2011-12-25
* Make channel layout masks unsignedMans Rullgard2011-11-25
* avfilter: Don't copy garbage from the stack when setting up video pictures.Alex Converse2011-11-03
* avfilter: Surround function only used in debug mode by appropriate #ifdef.Diego Biurrun2011-05-29
* lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini2011-05-16
* avfilter: check malloc return values.Ronald S. Bultje2011-05-03
* avfilter: don't av_malloc(0).Ronald S. Bultje2011-05-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Make avfilter_config_links() propagate audio information of the source link i...Stefano Sabatini2011-02-14
* Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-02-14
* Log debug information in filter_samples().Stefano Sabatini2011-02-02
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-26
* Include libavcore/audioconvert.h, required forStefano Sabatini2011-01-15
* Reindent.Stefano Sabatini2011-01-15
* Make ff_dprintf_link() print meaningful information for audio links.Stefano Sabatini2011-01-15
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-15
* Make avfilter_unref_buffer() accept a NULL parameter.Stefano Sabatini2011-01-15
* Check linked pads media type mismatch in avfilter_link().Stefano Sabatini2011-01-13
* Add w,h,format back into AVFilterBuffer, these are required for direct render...Michael Niedermayer2011-01-11
* Support filters and decoders that dont support negative linesizes.Michael Niedermayer2010-12-27
* Fix avfilter_draw_slice() copy code with alpha planes.Stefano Sabatini2010-12-19
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini2010-11-25
* In ff_get_ref_perms_string() use 'u' and 'U' for representingStefano Sabatini2010-11-13