reimar
ac93f40910
compile fix, vobsub.c needs identify variable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16298 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-23 17:21:27 +00:00
rathann
49b1976bfa
1. -cache-prefil has not been renamed, it's been removed (-cache-seek-min
...
is a new option)
2. the default value is 50 not 5
noticed by iive
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16297 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-23 17:03:30 +00:00
gpoirier
74679ac6e1
More typos. One noticed by Nico. Added an empty line at the end to make syncmail happy
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16296 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-23 16:22:13 +00:00
gpoirier
4e7d952aa7
Typo :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16295 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-23 16:12:39 +00:00
danny
7e95034f18
Correction pointed by Nico
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16294 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-23 09:17:06 +00:00
gpoirier
dd4390af8b
Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728"
...
"The code which crashes looks like its trying to parse the subtitle stream,
and failing, I assume because dvbsub_lang is a invalid pointer, or null."
Patch by Nico Sabi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16293 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-23 08:23:53 +00:00
reimar
dead4d1193
Do not free demuxer before using demuxer->desc->type (happened when using -audiofile).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16292 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-23 08:03:26 +00:00
reimar
33cb784664
ensure that audio-only files are decoded till the end by not only
...
waiting for eof but also checking that the a_in_buffer is empty.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16291 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-23 07:56:29 +00:00
henry
5e220d0356
mode fps int vs. float woes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16290 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-22 20:04:42 +00:00
reimar
999c4374c6
DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16289 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-22 09:05:18 +00:00
gpoirier
5316406f0f
Sync with 1.1074
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16288 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-22 08:21:43 +00:00
diego
26a12a6d28
typo, grammar
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16287 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-22 00:01:02 +00:00
gpoirier
45fe8d2800
The thread "Call for video encoding settings" has to be easily found until its infos make it to our docs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16286 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-21 20:55:26 +00:00
reimar
715592ae83
100l, video_out.h is now needed for some vo_ variables.
...
This is ugly, but interface.c already does it like that, so why bother...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16285 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-21 10:19:25 +00:00
gpoirier
dd5d24d367
How to encode with soft 3:2 pullup, patch by Brendan McCarthy
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16284 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-21 10:03:59 +00:00
reimar
6f4bba6b61
-wid support for windows. Not well tested, might still behave a bit weird.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16283 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-21 09:59:45 +00:00
gabrov
e97df20692
synced with 1.88
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16282 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-21 08:40:26 +00:00
reimar
cbf7b3b291
remove extern for variables that are already in headers.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16281 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-21 01:20:31 +00:00
gabrov
324cec45f0
synced with 1.11
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16280 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-21 00:17:15 +00:00
rathann
0bf323e46e
cache-prefill has been renamed to cache-seek-min, example config should
...
reflect this
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16279 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-20 21:00:51 +00:00
gpoirier
ca0c2746ca
Encoding setting examples for x264
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16278 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-20 20:13:03 +00:00
rfelker
2d1b8d3df6
remove broken shared libpostproc stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16277 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-19 19:24:30 +00:00
gpoirier
cbf39d96ec
Sync with 1.1073
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16276 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-19 15:10:23 +00:00
rfelker
6cecdc9916
1000000000000000l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16275 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-19 14:30:24 +00:00
rfelker
e704b54632
100l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16274 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-19 14:28:30 +00:00
reimar
77ec0f850d
less weird OSD alpha transformation.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16273 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-19 12:23:34 +00:00
reimar
f37f504f2a
Do not set SwapInterval for values < 0.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16272 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-19 12:16:52 +00:00
reimar
5da34263f6
Fix crash in windows
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16271 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-19 12:09:44 +00:00
gpoirier
6aa37e1991
Sync with 1.1072
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16270 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-19 11:52:11 +00:00
reimar
0a19444796
automatic vsync enabling for vo_gl.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16269 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-19 09:31:02 +00:00
jonas
872024d3fe
Aconvert allows mencoder to (easily) encode from an audio only file (hack).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16268 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 20:00:57 +00:00
faust3
adbb641669
fix warnings and decoding on CYGWIN (produced only noise before this change)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16267 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 16:25:45 +00:00
reimar
37b27a0c86
gtk2 is supported, next step is pure gtk without X.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16266 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 13:46:01 +00:00
alex
d4d939b57e
gtf.{c,h} is used by vesa only
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16265 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 12:59:19 +00:00
jheryan
56063f8f4b
synced with 1.72
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16264 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 12:05:41 +00:00
jheryan
19681ef682
new, synced with 1.10
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16263 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 11:53:51 +00:00
jheryan
13c4c53ddd
synced with 1.25
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16262 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 11:53:00 +00:00
gpoirier
707dd89e01
sync 1.1071
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16261 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 11:45:22 +00:00
alex
e54b5d16df
code reduction and less error prone, use the same table
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16260 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 11:37:16 +00:00
alex
a85a990ab2
some entries are done
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16259 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 11:29:58 +00:00
alex
43b3246c78
these wishes are done
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16258 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 11:26:58 +00:00
alex
6c5df75cce
use libvbe from vesautils
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16257 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 11:26:04 +00:00
jheryan
23bc87ab98
synced with 1.87
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16256 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 11:18:44 +00:00
diego
dd8b407b5b
Further clarify loadfile/loadlist description.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16255 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 10:50:27 +00:00
reimar
7ddba02880
name suboption for jack to set client name
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16254 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 09:40:59 +00:00
diego
550726e11c
Remove unnecessary subshell invocations.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16253 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-17 23:39:19 +00:00
diego
62eb7a4bc8
Fix MEncoder build with shared libavcodec.
...
patch by Panagiotis Issaris <takis - at - lumumba - dot - uhasselt - dot - be>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16252 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-17 23:08:18 +00:00
diego
0b090ca4e0
Clarify loadfile/loadlist description.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16251 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-17 22:56:44 +00:00
diego
937a5d6993
Update for latest changes.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16250 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-17 22:50:29 +00:00
gpoirier
8bd9e129cb
Sync with 1.1070
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16249 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-17 21:44:47 +00:00