]> git.sesse.net Git - ffmpeg/history - libswscale/options.c
qsvdec: make ff_qsv_decode_init() static
[ffmpeg] / libswscale / options.c
2013-08-02 Diego BiurrunGive less generic names to global library option arrays
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-03-04 Ronald S. Bultjeswscale: remove "cpu flags" from -sws_flags description.
2012-02-21 Diego Biurrunswscale: K&R formatting cosmetics (part I)
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-09-03 Anton Khirnovlavf,lavc,sws: add {avcodec,avformat,sws}_get_class...
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-04-19 Anton Khirnovlavc: remove the FF_API_SET_STRING_OLD cruft.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-29 Stefano SabatiniSet the default value of param0 and param1 to SWS_PARAM...
2010-09-29 Stefano SabatiniSet valid default values for the srcw, srch, dstw,...
2010-09-29 Stefano SabatiniAmend constraints for the src_format and dst_format...
2010-09-26 Michael NiedermayerMake the avoptions list of sws more complete.
2010-09-08 Ramiro Pollargb2rgb: build SSE2 codepath
2009-08-16 Ramiro PollaCosmetics:
2009-04-18 Stefano SabatiniRename swscale_avoption.c to options.c.