1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-17 12:25:03 +00:00
Commit Graph

6942 Commits

Author SHA1 Message Date
arpi
c750b8ab2d -vc null is better than -hardframedrop -- hint by gabor <gabor@realtime.sk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6942 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-06 20:31:48 +00:00
arpi
f607a0cfb1 10l bug (missing break;) found by Jim Hawkins <jim@jawkins.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6941 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-06 19:45:59 +00:00
rik
c9e7231325 autodetection of MJPEG card for -vo zr by grepping /proc/pci
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6940 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-06 14:23:23 +00:00
kmkaplan
fc8d212e57 Put all spudec_new stuff in a single function,
spudec_new_scaled_vobsub.  Original frame width is always either
720x576 or 720x480.  See dvd-subtitle-problem.txt and
dvd-subtitle-problem.txt.vob.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6939 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-06 13:32:55 +00:00
jaf
19e3d7f975 update by Jiri Svoboda <jiri.svoboda@seznam.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6938 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-06 10:22:50 +00:00
nexus
60da123308 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6937 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-06 09:05:08 +00:00
arpi
7ec13528e5 codecs.conf min. version bumped
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6936 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 21:02:23 +00:00
arpi
0941f23857 real 'sipr' audio added (not yet working), version bumped
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6935 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 21:01:53 +00:00
rik
1401a8f1f3 0.1l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6934 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 20:49:58 +00:00
rik
ed9ba575cb cinerama support in -vo zr for people with more than one zoran card, documentation contained in -zrhelp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6933 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 20:03:22 +00:00
arpi
2213dfe8cc 100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6932 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 19:38:30 +00:00
jaf
539e99eee1 moved messages to help_mp-??.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6931 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 18:37:14 +00:00
arpi
305cbfe923 allow early exit from esds parsing, so decoder info (type & bitrate) are
available even if no codec-specific data or other extras found


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6930 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 18:22:51 +00:00
arpi
4831d9f8ad support for .mp4 with .mp3 audio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6929 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 18:22:14 +00:00
arpi
19704bb73a native DV audio/video decoders using libdv
based on patch by Alexander Neundorf <neundorf@kde.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6928 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 17:23:22 +00:00
arpi
54646d462b native libdv added, fourccs fixed/commented for qdv & mcdv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6927 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 17:22:14 +00:00
arpi
4aed347e68 raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6926 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 17:21:35 +00:00
arpi
ad1a8c23fe oac/ovc changes, -osdleevl defaults to 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6925 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 13:53:30 +00:00
arpi
f429ecfeba no default oac/ovc (it just confuses users), more detailed -oac/-ovc help
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6924 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 13:41:32 +00:00
atmos4
5c90181715 Bswap fixes for 64bit cpus, thx to Falk Hueffner for the hint.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6923 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 13:04:54 +00:00
arpi
fb8b0be71f osdlevel=1 by default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6922 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 12:57:54 +00:00
arpi
f3dc814763 updates, using DIRECTFBVERSION and video EQ support by Jiri.Svoboda@seznam.cz
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6921 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 11:46:51 +00:00
arpi
52083dde7e directfb version detection
little bit modified patch by jiri.svoboda@seznam.cz


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6920 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 11:42:29 +00:00
arpi
a047181b33 PPC endianess fix by Colin Leroy <colin@colino.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6919 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 11:26:26 +00:00
jaf
21a64e0adb sorry
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6918 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 06:46:54 +00:00
arpi
148c410cc5 fixed 'eof at 66s' bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6917 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 03:13:45 +00:00
arpi
26c5a78487 compilation bug found by Julien Portalier <julien@portalier.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6916 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 01:53:17 +00:00
arpi
c7fde61d42 gui seekbar pos calc overflow fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6915 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 01:32:11 +00:00
atmos4
4661006788 endian autodetection by Bertrand + Michael, tested on x86, PPC, sparc, alpha
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6914 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 01:31:47 +00:00
pontscho
a04e780da0 - fix equ handling
- fix dvd pos bar
- fix 10l bug in evLoadPlay bugfix :)
- mittomen


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6913 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 01:14:14 +00:00
arpi
8d45b64a65 warning fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6912 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 01:06:25 +00:00
arpi
fa788640e2 applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson <finlayson@live.com>
see <http://www.live.com/mplayer/> for details.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6911 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 00:39:07 +00:00
diego
11bc29e6cc VCDs do *not* get mounted.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6910 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 00:27:26 +00:00
arpi
803362ea91 small fixes...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6909 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 00:11:44 +00:00
diego
7cafdd1d46 Applied some suggestions by Nilmoni Deb.
CD-ROM section renamed to CD/DVD drives, VCD clarification.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6908 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 22:26:35 +00:00
diego
2c4e0598b6 Changed all link names from the section number to a sensible label.
Section numbers were 2.3.2.1. in the section names and 2.3.2.1 in the TOC.
I settled for the former everywhere.  "Misc OS" is now called "Ports".
Checked all internal links, some of them were falsely pointing to renumbered
sections.  This should no longer happen.
And in case some of you think "This must have been a lot of work!", that
does not even begin to describe it...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6907 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 22:13:09 +00:00
pontscho
3028f5f38f - fix playlist2dvd bug
- change playlist selection mode


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6906 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 20:44:21 +00:00
jaf
05ff4fe71f 'switched to -ni' hinzugefügt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6905 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 20:33:19 +00:00
pontscho
0cfdf68bfb - fix mixer handling
- some change in menu
- fix evLoadPlay bug
- etc


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6904 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 19:23:58 +00:00
arpi
b049fdd4f7 faszom
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6903 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 19:15:45 +00:00
gabucino
ea43f52650 igaz - corrected according to arpi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6902 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 19:10:07 +00:00
gabucino
fa20618d89 "szviccsing tu -ni" added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6901 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 18:58:55 +00:00
arpi
4c10cccd82 format incompatibility warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6900 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 18:33:26 +00:00
pontscho
432de7091c - fix fuckin' locale (?:)
- fix msg box layer handling


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6899 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 17:24:00 +00:00
michael
e31043bcb9 ver=-1 as default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6898 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 16:27:52 +00:00
arpi
561e93faa6 mjpeg codecs reordered - now it plays almost everything by default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6897 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 16:06:24 +00:00
arpi
e2422e4683 updated - we're ready for a pre-release now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6896 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 15:39:31 +00:00
arpi
b94132a38a support for packetized aac streams (used in .mp4 files)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6895 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 15:33:41 +00:00
arpi
6322051307 mp4v (.mp4 video) added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6894 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 13:52:24 +00:00
arpi
ae0d40780a 10000l - didn't clear new stream struct, causing possible sig11 in cache layer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6893 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 13:35:25 +00:00