summaryrefslogtreecommitdiff
path: root/libavfilter/vf_format.c
Commit message (Expand)AuthorAge
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | lavfi: add ff_parse_pixel_format() internal function, and use itStefano Sabatini2011-08-23
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
|/
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-24
* 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