summaryrefslogtreecommitdiffstats
path: root/libavfilter/defaults.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-181-4/+4
* Add w and h fields to AVFilterPic.Stefano Sabatini2009-10-071-2/+2
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-221-5/+1
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-111-0/+11
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Force alignment of pic->linesizeVitor Sessak2008-02-151-4/+16
* Force linesize to be a multiple of 16Vitor Sessak2008-02-151-1/+3
* Rework link property configuration system.Vitor Sessak2008-02-151-10/+0
* Rewrite colorspace negotiation.Vitor Sessak2008-02-151-9/+34
* Make an invalid use of a default callback implementation return an error.Vitor Sessak2008-02-151-2/+1
* Ensure that buffers returned by the default allocator are readable, or elseVitor Sessak2008-02-151-1/+3
* Revert braindead linked list of permissionsVitor Sessak2008-02-151-11/+1
* Track the permissions that have been given out to each picture.Vitor Sessak2008-02-151-1/+11
* indentationVitor Sessak2008-02-151-2/+2
* Make default end_frame() implementation more useful.Vitor Sessak2008-02-151-0/+2
* Allow filters to set the requirements on permissions for incoming buffers.Vitor Sessak2008-02-151-2/+0
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-02-151-0/+10
* Move default entry point implementations to their own file.Vitor Sessak2008-02-151-0/+118
OpenPOWER on IntegriCloud