summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_format.c
Commit message (Expand)AuthorAgeFilesLines
* vf_format: check input validityVittorio Giovara2014-10-201-0/+5
* vf_format: rework format list parsingAnton Khirnov2014-05-261-51/+79
* lavfi: name anonymous structsVittorio Giovara2014-04-191-1/+1
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-2/+2
* vf_format: do not use the AVFilterFormats internals.Anton Khirnov2013-05-171-6/+8
* lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov2013-05-171-1/+1
* vf_format: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-5/+5
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* vf_(no)format: switch to an AVOptions-based system.Anton Khirnov2013-04-091-2/+28
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-6/+0
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-20/+44
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-9/+9
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+4
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-20/+20
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-2/+3
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-8/+9
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-241-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham2010-03-181-29/+8
* Allow format and noformat filters to be more completely disabled when theBobby Bingham2010-03-171-0/+5
* Cosmetics: rearrange functions to simplify ifdefferyBobby Bingham2010-03-171-12/+12
* Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini2010-01-301-1/+2
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-041-2/+2
* Explicitely define get_video_buffer() callbacks in the format,Stefano Sabatini2009-11-031-0/+8
* Change file doxy fromStefano Sabatini2009-11-031-1/+1
* Fix/clarify description of the noformat filter.Stefano Sabatini2009-11-031-1/+1
* Add format and noformat filters.Stefano Sabatini2009-10-271-0/+154
OpenPOWER on IntegriCloud