OSDN Git Service

coroid/libav_saccubus.git
22 years agolooks better
Johannes Feigl [Tue, 25 Dec 2001 15:03:36 +0000 (15:03 +0000)]
looks better

Originally committed as revision 3731 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoavcodec_find_encoder_by_name() patch by Alex
Arpi [Sun, 23 Dec 2001 22:25:18 +0000 (22:25 +0000)]
avcodec_find_encoder_by_name() patch by Alex

Originally committed as revision 237 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agominor bugfixes (noone noticed them)
Michael Niedermayer [Fri, 21 Dec 2001 02:09:34 +0000 (02:09 +0000)]
minor bugfixes (noone noticed them)
a few more asserts

Originally committed as revision 3642 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agorgb24toyv12 bugfix
Michael Niedermayer [Thu, 20 Dec 2001 17:30:59 +0000 (17:30 +0000)]
rgb24toyv12 bugfix

Originally committed as revision 3634 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agounrestricted MC fixed - thanks to Michael Niedermayer for idea
Arpi [Sun, 16 Dec 2001 12:44:34 +0000 (12:44 +0000)]
unrestricted MC fixed - thanks to Michael Niedermayer for idea

Originally committed as revision 236 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agonew IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to...
Arpi [Sun, 9 Dec 2001 12:39:54 +0000 (12:39 +0000)]
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable

Originally committed as revision 235 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agonew IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to...
Arpi [Sun, 9 Dec 2001 12:04:09 +0000 (12:04 +0000)]
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable

Originally committed as revision 234 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoprint more info if -v
Michael Niedermayer [Thu, 6 Dec 2001 19:07:25 +0000 (19:07 +0000)]
print more info if -v
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

22 years agodithering info wasnt displayed
Michael Niedermayer [Thu, 6 Dec 2001 01:23:23 +0000 (01:23 +0000)]
dithering info wasnt displayed

Originally committed as revision 3346 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agovertical cubic/linear scaling
Michael Niedermayer [Thu, 6 Dec 2001 00:10:42 +0000 (00:10 +0000)]
vertical cubic/linear scaling
prints some info (MMX, dstbpp, ...)
mainloop rewritten

Originally committed as revision 3345 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agotypo
Michael Niedermayer [Mon, 3 Dec 2001 22:24:43 +0000 (22:24 +0000)]
typo

Originally committed as revision 3300 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agohorizontal up/downscale linear & cubic
Michael Niedermayer [Sun, 2 Dec 2001 20:03:26 +0000 (20:03 +0000)]
horizontal up/downscale linear & cubic
-sws command line option (0 -> fast_bilinear, 1->bilinear, 2->bicubic)

Originally committed as revision 3273 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agosliced scaleing bugfix
Michael Niedermayer [Thu, 29 Nov 2001 22:19:21 +0000 (22:19 +0000)]
sliced scaleing bugfix

Originally committed as revision 3216 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoswscaler cleanup
Michael Niedermayer [Thu, 29 Nov 2001 20:19:17 +0000 (20:19 +0000)]
swscaler cleanup
green line at bottom bugfix
green lines in yuv2yuv scaler bugfix

Originally committed as revision 3210 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agofaster brightness correcture in MMX2
Michael Niedermayer [Wed, 28 Nov 2001 01:26:03 +0000 (01:26 +0000)]
faster brightness correcture in MMX2

Originally committed as revision 3172 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agocompiletime pp-mode support (luminance = chrominance filters though) 1-2% faster...
Michael Niedermayer [Tue, 27 Nov 2001 02:25:31 +0000 (02:25 +0000)]
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

22 years agoruntime cpu detection optional (compiles faster)
Michael Niedermayer [Tue, 27 Nov 2001 01:19:56 +0000 (01:19 +0000)]
runtime cpu detection optional (compiles faster)

Originally committed as revision 3153 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoruntime cpu detect optional (compiles faster)
Michael Niedermayer [Tue, 27 Nov 2001 01:12:30 +0000 (01:12 +0000)]
runtime cpu detect optional (compiles faster)

Originally committed as revision 3152 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoruntime cpu detection
Michael Niedermayer [Mon, 26 Nov 2001 21:17:23 +0000 (21:17 +0000)]
runtime cpu detection

Originally committed as revision 3144 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agooops
Michael Niedermayer [Mon, 26 Nov 2001 02:20:51 +0000 (02:20 +0000)]
oops

Originally committed as revision 3137 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoruntime cpu detection
Michael Niedermayer [Mon, 26 Nov 2001 01:15:08 +0000 (01:15 +0000)]
runtime cpu detection
rgb24toyv12 in C

Originally committed as revision 3133 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoruntime cpu detection
Michael Niedermayer [Mon, 26 Nov 2001 00:31:43 +0000 (00:31 +0000)]
runtime cpu detection

Originally committed as revision 3127 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoruntime cpu detection
Michael Niedermayer [Sat, 24 Nov 2001 22:16:29 +0000 (22:16 +0000)]
runtime cpu detection

Originally committed as revision 3100 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agouse fastmemcpy for chrominance if no chrominance filtering is done
Michael Niedermayer [Sat, 24 Nov 2001 02:05:06 +0000 (02:05 +0000)]
use fastmemcpy for chrominance if no chrominance filtering is done

Originally committed as revision 3095 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agofaster dering
Michael Niedermayer [Sat, 24 Nov 2001 01:38:30 +0000 (01:38 +0000)]
faster dering

Originally committed as revision 3094 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years ago1% speedup
Michael Niedermayer [Tue, 20 Nov 2001 20:46:39 +0000 (20:46 +0000)]
1% speedup

Originally committed as revision 3038 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agooops, too much cleanup ;)
Michael Niedermayer [Tue, 20 Nov 2001 18:07:13 +0000 (18:07 +0000)]
oops, too much cleanup ;)

Originally committed as revision 3033 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agocleanup
Michael Niedermayer [Tue, 20 Nov 2001 17:47:52 +0000 (17:47 +0000)]
cleanup
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

22 years agofaster mmx2 / 3dnow deblocking filter
Michael Niedermayer [Mon, 19 Nov 2001 22:20:30 +0000 (22:20 +0000)]
faster mmx2 / 3dnow deblocking filter
brightness_debug (draws luminance histogram & autodetected white/black level)

Originally committed as revision 3014 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years ago- Preliminary RTP friendly mode for H.263.
Juanjo [Mon, 19 Nov 2001 02:13:14 +0000 (02:13 +0000)]
- Preliminary RTP friendly mode for H.263.
- 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

22 years agoMove ignores in subdirs to their respective .cvsignore files.
Felix Bünemann [Sat, 17 Nov 2001 23:55:40 +0000 (23:55 +0000)]
Move ignores in subdirs to their respective .cvsignore files.

Originally committed as revision 2964 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years ago- Added support to Inter4V+Q MBs to H.263 decoder.
Juanjo [Sat, 17 Nov 2001 21:14:54 +0000 (21:14 +0000)]
- Added support to Inter4V+Q MBs to H.263 decoder.
- 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

22 years ago- Bug fixed on H.263 decoder initialization.
Juanjo [Sat, 17 Nov 2001 15:43:04 +0000 (15:43 +0000)]
- Bug fixed on H.263 decoder initialization.

Originally committed as revision 220 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agopostproc/ dir now respects --with-extraincdir
Gabucino [Fri, 16 Nov 2001 19:13:03 +0000 (19:13 +0000)]
postproc/ dir now respects --with-extraincdir
Now that I'm fixing configure1, here comes configure2 ehh ;)

Originally committed as revision 2928 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agotemp denoiser:
Michael Niedermayer [Wed, 14 Nov 2001 11:51:36 +0000 (11:51 +0000)]
temp denoiser:
 bugfix?
 averageing noise over the surrounding blocks

Originally committed as revision 2900 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agotemp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version
Michael Niedermayer [Wed, 14 Nov 2001 02:46:58 +0000 (02:46 +0000)]
temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version

Originally committed as revision 2896 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agotemporal noise reducer in C (-pp 0x100000)
Michael Niedermayer [Tue, 13 Nov 2001 02:40:56 +0000 (02:40 +0000)]
temporal noise reducer in C (-pp 0x100000)
setting the thresholds from the commandline requires postprocess2() / getPpModeByNameAndQuality() (someone could perhaps modify mplayer so that they are beiing used, iam too lazy for it ;)

Originally committed as revision 2861 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years ago- Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code.
Juanjo [Tue, 13 Nov 2001 01:21:35 +0000 (01:21 +0000)]
- Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code.

Originally committed as revision 215 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years ago- Fixed a bug on H.263 MV prediction for MB on GOBs limits.
Juanjo [Mon, 12 Nov 2001 05:19:55 +0000 (05:19 +0000)]
- Fixed a bug on H.263 MV prediction for MB on GOBs limits.
- Now we can decode H.263v1 streams found on QT without problems.

Originally committed as revision 214 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agouyvytoyv12 in MMX (untested)
Michael Niedermayer [Sun, 11 Nov 2001 22:26:15 +0000 (22:26 +0000)]
uyvytoyv12 in MMX (untested)

Originally committed as revision 2848 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoLet loops will be aligned
Nick Kurshev [Sun, 11 Nov 2001 17:55:54 +0000 (17:55 +0000)]
Let loops will be aligned

Originally committed as revision 213 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoQP_store==null bugfix and no opendivx bugfix
Michael Niedermayer [Sun, 11 Nov 2001 01:18:40 +0000 (01:18 +0000)]
QP_store==null bugfix and no opendivx bugfix

Originally committed as revision 2809 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoyuy2toyv12 bugfix
Michael Niedermayer [Sun, 11 Nov 2001 00:50:40 +0000 (00:50 +0000)]
yuy2toyv12 bugfix

Originally committed as revision 2807 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agouyvy->uv12 added
Arpi [Sat, 10 Nov 2001 23:28:10 +0000 (23:28 +0000)]
uyvy->uv12 added

Originally committed as revision 2802 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years ago.balign or we´ll align by 64kb on some architectures
Michael Niedermayer [Sat, 10 Nov 2001 20:39:23 +0000 (20:39 +0000)]
.balign or we´ll align by 64kb on some architectures

Originally committed as revision 2801 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years ago.align 16
Michael Niedermayer [Sat, 10 Nov 2001 19:46:04 +0000 (19:46 +0000)]
.align 16

Originally committed as revision 2800 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agofixed gcc-3.0.x compilation (by Michael Niedermayer)
Nick Kurshev [Sat, 10 Nov 2001 14:36:12 +0000 (14:36 +0000)]
fixed gcc-3.0.x compilation (by Michael Niedermayer)

Originally committed as revision 211 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded missing #include <malloc.h>
Pierre Lombard [Fri, 9 Nov 2001 02:17:02 +0000 (02:17 +0000)]
added missing #include <malloc.h>
#include "config.h" moved as 1st #include since it defines HAVE_foo_h for
  later conditional inclusions

Originally committed as revision 2776 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agobugfix
Michael Niedermayer [Wed, 7 Nov 2001 23:17:11 +0000 (23:17 +0000)]
bugfix

Originally committed as revision 2767 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agorgb32tobgr32 now is documented ;)
Nick Kurshev [Wed, 7 Nov 2001 08:52:04 +0000 (08:52 +0000)]
rgb32tobgr32 now is documented ;)

Originally committed as revision 2759 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agorgb32tobgr32 / bgr32torgb32
Michael Niedermayer [Tue, 6 Nov 2001 23:54:41 +0000 (23:54 +0000)]
rgb32tobgr32 / bgr32torgb32

Originally committed as revision 2756 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agogcc does optimize writes to non volatile variables away if it didnt know that they...
Michael Niedermayer [Tue, 6 Nov 2001 19:26:22 +0000 (19:26 +0000)]
gcc does optimize writes to non volatile variables away if it didnt know that they were read in between

Originally committed as revision 2751 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years ago15/16 bpp dithering
Michael Niedermayer [Tue, 6 Nov 2001 19:16:49 +0000 (19:16 +0000)]
15/16 bpp dithering

Originally committed as revision 2750 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agobetter dithering
Michael Niedermayer [Tue, 6 Nov 2001 18:42:22 +0000 (18:42 +0000)]
better dithering

Originally committed as revision 2749 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoMinor speedup of rgb32to24. (performance is not successful)
Nick Kurshev [Tue, 6 Nov 2001 17:14:22 +0000 (17:14 +0000)]
Minor speedup of rgb32to24. (performance is not successful)

Originally committed as revision 2747 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoRemove a few obsolete header includes (fixes a compile error on solaris)
Jürgen Keil [Tue, 6 Nov 2001 17:04:13 +0000 (17:04 +0000)]
Remove a few obsolete header includes (fixes a compile error on solaris)

Originally committed as revision 2745 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agominor changes (fixed some warnings, added attribute aligned(8) stuff)
Michael Niedermayer [Tue, 6 Nov 2001 16:53:47 +0000 (16:53 +0000)]
minor changes (fixed some warnings, added attribute aligned(8) stuff)

Originally committed as revision 2743 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoMMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff
Nick Kurshev [Tue, 6 Nov 2001 16:35:17 +0000 (16:35 +0000)]
MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff

Originally committed as revision 2742 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agooptimized rgb24to16 stuff
Nick Kurshev [Tue, 6 Nov 2001 16:21:38 +0000 (16:21 +0000)]
optimized rgb24to16 stuff

Originally committed as revision 2741 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agommx2 bgr24 stuff from swscale (slightly faster)
Michael Niedermayer [Tue, 6 Nov 2001 14:43:19 +0000 (14:43 +0000)]
mmx2 bgr24 stuff from swscale (slightly faster)

Originally committed as revision 2740 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agorgb24to32 now is faster
Nick Kurshev [Tue, 6 Nov 2001 13:53:43 +0000 (13:53 +0000)]
rgb24to32 now is faster

Originally committed as revision 2739 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agovars are aligned by 8 now (even faster, yes they where not aligned correctly)
Michael Niedermayer [Tue, 6 Nov 2001 13:45:57 +0000 (13:45 +0000)]
vars are aligned by 8 now (even faster, yes they where not aligned correctly)

Originally committed as revision 2738 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years ago16bpp is 10% faster
Michael Niedermayer [Tue, 6 Nov 2001 13:41:12 +0000 (13:41 +0000)]
16bpp is 10% faster

Originally committed as revision 2737 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years ago15 bpp support
Michael Niedermayer [Tue, 6 Nov 2001 13:26:43 +0000 (13:26 +0000)]
15 bpp support

Originally committed as revision 2736 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agocommon code moved to a #define
Michael Niedermayer [Tue, 6 Nov 2001 13:06:50 +0000 (13:06 +0000)]
common code moved to a #define
added bgr24 output support

Originally committed as revision 2735 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoMove yuv2rgb to postprocess
Nick Kurshev [Tue, 6 Nov 2001 11:22:40 +0000 (11:22 +0000)]
Move yuv2rgb to postprocess

Originally committed as revision 2733 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agofaster bgr24 output
Michael Niedermayer [Tue, 6 Nov 2001 04:06:55 +0000 (04:06 +0000)]
faster bgr24 output

Originally committed as revision 2731 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoonly 6 registers used
Michael Niedermayer [Mon, 5 Nov 2001 23:49:15 +0000 (23:49 +0000)]
only 6 registers used

Originally committed as revision 2729 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agounsigned stuff
Michael Niedermayer [Mon, 5 Nov 2001 19:55:11 +0000 (19:55 +0000)]
unsigned stuff

Originally committed as revision 2726 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoyuy2toyv12 fixed and speedup
Michael Niedermayer [Mon, 5 Nov 2001 18:50:58 +0000 (18:50 +0000)]
yuy2toyv12 fixed and speedup

Originally committed as revision 2725 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agofixed yv12toyuy2
Michael Niedermayer [Mon, 5 Nov 2001 18:26:49 +0000 (18:26 +0000)]
fixed yv12toyuy2

Originally committed as revision 2724 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agopostprocessing array increased to handle HDTV resolutions (1920x1152)
Arpi [Mon, 5 Nov 2001 18:23:31 +0000 (18:23 +0000)]
postprocessing array increased to handle HDTV resolutions (1920x1152)

Originally committed as revision 206 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoForgot
Nick Kurshev [Mon, 5 Nov 2001 18:03:46 +0000 (18:03 +0000)]
Forgot

Originally committed as revision 2722 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoFixed rgb32(24)to15 stuff
Nick Kurshev [Mon, 5 Nov 2001 17:56:11 +0000 (17:56 +0000)]
Fixed rgb32(24)to15 stuff

Originally committed as revision 2721 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoFixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken
Nick Kurshev [Mon, 5 Nov 2001 17:46:20 +0000 (17:46 +0000)]
Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken

Originally committed as revision 2720 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoWell - old algorithms and new stuff rgb24to16(15)
Nick Kurshev [Mon, 5 Nov 2001 17:35:28 +0000 (17:35 +0000)]
Well - old algorithms and new stuff rgb24to16(15)

Originally committed as revision 2719 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoMore standards compilance
Nick Kurshev [Mon, 5 Nov 2001 08:37:27 +0000 (08:37 +0000)]
More standards compilance

Originally committed as revision 2712 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoyuy2toyv12 in MMX
Michael Niedermayer [Mon, 5 Nov 2001 02:25:30 +0000 (02:25 +0000)]
yuy2toyv12 in MMX

Originally committed as revision 2705 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoyv12toyuy2 in MMX
Michael Niedermayer [Mon, 5 Nov 2001 01:21:05 +0000 (01:21 +0000)]
yv12toyuy2 in MMX
cleanup

Originally committed as revision 2703 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoyv12 <-> yuy2 in C
Michael Niedermayer [Mon, 5 Nov 2001 00:45:55 +0000 (00:45 +0000)]
yv12 <-> yuy2 in C

Originally committed as revision 2702 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agofaster 15to16 bit rgb (the mmx routine is limited by memory speed so there is no...
Michael Niedermayer [Sun, 4 Nov 2001 23:04:26 +0000 (23:04 +0000)]
faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is no difference ): but the c routine is faster

Originally committed as revision 2699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agopalette to bgr24
Michael Niedermayer [Sun, 4 Nov 2001 19:50:29 +0000 (19:50 +0000)]
palette to bgr24

Originally committed as revision 2698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agobgr32to16, bgr32to15 (needed for palette stuff)
Michael Niedermayer [Sun, 4 Nov 2001 19:36:24 +0000 (19:36 +0000)]
bgr32to16, bgr32to15 (needed for palette stuff)
paletteto 32,16,15bgr
all in c, will be optimized as soon as they are tested (assuming opt. is possible)

Originally committed as revision 2695 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agogreen line fix for dstw%8!=0
Michael Niedermayer [Sun, 4 Nov 2001 13:50:20 +0000 (13:50 +0000)]
green line fix for dstw%8!=0

Originally committed as revision 2681 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agousing const modifier
Nick Kurshev [Sun, 4 Nov 2001 11:51:36 +0000 (11:51 +0000)]
using const modifier

Originally committed as revision 2678 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agofixed warnings
Michael Niedermayer [Sun, 4 Nov 2001 03:07:02 +0000 (03:07 +0000)]
fixed warnings

Originally committed as revision 2672 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agofaster bgr15/16
Michael Niedermayer [Sun, 4 Nov 2001 02:28:23 +0000 (02:28 +0000)]
faster bgr15/16

Originally committed as revision 2670 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agodct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>
Arpi [Sat, 3 Nov 2001 02:22:48 +0000 (02:22 +0000)]
dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>

Originally committed as revision 205 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years ago- Bug fix on inter MCBPC table for inter+q.
Juanjo [Sat, 3 Nov 2001 00:49:53 +0000 (00:49 +0000)]
- Bug fix on inter MCBPC table for inter+q.
- H.263/H.263+ decoder now knows GOB start codes.
- H.263/H.263+ decoder now returns the size of the stream on the first call.
- Added show_bits() functions to see the buffer without loosing the bits.
- TODO: H.263v1 UMV parsing is buggy.

Originally committed as revision 204 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoright green line bugfix for width not %8==0 (untested -vo vesa doesnt work)
Michael Niedermayer [Fri, 2 Nov 2001 19:21:02 +0000 (19:21 +0000)]
right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)

Originally committed as revision 2639 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years ago* fixed decoding busy loop
Zdenek Kabelac [Wed, 31 Oct 2001 19:40:53 +0000 (19:40 +0000)]
* fixed decoding busy loop

Originally committed as revision 203 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years ago* dependency for static linking
Zdenek Kabelac [Wed, 31 Oct 2001 19:40:18 +0000 (19:40 +0000)]
* dependency for static linking

Originally committed as revision 202 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agodeinterlace bugfix
Michael Niedermayer [Wed, 31 Oct 2001 18:29:03 +0000 (18:29 +0000)]
deinterlace bugfix

Originally committed as revision 2596 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoc speedup (x1, rk1 filters)
Michael Niedermayer [Wed, 31 Oct 2001 02:29:02 +0000 (02:29 +0000)]
c speedup (x1, rk1 filters)

Originally committed as revision 2587 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoc speedup
Michael Niedermayer [Wed, 31 Oct 2001 01:30:28 +0000 (01:30 +0000)]
c speedup

Originally committed as revision 2586 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years ago15/16bit in C speedup
Michael Niedermayer [Wed, 31 Oct 2001 00:26:29 +0000 (00:26 +0000)]
15/16bit in C speedup

Originally committed as revision 2585 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoc optimizations
Michael Niedermayer [Tue, 30 Oct 2001 22:24:38 +0000 (22:24 +0000)]
c optimizations
bugfix

Originally committed as revision 2577 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoc optimizations
Michael Niedermayer [Tue, 30 Oct 2001 22:03:25 +0000 (22:03 +0000)]
c optimizations

Originally committed as revision 2576 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agoc optimizations (array is faster than pointer) (16bpp variants tested and 2% faster)
Michael Niedermayer [Tue, 30 Oct 2001 21:33:01 +0000 (21:33 +0000)]
c optimizations (array is faster than pointer) (16bpp variants tested and 2% faster)

Originally committed as revision 2573 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

22 years agominor speedup
Michael Niedermayer [Tue, 30 Oct 2001 21:14:02 +0000 (21:14 +0000)]
minor speedup
cleanup

Originally committed as revision 2571 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc