summaryrefslogtreecommitdiff
path: root/libavfilter/defaults.c
Commit message (Expand)AuthorAge
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-04
* Fix fate breakage in r26382.Ronald S. Bultje2011-01-16
* Remove useless free, fix warning:Baptiste Coudurier2011-01-16
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-15
* Implement av_image_alloc() and use it inStefano Sabatini2010-12-04
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini2010-11-25
* Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini2010-11-25
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* Add a time_base field to AVFilterLink.Stefano Sabatini2010-10-10
* Rename out -> outlink, link -> inlink in various defaults.c functions,Stefano Sabatini2010-10-10
* Add missing NULL checks, fix crash.Stefano Sabatini2010-09-24
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-08-17
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-17
* Add missing checks in avfilter_default_get_video_buffer().Stefano Sabatini2010-08-17
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-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
* Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram2010-08-07
* Fix the size of the data to be copied from an AVFilterBuffer to anS.N. Hemanth Meenakshisundaram2010-08-07
* Make avfilter_default_get_video_buffer() use functions inStefano Sabatini2010-07-30
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-22
* Remove AVFilterBuffer w and h fields.S.N. Hemanth Meenakshisundaram2010-07-17
* Rename AVFilterPic to AVFilterBuffer.S.N. Hemanth Meenakshisundaram2010-07-17
* Use avfilter_copy_picref_props() along lavfi.Víctor Paesa2010-07-11
* Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.Vitor Sessak2010-05-10
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-07
* Create a set of null callback functions.Bobby Bingham2010-03-18
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-13
* avfilter: make avfilter_default_free_video_buffer() staticMåns Rullgård2010-03-08
* Make avfilter_default_start_frame() correctly pass the aspect ratioStefano Sabatini2010-03-07
* Make avfilter_default_start_frame() request a buffer with the sameStefano Sabatini2010-01-16
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-04
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-18
* Add w and h fields to AVFilterPic.Stefano Sabatini2009-10-07
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-11
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Force alignment of pic->linesizeVitor Sessak2008-02-15
* Force linesize to be a multiple of 16Vitor Sessak2008-02-15
* Rework link property configuration system.Vitor Sessak2008-02-15
* Rewrite colorspace negotiation.Vitor Sessak2008-02-15