Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | bfin: libswscale: add const where appropriate to fix warnings | Mans Rullgard | 2012-06-20 | 1 | -8/+8 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | bfin: libswscale: remove unnecessary #includes | Mans Rullgard | 2012-06-20 | 1 | -9/+2 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | swscale: K&R formatting cosmetics for Blackfin code | Diego Biurrun | 2012-02-02 | 1 | -22/+26 |
| | | | | Also prettyprint some comments in Assembly code. | ||||
* | swscale: Remove unused variable from ff_bfin_get_unscaled_swscale(). | Diego Biurrun | 2011-06-21 | 1 | -2/+0 |
| | |||||
* | sws: replace all long with int. | Anton Khirnov | 2011-05-28 | 1 | -4/+4 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. | Ronald S. Bultje | 2011-05-24 | 1 | -11/+9 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Revert r31153. It failed to build on: | Ramiro Polla | 2010-05-12 | 1 | -4/+4 |
| | | | | | | | | | | | x86_64 / Mac OS X gcc 4.0.1 x86_64 / Linux icc (all) x86_64 / Linux gcc 4.0.4 x86_64 / OpenBSD gcc 3.3.5 x86_64 / Linux suncc 5.10 and there are some reports of crashes. Originally committed as revision 31170 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale | ||||
* | Use int instead of long to pass width parameters in non-public functions. | Ramiro Polla | 2010-05-11 | 1 | -4/+4 |
| | | | | | | | long was being incorrectly used as an x86-sized register, both for 32 and 64 bits, but this is not the case in win64. Originally committed as revision 31153 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale | ||||
* | Blackfin: use SRAM only when CONFIG_SRAM is set | Måns Rullgård | 2010-01-31 | 1 | -1/+1 |
| | | | | Originally committed as revision 30472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale | ||||
* | Move bfin specific code to its subdir. | Ramiro Polla | 2009-03-27 | 1 | -0/+93 |
Originally committed as revision 29079 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale |