- 20 Jan, 2002 3 commits
-
-
Nick Kurshev authored
Originally committed as revision 273 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 4282 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
experimental upscaling mode (-sws 3) general convolution filters support (unfinished) bugfix for bicubic upscaling assertion checking if defined MP_DEBUG checking of the input/output size instead of segfault if its very large Originally committed as revision 4277 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 19 Jan, 2002 3 commits
-
-
Alban Bedel authored
Originally committed as revision 4258 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Felix Bünemann authored
Originally committed as revision 4254 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Felix Bünemann authored
Originally committed as revision 4249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 17 Jan, 2002 1 commit
-
-
Michael Niedermayer authored
faster simple idct in MMX Originally committed as revision 269 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jan, 2002 3 commits
-
-
Michael Niedermayer authored
bye bye weird al rounding bug ;) Originally committed as revision 268 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
emms Originally committed as revision 267 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
draw_edges_mmx() Originally committed as revision 266 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jan, 2002 3 commits
-
-
Michael Niedermayer authored
faster simple_idct in C Originally committed as revision 265 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
16-bit divide instead of 32-bit on x86 in msmpeg_pred_dc() Originally committed as revision 264 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
memset() in MMX Originally committed as revision 263 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2002 3 commits
-
-
Michael Niedermayer authored
print "using pp filters ..." if -v Originally committed as revision 4144 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
new msmpeg4 dequantizer did dequantize too early Originally committed as revision 261 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
dequantizers skip trailing zeros msmpeg4 non-intra decoder has its dequantizer "build in" now Originally committed as revision 260 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jan, 2002 2 commits
-
-
Michael Niedermayer authored
fixed a bug in get_vlc() when using the ALT_BITSTREAM_READER (rv10 & mpeg12 decoders where not working) some optimizations replaced a if() with a >> changed get_bits1() a bit so it hopefully is faster on p4 Originally committed as revision 259 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Arpi authored
Originally committed as revision 258 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jan, 2002 5 commits
-
-
Michael Niedermayer authored
different fix, s->mbintra_table used only if h263_pred set. - patch by Michael Niedermayer <michaelni@gmx.at> Originally committed as revision 257 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vladimir Dergachev authored
This fixes segfaults because of uninitialized s->mbintra_table variable - patch by Vladimir Dergachev <volodya@mindspring.com> Originally committed as revision 256 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
s->c_dc_scale was 7 if s->qscale==2 but should be 8 (the bug is visible in deep red areas in high bitrate clips) - patch by Michael Niedermayer <michaelni@gmx.at> Originally committed as revision 255 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Arpi authored
Originally committed as revision 254 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 253 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jan, 2002 5 commits
-
-
Michael Niedermayer authored
another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at> Originally committed as revision 252 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 251 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 250 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 249 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 248 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jan, 2002 2 commits
-
-
Stephen Davies authored
Originally committed as revision 247 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 246 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jan, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 3977 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 03 Jan, 2002 1 commit
-
-
Michael Niedermayer authored
force quantizer (for these lq movies which where reencoded at high bitrates) (c) 2002 Originally committed as revision 3965 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 30 Dec, 2001 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3884 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 28 Dec, 2001 2 commits
-
-
Michael Niedermayer authored
non mmx compilation bugfix Originally committed as revision 3833 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
chrominance & luminance filtering is the default now if -npp ...:y isnt specified (lumi only was only used for the deinterlacers and that was wrong anyway) Originally committed as revision 3818 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 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
-