]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_pad.c
lavfi: make formats API private on next bump.
[ffmpeg] / libavfilter / vf_pad.c
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2011-09-28 Stefano Sabatinivf_pad: fix "vsub" variable value computation
2011-09-19 Stefano Sabatinivsrc_color: add @file doxy
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-04-26 Stefano Sabatinipad: make the filter parametric
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-21 Stefano Sabatinilavfi: put color source in a dedicated file
2011-02-21 Stefano Sabatinilavfi: add drawutils
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-12 Stefano SabatiniIn the pad filter, log information about the input...
2011-01-11 Michael NiedermayerFix design of the pad filter.
2011-01-05 Baptiste CoudurierIn pad filter, update new ref w/h in start_frame, fix...
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-11-17 Aurelien Jacobsmove the av_parse_color() function from libavfilter...
2010-11-17 Baptiste Coudurier100L fix get_video_buffer in pad filter, get_video_buff...
2010-11-13 Aurelien Jacobsimprove av_parse_color() to allow for non-null terminat...
2010-09-25 Stefano SabatiniReplace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDE...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename fields:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
2010-07-17 Stefano SabatiniAdd color source.
2010-07-06 Måns Rullgårdvf_pad: restore use of _CCIR colourspace conversion...
2010-07-05 Stefano SabatiniMove shareable draw_rectangle() and query_formats funct...
2010-07-05 Stefano SabatiniFactorize out some code and implement the fill_line_wit...
2010-07-03 Stefano SabatiniEnhance pad filter command-line description.
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-06-30 Stefano SabatiniSet pad description with NULL_IF_CONFIG_SMALL(), consis...
2010-06-30 Stefano SabatiniImprove description for the pad filter.
2010-05-13 Stefano SabatiniRemove the name of the file from the @file doxy, it...
2010-05-13 Stefano SabatiniMake the init and config_filter callbacks of the pad...
2010-05-11 Baptiste Couduriersilence gcc warning about potential uninitialized usage
2010-05-07 Måns Rullgårdvf_pad: fix mixed code and declarations
2010-05-07 Michael NiedermayerAdd pad filter.