reimar
7fcf438a2f
Allocate a larger backbuffer to allow resizing without reinit.
...
Patch by Georgi Petrov [gogothebee gmail com] and Jim Hauxwell [james (at) dattrax co uk]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28379 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-27 10:02:47 +00:00
diego
c1cd81818a
Add standard license headers.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28378 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-26 15:06:44 +00:00
diego
5afe13e12a
Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28377 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-26 14:36:31 +00:00
diego
91c6bb0241
Do not duplicate VERSION string.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28376 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-26 11:29:28 +00:00
diego
4d72948eb6
Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28375 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-26 11:24:05 +00:00
diego
0c3d542dc7
WORDS_BIGENDIAN is defined/undefined, not 0/1.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28374 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-26 09:56:27 +00:00
diego
e1c20a72f0
some more HAVE_3DNOW --> HAVE_AMD3DNOW
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28373 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-26 09:55:59 +00:00
diego
65ea2d93f8
Drop HAVE_LRINTF check, lrintf is used without checking in other places.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28372 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-26 09:54:14 +00:00
diego
92e4d64a61
HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28371 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-26 09:40:04 +00:00
diego
eb4a4604c0
HAVE_3DNOW --> HAVE_AMD3DNOW
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28370 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-26 09:29:53 +00:00
diego
418ce8eb05
version.h depends on version.sh.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28369 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-26 09:11:23 +00:00
diego
7034529d9a
Fix build: Add required header and adjust preprocessor check.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28368 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 23:55:21 +00:00
diego
fc8435ee6d
Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28367 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 23:31:45 +00:00
diego
85b28eb411
Add SSSE3 and CMOV to CPU information printed on startup.
...
Fixes Bugzilla #1378 .
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28366 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 22:52:00 +00:00
diego
15fd265fc3
cosmetics: Consistently name 3DNow! extensions.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28365 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 22:49:51 +00:00
diego
4a0bcc1319
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28364 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 22:34:26 +00:00
diego
cdcd4e75b7
DECLARE_ALIGNED was moved in FFmpeg.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28363 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 22:12:42 +00:00
diego
4ac4b493a9
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28362 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 21:59:08 +00:00
diego
401ea8e1db
HAVE_3DNOWEX --> HAVE_3DNOWEXT
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28361 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 21:03:02 +00:00
diego
2067a1f750
Factorize print_version().
...
Print CPU information in verbose mode instead of by default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28360 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 20:35:58 +00:00
diego
ccb0647f89
Add missing multiple inclusion guards.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28359 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 20:10:36 +00:00
diego
cecfbf85db
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28358 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 19:58:33 +00:00
diego
f66f0ca777
Add missing header for av_gcd, fixes the warning:
...
libaf/af_resample.c:204: warning: implicit declaration of function 'av_gcd'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28357 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 19:20:30 +00:00
reimar
5fb47cba37
Fix typo: pool -> poll
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28356 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 18:46:24 +00:00
reimar
6fc95c1817
Actually abort (return NULL) in the alloc-failure check in play_tree_new
...
instead of going right ahead and crashing.
Patch by Luis Felipe Strano Moraes (luis strano gmail com).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28355 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 18:25:11 +00:00
reimar
84fbeecf72
Fix a NULL-check that used && instead of || and thus could not avoid crashes.
...
Patch by Luis Felipe Strano Moraes (luis strano gmail com).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28354 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 18:23:05 +00:00
diego
9e48ce48d4
Declare struct SwsContext before using it, fixes the checkheaders warning:
...
libswscale/swscale_internal.h:58: warning: `struct SwsContext' declared inside parameter list
libswscale/swscale_internal.h:58: warning: its scope is only this definition or declaration, which is probably not what you want
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28353 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 12:03:28 +00:00
diego
1a1bdca3e4
Disable C code when compiling AltiVec code, fixes the warning:
...
swscale_template.c:2623: warning: `swScale_C' defined but not used
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28352 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 11:59:22 +00:00
diego
51acb7b7ab
spelling/grammar cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28351 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 11:57:17 +00:00
diego
2eefcf233a
Fix #endif comments.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28350 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-25 11:33:35 +00:00
compn
79d4434b88
add "<!DOCTYPE smil" to smil playlist
...
patch by Gavin McCullagh gmccullagh!gmail!com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28349 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-24 22:14:32 +00:00
nicodvb
39b7c1576d
in parse_pat() IDENTIFY program number and pmt_pid
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28348 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-22 21:50:13 +00:00
diego
7c0e42be2b
The homepage/ subdirectory should no longer be redirected on web mirrors.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28347 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-20 23:23:53 +00:00
compn
05a6ce54c9
add EPHV to ffodivx,xvid
...
add T263 to ffh263
add MFZ0 binary codec Moyea Flash to Video Converter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28346 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-20 17:20:16 +00:00
gpoirier
9a9cf3ce7a
sync w/r28341
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28345 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-20 15:31:24 +00:00
cehoyos
3ba07a9843
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28344 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-20 09:31:07 +00:00
cehoyos
d46ae7fddb
Disable upcoming VC1/WMV3 VDPAU decoder.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28343 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-20 09:17:32 +00:00
diego
8d242b60e0
cosmetics: Remove pointless period after copyright statement non-sentences.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28342 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-19 17:12:43 +00:00
gpoirier
39cb032fd1
fix device_id option after r28165
...
patch by Adrian Stutz %adrian A sttz P ch%
Original thread:
date Fri, Jan 9, 2009 at 4:03 PM
subject [MPlayer-dev-eng] [PATCH] vo_macosx: fix device_id option after r28165
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28341 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-18 18:05:16 +00:00
diego
cc52547ece
Reduce QuickTime binary decoder verbosity.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28340 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-17 21:33:30 +00:00
cehoyos
84784a5094
MPlayer only supports latest libavutil.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28339 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-17 11:31:12 +00:00
cehoyos
83c523f9ea
Fix compilation: s/ff_gcd/av_gcd.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28338 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-17 11:29:36 +00:00
reimar
f14ff6d054
100l, forgot to delete two defines left over from old HAVE_MMX handling code.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28337 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-16 21:04:52 +00:00
gpoirier
88d4577180
fix compilation without VDPAU decoders
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28336 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-16 20:32:36 +00:00
compn
b2a8be81e6
add mimic in avi fourcc LM20 to ffmimic
...
MidiVid3 binary decoder for MV30
Telegeny binary decoder for VDTZ
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28335 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-16 19:09:57 +00:00
gpoirier
0f224d32dc
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28334 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-16 13:19:29 +00:00
gpoirier
707afbe9d6
Completely get rid of MMX define, use HAVE_MMX define instead.
...
Patch by Guillaume LECERF % foxcore A gmail P com %
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28333 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-16 12:37:56 +00:00
gpoirier
1e03072359
fix wrong #ifdef/#ifndef -> #if conversion in r28323
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28332 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-16 12:23:52 +00:00
gpoirier
5538dcf03b
fix compilation on non x86 machines (PPC here)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28331 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-16 10:07:14 +00:00
reimar
17923f688b
Fix a wrongly converted !defined(ARCH_X86_64)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28330 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-16 09:44:36 +00:00