summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
* 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
* 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
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-08
* 100l: remove bogus inclusion of libavcodec/audioconvert.c inStefano Sabatini2010-10-25