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

17891 Commits

Author SHA1 Message Date
albeu
f440a3c1bf Enable gui key bindings only when running the gui. Fix enter and esc
not working with a GUI enabled build running w/o GUI.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17891 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-18 18:13:22 +00:00
albeu
587b43773b codec-cfg depend on help_mp.h. Fix // builds.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17890 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-18 17:41:24 +00:00
gabrov
ae5cfb0789 synced with 1.225
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17889 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-18 12:42:55 +00:00
michael
b4e3e2b7d8 flags cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17888 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-18 12:13:48 +00:00
corey
fac2fee9fe Support libavcodec vrc_strategy=1 (XviD ratecontrol).
As a side effect, this also makes -lavcopts vcodec=xvid work.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17887 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-17 23:47:10 +00:00
iive
c0e553be1e if stream is not seekable calling enca would prevent the real parsing of subtitles.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17886 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-17 23:38:46 +00:00
henry
5feccfd289 10l forgotten stream_reset to clear the EOF flag
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17885 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-17 19:39:30 +00:00
ods15
fad4e622ec timebases guidelines
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17884 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-17 13:26:40 +00:00
nicodvb
81472a14a7 compile in the filters that depend on libavcodec/dsputil.h only when mplayer is configured to use the imported libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17883 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-16 21:56:24 +00:00
albeu
b27336b6d2 And 10L for me. Fix the forgoten enca_fd.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17882 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-16 19:16:07 +00:00
albeu
207554c9ea Fix compilation with stupid C++ compilers that shock on valid C
constructs in an extern "C" { }.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17881 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-16 16:55:51 +00:00
albeu
badc607fa1 Move the subread from FILE to stream_t.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17880 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-16 14:42:51 +00:00
albeu
c748950c9f Fix a potential seek failure, fill_buffer doesn't have to
fill the whole buffer.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17879 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-16 14:24:22 +00:00
gpoirier
01bb22bcc3 sync with new MEncoder config file name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17878 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-15 23:20:27 +00:00
corey
a6de87d626 Fix up libaf unknown-format printing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17877 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-15 21:32:10 +00:00
reimar
33f64f9e05 extra checks on size of OSD parts (though IMHO these values should never be bad)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17876 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-15 21:13:13 +00:00
albeu
122744d6ed Small fix with object list (-vf) help.
Tell the user when an object have no option description instead of
falling back to the "normal" help, like with -vf pp=help.
Don't display a useless error message when querying the help of
an object option (as in -vf scale=presize=help).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17875 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-15 17:16:13 +00:00
ods15
55d26da094 rephrase index_ptr positioning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17874 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-15 16:28:31 +00:00
ods15
a5790e7884 timebase table
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17873 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-15 16:24:24 +00:00
reimar
cf1e2325c3 do not call glDeleteTextures with 0 count, Xgl does not like it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17872 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-15 12:15:35 +00:00
faust3
b18fadfe63 10l the cpu hog fix broke fullscreenswitching with -wid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17871 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-15 09:04:24 +00:00
diego
47a665f8c9 The system-wide and the user-specific MEncoder configuration file should both
be called 'mencoder.conf', not two different names over which code and
documentation disagree.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17870 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-14 23:33:37 +00:00
rtognimp
0ba7f250d7 Remove twos workaround, this bug was fixed in mov demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17869 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-14 22:15:24 +00:00
rathann
e6139d5a0f mpegopts example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17868 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-14 21:57:58 +00:00
gabrov
4aee505cf4 synced with 1.36
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17867 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-14 21:24:47 +00:00
gabrov
82844b7b36 synced with 1.224
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17866 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-14 21:21:26 +00:00
rtognimp
7e277361af Remove totally wrong suggestion to use -dumpaudio and -dumpvideo to save
network streams


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17865 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-14 19:43:24 +00:00
reynaldo
bfcb1f80f1 last print on libaf to af_msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17864 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-14 16:57:16 +00:00
albeu
0e8dd7511d Try several formats instead of only YV12 if no format was explicitly
requested. Patch from Benjamin Zores <ben -at- geexbox -dot- org> with
a few whitespace changes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17863 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-14 00:45:06 +00:00
reynaldo
5c1f13b9be forgotten entry about TOOLS/qepdvcd.sh
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17862 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-14 00:38:00 +00:00
rathann
a3570cb3d7 le2me_32 is not necessary, tested by Diego on BE machine
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17861 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-14 00:02:42 +00:00
rathann
aa7b6d56f2 fl32 is now supported, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17860 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 23:35:41 +00:00
rathann
68f49b8512 in24/in32/fl32 little/big-endian QuickTime PCM audio support
approved by rxt


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17859 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 23:32:36 +00:00
diego
25b4f3da22 Use _res_comment where appropriate.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17858 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 21:50:56 +00:00
albeu
4e1950bd8a 10L fix missing return statement.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17857 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 21:18:27 +00:00
michael
4f3dfe9738 do not randomly chop up packets, this isnt allowed in almost no container
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17856 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 17:15:51 +00:00
albeu
a059a420e9 Fix seeking with cache enabled on systems using fork().
The first data connection was opened at open time which
happend in the main process. This prevented properly closing
the connection on later seeks as they happend in the child
process and the fd was still open in the parent process.
The fix delay opening the data connection upon the first
fill_buffer/seek.
Also remove some code duplication, add a timeout on read
from the control connection and a few other small fixes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17855 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 16:56:10 +00:00
faust3
7aba7b14ec fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fiedler <martin.fiedler at gmx.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17854 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 16:52:01 +00:00
gpoirier
ed415d9db2 sync with 1.1238
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17853 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 16:36:18 +00:00
faust3
f528470560 adapter doesn't require vm anymore
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17852 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 16:17:44 +00:00
diego
76233da742 Ignore codecs2html.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17851 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 11:06:08 +00:00
cladisch
b263a6618e To avoid a bug in ALSA's rate plugin that causes spurious overruns, try
to disable it so that mplayer's resampler is used.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17850 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 10:50:37 +00:00
cladisch
6bab259faf Do not try to count hardware sound cards because there might be none
when using a software plugin for JACK/OSS/Polypaudio/Bluetooth/etc.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17849 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 10:49:12 +00:00
gabrov
d0a7ad9b3f fixed character encoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17848 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 09:03:43 +00:00
nicodvb
619973d7b1 recommitted version 1.22 + Rich's 1.25
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17847 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 07:08:01 +00:00
ods15
3067cc21c7 cosmetic, move stuff around
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17846 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 06:50:55 +00:00
pacman
f65a309656 Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more
consistent naming of functions


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17845 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 03:46:25 +00:00
michael
7204cfd115 FAAC encoding through libavcodec-faac
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17844 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 02:42:06 +00:00
michael
3d19a5474d -lavcopts aglobal
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17843 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 02:40:09 +00:00
reimar
e8954b5bf9 remove mp_msg.c dependency when compiling codec-cfg binary.
Fixes MinGW compilation (caused by missing -liconv), this solution seems best
to me because of e.g. cross-compilation issues just adding -liconv might cause.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17842 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-12 23:06:09 +00:00