summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reindent.Stefano Sabatini2011-01-151-7/+7
* Make ff_dprintf_link() print meaningful information for audio links.Stefano Sabatini2011-01-151-0/+13
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-151-1/+1
* Make avfilter_unref_buffer() accept a NULL parameter.Stefano Sabatini2011-01-151-0/+2
* Check linked pads media type mismatch in avfilter_link().Stefano Sabatini2011-01-131-0/+7
* Add w,h,format back into AVFilterBuffer, these are required for direct render...Michael Niedermayer2011-01-111-3/+3
* Support filters and decoders that dont support negative linesizes.Michael Niedermayer2010-12-271-4/+7
* Fix avfilter_draw_slice() copy code with alpha planes.Stefano Sabatini2010-12-191-3/+3
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
* Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini2010-11-251-0/+40
* In ff_get_ref_perms_string() use 'u' and 'U' for representingStefano Sabatini2010-11-131-2/+2
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-081-1/+1
* 100l: remove bogus inclusion of libavcodec/audioconvert.c inStefano Sabatini2010-10-251-1/+0
* Make avfilter_config_links() use the timebase of the first input linkStefano Sabatini2010-10-121-1/+2
* Add a time_base field to AVFilterLink.Stefano Sabatini2010-10-101-0/+4
* Make avfilter_config_links() propagate the error code coming from theStefano Sabatini2010-10-101-6/+7
* Use more expressive names for the avfilter_insert_filter() in and outStefano Sabatini2010-09-271-5/+5
* Make avfilter_insert_filter() propagate an error code in case theStefano Sabatini2010-09-271-2/+3
* Make AVFilterLink store the pointers to the source and destinationStefano Sabatini2010-09-271-28/+26
* Make avfilter_destroy() code less convoluted, introducing a temporaryStefano Sabatini2010-09-271-12/+13
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini2010-08-241-3/+17
* Make avfilter_start_frame() invoke avfilter_get_video_buffer() on theStefano Sabatini2010-08-241-1/+1
* Make ff_dprintf_ref() print audio related information if available.Stefano Sabatini2010-08-201-0/+9
OpenPOWER on IntegriCloud