Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -8/+8 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -16/+16 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | swscale: remove "cpu flags" from -sws_flags description. | Ronald S. Bultje | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | swscale: K&R formatting cosmetics (part I) | Diego Biurrun | 2012-02-21 | 1 | -29/+29 |
| | |||||
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -27/+27 |
| | |||||
* | lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. | Anton Khirnov | 2011-09-03 | 1 | -0/+5 |
| | |||||
* | swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. | Ronald S. Bultje | 2011-05-24 | 1 | -6/+0 |
| | |||||
* | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -33/+33 |
| | | | | This breaks API and ABI. | ||||
* | lavc: remove the FF_API_SET_STRING_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Set the default value of param0 and param1 to SWS_PARAM_DEFAULT. | Stefano Sabatini | 2010-09-29 | 1 | -2/+2 |
| | | | | Originally committed as revision 32414 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale | ||||
* | Set valid default values for the srcw, srch, dstw, dsth options in the | Stefano Sabatini | 2010-09-29 | 1 | -4/+4 |
| | | | | | | | | scale context. Prevent pointless warnings when using av_opt_set_defaults() for setting the default values, as in a pending patch. Originally committed as revision 32413 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale | ||||
* | Amend constraints for the src_format and dst_format options in the | Stefano Sabatini | 2010-09-29 | 1 | -2/+3 |
| | | | | | | SWScale context. Originally committed as revision 32403 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale | ||||
* | Make the avoptions list of sws more complete. | Michael Niedermayer | 2010-09-26 | 1 | -0/+12 |
| | | | | Originally committed as revision 32369 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale | ||||
* | rgb2rgb: build SSE2 codepath | Ramiro Polla | 2010-09-08 | 1 | -0/+1 |
| | | | | Originally committed as revision 32068 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale | ||||
* | Cosmetics: | Ramiro Polla | 2009-08-16 | 1 | -1/+2 |
| | | | | | | | - Place curly brackets in the same line as while/for/if/switch/else/do; - Place curly brackets at column 0 in the next line starting a function. Originally committed as revision 29523 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale | ||||
* | Rename swscale_avoption.c to options.c. | Stefano Sabatini | 2009-04-18 | 1 | -0/+60 |
Consistent with lavc and lavf. Originally committed as revision 29188 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale |