- 11 Apr, 2011 1 commit
-
-
Diego Biurrun authored
When HAVE_7REGS was not defined these functions had an empty body causing the following warnings during compilation. In file included from libswscale/x86/yuv2rgb_mmx.c:58: libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_rgb32_MMX’: libswscale/x86/yuv2rgb_template.c:412: warning: no return statement in function returning non-void libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_bgr32_MMX’: libswscale/x86/yuv2rgb_template.c:457: warning: no return statement in function returning non-void Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 06 Apr, 2011 1 commit
-
-
Anton Khirnov authored
The replacement isn't ready yet.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 16 Mar, 2011 2 commits
-
-
Janne Grunau authored
-
Janne Grunau authored
also update the multiple inclusion guards in config.h|mak
-
- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 13 Feb, 2011 1 commit
-
-
Mans Rullgard authored
When built with gcc 4.6, the MMX rgb24 to yuv conversion gives wrong output. The compiler produces this warning: libswscale/swscale_template.c:1885:5: warning: use of memory input without lvalue in asm operand 4 is deprecated Changing the memory operand to a register makes it work. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 04 Feb, 2011 1 commit
-
-
Clément Bœsch authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 18 Jan, 2011 2 commits
-
-
Mans Rullgard authored
This macro has unconditionally used .p2align for a long time and serves no useful purpose.
-
Janne Grunau authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 17 Jan, 2011 1 commit
-
-
Janne Grunau authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 07 Dec, 2010 1 commit
-
-
Ramiro Polla authored
rgb32tobgr32() has been removed in favour of shuffle_bytes_2103() in r32190 Originally committed as revision 32676 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 29 Oct, 2010 1 commit
-
-
Martin Storsjö authored
handle_jpeg may update the src/dstFormat variables, this makes sure the updated version is stored in the context. This fixes roundup issue 2302. Patch by Troot, all_crap_goes_here at hotmail Originally committed as revision 32562 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 03 Oct, 2010 1 commit
-
-
Reimar Döffinger authored
but worse it did not set up destination dimensions, thus every user of it would necessarily fail. Originally committed as revision 32424 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 29 Sep, 2010 7 commits
-
-
Stefano Sabatini authored
Originally committed as revision 32415 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Stefano Sabatini authored
Originally committed as revision 32414 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Stefano Sabatini authored
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
-
Stefano Sabatini authored
improving vertical alignment and readability. Originally committed as revision 32405 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Stefano Sabatini authored
readibility. Originally committed as revision 32404 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Stefano Sabatini authored
SWScale context. Originally committed as revision 32403 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Stefano Sabatini authored
Originally committed as revision 32402 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 28 Sep, 2010 3 commits
-
-
Stefano Sabatini authored
sws_init_context() instead. Originally committed as revision 32401 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Stefano Sabatini authored
Originally committed as revision 32400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Stefano Sabatini authored
sws_init_context() of r32368. Originally committed as revision 32396 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 27 Sep, 2010 4 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 32395 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Baptiste Coudurier authored
Originally committed as revision 32394 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Janne Grunau authored
Originally committed as revision 32393 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Janne Grunau authored
Originally committed as revision 32392 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 26 Sep, 2010 4 commits
-
-
Ramiro Polla authored
Originally committed as revision 32370 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Originally committed as revision 32369 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
instead of requireing being passed through function parameters. This also makes sws work with AVOptions. Originally committed as revision 32368 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 32360 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 16 Sep, 2010 4 commits
-
-
Ramiro Polla authored
Originally committed as revision 32265 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 32258 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 32257 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 32256 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 14 Sep, 2010 1 commit
-
-
Ramiro Polla authored
Introduce and use COMPILE_TEMPLATE_* instead. Originally committed as revision 32241 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 13 Sep, 2010 2 commits
-
-
Ramiro Polla authored
Originally committed as revision 32222 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 32221 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 12 Sep, 2010 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 32215 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-