Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-06Remove forgotten if (p) av_free(p) formsClément Bœsch
2011-01-16Fix fate breakage in r26382.Ronald S. Bultje
2011-01-16Remove useless free, fix warning:Baptiste Coudurier
2011-01-15Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini
2010-12-04Implement av_image_alloc() and use it inStefano Sabatini
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-11-25Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini
2010-11-25Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-03Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini
2010-10-11Add a time_base field to AVFilterLink.Stefano Sabatini
2010-10-10Rename out -> outlink, link -> inlink in various defaults.c functions,Stefano Sabatini
2010-09-25Add missing NULL checks, fix crash.Stefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-17Cosmetics: apply misc style fixes.Stefano Sabatini
2010-08-17Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram
2010-08-17Add missing checks in avfilter_default_get_video_buffer().Stefano Sabatini
2010-08-11Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram
2010-08-11Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram
2010-08-07Rename fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename functions and fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-08-07Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram
2010-08-07Fix the size of the data to be copied from an AVFilterBuffer to anS.N. Hemanth Meenakshisundaram
2010-07-30Make avfilter_default_get_video_buffer() use functions inStefano Sabatini
2010-07-22Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram
2010-07-17Remove AVFilterBuffer w and h fields.S.N. Hemanth Meenakshisundaram
2010-07-17Rename AVFilterPic to AVFilterBuffer.S.N. Hemanth Meenakshisundaram
2010-07-11Use avfilter_copy_picref_props() along lavfi.Víctor Paesa
2010-05-10Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.Vitor Sessak
2010-05-07Try to keep track of interlaced and top field first.Michael Niedermayer
2010-03-19Create a set of null callback functions.Bobby Bingham
2010-03-13Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini
2010-03-08avfilter: make avfilter_default_free_video_buffer() staticMåns Rullgård
2010-03-08Make avfilter_default_start_frame() correctly pass the aspect ratioStefano Sabatini
2010-01-16Make avfilter_default_start_frame() request a buffer with the sameStefano Sabatini
2009-12-05Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini
2009-10-18Make avfilter_get_video_buffer() recursive.Stefano Sabatini
2009-10-07Add w and h fields to AVFilterPic.Stefano Sabatini
2009-05-23Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad
2009-01-12Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-02-16Force alignment of pic->linesizeVitor Sessak
2008-02-16Force linesize to be a multiple of 16Vitor Sessak
2008-02-16Rework link property configuration system.Vitor Sessak
2008-02-16Rewrite colorspace negotiation.Vitor Sessak
2008-02-16Make an invalid use of a default callback implementation return an error.Vitor Sessak
2008-02-16Ensure that buffers returned by the default allocator are readable, or elseVitor Sessak