summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
...
* 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
* Make avfilter_config_links() use the timebase of the first input linkStefano Sabatini2010-10-12
* Add a time_base field to AVFilterLink.Stefano Sabatini2010-10-10
* Make avfilter_config_links() propagate the error code coming from theStefano Sabatini2010-10-10
* Use more expressive names for the avfilter_insert_filter() in and outStefano Sabatini2010-09-27
* Make avfilter_insert_filter() propagate an error code in case theStefano Sabatini2010-09-27
* Make AVFilterLink store the pointers to the source and destinationStefano Sabatini2010-09-27
* Make avfilter_destroy() code less convoluted, introducing a temporaryStefano Sabatini2010-09-27
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini2010-08-24
* Make avfilter_start_frame() invoke avfilter_get_video_buffer() on theStefano Sabatini2010-08-24
* Make ff_dprintf_ref() print audio related information if available.Stefano Sabatini2010-08-20
* Cosmetics: merge two lines in ff_dprintf_ref().Stefano Sabatini2010-08-20
* Make ff_dprintf_ref() print the information related to the referencedStefano Sabatini2010-08-20
* Rename ff_dprintf_picref() to ff_dprintf_ref().Stefano Sabatini2010-08-20
* Extend ff_dprintf_picref() to make it print video interlaced andStefano Sabatini2010-08-20
* Make ff_dprintf_picref() print video properties only if available.Stefano Sabatini2010-08-20
* Only print the pointer to the first plane in ff_dprintf_picref().Stefano Sabatini2010-08-20
* Enable and change the log level to DEBUG for the message printed inStefano Sabatini2010-08-19
* Cosmetics: apply misc spacing style fixes.Stefano Sabatini2010-08-19
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-17
* Add missing NULL checks in avfilter_ref_buffer().Stefano Sabatini2010-08-17
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-12
* Set type on buffer in get_video_buffer().S.N. Hemanth Meenakshisundaram2010-08-11
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-11
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
* avfilter: indentMåns Rullgård2010-08-06
* avfilter: do not crash on null link src/dst in avfilter_destroy()Måns Rullgård2010-08-06
* avfilter: free link in/out_formats in avfilter_destroy()Måns Rullgård2010-08-06
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-22
* Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini2010-07-18
* Use avfilter_copy_picref_props() along lavfi.Víctor Paesa2010-07-11
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-07
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Remove variable whose value was never read. Found by clang.Bobby Bingham2010-04-03