summaryrefslogtreecommitdiff
path: root/libavfilter/defaults.c
Commit message (Expand)AuthorAge
* Create a set of null callback functions.Bobby Bingham2010-03-18
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-13
* avfilter: make avfilter_default_free_video_buffer() staticMåns Rullgård2010-03-08
* Make avfilter_default_start_frame() correctly pass the aspect ratioStefano Sabatini2010-03-07
* Make avfilter_default_start_frame() request a buffer with the sameStefano Sabatini2010-01-16
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-04
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-18
* Add w and h fields to AVFilterPic.Stefano Sabatini2009-10-07
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-11
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Force alignment of pic->linesizeVitor Sessak2008-02-15
* Force linesize to be a multiple of 16Vitor Sessak2008-02-15
* Rework link property configuration system.Vitor Sessak2008-02-15
* Rewrite colorspace negotiation.Vitor Sessak2008-02-15
* Make an invalid use of a default callback implementation return an error.Vitor Sessak2008-02-15
* Ensure that buffers returned by the default allocator are readable, or elseVitor Sessak2008-02-15
* Revert braindead linked list of permissionsVitor Sessak2008-02-15
* Track the permissions that have been given out to each picture.Vitor Sessak2008-02-15
* indentationVitor Sessak2008-02-15
* Make default end_frame() implementation more useful.Vitor Sessak2008-02-15
* Allow filters to set the requirements on permissions for incoming buffers.Vitor Sessak2008-02-15
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-02-15
* Move default entry point implementations to their own file.Vitor Sessak2008-02-15