- 13 Mar, 2006 1 commit
-
-
Alan Curry authored
consistent naming of functions Originally committed as revision 17845 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 24 Feb, 2006 1 commit
-
-
Alan Curry authored
was fixed in rgb32to16 about a year ago: using only the first 8 bits of the 32-bit pixel. Originally committed as revision 17671 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 18 Feb, 2006 2 commits
-
-
Alan Curry authored
how altivec_yuv2packedX is supposed to be used Originally committed as revision 17643 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Alan Curry authored
instead fall back on yuv2packedXinC Originally committed as revision 17642 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 17 Feb, 2006 1 commit
-
-
Alan Curry authored
to spec; also convert a few vec_splat's to vec_splat_{s,u}* Originally committed as revision 17639 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 16 Feb, 2006 2 commits
-
-
Alan Curry authored
Originally committed as revision 17633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Alan Curry authored
Originally committed as revision 17632 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 13 Feb, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 17623 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 11 Feb, 2006 3 commits
-
-
Alan Curry 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 Originally committed as revision 17589 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Diego Biurrun authored
Originally committed as revision 17588 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Alan Curry authored
patch by Alan Curry, pacman_at_TheWorld_dot_com Originally committed as revision 17587 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 09 Feb, 2006 2 commits
-
-
Stefan Huehner 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 Originally committed as revision 17567 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Alan Curry 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 Originally committed as revision 17564 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 08 Feb, 2006 3 commits
-
-
Alan Curry 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 Originally committed as revision 17561 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Alan Curry authored
patch by Alan Curry, pacman at world dot std dot com Originally committed as revision 17559 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Alan Curry authored
sizes based on the image width instead of height. patch by Alan Curry, pacman at world dot std dot com Originally committed as revision 17558 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 04 Feb, 2006 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 17531 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 27 Jan, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 17489 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 13 Jan, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 17368 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 14 Nov, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 17 Oct, 2005 1 commit
-
-
D Richard Felker III authored
Originally committed as revision 16784 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 12 Oct, 2005 1 commit
-
-
Reimar Döffinger authored
bit systems. Also fixes several crashes because (long)-i is incorrect if i is unsigned. Originally committed as revision 16740 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 06 Sep, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16405 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 12 Jul, 2005 1 commit
-
-
Guillaume Poirier authored
Originally committed as revision 15973 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 30 Jun, 2005 1 commit
-
-
Guillaume Poirier authored
Originally committed as revision 15859 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 28 Jun, 2005 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 15846 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 27 Jun, 2005 1 commit
-
-
Michael Niedermayer 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 Originally committed as revision 15825 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 24 Jun, 2005 1 commit
-
-
Guillaume Poirier authored
that code othewisei (leading to segfaults). Originally committed as revision 15814 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 19 Jun, 2005 1 commit
-
-
Guillaume Poirier authored
tested with gcc-2.95, 3.3, 3.4, 4.0 on ia-32 and 3.4, 4.0, 3.3 on amd64 Originally committed as revision 15763 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 18 Jun, 2005 1 commit
-
-
Guillaume Poirier authored
Warning: high cola-affinity here) Originally committed as revision 15750 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 02 Jun, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 15618 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 20 May, 2005 1 commit
-
-
Nicolas Plourde authored
Originally committed as revision 15524 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 29 Apr, 2005 1 commit
-
-
Alex Beregszaszi authored
Originally committed as revision 15296 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 27 Apr, 2005 1 commit
-
-
Nicolas Plourde authored
Originally committed as revision 15278 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 24 Apr, 2005 2 commits
-
-
Jindřich Makovička authored
Originally committed as revision 15250 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Jindřich Makovička authored
Originally committed as revision 15249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 22 Mar, 2005 1 commit
-
-
Rene Rebe 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> Originally committed as revision 14983 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 23 Feb, 2005 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 14784 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 22 Feb, 2005 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 14762 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 16 Feb, 2005 1 commit
-
-
Ville Syrjälä 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. Originally committed as revision 14716 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-