- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 28 Aug, 2015 1 commit
-
-
Vittorio Giovara authored
Deprecated in 07/2012.
-
- 07 Aug, 2014 1 commit
-
-
Diego Biurrun authored
sws_getCachedContext is not a full replacement for the function.
-
- 02 Jun, 2014 1 commit
-
-
Diego Biurrun authored
Blackfin is a painful platform to work with, no test machines are available and the range of multimedia applications is dubious. Thus it only represents a maintenance burden.
-
- 13 Dec, 2013 1 commit
-
-
Luca Barbato authored
Uniform the style and eliminate a warning on newer doxygen version..
-
- 06 May, 2013 1 commit
-
-
Janne Grunau authored
Use bitfields in FormatEntry array to avoid wasting an int for each flag.
-
- 16 Nov, 2012 1 commit
-
-
Janne Grunau authored
SWS_CPU_CAPS are deprecated and slated to removed with libswscale major version 3. No need to provide a SWS_CPU_CAPS_MMX2 as backward compatibility define under the same explicit condition.
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 06 Oct, 2012 1 commit
-
-
Diego Biurrun authored
Anonymous structs cannot be forward declared and have no benefit.
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 03 Aug, 2012 1 commit
-
-
Diego Biurrun authored
Refactoring mmx2/mmxext YASM code with cpuflags will force renames. So switching to a consistent naming scheme beforehand is sensible. The name "mmxext" is more official and widespread and also the name of the CPU flag, as reported e.g. by the Linux kernel.
-
- 04 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 08 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 12 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 03 Sep, 2011 1 commit
-
-
Anton Khirnov authored
-
- 14 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 03 Jul, 2011 3 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
- 20 Jun, 2011 1 commit
-
-
Reinhard Tartler authored
On architectures such as x86 (both 32 bit and 64bit), the stack element size is fixed, which maintains alignment. Here, this change does not break anything. However, we also support also other architectures where this property is not maintained and therefore, applications will crash horribly. This change effectively forces all applications to be recompiled against libswscale.
-
- 28 May, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 26 May, 2011 1 commit
-
-
Anton Khirnov authored
-
- 24 May, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 21 May, 2011 1 commit
-
-
Clément Bœsch authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 28 Apr, 2011 1 commit
-
-
Peter Ross authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 19 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 18 Apr, 2011 1 commit
-
-
Anton Khirnov authored
They've accumulated enough new APIs and corresponding deprecated cruft. This breaks API and ABI.
-
- 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>
-
- 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
-
- 26 Sep, 2010 2 commits
-
-
Ramiro Polla authored
Originally committed as revision 32370 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
-
- 08 Sep, 2010 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 32068 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 28 Jul, 2010 1 commit
-
-
Stefano Sabatini authored
r31772 | stefano | 2010-07-23 01:01:31 +0200 (Fri, 23 Jul 2010) | 2 lines Prefer impersonal form over third person, for consistency with the rest of FFmpeg. The change was not approved by the maintainer. Originally committed as revision 31847 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 22 Jul, 2010 1 commit
-
-
Stefano Sabatini authored
rest of FFmpeg. Originally committed as revision 31772 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 01 Jun, 2010 1 commit
-
-
Reinhard Tartler authored
additionallym deprecate palette8torgb16 and its bgr variant without replacement. These functions are not meant to be used by applications. Discussed at: http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/109340 Originally committed as revision 31301 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 23 May, 2010 1 commit
-
-
Stefano Sabatini authored
readability. Originally committed as revision 31192 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 31050 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-