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
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
2008-02-16Revert braindead linked list of permissionsVitor Sessak
2008-02-16Track the permissions that have been given out to each picture.Vitor Sessak
2008-02-16indentationVitor Sessak
2008-02-16Make default end_frame() implementation more useful.Vitor Sessak
2008-02-16Allow filters to set the requirements on permissions for incoming buffers.Vitor Sessak
2008-02-16Separate the process of creating links between filters from that of configuringVitor Sessak
2008-02-16Move default entry point implementations to their own file.Vitor Sessak