reimar
341e1c97e9
avoid reading more than maxlen bytes.
...
Has the sideeffect that the amount read will be close to maxlen instead
of minlen as before.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16308 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-25 19:46:20 +00:00
faust3
5d4798359e
10l, missing return
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16307 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-25 18:22:12 +00:00
reimar
3726c258de
Wrong scale conversion from VFCTRL_SET_EQUALIZER, priv->saturation should
...
be in [0, 2] range, not [99, 101] range.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16306 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-25 17:02:17 +00:00
reimar
169dd40770
ffwmv3 does not work, use "status crashing" so it is not auto-selected.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16305 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-25 15:54:44 +00:00
reimar
f68be97419
Fix texture format variable types. Internal format is GLint, others are GLenum
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16304 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-25 12:45:57 +00:00
mosu
a030e2fe1c
Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of references may be present for a non-I-frame).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16303 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-24 12:33:32 +00:00
diego
d34494074c
Slightly reduce unnecessary verbosity.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16302 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-24 00:46:04 +00:00
diego
ef5d2f623a
typos, cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16301 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-24 00:24:11 +00:00
gpoirier
5a0e210ab4
Documents x264 visualization during encoding
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16300 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-23 19:27:18 +00:00
reimar
25bef8e5a3
Add D-Cinema Audio and Video conversion programs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16299 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-23 18:03:23 +00:00
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