summaryrefslogtreecommitdiff
path: root/libavfilter/vf_format.c
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham2010-03-18
* Allow format and noformat filters to be more completely disabled when theBobby Bingham2010-03-17
* Cosmetics: rearrange functions to simplify ifdefferyBobby Bingham2010-03-17
* Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini2010-01-30
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-04
* Explicitely define get_video_buffer() callbacks in the format,Stefano Sabatini2009-11-03
* Change file doxy fromStefano Sabatini2009-11-03
* Fix/clarify description of the noformat filter.Stefano Sabatini2009-11-03
* Add format and noformat filters.Stefano Sabatini2009-10-27