summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add some asserts() to check refcounts.Michael Niedermayer2012-01-221-0/+2
* avfilter: pool draining and self destruction support.Michael Niedermayer2012-01-121-18/+36
* lavfi: add missing check in avfilter_filter_samples()Stefano Sabatini2011-12-271-1/+1
* lavfi: don't try to indent words in trace messagesStefano Sabatini2011-12-271-2/+2
* libavfilter: increase LIBAVFILTER_VERSION_MICRO to 100 like the other libs.Michael Niedermayer2011-12-231-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-261-1/+1
|\
| * Make channel layout masks unsignedMans Rullgard2011-11-251-1/+1
* | lavfi: increase number of maximum registered filters from 64 to 128Stefano Sabatini2011-11-051-1/+1
* | lavfi: issue error if maximum number of filters is reachedStefano Sabatini2011-11-051-2/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-041-2/+2
|\ \ | |/
| * avfilter: Don't copy garbage from the stack when setting up video pictures.Alex Converse2011-11-031-2/+2
| * avfilter: Surround function only used in debug mode by appropriate #ifdef.Diego Biurrun2011-05-291-0/+2
| * lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini2011-05-161-2/+4
* | lavfi: add debug trace when processing eventsStefano Sabatini2011-09-251-0/+3
* | lavfi: add and use an inlink variable in avfilter_config_links()Stefano Sabatini2011-09-161-10/+11
* | lavfi: set link audio time_base if not set in avfilter_config_links()Stefano Sabatini2011-09-161-0/+5
* | lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe...Stefano Sabatini2011-09-121-2/+2
* | lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2011-09-121-9/+5
* | avfilter: fix processing multiple commands per frame and filterMichael Niedermayer2011-08-291-1/+2
* | avfilter: Add avfilter_graph_que_command()Michael Niedermayer2011-08-291-0/+18
* | avfilter: Add command passing supportMichael Niedermayer2011-08-291-0/+12
* | lavfi: remove default config_props() callback and refactor avfilter_config_li...Mina Nagy Zaki2011-08-061-16/+43
* | lavfi: add audio channel packing negotiation fieldsMina Nagy Zaki2011-07-161-0/+3
* | avfilter picture pool: double free hotfixMichael Niedermayer2011-06-211-2/+3
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-191-0/+3
* | lavfi: implement avfilter_get_audio_buffer_ref_from_arrays()Stefano Sabatini2011-06-101-0/+42
* | lavfi: prefer nb_samples over size in AVFilterBufferRefAudioPropsStefano Sabatini2011-06-061-7/+8
* | Add const to avfilter_get_video_buffer_ref_from_arrays arguments.Reimar Döffinger2011-06-051-1/+1
* | lavfi: add avfilter_link_free() functionStefano Sabatini2011-06-031-2/+27
* | lavfi: apply misc style fixesStefano Sabatini2011-06-021-7/+7
* | avfilter: dont use AVFilterLink as priv for pictures as its freed too early.Michael Niedermayer2011-05-071-8/+1
* | AVFilter: use picture pool to avoid malloc().Michael Niedermayer2011-05-061-1/+42
* | avfilter_unref_buffer: favor av_freep()Michael Niedermayer2011-05-061-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-051-1/+26
|\ \ | |/
| * avfilter: check malloc return values.Ronald S. Bultje2011-05-031-1/+25
| * avfilter: don't av_malloc(0).Ronald S. Bultje2011-05-031-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-011-1/+1
* | lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini2011-04-271-2/+4
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
|/
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-151-2/+2
* Make avfilter_config_links() propagate audio information of the source link i...Stefano Sabatini2011-02-141-0/+6
* Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-02-141-0/+4
* Log debug information in filter_samples().Stefano Sabatini2011-02-021-0/+2
* Replace dprintf with av_dlogLuca Barbato2011-01-291-15/+15
* Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-261-3/+5
* Include libavcore/audioconvert.h, required forStefano Sabatini2011-01-151-0/+1
OpenPOWER on IntegriCloud