Commit Graph

7558 Commits

Author SHA1 Message Date
arpi 19bfd0d791 warning fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7558 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 19:19:31 +00:00
pontscho 0722c4d0a5 upsz ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7557 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 19:00:43 +00:00
arpi 3506bea5de vcodec=mpeg4 set as default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7556 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 17:53:14 +00:00
alex a2dcf1822e updated my areas
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7555 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 17:53:05 +00:00
arpi c248c79211 updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7554 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 16:51:09 +00:00
arpi e7e1de2daf 1000l
%s != %d


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7553 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 16:15:19 +00:00
arpi fbf22944fb 10l, cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7552 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 15:40:14 +00:00
nexus d688a449ad sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7551 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 15:00:38 +00:00
alex 3fcb00c9ae 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7550 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 14:55:52 +00:00
gabucino 90e4630682 updated.
pls check it because I did it in a car with 4 other persons.. so
probably has typos :) But it compiles and works for me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7549 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 14:33:53 +00:00
jaf a3387a49e2 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7548 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 12:23:46 +00:00
nexus 4c6823a3f9 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7547 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 11:45:25 +00:00
pontscho b8b2e4dbee sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7546 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 09:39:25 +00:00
atmos4 1074247f62 Fix kde 3.1 fullscreen issues, closes my latest bugreport on that issue.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7545 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 04:18:53 +00:00
pontscho afe05d16b1 more
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7544 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 22:52:23 +00:00
arpi 8ded55d12f fullscreen fixes, based on mail by Havoc Pennington <hp@redhat.com>
- it should not set _NET_WM_STATE_STAYS_ON_TOP, this hint does
    not exist in the spec
    (http://www.freedesktop.org/standards/wm-spec/1.2/html/x224.html)
    and _NET_WM_STATE_FULLSCREEN already implies "on top" so there's no
    need to set this.
    it should set _NET_WM_STATE_FULLSCREEN instead, I don't
    currently see code to set _NET_WM_STATE_FULLSCREEN
  - the XUnmapWindow() after sending the client message
    is officially speaking breaking the spec, should be
    XWithdrawWindow().


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7543 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 22:37:20 +00:00
pontscho f73a875f01 add aspect changing support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7542 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 21:16:12 +00:00
pontscho fd0aba17d5 fix filter handling bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7541 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 20:33:56 +00:00
arpi dbb902acc6 -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7540 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 20:09:14 +00:00
pontscho f1ba99cdbe - add "start in fullscreen" function
- fix some small bug
- don't quit if the config file is wrong


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7539 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 19:42:10 +00:00
arpi 6ca786097d argh i forgot to add new file..
directx driver by Sascha Sommer <saschasommer@freenet.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7538 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 19:17:34 +00:00
arpi 309df4a227 -vo directx driver by Sascha Sommer <saschasommer@freenet.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7537 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 19:03:50 +00:00
pontscho d398c27b00 no fix window size
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7536 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 19:00:50 +00:00
arpi db99f581cf passthrough timestamps to demuxer
patch by Ross Finlayson <finlayson@live.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7535 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 18:51:44 +00:00
arpi baefead944 another dga v1 fix by Fredrik Noring <noring@nocrew.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7534 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 18:50:45 +00:00
alex d9e1ce4348 complex patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7533 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 18:49:47 +00:00
pontscho 36ad06302b akarki fs pecse
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7532 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 18:49:07 +00:00
jaf 77f838a25a sync, added cache and cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7531 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 18:47:40 +00:00
arpi b124a4f9f9 removed obsolete/unused audio|video_fm|codec, has_audio|video
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7530 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 18:45:47 +00:00
alex 88a7cf8f7d btaudio driver support by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7529 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 18:42:17 +00:00
alex 83aa3a0f2b added uhulinux url
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7528 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 18:26:50 +00:00
pontscho 253c9833b7 - fix new afm/vfm support
- fix fullscreen with xv
- add cache support


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7527 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 18:03:34 +00:00
nexus 4eb5fc7dea sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7526 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 16:18:32 +00:00
gabucino c8e2a15246 function for blanking+clearing screen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7525 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 16:10:09 +00:00
jaf 0df7d07f80 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7524 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 09:54:39 +00:00
arpi dbf0fe78c6 -ac/-afm rewrite, now works the same way as -vc/-vfm
including audio codec fallbacks if init failed


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7523 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 02:23:20 +00:00
arpi 7f62a29ed9 0x50 enabled for mp3lib
planar YUV formats added to CYUV


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7522 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 02:21:13 +00:00
arpi ad8bc3c607 layer-1 stream parsing (NOT decoding) support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7521 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 02:03:09 +00:00
arpi d97d29a54f decoder merged, using mpi now. support for stride, and outfmt 411p,422p
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7520 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-27 23:07:05 +00:00
arpi 5bda061647 some cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7519 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-27 22:29:43 +00:00
arpi 0bcbbd8705 -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)
by Hampa Hug <hhug@student.ethz.ch>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7518 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-27 21:08:36 +00:00
arpi ea2e1768d2 when working through a mixed play tree with audi-only files and video files
the OSD level is set to 0 when playing an audio-only file. The previous OSD
level never gets restored. My small patch handles this.
- patch by Reder Uwe <Uwe.Reder@3SOFT.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7517 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-27 20:57:00 +00:00
arpi 21b6169342 DGA1 fix by Fredrik Noring <noring@nocrew.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7516 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-27 20:48:06 +00:00
arpi 2f74e98e0f dump processed edit list data
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7515 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-27 20:33:09 +00:00
bertrand fbcc3a2466 Display the IP address that has been resolved.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7514 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-27 19:20:20 +00:00
michael 58bedbff1f pass fourcc to lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7513 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-26 23:53:50 +00:00
gabucino 944d42db69 fixing compilation on LFS
plus a note, it can't be compiled with --enable-gui (undef references)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7512 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-26 20:37:54 +00:00
bertrand 103b8b2d46 Added -lm for libcdparanoia (for the sin & cos symbol).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7511 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-26 18:48:25 +00:00
frodone 0cc5461ddf sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7510 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-26 17:22:49 +00:00
frodone 8b24d17415 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7509 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-26 17:11:14 +00:00