summaryrefslogtreecommitdiffstats
path: root/libavfilter/defaults.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-191-31/+40
* lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in defaults.cStefano Sabatini2011-06-101-34/+14
* lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer()Stefano Sabatini2011-06-061-34/+4
* lavfi: prefer nb_samples over size in AVFilterBufferRefAudioPropsStefano Sabatini2011-06-061-6/+5
* lavfi: reindent after the previous commitStefano Sabatini2011-06-021-14/+14
* lavfi: add braces around the block of an if() expression in avfilter_default_...Stefano Sabatini2011-06-021-1/+3
* lavfi: clarify the context of a comment in avfilter_default_get_video_buffer()Stefano Sabatini2011-06-021-1/+1
* lavfi: apply misc style fixesStefano Sabatini2011-06-021-11/+11
* avfilter: dont use AVFilterLink as priv for pictures as its freed too early.Michael Niedermayer2011-05-071-2/+3
* avfilter: Fix ticket82 / fix initial buffer values.Michael Niedermayer2011-05-071-1/+3
* AVFilter: use picture pool to avoid malloc().Michael Niedermayer2011-05-061-1/+21
* Merge libavcore into libavutilReinhard Tartler2011-02-161-3/+3
* Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-061-1/+1
* Fix fate breakage in r26382.Ronald S. Bultje2011-01-161-1/+0
* Remove useless free, fix warning:Baptiste Coudurier2011-01-161-1/+1
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-151-1/+1
* Implement av_image_alloc() and use it inStefano Sabatini2010-12-041-12/+4
* 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-34/+15
* Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini2010-11-251-3/+4
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-211-2/+2
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-031-1/+2
* Add a time_base field to AVFilterLink.Stefano Sabatini2010-10-101-0/+1
* Rename out -> outlink, link -> inlink in various defaults.c functions,Stefano Sabatini2010-10-101-30/+30
* Add missing NULL checks, fix crash.Stefano Sabatini2010-09-241-2/+2
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-3/+3
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-08-171-16/+16
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-171-2/+123
* Add missing checks in avfilter_default_get_video_buffer().Stefano Sabatini2010-08-171-2/+15
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-08-111-2/+2
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-111-6/+7
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-071-8/+8
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-071-5/+5
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-5/+5
* Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram2010-08-071-4/+4
* Fix the size of the data to be copied from an AVFilterBuffer to anS.N. Hemanth Meenakshisundaram2010-08-071-2/+2
* Make avfilter_default_get_video_buffer() use functions inStefano Sabatini2010-07-301-4/+4
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-221-1/+5
* Remove AVFilterBuffer w and h fields.S.N. Hemanth Meenakshisundaram2010-07-171-2/+2
* Rename AVFilterPic to AVFilterBuffer.S.N. Hemanth Meenakshisundaram2010-07-171-5/+5
* Use avfilter_copy_picref_props() along lavfi.Víctor Paesa2010-07-111-5/+1
* Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.Vitor Sessak2010-05-101-1/+2
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-071-0/+2
* Create a set of null callback functions.Bobby Bingham2010-03-181-0/+20
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-131-0/+1
* avfilter: make avfilter_default_free_video_buffer() staticMåns Rullgård2010-03-081-1/+1
* Make avfilter_default_start_frame() correctly pass the aspect ratioStefano Sabatini2010-03-071-0/+1
* Make avfilter_default_start_frame() request a buffer with the sameStefano Sabatini2010-01-161-1/+1
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-041-2/+2
OpenPOWER on IntegriCloud