Commit Graph

2765 Commits

Author SHA1 Message Date
arpi c730baf9e6 ignoring decompressquery error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2715 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 14:59:51 +00:00
arpi 52e8c7b186 updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2714 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 14:56:18 +00:00
nick 0e949b7ec5 rgb32to16, rgb32to15 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2713 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 08:38:18 +00:00
nick 0d29f843f7 More standards compilance
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2712 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 08:37:27 +00:00
jaf e17782f307 Transated by: Leandro Lucarella <leandro@lucarella.com.ar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2711 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 05:47:14 +00:00
jaf ce1f575413 Sorry, my laptop has no dvb-card
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2710 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 05:38:23 +00:00
arpi 38128eab95 ao_mpegpes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2709 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 03:01:11 +00:00
arpi 9e418adf1e vo_pts added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2708 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 02:58:47 +00:00
arpi 3b086e8243 audio packet writting added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2707 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 02:55:00 +00:00
arpi a01a5a0073 libvo driver may have its own timing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2706 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 02:53:53 +00:00
michael d8efd32d3f yuy2toyv12 in MMX
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2705 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 02:25:30 +00:00
atmos4 30ffaf0e5f Quick hack to don't use ldivxencode on systems where it'S not installed.
This should be improved: add compile check to configure (with sth. from encore2.h I guess), seperate divxdecore and encore as only one of them could possibly be
installed, add ifdefs to code so it doesn't spit errors about missing headers if no divx4 is present.
(I don't currently have installed divx4 so I only did the quick hack for first).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2704 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 02:04:10 +00:00
michael d7db781cf8 yv12toyuy2 in MMX
cleanup


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2703 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 01:21:05 +00:00
michael b9606b37f4 yv12 <-> yuy2 in C
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2702 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 00:45:55 +00:00
pl b65bc437af problems with --with-sdl-config (option ignored)
added --with-{gtk,glib}-config


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2701 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-05 00:00:25 +00:00
atmos4 c4f9ebc49a Removed -fomit-frame-pointer hack in favour of CFLAGS warning I previously added (this should also fix profiling and maybe some non-x86 build).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2700 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 23:46:49 +00:00
michael 867f14b6b3 faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is no difference ): but the c routine is faster
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2699 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 23:04:26 +00:00
michael 57bfcdc19d palette to bgr24
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2698 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 19:50:29 +00:00
arpi 533e296eee vivo 2.0 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2697 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 19:47:19 +00:00
arpi d1b9720467 vivo 2.0 compatibility
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2696 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 19:39:08 +00:00
michael 199e88d20c 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)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2695 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 19:36:24 +00:00
nick 78ab9a9f1d triple buffering interface
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2694 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 18:06:31 +00:00
nick 4db20c913d Minor notes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2693 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 18:04:45 +00:00
arpi 1a10521a2c fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2692 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 17:46:27 +00:00
gabucino cc635b2c82 some updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2691 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 17:35:29 +00:00
nick 44101a8d68 Use standard aspect code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2690 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 17:22:22 +00:00
nick ab6ccafde3 Code cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2689 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 17:01:12 +00:00
arpi 27b3895659 vivo demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2688 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 16:57:09 +00:00
nick 11148f0835 Double buffering support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2687 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 16:20:58 +00:00
pl 6dfef68008 message for xanim codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2686 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 15:04:32 +00:00
gabucino 86575bcfde divx4 installation updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2685 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 14:35:50 +00:00
alex 9d9561be24 fixed cram and vivo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2684 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 14:23:31 +00:00
alex 2e29ff3ad8 fixed api revision and input fourcc handling (mappings are working too :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2683 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 14:21:44 +00:00
arpi d79da48df5 fourcc mapping fixed - 10l to someone
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2682 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 14:00:53 +00:00
michael a28c29e8f3 green line fix for dstw%8!=0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2681 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 13:50:20 +00:00
alex 1ed7a2cf0a supporting GetFormatSize
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2680 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 13:37:23 +00:00
nexus 259a6004c5 XAnim sync, typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2679 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 12:43:03 +00:00
nick 7c04b6b3c1 using const modifier
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2678 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 11:51:36 +00:00
nick 7e8ad962b7 Fixed rgb2rgb in DGA mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2677 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 11:50:52 +00:00
alex 12dce88d5e added vivo h.263, vivo g.723, twos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2676 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 11:43:29 +00:00
gabucino 2d04ee7519 started mencoder documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2675 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 11:20:11 +00:00
gabucino 8ff06c50f6 *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2674 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 10:42:32 +00:00
arpi 61e35e098d works! copy video steram to .avi file playable with ivvideo.dll
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2673 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 04:55:44 +00:00
michael 6063b35ccd fixed warnings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2672 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 03:07:02 +00:00
alex 6a4f09c708 fixed TlsAlloc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2671 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 02:43:25 +00:00
michael 96b471219d faster bgr15/16
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2670 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 02:28:23 +00:00
arpi 6b3ac18e85 KERNEL32 fix for ivvideo and strncmp for U263
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2669 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 00:46:12 +00:00
arpi 2fde21b8c9 convertiong to avi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2668 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 00:38:32 +00:00
gabucino 887f08b52f ovc oac
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2667 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 00:12:54 +00:00
arpi fb794e7e91 dump h263 frame headers from vivo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2666 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 00:00:38 +00:00