- 13 Mar, 2006 1 commit
-
-
pacman authored
consistent naming of functions git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17845 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 24 Feb, 2006 1 commit
-
-
pacman authored
was fixed in rgb32to16 about a year ago: using only the first 8 bits of the 32-bit pixel. git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17671 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 18 Feb, 2006 2 commits
-
-
pacman authored
how altivec_yuv2packedX is supposed to be used git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17643 b3059339-0415-0410-9bf9-f77b7e298cf2
-
pacman authored
instead fall back on yuv2packedXinC git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17642 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 17 Feb, 2006 1 commit
-
-
pacman authored
to spec; also convert a few vec_splat's to vec_splat_{s,u}* git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17639 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 16 Feb, 2006 2 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17633 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17632 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 13 Feb, 2006 1 commit
-
-
diego authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17623 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 11 Feb, 2006 3 commits
-
-
diego authored
once when the scaler is initialized, instead of building them and freeing them over and over. This gives massive performance improvements. patch by Alan Curry, pacman*at*TheWorld*dot*com git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17589 b3059339-0415-0410-9bf9-f77b7e298cf2
-
diego authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17588 b3059339-0415-0410-9bf9-f77b7e298cf2
-
diego authored
patch by Alan Curry, pacman_at_TheWorld_dot_com git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17587 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 09 Feb, 2006 2 commits
-
-
rathann authored
patch replaces '()' for the correct '(void)' in function declarations/prototypes which have no parameters. The '()' syntax tell thats there is a variable list of arguments, so that the compiler cannot check this. The extra CFLAG '-Wstrict-declarations' shows those cases. Comments about a similar patch applied to ffmpeg: That in C++ these mean the same, but in ANSI C the semantics are different; function() is an (obsolete) K&R C style forward declaration, it basically means that the function can have any number and any types of parameters, effectively completely preventing the compiler from doing any sort of type checking. -- Erik Slagter Defining functions with unspecified arguments is allowed but bad. With arguments unspecified the compiler can't report an error/warning if the function is called with incorrect arguments. -- Måns Rullgård git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17567 b3059339-0415-0410-9bf9-f77b7e298cf2
-
diego authored
do the opposite of what they say. The vec_mstrgb24 and vec_mstbgr24 macros should be opposites and not perform the same things. patch by Alan Curry, pacman_at_world_dot_std_dot_com git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17564 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 08 Feb, 2006 3 commits
-
-
diego authored
outputs RGBA. This patch supports 6 output formats and prints an error message if it is asked to provide an output format it is not capable of. patch by Alan Curry, pacman_at_world_dot_std_dot_com git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17561 b3059339-0415-0410-9bf9-f77b7e298cf2
-
diego authored
patch by Alan Curry, pacman at world dot std dot com git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17559 b3059339-0415-0410-9bf9-f77b7e298cf2
-
diego authored
sizes based on the image width instead of height. patch by Alan Curry, pacman at world dot std dot com git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17558 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 04 Feb, 2006 1 commit
-
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17531 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 27 Jan, 2006 1 commit
-
-
diego authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 13 Jan, 2006 1 commit
-
-
diego authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17368 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 14 Nov, 2005 1 commit
-
-
diego authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@16986 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 17 Oct, 2005 1 commit
-
-
rfelker authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@16784 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 12 Oct, 2005 1 commit
-
-
reimar authored
bit systems. Also fixes several crashes because (long)-i is incorrect if i is unsigned. git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@16740 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 06 Sep, 2005 1 commit
-
-
diego authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@16405 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 12 Jul, 2005 1 commit
-
-
gpoirier authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15973 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 30 Jun, 2005 1 commit
-
-
gpoirier authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15859 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 28 Jun, 2005 1 commit
-
-
reimar authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15846 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 27 Jun, 2005 1 commit
-
-
michael authored
cleanup by me indention fixed second one must be yv12touyvy instead of yv12toyuy2 replace slow modulo by bitwise and move %16!=0 code before the comment saying the code cant handle %16!=0 git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15825 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 24 Jun, 2005 1 commit
-
-
gpoirier authored
that code othewisei (leading to segfaults). git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15814 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 19 Jun, 2005 1 commit
-
-
gpoirier authored
tested with gcc-2.95, 3.3, 3.4, 4.0 on ia-32 and 3.4, 4.0, 3.3 on amd64 git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15763 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 18 Jun, 2005 1 commit
-
-
gpoirier authored
Warning: high cola-affinity here) git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15750 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 02 Jun, 2005 1 commit
-
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15618 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 20 May, 2005 1 commit
-
-
nplourde authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15524 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 29 Apr, 2005 1 commit
-
-
alex authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15296 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 27 Apr, 2005 1 commit
-
-
nplourde authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15278 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 24 Apr, 2005 2 commits
-
-
henry authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15250 b3059339-0415-0410-9bf9-f77b7e298cf2
-
henry authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@15249 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 22 Mar, 2005 1 commit
-
-
diego authored
cast should never have worked. Tested on PowerPC and fixes the black GUI to show the content. patch by Rene Rebe <rene at exactcode dot de> git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@14983 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 23 Feb, 2005 1 commit
-
-
reimar authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@14784 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 22 Feb, 2005 1 commit
-
-
reimar authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@14762 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 16 Feb, 2005 1 commit
-
-
syrjala authored
- Fixed PlanarToNV12Wrapper() and made it handle NV21. - Added yuv2nv12XinC() to handle software scaling. - Added NV12/NV21 handling to various places. - Removed NV12 from vf_hue and vf_spp as they don't look like they can actually handle it. git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@14716 b3059339-0415-0410-9bf9-f77b7e298cf2
-