summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
* avfilter: add some asserts() to check refcounts.Michael Niedermayer2012-01-22
* avfilter: pool draining and self destruction support.Michael Niedermayer2012-01-12
* lavfi: add missing check in avfilter_filter_samples()Stefano Sabatini2011-12-27
* lavfi: don't try to indent words in trace messagesStefano Sabatini2011-12-27
* libavfilter: increase LIBAVFILTER_VERSION_MICRO to 100 like the other libs.Michael Niedermayer2011-12-23
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-26
|\
| * Make channel layout masks unsignedMans Rullgard2011-11-25
* | lavfi: increase number of maximum registered filters from 64 to 128Stefano Sabatini2011-11-05
* | lavfi: issue error if maximum number of filters is reachedStefano Sabatini2011-11-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-04
|\|
| * 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
* | lavfi: add debug trace when processing eventsStefano Sabatini2011-09-25
* | lavfi: add and use an inlink variable in avfilter_config_links()Stefano Sabatini2011-09-16
* | lavfi: set link audio time_base if not set in avfilter_config_links()Stefano Sabatini2011-09-16
* | lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe...Stefano Sabatini2011-09-12
* | lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2011-09-12
* | avfilter: fix processing multiple commands per frame and filterMichael Niedermayer2011-08-29
* | avfilter: Add avfilter_graph_que_command()Michael Niedermayer2011-08-29
* | avfilter: Add command passing supportMichael Niedermayer2011-08-29
* | lavfi: remove default config_props() callback and refactor avfilter_config_li...Mina Nagy Zaki2011-08-06
* | lavfi: add audio channel packing negotiation fieldsMina Nagy Zaki2011-07-16
* | avfilter picture pool: double free hotfixMichael Niedermayer2011-06-21
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* | lavfi: implement avfilter_get_audio_buffer_ref_from_arrays()Stefano Sabatini2011-06-10
* | lavfi: prefer nb_samples over size in AVFilterBufferRefAudioPropsStefano Sabatini2011-06-06
* | Add const to avfilter_get_video_buffer_ref_from_arrays arguments.Reimar Döffinger2011-06-05
* | lavfi: add avfilter_link_free() functionStefano Sabatini2011-06-03
* | lavfi: apply misc style fixesStefano Sabatini2011-06-02
* | avfilter: dont use AVFilterLink as priv for pictures as its freed too early.Michael Niedermayer2011-05-07
* | AVFilter: use picture pool to avoid malloc().Michael Niedermayer2011-05-06
* | avfilter_unref_buffer: favor av_freep()Michael Niedermayer2011-05-06
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-05
|\|
| * 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
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-01
* | lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini2011-04-27
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-17
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-17
|/
* 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