]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_scale.c
Reorder nut specific codec tags and add a comment for marking them as
[ffmpeg] / libavfilter / vf_scale.c
2010-05-07 Stefano SabatiniMake config_props() show conversion information before...
2010-05-07 Stefano SabatiniLog input size, input format and swscale flags used...
2010-05-07 Michael Niedermayerc99 sucks. Replacing scanf("%i") by strtoul()
2010-05-07 Michael NiedermayerTry to keep track of interlaced and top field first.
2010-05-07 Michael NiedermayerSupport setting flags for sws.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-13 Stefano SabatiniMake the scale filter pass the pkt.pos information...
2010-02-01 Stefano SabatiniUse pixel format descriptors to check if the input...
2010-01-31 Stefano SabatiniAvoid usage of avcodec_get_pix_fmt_name() and
2010-01-08 Stefano Sabatini Make the scale filter set in the input and output...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-11-29 Stefano SabatiniUse the correct chroma values for the data[] array...
2009-11-29 Stefano SabatiniUse a valid log context for av_log().
2009-11-11 Stefano SabatiniAdd scale filter.