nicodvb
bcafc11cc0
replaced 2 instances of sprintf() with snprintf() and one instance
...
of strncpy() followed by string termination with strlcpy();
patch by njkain gmail com. This patch is intended to render code
easier to audit against buffer oveflows
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22420 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-03 13:10:31 +00:00
eugeni
cb9cde3f8c
Fix incorrect spacing introduced in r22231:
...
these two lines were supposed to perform truncation, not rounding.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22419 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-03 08:20:00 +00:00
diego
18bee86bc1
live555 version 2006.03.03 or later is needed to compile MPlayer.
...
patch by Carl Eugen Hoyos, cehoyos ag.or at
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22418 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-03 07:58:36 +00:00
vayne
0b13fce149
cosmetics, fix indentation as pointed out by Reimar
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22417 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 19:54:40 +00:00
voroshil
e9e53f8cd0
Rework of copying samples from directshow codecs.
...
Using callback function provided by filter to store and process samples from
codec instead of explicit typecast to DS_Filter.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22416 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 18:52:10 +00:00
eugeni
5c927f2367
10l: x2scr used twice instead of y2scr.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22415 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 17:59:19 +00:00
eugeni
83ef3fedab
Bugfix: transform origin to screen coordinates.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22414 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 17:54:47 +00:00
compn
3ea6855c87
add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22413 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 17:49:34 +00:00
vayne
c9686c5da0
add missing playtree entry
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22412 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 15:14:14 +00:00
michael
5a39cd78b7
a small step toward 4 plane support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22411 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 13:33:18 +00:00
michael
2c64943519
copy src to prevent the user supplied argumet from being changed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22410 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 13:32:10 +00:00
compn
f1b8b8756a
10l: dshow isnt in svn yet
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22409 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 03:11:37 +00:00
compn
f4b297a65a
add -tv driver=help entry, also add dshow tv driver
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22408 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 01:24:25 +00:00
vayne
3e97fa2450
simplify and modify fullscreen switching to avoid improper aspects
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22407 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 00:33:32 +00:00
vayne
6ed7b7d849
add forgotten case value as per recent changes to mplayer.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22406 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 00:29:06 +00:00
michael
48ce8e4b8b
rename to *_proposal.txt
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22405 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 23:09:58 +00:00
michael
7f6102711d
clarify quorum and majority requirements in respect to debians voting system
...
maybe we should just copy and paste the description from debian and add these into it?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22404 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 22:58:31 +00:00
michael
8710e04fed
url with a good description of how to determine the winner from the votes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22403 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 21:50:04 +00:00
reimar
fcd17f1591
Explain how to select all DVB channels on a frequency.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22402 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 20:35:29 +00:00
reimar
0f2246a083
Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
...
does not fit in 32 bits. The SWS_ACCURATE_RND is still broken though.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22401 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 19:48:40 +00:00
michael
fd8c04221c
s/admin/leader/
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22400 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 18:51:38 +00:00
voroshil
e1704a4877
tv driver loading rework. As a side effect "-tv driver=help" option is
...
implemented.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22399 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 18:38:00 +00:00
michael
78d1884e8e
weaken veto right
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22398 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 17:34:24 +00:00
ivo
2477fdf577
winsocks expects an int in milliseconds instead of struct timeval to set
...
the timeout of a socket
patch by Zuxy Meng, zuxy dot meng ... gmailcom
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22397 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 14:57:44 +00:00
reimar
3462da0b5c
Replace MIN with FFMIN
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22396 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 12:54:38 +00:00
reimar
8e7945155c
Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22395 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 12:54:08 +00:00
reimar
7e316c542e
Use libavutil AV_RB/AV_WB macros instead of defining out own variants.
...
Probably fixes http://bugzilla.mplayerhq.hu/show_bug.cgi?id=767 as a side-effect
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22394 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 12:51:33 +00:00
reimar
2ad2fefc2b
Add missing registers to asm code in mp3lib
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22393 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 12:45:00 +00:00
michael
8c4bbd0cb2
clarify root vs admin
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22392 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 12:43:14 +00:00
michael
37f049da7c
spelling fixes by ivan
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22391 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 12:16:34 +00:00
ivo
51d22a3aea
10l to me, typo. it should have read clflush
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22390 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 11:00:31 +00:00
ivo
ec8ef78e6a
cosmetics, missing space
...
patch by Zuxy Meng, zuxy dot meng ... gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22389 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 10:58:20 +00:00
ivo
18f2b2e1af
cflsh->clflush to keep consistent with Linux kernel
...
patch by Zuxy Meng, zuxy dot meng ... gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22388 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 10:57:36 +00:00
voroshil
6eeb869b1f
Update release tag due to previous functional changes as noticed by Ivan
...
Kalvachev
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22387 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 09:43:33 +00:00
michael
2d543304e6
new policy draft
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22386 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 03:43:38 +00:00
voroshil
fe0982a10c
Update 3ivx decoder to latest version and allow it to load required library.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22385 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 02:26:08 +00:00
voroshil
5d1d66f6db
Mark wma9spdshow audio codec as working, because hissing in audio (only one known
...
issue) is not related to codec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22384 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 02:06:22 +00:00
uau
b07b695aa0
Seek to -ss position, not 0, in per-file loop.
...
Fixes -ss combined with per-file loop after r22356.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22383 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 00:22:03 +00:00
reimar
744c75ee7f
comment is a C-string and \ must be properly escaped as \\
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22382 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-28 23:58:03 +00:00
nicodvb
6c36825079
test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22381 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-28 23:47:05 +00:00
nicodvb
667e45974a
cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->sector_size
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22380 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-28 23:40:39 +00:00
ivo
b8da7b60a8
do not rely on svn internals and use svn info instead
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22379 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-28 14:55:34 +00:00
compn
5af6f7e857
add comment about voxware on windows
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22378 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-28 13:37:45 +00:00
ivo
88c04a0308
also respond to --help, -h and -? command line options
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22377 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-28 11:50:23 +00:00
ivo
98df2cb095
fix printing of -(no)svn option
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22376 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-28 11:48:32 +00:00
ivo
f2ef84573b
clarify -none command line option
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22375 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-28 11:46:53 +00:00
gpoirier
2793a70e0f
remove C99-ism (mixed declaration and code),
...
10l to Uoti Urpala for breaking GCC-2.95 support yet again even though any post-2.95 GCC version print a clear warning about it
Patch by Carl Eugen Hoyos % cehoyos A ag P or P at %
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22374 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-28 09:18:42 +00:00
nicodvb
309dc7e6c6
implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS; patch by the usual Hoyos
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22373 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-27 22:25:00 +00:00
nicodvb
4671533096
assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22372 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-27 21:20:24 +00:00
nicodvb
e4fbdd185e
1000l, removed code that messed with the internals of demux_packet_t (but there's still more); patch by C.E.Hoyos fixed by me
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22371 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-27 21:16:54 +00:00