Commit Graph

7630 Commits

Author SHA1 Message Date
pontscho 0b50082062 change i18n to autodetect
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7580 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-02 09:24:34 +00:00
arpi 4250d227f1 1l - update len too in sliced mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7579 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 23:47:22 +00:00
arpi 103cbf8734 changed order of libs to match the dependency (required for static linking)
patch by Sidik Isani <lksi@cfht.hawaii.edu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7578 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 22:36:25 +00:00
arpi e93dfc0147 new opt: -autosync, controls ao->get_delay() smoothing (default: disabled)
patch by Sidik Isani <lksi@cfht.hawaii.edu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7577 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 22:29:04 +00:00
arpi c9948174b9 flickering fix, patch by Fredrik Noring <noring@nocrew.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7576 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 21:47:32 +00:00
arpi 93768f46e5 fixing RV10 streamcopy - detect packet format (simple single frame vs. slices
with extra header + offset tab) based on codec header instead of demuxer type


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7575 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 21:30:10 +00:00
michael 021c753321 rv10 cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7574 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 20:01:04 +00:00
pontscho 690bccca99 _NET_WM_FULLSCREEN support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7573 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 14:37:01 +00:00
anders 3ef4629545 Adding support for multiple audio streams and removing annoying message from resample and format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7572 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 12:53:30 +00:00
nexus 5cc92f1a4e FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7571 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 09:20:27 +00:00
anders 3cb2b65cea Moving lm to after laf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7570 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 08:42:47 +00:00
anders 1f6c494641 Adding new audio output filter layer libaf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7569 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 06:45:08 +00:00
rik c0091278d8 libavcodec sync; zigzag_direct and block_permute_op replaced by non-globals in MpegEncContext
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7568 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-30 21:46:54 +00:00
arpi 88ab61eaab - demuxer->audio->id is set to -2 when using 'frameno.avi', so
in that case, just skip audio packets.
- When processing NuppelVideo files with mencoder,
  remaining time, estimated size, etc. fields are not computed.
  SOLUTION: Update demuxer->filepos variable when reading the packets.
patch by Petr Pudlak <wandermind@centrum.cz>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7567 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-30 21:10:41 +00:00
jaf f7bfb1aaf6 sync by Anders Rune Jensen <anders@gnulinux.dk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7566 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-30 08:04:20 +00:00
michael 40e200bd9f idct algo selection support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7565 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 23:21:57 +00:00
arpi 1acee84acd audio out driver list support (example: -ao alsa9,sdl:esd,oss,sdl:oss,)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7564 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 22:57:54 +00:00
arpi 1a6f3e1d60 video out driver list support (like -vc, example: -vo xmga,xv,x11,)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7563 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 21:53:05 +00:00
arpi 4b05808939 removed obsolote func, some cosmetics of AUDIO: msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7562 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 21:52:10 +00:00
gabucino 3e07d606c3 1l: shift+space -> normal space
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7561 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 21:19:16 +00:00
arpi eb7eb4bdde some cleanup - made private vars/funcs static, removed obsolete externs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7560 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 19:26:40 +00:00
arpi fd714dd054 warning fix - hope it don't break it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7559 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 19:23:21 +00:00
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