OSDN Git Service

doc/avconv: document option types (input/output/per-stream/...)
[coroid/libav_saccubus.git] / libavfilter / defaults.c
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-04 Clément BœschRemove forgotten if (p) av_free(p) forms
2011-01-16 Ronald S. BultjeFix fate breakage in r26382.
2011-01-16 Baptiste CoudurierRemove useless free, fix warning:
2011-01-15 Stefano SabatiniRename AVFilterBufferRefAudioProps.samples_nb to nb_sam...
2010-12-04 Stefano SabatiniImplement av_image_alloc() and use it in
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-11-25 Stefano SabatiniImplement avfilter_get_video_buffer_ref_from_arrays().
2010-11-25 Stefano SabatiniMake avfilter_default_free_buffer() an internal shared...
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-03 Stefano SabatiniRemove usage of deprecated libavcodec/audioconvert...
2010-10-10 Stefano SabatiniAdd a time_base field to AVFilterLink.
2010-10-10 Stefano SabatiniRename out -> outlink, link -> inlink in various defaul...
2010-09-24 Stefano SabatiniAdd missing NULL checks, fix crash.
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-17 Stefano SabatiniCosmetics: apply misc style fixes.
2010-08-17 S.N. Hemanth Meena... Implement libavfilter audio framework.
2010-08-17 Stefano SabatiniAdd missing checks in avfilter_default_get_video_buffer().
2010-08-11 S.N. Hemanth Meena... Resize data and linesize in AVFilterBufferRef to 8.
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename fields:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-08-07 S.N. Hemanth Meena... Move format from AVFilterBuffer to AVFilterPicRef.
2010-08-07 S.N. Hemanth Meena... Fix the size of the data to be copied from an AVFilterB...
2010-07-30 Stefano SabatiniMake avfilter_default_get_video_buffer() use functions in
2010-07-22 S.N. Hemanth Meena... Generalize pixel format enum fields to int formats.
2010-07-17 S.N. Hemanth Meena... Remove AVFilterBuffer w and h fields.
2010-07-17 S.N. Hemanth Meena... Rename AVFilterPic to AVFilterBuffer.
2010-07-11 Víctor PaesaUse avfilter_copy_picref_props() along lavfi.
2010-05-10 Vitor SessakAlloc 16 extra bytes in libavfilter frames. Needed...
2010-05-07 Michael NiedermayerTry to keep track of interlaced and top field first.
2010-03-18 Bobby BinghamCreate a set of null callback functions.
2010-03-13 Stefano SabatiniAdd AVFilterPicRef.pos field and make libavfilter propa...
2010-03-08 Måns Rullgårdavfilter: make avfilter_default_free_video_buffer(...
2010-03-07 Stefano SabatiniMake avfilter_default_start_frame() correctly pass...
2010-01-16 Stefano SabatiniMake avfilter_default_start_frame() request a buffer...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-10-18 Stefano SabatiniMake avfilter_get_video_buffer() recursive.
2009-10-07 Stefano SabatiniAdd w and h fields to AVFilterPic.
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-01-11 Stefano SabatiniImplement the avfilter_default_draw_slice() handler...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-15 Vitor SessakForce alignment of pic->linesize
2008-02-15 Vitor SessakForce linesize to be a multiple of 16
2008-02-15 Vitor SessakRework link property configuration system.
2008-02-15 Vitor SessakRewrite colorspace negotiation.
2008-02-15 Vitor SessakMake an invalid use of a default callback implementatio...
2008-02-15 Vitor SessakEnsure that buffers returned by the default allocator...
2008-02-15 Vitor SessakRevert braindead linked list of permissions
2008-02-15 Vitor SessakTrack the permissions that have been given out to each...
2008-02-15 Vitor Sessakindentation
2008-02-15 Vitor SessakMake default end_frame() implementation more useful.
2008-02-15 Vitor SessakAllow filters to set the requirements on permissions...
2008-02-15 Vitor SessakSeparate the process of creating links between filters...
2008-02-15 Vitor SessakMove default entry point implementations to their own...