ivo
91e58712df
Remove -noxv and -forcexv command line options and replace them by
...
suboptions to -vo sdl. Renamed noxv to nohwaccel to better reflect the
meaning of the option. Updated manual page.
Original patch by < ods15 at ods15 dot dyndns dot org>
Modified by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14858 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-01 03:51:48 +00:00
diego
311ecb1bfa
Arpi prefers root@mphq for CVS problems.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14857 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-01 03:49:04 +00:00
ivo
89e2f61a1c
Remove left-over from old -z command line switch.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14856 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-01 01:50:52 +00:00
michael
f4462dccd7
some comments and whitespace changes by (Luca Barbato <lu_zero gentoo org>)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14855 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-01 00:16:44 +00:00
jheryan
28eb814b53
Sync with 1.898
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14854 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-28 14:08:07 +00:00
ivo
bec76eab73
Don't print (stupid) message if output directory is .
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14853 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-28 04:25:25 +00:00
rfelker
97134095d3
stupid mistake i made when writing about divtc..
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14852 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-28 02:10:45 +00:00
ivo
359bdf3bed
Fix compile warnings
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14851 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-28 00:26:53 +00:00
reimar
95cf851ea6
aos should respect the immed uninit flag (quit immediatly vs waiting till file
...
is played to end).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14850 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 23:06:32 +00:00
ivo
4c3d533c7d
10l fix. misplaced ;
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14849 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 22:36:04 +00:00
ivo
b0c0255f08
vo_jpeg now uses the generic int_pos() from subopt-helper.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14848 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 22:25:42 +00:00
lorenm
4bad12384c
memory leak
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14847 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 21:54:40 +00:00
rfelker
7f9401e34a
Multifile 10l bugfix by Oded:
...
"I never checked merging 2 complete files...
at_eof stays non-zero when starting the second file, and doesn't encode a
single frame..."
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14846 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 18:22:23 +00:00
gpoirier
5e1784e5f9
cumulative sync with 1.877 + some fixes and misc.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14845 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 18:17:34 +00:00
rfelker
4eb1b755bb
Fix the ogg fourcc nightmare!!!
...
The problem: once upon a time, windows idiots decided to try to store
vorbis-in-ogg-in-avi. Of course this failed miserably, but they used
the audio format tag 0xfffe for "extended" to do this. Later someone
working on MPlayer somehow decided 0xfffe was the format for vorbis,
which is nonsense, and now that's conflicting with real wav files with
extended audio format. This patch changes demux_ogg (and mkv) to use
sane fourcc's for vorbis and theora and gets rid of the 0xfffe
nonsense so hopefully wav files with extended audio will work now.
If there are problems, we'll have to find workarounds...and drive an
18-wheeler full of cola thru the house of whoever wrote this 0xfffe
nonsense in MPlayer to begin with...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14844 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 18:11:17 +00:00
gpoirier
0fc2c5de81
Sync with 1.870: man page review page XIV
...
(I'm back in business :-) )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14843 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 14:42:40 +00:00
diego
8f1e773ffa
Move native RealAudio 1.0 / 2.0 up in the list to prefer it over the binary
...
codecs from Real and made the info line fit 80 characters.
blessed by Roberto
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14842 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 14:07:28 +00:00
rfelker
cdc68a9f0e
soft telecine support! :)) patch by nico
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14841 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 06:24:19 +00:00
rfelker
877126488a
reversed, as this breaks vorbis decoding! 1000l! someone figure out why this is the case and fix it before re-committing
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14840 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 06:18:00 +00:00
rfelker
4047cbd9dd
more on tivo vstream support.. 1000l to Joey for forgetting this file and breaking MPlayer build! :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14839 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 05:53:12 +00:00
rfelker
a68d820dc0
fix outdated/incorrect info about -srate. others, feel free to improve this more...i did the bare minimum to make it non-misleading
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14838 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 05:40:43 +00:00
joey
81cbdce6aa
added a stream module for the vstream client library
...
allows MPlayer to stream video from a properly equipped Tivo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14837 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 04:25:12 +00:00
rtognimp
e80d264f49
Yet another fourcc for mpeg-4 (files should be made with Xvid)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14836 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 01:03:41 +00:00
ivo
01191a8392
Have OSS audio out fall back to s16ne instead of u8 if it can't open the
...
soundcard for 3+ channels and do it for all audio streams (not only AC3).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14835 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-26 23:03:53 +00:00
ivo
15bb88b706
Add support for 32-bit float WAV files and support for extended WAV files
...
with 4, 6, 8, ... channels of audio.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14834 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-26 23:02:09 +00:00
reimar
177a1f03f5
some more "guessed" encodings, please check them
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14833 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-26 14:38:37 +00:00
reimar
cf1052c19d
helper files for charset conversion.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14832 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-26 13:45:11 +00:00
reimar
919a6cdc0d
--charset configure option to convert help messages charset
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14831 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-26 13:38:17 +00:00
diego
a6eaa9f992
Recommend using a stable gcc version or upgrading frequently, suggested by Rich.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14830 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-26 01:11:13 +00:00
diego
33541fb62c
grammar fix by Corey Hickey <bugfood-ml at fatooh dot org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14829 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 23:25:57 +00:00
henry
9699d2dcec
cleanups of the Multiple files patch
...
by Oded Shimon <ods15@ods15.dyndns.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14828 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 22:49:36 +00:00
nicodvb
a8697788c2
auto-fps for h264 and better wording
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14827 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 22:48:29 +00:00
nicodvb
259ab69fe5
50000l: fixed various memleaks; CC discontibuities aren't necessarily error conditions
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14826 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 22:27:46 +00:00
diego
2fe70757a2
general gcc bug FAQ entry
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14825 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 22:03:29 +00:00
diego
a58c5c3ddc
typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14824 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 17:36:45 +00:00
henry
a888a60fdc
compile fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14823 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 12:59:59 +00:00
alex
26297c4aa3
where the hell they got these infos from
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14822 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 11:47:46 +00:00
alex
122dd326e4
swf adpcm
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14821 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 11:21:24 +00:00
hzoli
067c0482d9
Remove file-global mpadec, add ad_driver member to sh_audio_t instead.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14820 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 11:17:43 +00:00
alex
6dbf6b4df1
finally remove the refences to bps outside libaf. also simplification of some messages and removed redundants
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14819 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 11:11:07 +00:00
hzoli
fb3854d760
Add float output support. Add ADCTRL_QUERY_FORMAT control to report the
...
supported output formats. Add ADCTRL_SET_VOLUME (not yet used).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14818 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 11:07:21 +00:00
alex
104f9e8872
better infoline
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14817 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 10:43:31 +00:00
hzoli
e3cfcb169f
If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query the
...
ad codec about float support and set floatne format if supported.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14816 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 10:39:16 +00:00
alex
abe18b2f02
more verbose message
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14815 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 10:21:14 +00:00
rfelker
8173fd8929
do not hide frame skips/dups! if they happen it's very bad!!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14814 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 10:17:32 +00:00
diego
309fd06dd0
Document reorder and noreorder as (no)reorder.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14813 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 09:51:04 +00:00
paszczi
11a3ee0bc5
synced with 1.31
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14812 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 09:22:46 +00:00
paszczi
e3e952e3dc
synced with 1.897
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14811 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 09:16:40 +00:00
nicodvb
c63785ae65
both reorder and noreorder flags are now available
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14810 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 07:46:44 +00:00
hzoli
ea6a892456
Always print dup/skip messages when !quiet.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14809 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 07:43:40 +00:00