Commit Graph

8082 Commits

Author SHA1 Message Date
albeu 639d4b166c Some little bugfixs
New options to control the colorkey stuff
Fix the osd to be less time consuming


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7982 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 17:54:07 +00:00
albeu 89562c1e3d 10L
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7981 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 17:51:13 +00:00
albeu 2b84c7c654 The default query_format shouldn't accept IMGFMT_MPEGPES
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7980 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 17:48:39 +00:00
albeu 9015357a84 10L ! Don't remove the scale filter if we don't added ourself
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7979 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 17:45:44 +00:00
arpi 39aca46a2f debug printf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7978 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 14:10:36 +00:00
arpi dcb3e27eeb unsharp filter doc
patch by Rimi Guyomarch <rguyom@pobox.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7977 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 11:12:41 +00:00
anders 549464a883 Adding compile problem fix from Gabucino
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7976 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 09:05:02 +00:00
rfelker e935c134ff enable volume filter and fix nonsense default volume (still not usable
because mixer.c has no mechanism to pass volume commands to libaf)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7975 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 04:11:26 +00:00
michael 0df5aa5a35 using same numbers for cpuCaps as libmpeg2 & liba52
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7974 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 01:59:51 +00:00
michael f8456285fb cleanly passing the cpuCaps
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7973 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 01:51:14 +00:00
albeu 3b76b15377 Auto insert vf_lavc for the MPEG vo's
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7972 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 23:43:23 +00:00
albeu 35c29d0946 Fixed the overlay, some opts to adjust the overlay
Experimental osd support for the overlay


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7971 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 23:40:07 +00:00
diego 4758d5f972 <B>MPlayer</B> --> MPlayer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7970 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 23:37:45 +00:00
michael bd8f62674f 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7969 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 23:36:37 +00:00
arpi 4a18befb17 don't use soundcard.h on non-linux if no OSS support
(based on idea & bugreport by Björn Sandell <biorn@dce.chalmers.se>)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7968 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 23:07:41 +00:00
arpi c46abe48b7 new video filter: unsharp - does image (l/c/l+c) sharping/bluring
by Rémi Guyomarch <rguyom@pobox.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7967 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 22:37:11 +00:00
arpi 16c4baf848 Alex's 10l - fixed liblzo linking
patch by Roberto Togni <r_togni@libero.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7966 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 22:01:09 +00:00
arpi e5947d8b27 here is a somewhat generic equalizer implementation for the X11 vo drivers
using the window's colormap (DirectColor).
this method is using the video card's hardware gamma ramp so it involves
no performance penalties at all.
patch by lucho <lucho@haemimont.bg>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7965 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 20:27:47 +00:00
michael de382c1b8c cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7964 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 20:12:24 +00:00
rik f5929b0a59 some card/mobo combos can't handle buffers larger than 128kB, we change the default buffer to 128kB, add warnings if the buffer becomes full, add a commandline option to enlarge the buffer and give suggestions to users to lessen the buffer size requirements (lower quality/resolution). 128kB should, however, be enough for everybody :-). Bug reported by Brain Edmonds, cause explained (to allow me to fix the driver) by Ronald Bultje (mjpegtools developer)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7963 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 19:06:26 +00:00
michael 8b2f3eb5e4 cosmetics ;)
prefixing all functions with pp_ to avoid namespace issues


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7962 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 18:51:52 +00:00
michael 0f1d6aabec better deblocking filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7961 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 18:35:15 +00:00
alex 19259744ee cleaned up liblzo detect and naming
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7960 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 16:50:34 +00:00
alex 94f5f95d31 10l - fixed wma version misdetection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7959 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 16:40:45 +00:00
michael ba80103442 passing picture_type (might be usefull for postprocessing)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7958 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 11:26:26 +00:00
michael caa57f98bd -fomit-frame-pointer is needed for the PIC code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7957 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 11:21:43 +00:00
henry 7613c12c24 updated v4l section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7956 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 10:09:10 +00:00
henry b7ff8e8199 10L fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7955 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 10:03:58 +00:00
bertrand 4dc9465cb8 GCC warning fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7954 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 09:18:53 +00:00
michael d60a88e4fa using fewer registers (fixes compilation bug hopefully)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7953 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 09:16:06 +00:00
mswitch a319b47593 Updated the DXR3 section to reflect command changes, prebuf replaced
noprebuf and sync is a brand new command.
Also indicates that prebuffering no longer is the default operation.
Note regarding divx playback how you should set the lavc fps to 29.97
for proper playback on the em8300.

I saw something on mplayer-dev-eng about everyone being allowed to
commit doc-updates now. I hope this is valid, otherwise let me know.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7952 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 01:41:16 +00:00
mswitch 02244a1540 Prebuffering is no longer the default option.
Switch :prebuf enables prebuffering, :noprebuf has been removed
Added new sync-engine, activate it with :sync
Rewrote commandline parser to be more intelligent (no need for an
internal structure of commands)
Replaced prebuf variable with spubuf, this name was real confusing. I
did not add this variable.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7951 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 01:38:42 +00:00
michael 63ee919e14 fixing segfault
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7950 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 01:20:51 +00:00
colin af0d4b8c60 fix compilation on non-x86 with gcc 2.95
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7949 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 00:54:07 +00:00
michael 3357a615d4 fixing quant_store scaling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7948 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 22:45:05 +00:00
michael 2d28fdd64c postprocessing cleanup:
remove opendivx #ifdefs
remove rk1 filter
remove unused / obsolete stuff
add -1,4,2,4,-1 deinterlacing filter (ffmpeg uses that)
threadsafe / no more non-const globals
some optimizations
different strides for Y,U,V possible
remove ebx usage (someone really should fix gcc, this is really lame)
change the dering filter slightly (tell me if its worse for any files)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7947 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 19:31:04 +00:00
mswitch a64160a3bd Fixed stupid bug relating to multiple cards on athlons
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7946 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 17:08:37 +00:00
zdar ba37db1370 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7945 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 15:04:48 +00:00
arpi b11ab7c61a VCD fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7944 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 00:55:07 +00:00
diego 050f333329 Unified BSD sections, expanded Cygwin section, small fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7943 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 00:44:17 +00:00
arpi 576f61ea23 config_vo error handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7942 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 00:42:39 +00:00
arpi 6fbb5c27a5 pass extradata to the codec
patch by Fabrice Bellard <fabrice.bellard@free.fr>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7941 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 00:40:42 +00:00
arpi fe78788cbf ffwma
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7940 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 00:38:29 +00:00
arpi 718fc7f648 Gerard->Fabrice
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7939 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 00:36:27 +00:00
diego 8393f96df5 URLs corrected.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7938 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 00:23:39 +00:00
jonas 9f91a91294 1l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7937 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-27 18:01:40 +00:00
jonas aa9f266980 some changes found by lgb...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7936 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-27 17:33:44 +00:00
jonas 7158327e6d DVD authentication, VCD/DVD structure, more...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7935 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-27 15:36:33 +00:00
diego ff76453573 sync, patch by Ioannis Panteleakis.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7934 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-27 10:43:38 +00:00
arpi a7c6891875 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7933 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-27 03:30:59 +00:00