1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 02:45:43 +00:00
Commit Graph

7959 Commits

Author SHA1 Message Date
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
arpi
889ffa50ea vo_init() moved to/fixed in preinit()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7932 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-27 03:16:21 +00:00
arpi
5a473a4ffc mode detection && vo_init() moved to preinit()
NOTE: this driver needs some cleanup, and should use mDisplay/mScreen


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7931 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-27 03:15:48 +00:00
arpi
290a98a9cc 1l :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7930 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-27 02:54:46 +00:00
michael
31f511c9a6 handle direct rendering buffer allocation failure
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7929 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-27 00:37:51 +00:00
arpi
14a729831f added chanegs since pre9
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7928 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-26 16:25:32 +00:00
arpi
99820540ad - removed YV12 support (builtin yv12->rgb conversion)
- removed built-in OSD rendering


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7927 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-26 16:05:47 +00:00
arpi
a614f0524d Gregory Kovriga added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7926 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-26 15:06:50 +00:00
diego
4916d24092 HTML errors
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7925 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-26 10:09:42 +00:00
pl
85e58efc7c avoids segfaults w.r.t to mp3 files handling:
hunk1 => mplayer -fps 42 foobar.mp3 (yeah it's a bit dumb but... ;)
 hunk2 => mplayer *.mp3 + next file + volume increase
 hunk3 => preventive bugfix


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7924 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-26 00:28:48 +00:00
colin
51e17bcc22 Remove my broken patch (RGB16 big endian fix, v1.28) - didn't work after
a reboot


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7923 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 23:58:33 +00:00
jaf
56746ba32f please never edit this file with a windows editor.
it will make it un-runable on an unix-system!!!


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7922 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 17:42:20 +00:00
faust3
64a500264d update cygwin status
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7921 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:52:07 +00:00
arpi
6a84628840 2xSai filter... just for fun, imho useless
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7920 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:49:33 +00:00
arpi
2fb26f01fd debug ize
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7919 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:48:53 +00:00
faust3
97b045cae1 add ao_win32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7918 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:39:44 +00:00
faust3
2aead272b5 add ao_win32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7917 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:34:27 +00:00
faust3
bdf7fe0825 add ao_win32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7916 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:25:41 +00:00
faust3
9b823876fd add win32 libs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7915 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:22:59 +00:00
faust3
f1ae8e8e5d new windows waveout audio driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7914 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:18:33 +00:00
albeu
f8ce5ab876 Reverse Arpi's commit and put the right fix in place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7913 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:06:25 +00:00
arpi
16fca14336 better error handling
based on patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7912 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 14:58:30 +00:00
arpi
0bb18f0541 check for framesize validity, return -1 (error) for zero size (bug found by pl)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7911 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 14:33:51 +00:00
arpi
6f3e7cffaa patch for crashes/memory corruptions in ASX playlist parser.
by Gregory Kovriga <gkovriga@techunix.technion.ac.il>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7910 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 14:13:32 +00:00