1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-10 00:49:32 +00:00
Commit Graph

14098 Commits

Author SHA1 Message Date
reimar
563dfb696f keyframes are more like 10 - 20 seconds apart, not 120.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14098 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-03 22:56:25 +00:00
reimar
d128e426ef yuv4mpeg now has file suboption
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14097 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-03 21:12:34 +00:00
reimar
8e4b3a0ccb Add a file= suboption to set output file.
Patch by Olivier Rolland (( billl |at| users <dot> sf <dot> net )).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14096 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-03 21:02:14 +00:00
rfelker
44d693368f remove old buggy workaround. kerneltwosix.h itself will be removed soon if this doesn't cause problems
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14095 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-03 20:55:00 +00:00
diego
f8f5f378c2 Unify all image encoding examples and fix a typo (*.jpg vs *.png) noticed
by Nicolas Tourmentine.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14094 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-03 14:22:04 +00:00
aurel
d8f4d25d0b dvd_aid_from_lang() should return -1 if lang was not found
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14093 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-03 14:14:29 +00:00
gabrov
c3e1b1f6c7 synced to 1.17
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14092 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-03 00:41:35 +00:00
reimar
d924f1beb1 Move selection of internal texture format to appropriate place, should
be at texture initialization as visual might change.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14091 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-03 00:11:28 +00:00
reimar
302ddb0e51 Make the context not current before destroying it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14090 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-02 23:55:08 +00:00
reimar
2369473723 mention new -key-fifo-size option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14089 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-02 19:20:14 +00:00
aurel
543dcc07a5 enable the run slave commande even without libmenu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14088 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-02 14:37:16 +00:00
diego
72e4aaccdd better label
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14087 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-02 03:38:05 +00:00
diego
1d97ef0ec3 Add "Available video filters:" line to -vf help.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14086 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 23:24:25 +00:00
gpoirier
ec7ef90087 Sync with 1.8.16: Better wording, better explain -nodouble.
+ a couple of 10l introduced just minutes ago.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14085 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 22:00:16 +00:00
gpoirier
03bd73e9ab Sync with
1.815: use a configurable-size ringbuffer instead of a pipe for buffering
       key events.
1.814: sstep is usually inaccurate.
1.813: -identify now prints subtitle/audio track information.
1.812: -double is now default, thus -nodouble needs to be documented instead.
       Slightly reworded the description of -nodouble.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14084 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 21:54:50 +00:00
nplourde
a5b9a129db do not bring process to front if HAVE_SDL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14083 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 21:22:18 +00:00
nplourde
e87bf5a212 clear menubar before adding new menu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14082 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 21:19:04 +00:00
lorenm
95329dd3cd suppress dummy frames due to B-frame delay.
flush delayed frames.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14081 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 20:32:05 +00:00
diego
aa4f0eb568 Better wording, better explain -nodouble.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14080 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 18:03:16 +00:00
reimar
c977dab456 More similar code from gl and gl2 moved to gl_common
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14079 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 17:05:58 +00:00
reimar
e6524e5b09 use a configurable-size ringbuffer instead of a pipe for buffering key events.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14078 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 12:22:39 +00:00
reimar
153d3325cd sstep is usually inaccurate.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14077 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 12:07:14 +00:00
henry
8b330187f6 reserve enough memory for image
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14076 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 09:35:31 +00:00
henry
0859bbe33a call draw_slice in top-down order (fixes crash with -vf expand=...,scale)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14075 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 09:32:48 +00:00
henry
5caa6d592b fix image dimensions at filter config time
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14074 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 09:30:11 +00:00
jheryan
2957e84806 Sync with 1.152, minor bugfix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14073 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 08:43:27 +00:00
jheryan
6bd9dcdd1d Sync to 1.811, bugfix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14072 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 07:48:27 +00:00
diego
827795ca21 -identify now prints subtitle/audio track information.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14071 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-30 23:24:22 +00:00
diego
0eeeb25907 -double is now default, thus -nodouble needs to be documented instead.
Slightly reworded the description of -nodouble.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14070 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-30 22:47:28 +00:00
rfelker
81a6897343 very old 10l, discussed a long time ago but never fixed (default should be same vol, not -10 dB)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14069 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-30 19:02:29 +00:00
paszczi
4cb332792e synced
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14068 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-30 16:00:41 +00:00
rfelker
16e078118e it's stupid for the default to be something both slower (for xv+dr) and visually incorrect.. use -nodouble if you want old behavior
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14067 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-30 07:42:08 +00:00
rfelker
484f4b8f1c more verbosity spam fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14066 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-30 02:36:05 +00:00
gabrov
ee47972289 synced to 1.55 (better label, new entry)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14065 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-30 00:37:34 +00:00
gabrov
96ac819467 synced to 1.56 (better label)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14064 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-30 00:36:41 +00:00
wight
051a00e002 build fix, reflection English doc change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14063 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-29 19:43:29 +00:00
diego
99a44811a4 better label
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14062 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-29 18:44:08 +00:00
rathann
6749ab2b3b FAQ about audio-only encoding (approved by Diego)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14061 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-29 12:47:02 +00:00
diego
2e74dee0ac Explain how (not) to handle execute permissions and binary files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14060 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-29 11:28:02 +00:00
mosu
911e30b26f Make use of the default duration for one frame if it is present in the file. This produces much smoother timecodes for laced audio frames. And I REALLY don't know why I missed that before...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14059 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-28 21:08:46 +00:00
lorenm
a063b1bf18 new lavc codec: ffvhuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14058 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-28 18:37:49 +00:00
ranma
b37da8c945 Compile fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14057 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-28 10:18:01 +00:00
rtognimp
8f07e02737 fl32: BE float32 PCM audio in mov files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14056 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-27 15:39:38 +00:00
mosu
2f83863883 Added support for MPEG-1 and MPEG-2 in Matroska.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14055 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-26 16:36:03 +00:00
henry
abe3681629 rescale the fonts with hidden OSD too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14054 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-26 10:32:53 +00:00
syrjala
240a8f2b3b Remove the rest of fb_dev_name + directfb usage.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14053 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-26 10:06:09 +00:00
gabrov
f20efc9e44 synced to 1.49
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14052 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-26 07:47:21 +00:00
gabrov
2e2cd3a7bc synced to 1.55
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14051 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-26 07:43:10 +00:00
zdar
29263e52c9 fb_dev_name no longer user in vo directfb
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14050 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-26 07:27:15 +00:00
diego
126820574c We now only support directfb >= 0.9.13.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14049 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-26 05:37:27 +00:00