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-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