- 27 Dec, 2001 1 commit
-
-
Michael Niedermayer authored
filterPos was wrong by 0.5 pixels on downscale with -sws 1 and 2 bugfix Originally committed as revision 3783 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 26 Dec, 2001 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3780 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
see line527@postproc/postprocess.c ;) for the documentation of the format Originally committed as revision 3772 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Arpi authored
Originally committed as revision 238 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Dec, 2001 1 commit
-
-
Johannes Feigl authored
Originally committed as revision 3731 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 23 Dec, 2001 1 commit
-
-
Arpi authored
Originally committed as revision 237 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Dec, 2001 1 commit
-
-
Michael Niedermayer authored
a few more asserts Originally committed as revision 3642 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 20 Dec, 2001 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3634 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 16 Dec, 2001 1 commit
-
-
Arpi authored
Originally committed as revision 236 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Dec, 2001 2 commits
-
-
Arpi authored
Originally committed as revision 235 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Arpi authored
Originally committed as revision 234 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Dec, 2001 3 commits
-
-
Michael Niedermayer authored
use new horizontal mmx scaler instead of old x86asm if mmx2 cant be used (FAST_BILINEAR only) fixed overflow in init function ... using double precission fp now :) using C scaler for the last 1-2 lines if there is a chance to write over the end of the dst array Originally committed as revision 3353 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 3346 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
prints some info (MMX, dstbpp, ...) mainloop rewritten Originally committed as revision 3345 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 03 Dec, 2001 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3300 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 02 Dec, 2001 1 commit
-
-
Michael Niedermayer authored
-sws command line option (0 -> fast_bilinear, 1->bilinear, 2->bicubic) Originally committed as revision 3273 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 29 Nov, 2001 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3216 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
green line at bottom bugfix green lines in yuv2yuv scaler bugfix Originally committed as revision 3210 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 28 Nov, 2001 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3172 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 27 Nov, 2001 3 commits
-
-
Michael Niedermayer authored
compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound Originally committed as revision 3155 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 3153 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 3152 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 26 Nov, 2001 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3144 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 3137 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
rgb24toyv12 in C Originally committed as revision 3133 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 3127 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 24 Nov, 2001 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3100 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 3095 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 3094 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 20 Nov, 2001 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3038 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 3033 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
precopy fewer lines from src to dst if possible speedup (due to cleanup of blockcopy) Originally committed as revision 3032 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 19 Nov, 2001 2 commits
-
-
Michael Niedermayer authored
brightness_debug (draws luminance histogram & autodetected white/black level) Originally committed as revision 3014 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Juanjo authored
- GOB headers for H.263 coding on RTP mode. - Improved GOB header detection for H.263 decoder. Originally committed as revision 222 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Nov, 2001 3 commits
-
-
Felix Bünemann authored
Originally committed as revision 2964 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Juanjo authored
- Advanced Prediction Mode activated for H.263 decoder. - Bug fixed on H.263+ header parsing for UFEP. - Now we can decode VIVO v1 streams :) Originally committed as revision 221 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Juanjo authored
Originally committed as revision 220 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Nov, 2001 1 commit
-
-
Gabucino authored
Now that I'm fixing configure1, here comes configure2 ehh ;) Originally committed as revision 2928 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 14 Nov, 2001 2 commits
-
-
Michael Niedermayer authored
bugfix? averageing noise over the surrounding blocks Originally committed as revision 2900 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2896 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-