Commit Graph

26269 Commits

Author SHA1 Message Date
diego 37d20cbc93 Fix wrong #endif comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26300 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-29 15:51:05 +00:00
reimar 54c48f18a1 Fix possible integer overflow in malloc by using calloc instead.
Should fix CVE-2008-0073 as far as MPlayer is affected by this problem.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26299 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-29 11:35:29 +00:00
ptt 33dc71664e synced with r26297
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26298 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-28 14:02:53 +00:00
ptt 36c0e7d7ac compacted new libavformat's 'ipod' description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26297 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-28 13:59:58 +00:00
reimar 57521c3467 Handle property commands in idle mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26296 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-28 08:30:53 +00:00
uau 03bb309e4e Include some .h files in corresponding .c files
Include the corresponding .h file in command.c, parser-cfg.c and
parser-mpcmd.c. This allows the compiler to check that the
declarations in the .h file match the actual defition.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26295 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-28 01:07:59 +00:00
ptt 35717c8ec7 synced with r26073
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26294 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 19:58:00 +00:00
ptt 146247d149 it's synced with r23520
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26293 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 19:48:06 +00:00
ptt 10b5d21b5b it's synced with r26258
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26292 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 19:44:30 +00:00
ptt bf248264f5 it's synced with r24035
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26291 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 19:36:48 +00:00
ptt 556abf52d6 it's synced with r25566
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26290 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 19:35:13 +00:00
ptt a03a58e43b it's synced with 26146
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26289 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 19:33:54 +00:00
ptt 6e1cf9f457 synced with 23516 (it was already ok)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26288 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 19:32:05 +00:00
ptt dcc6c89a18 remove excessive space character
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26287 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 19:21:43 +00:00
ptt e22d45c996 grammar fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26286 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 19:10:00 +00:00
ptt 244014f2a6 38% synced with r22753
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26285 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 18:38:38 +00:00
diego 568fb38cda cosmetics: prettyprinting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26284 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 11:19:11 +00:00
diego bd3b8d278a some more DragonFly BSD changes, patch by Hasso Tepper, hasso estpak ee
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26283 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 11:18:09 +00:00
ptt 953cca5a5f better explanation and grammar fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26282 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 08:42:09 +00:00
ptt 771863e035 grammar fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26281 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 08:29:04 +00:00
diego 5420e79056 support for DragonFly BSD, patch by Hasso Tepper, hasso estpak ee
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26280 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 02:04:03 +00:00
diego 5a5acd6b1f Remove bsd() system check. Lumping different *BSD systems together like
that was not a good idea in the first place. They are too different and
constantly diverging.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26279 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-27 01:56:37 +00:00
diego c9bd9a617a sync with FFmpeg r12599
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26278 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-26 09:58:37 +00:00
diego 0383a49a67 cosmetics: Reindent X11 header search section after last commit.
patch by Guillaume Lecerf, foxcore gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26277 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-26 00:15:43 +00:00
diego 27ffcb5802 Do not look for X11 headers on the host when cross-compiling.
patch by Guillaume Lecerf, foxcore gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26276 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-26 00:14:51 +00:00
diego ebfa5122b3 Classify mlib as a configurable option, not as a hardware feature.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26275 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-25 21:30:46 +00:00
ptt 8740ba4b47 synced with r26271
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26274 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-25 18:51:33 +00:00
gpoirier 2bd5dda30b add "ipod" to the list of formats handled by lavf
Patch by Mark Himsley %mark A mdsh P com%


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26273 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-25 16:07:57 +00:00
diego ebcd242a56 Add FFmpeg Mimic decoder.
patch by Ramiro Polla, ramiro lisha ufsc br


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26272 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-25 09:11:20 +00:00
diego a7228bb324 Mention that '-frames 0' is useful with -identify, closes bug #1046.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26271 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-24 10:58:07 +00:00
diego b090190936 Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.
patch by Alexander Strange, astrange ithinksw com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26270 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-22 18:22:53 +00:00
diego cf09f76844 cosmetics: comment typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26269 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-22 17:35:32 +00:00
ptt 0aed3b7205 better wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26268 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-21 19:16:44 +00:00
compn 97aee4bdd8 add complete fifo instructions, user didnt know to use mkfifo first.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26267 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-21 19:05:12 +00:00
reimar 6b1453c615 Ignore if we fail to get disc key, fixes playback of one of my DVDs which
claims to be scrambled but actually is not, and always allows to
fallback to cached keys.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26266 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-21 12:31:47 +00:00
ptt b5b68ca4ab synced with r26260
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26265 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-19 15:46:37 +00:00
diego a5a71b8a5f Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26264 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-18 22:14:57 +00:00
diego 8a7e7eb34c Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef.
This helps compilation if DUMPSUBS is defined.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26263 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-18 12:49:54 +00:00
eugeni b0d3b9e4c8 Compilation fix.
Since FFmpeg r12484, libswscale requires EXTERN_PREFIX defined.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26262 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-18 09:09:53 +00:00
nicodvb a6a7814471 another DCA audio identified (0x86) used in BD; patch by kirill belokurov gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26261 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-17 22:39:57 +00:00
reimar 7d42c23753 Experimental support for -framedrop with -correct-pts.
The code is not really correct, but it is very little and works "well enough"
to be useful in my tests.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26260 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-17 20:21:16 +00:00
reimar 903ef10062 Make FFmpeg mpeg1/2 decoder the default over libmpeg2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26259 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-17 20:15:22 +00:00
diego 2188be976c fix typo: lavcoptc --> lavcopts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26258 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-17 07:23:02 +00:00
zuxy f59d66a7c0 Fix a typo that causes an assertion to always fail.
Reported by Alexander Bokovikov (openworld AT uralweb DOT ru)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26257 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-17 06:01:58 +00:00
voroshil 8bd0f4bd4f Fix missed part of previous sync.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26256 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-16 17:27:05 +00:00
voroshil 225ab4366d r26072: removed nonsense in the dvbin section
r26073: warn to always include PMT and PCR pids in channels.conf (dvb)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26255 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-16 17:25:23 +00:00
voroshil 83bb22073a Sync tag update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26254 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-16 17:06:22 +00:00
voroshil 13cbc8e1ae r25994: typo fix: inited --> initialized
r26067: Check glyph bounding box before rasterizing and complain if it is too large.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26253 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-16 17:02:17 +00:00
Gabrov 41d1ce80d2 synced with r26251
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26252 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-16 13:24:36 +00:00
diego 86a9d2666e typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26251 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-15 16:13:24 +00:00