0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
Commit Graph

16982 Commits

Author SHA1 Message Date
diego
64f4a3f32f Remove duplicate leftover line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16982 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-12 22:02:17 +00:00
reynaldo
3c98bf287b fixes missing caps on last patches
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16981 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-12 19:46:02 +00:00
gpoirier
e5cd922798 Configure support for Cyrix C3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16980 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-12 08:25:04 +00:00
gpoirier
f54f3ba50a Sync with help_mp-en.h 1.201, patch by Emfox Zhou < emfoxzhou AH gmail POIS com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16979 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-12 08:15:34 +00:00
gpoirier
d98aad7859 synced with 1.1153
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16978 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-11 15:56:56 +00:00
albeu
370c6a893c Document the new oss config parameters.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16977 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-11 15:08:35 +00:00
joey
4d5075924b Generate double-click mouse events.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16976 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-11 13:26:24 +00:00
joey
fc3c39033a Add double-click mouse events.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16975 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-11 13:25:48 +00:00
joey
370d1d14cf Intercept maximize event and go into fullscreen mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16974 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-11 13:22:01 +00:00
joey
35d0962444 DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -10,000 to 0.
MPlayer uses a linear intensity value between 0.0 and 100.0.
This patch converts the values properly rather than simply linearly mapping the range.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16973 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-11 03:07:01 +00:00
joey
8572f14094 Adds a target parameter to the volnorm filter.
This is useful to avoid clipping when processing data,
  but less important when watching a clip live.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16972 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-11 02:47:21 +00:00
reynaldo
0c187db220 -waveheader is deprecated, using -ao pcm:waveheader instead
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16971 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-11 01:39:54 +00:00
diego
2d613a775d alphabetical order
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16970 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 23:26:55 +00:00
joey
8901ee0b0a add a switch, slave command, and vo control to toggle borderless window.
includes documentation.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16969 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 22:25:54 +00:00
reynaldo
8318fcd06b [TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemux
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16968 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 21:33:12 +00:00
joey
09ed4549eb move window style to a macro for easier maintaining
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16967 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 21:15:37 +00:00
reimar
fdb4583189 attempt to fix missing and/or broken boundary checks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16966 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 20:41:11 +00:00
reimar
57334e4ab7 ffmpeg truemotion1 codec now outputs BGR32 for some files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16965 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 20:38:05 +00:00
reimar
77909fb136 do not set ctx->vo_inited when init fails. This caused a crash when a
matching colorspace is missing in codecs.conf.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16964 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 20:36:37 +00:00
reimar
cf440b521e Do not hang forever when the card delivers no new data.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16963 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 20:32:47 +00:00
reimar
0a85f24278 implement norm switching, which was already documented??
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16962 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 20:31:27 +00:00
gpoirier
dde0caf249 Sync with help_mp-en.h 1.198, patch by Emfox Zhou emfoxzhou AH
gmail POIS com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16961 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 18:20:28 +00:00
albeu
1f1fc11b84 Allow setting the mixer per instance so one can fallback between
several oos device and still have correct mixer settings all the
time.
The sytax is now: oss[:dsp_device[:mixer_device[:mixer_channel]]]


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16960 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 09:02:56 +00:00
al
fb8da06ed7 Test if source image dimensions are too big.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16959 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 02:39:31 +00:00
ptt
3ccd424529 small typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16958 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 00:49:51 +00:00
ptt
30aaddb4bc synced with 1.198
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16957 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 00:21:13 +00:00
ptt
d44e5c8765 reordered subtitles language OSD display, since it worked bad for ogm...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16956 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-09 23:18:38 +00:00
gpoirier
de16761787 sync with 1.1150 (megaslow pp:) )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16955 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-09 22:17:20 +00:00
faust3
b4640b44fc it looks like width needs to be a multiple of 64 for newer cards
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16954 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-09 16:10:45 +00:00
ranma
9f105ba195 new orthography
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16953 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-09 15:40:25 +00:00
ranma
2f0e9a72ce Speling (das -> daß)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16952 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-09 06:22:03 +00:00
diego
ad53c7421c typo, trailing whitespace
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16951 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-09 00:18:48 +00:00
rathann
62cfb0bfff SDL no longer needed by default
libavcodec MUST be linked in statically


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16950 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-08 23:58:43 +00:00
rtognimp
59235ce33e Add another content-type for aac audio in shoutcast streams
Fixes http://www.digitallyimported.com/aacplus/goapsy.pls


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16949 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-08 22:07:53 +00:00
ranma
52946d2576 document new vf_uspp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16948 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-08 20:03:48 +00:00
michael
e9cfe4b5f6 ultra simple&slow pp filter, yes yet another spp like filter :)
this one does actually compress&decompress the video at various shifts with lavc while the other spp filters are doing optimized intra only filtering
limitations:
mpeg4 is hardcoded, all options too, pretty trivial to change though, even filtering with non dct codecs like snow could be tried ...
the qscale/qp is only taken fron the first MB of each image and then used for the whole image (would needs some small changes to lavc to let the user set the qscales for the mbs themselfs but iam to lazy ...)
this needs ALOT of cpu time and memory especially at uspp=8 ...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16947 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-08 13:15:19 +00:00
diego
de9c2f59dc fd --> file descriptor, small fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16946 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-08 11:54:43 +00:00
reimar
4acdc86503 do not call glFinish when we do not have a context
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16945 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-07 21:29:38 +00:00
reimar
efb84bce97 Do not show cache-line size message, I've never seen a case where it was useful
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16944 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-07 16:16:14 +00:00
diego
1ddc5d1e95 typo: libcio --> libcdio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16943 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-07 10:30:37 +00:00
reimar
ee5ce266e5 Fix compilation, use vo_fs instead of fullscreen variable. Not tested.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16942 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 21:15:53 +00:00
faust3
7b7c8c7125 save us from #ifndef hell
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16941 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 21:09:07 +00:00
gabrov
b7f7de5465 synced with 1.197
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16940 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 19:57:02 +00:00
faust3
4c0cf32f51 there is no sh_video for audio only files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16939 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 18:01:52 +00:00
ranma
0abc2311fe mostly formatting fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16938 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 17:48:26 +00:00
faust3
4bab1b4c16 libcdio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16937 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 17:46:26 +00:00
faust3
0538ed8780 make it optionally possible to compile MPlayer with libcdio instead of libcdparanoia
patch by Erik Lunchpail <erik_27can at yahoo.com>
base on patch by Rocky Bernstein <rocky at panix.com>
minor modification by myself


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16936 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 17:42:20 +00:00
nicodvb
f57a65dd86 fixed possible uint8 overflow; assign progid to the newly created pmt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16935 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 16:17:17 +00:00
ranma
f6059439b9 10l: osd_show_dvd_nav_highlight is just a flag
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16934 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 16:16:04 +00:00
reimar
949b479e3c fix typos: aslo->also, falback->fallback (they were just too annoying *g*)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16933 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 16:10:39 +00:00