Commit Graph

18052 Commits

Author SHA1 Message Date
reimar 9641a1433c use calloc instead of malloc - simplifies code and fixes overflow problems.
Path by Bjorn Sandell (biorn at chalmers se)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18052 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-06 20:56:35 +00:00
michael 9ec42a7e3f zero sized frames are not keyframes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18051 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-06 20:36:39 +00:00
iive 64159b23f8 Limit the number of entires to the amount that does fit into the chunk.
the function need rewrite as it assumes quite many things that are not guaranteed by the specifications.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18050 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-06 20:04:02 +00:00
pacman e34e980420 added myself
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18049 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-06 20:03:42 +00:00
reimar 105d22e6ff sh_audio->delay is adjusted in the wrong direction when changing audio_delay
at runtime (taking esp. long to recover with large -autosync).
Patch by Uoti Urpala [uoti urpala at pp1 inet fi]


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18048 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-06 12:12:08 +00:00
pacman b2e9d4082d Reorganize vector constants to work around gcc 4.1 bug:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27006

This bug caused certain movies (444P or RGB/BGR-based) to become brighter
and more purple when played on a YV12 vo.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18047 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-06 10:08:54 +00:00
reynaldo 7882100299 Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18046 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-06 03:27:20 +00:00
nicodvb ecdfed5122 workaround to prevent segfault: when using -ve lavc with b-frames write_chunk(1st video frame) gets called with len=-1UL; -1ULl to whomever calls me that way
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18045 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-05 20:51:35 +00:00
nicodvb 7d8d007650 segfault fix: assign param->apid (that is the audio id found) when inexistent audio language is specified; patch by Erik Auerswald auerswal a unix-ag d uni-kl d de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18044 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-05 18:50:24 +00:00
henry 2550c31309 Czechification.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18043 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-05 16:59:43 +00:00
alex 069cd899d9 update lez's email
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18042 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-05 12:27:55 +00:00
rathann 84c67545de UTF8-ize, patch by İsmail Dönmez \ismail & pardus , org ' tr/
and some missing Polish chars in PL-team by me


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18041 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-04 21:39:11 +00:00
ptt da639b027b sync up to 1.1234
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18040 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-04 09:11:53 +00:00
diego 8b13a68738 Add 32x32 XPM icon as mandated by Debian policy.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18039 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-04 06:48:14 +00:00
diego ef44903b77 Simplify some checks.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18038 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-04 05:09:12 +00:00
rtognimp ca10cc19a5 Fix RealAudio codecs (add descrambling)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18037 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-03 19:41:17 +00:00
rfelker 14dd78fb62 missing dependency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18036 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-03 07:16:10 +00:00
rfelker d1f744937e reverse previous patch which caused sig11.
1000000000000000l: broken codecs.conf code modifies every page of a
huge object -> tons of page faults and cannot be const. this needs to
be fixed! do we have a volunteer to remove the whole codecs.conf shit?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18035 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-03 07:11:29 +00:00
rfelker f571bed7c3 1000l: absolutely huge missing const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18034 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-03 06:44:54 +00:00
rfelker 20674f6d49 10l: huge amount of constant crap in data segment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18033 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-03 06:38:55 +00:00
rfelker a93707fd8f 10l: missing const put this in data segment instead of text/rodata
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18032 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-03 06:27:15 +00:00
rfelker 4f9e734957 move 12k from data to bss (reduce binary size by 12k)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18031 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-03 06:25:30 +00:00
corey 03fc601438 Slight grammar and wording fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18030 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-03 04:58:34 +00:00
kraymer 12aff69c6f 1.1251: -crash-debug does not get enabled with .developer in the source tree.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18029 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 21:25:56 +00:00
kraymer 58d786a898 1.237: Capitalization error I missed before
1.236: A question needs a question mark, but in this case I think at least two are required.
1.235: Minor spelling and grammar fixes for part 1 of Otvos Attila's "printf2mp_msg" changes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18028 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 21:21:56 +00:00
kraymer 7b1bdaed44 1.234: Part2 of several printf2mp_msg changes in patch from Otvos Attila
oattila AT chello DOT hu with LOTS of modifications by me (reynaldo)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18027 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 21:13:28 +00:00
kraymer a730214cad 1.233: Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
1.232: [applied by ppt, rev 1.143]


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18026 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 20:50:49 +00:00
gabrov 6106717bd7 synced with 1.237
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18025 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 20:40:26 +00:00
reimar abd8ba242c simplify extradata handling and make passing extradata on the default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18024 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 18:35:00 +00:00
gpoirier a1a54710e7 Add a note explaining that it's okay to use a different target bitrate on the various passes of a video encode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18023 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 18:25:05 +00:00
diego c35708cbf1 Remove mpdvdkit1 cruft from the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18022 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 13:31:03 +00:00
diego 099f684a98 Remove shared libmpdvdkit leftovers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18021 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 13:15:20 +00:00
diego 8f4cca7dd5 AIX updates by Derek E. Lewis, dlewis__at__solnetworks.....net
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18020 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 08:26:13 +00:00
diego a94b2c2e4f .developer and .libdeps do not exist any longer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18019 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 07:55:29 +00:00
diego cd974cd0e0 -crash-debug does not get enabled with .developer in the source tree.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18018 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 07:47:15 +00:00
diego c9b74c78ee There is no check for the crash debug feature, so setting the variable to
auto makes no sense.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18017 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 07:44:14 +00:00
rfelker f586d45ab7 further fixes..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18016 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 07:30:40 +00:00
rfelker 0535cfb080 10l: version.h was not being built in some odd cases
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18015 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 07:18:53 +00:00
rfelker 1b2bc3597d integrate old "libdeps" hack into makefile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18014 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 03:22:32 +00:00
rfelker 1a17124672 first stage of build system cleanup:
- remove .developer nonsense
- correct version.h dependencies
- remove some old shared dvdkit cruft that was not used
who's going to buy me the cola if this breaks?? :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18013 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 03:14:54 +00:00
rtognimp 7cd95a4b4b Don't use free()d pointer CID 260
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18012 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-01 23:50:30 +00:00
gpoirier 8a3d3f57ee More French fixes by Bounec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18011 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 21:29:37 +00:00
cladisch e7941a0ef3 Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did
not allow reading the buffer boundary value.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18010 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 09:28:37 +00:00
corey adb94d38a3 Capitalization error I missed before
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18009 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 06:22:51 +00:00
corey 73d3155f24 A question needs a question mark, but in this case I think at least two
are required.

Fixes part 2 of Otvos Attila's "printf2mp_msg" changes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18008 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 06:01:56 +00:00
corey 8dec4eaf25 Minor spelling and grammar fixes for part 1 of Otvos Attila's
"printf2mp_msg" changes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18007 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 05:49:05 +00:00
rfelker 12f9bb8946 prevent overflow.. wtf?! from irc:
<@tcsetattr> how many dimensions can people have in a joystick? do you
travel to other universes with that thing?
[apparently more than 10...?!]
(reported on irc by DrewZzz)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18006 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 04:56:09 +00:00
reynaldo b4c74fb28e Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18005 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 00:15:47 +00:00
rfelker e5782cf37b more cruft
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18004 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 23:47:03 +00:00
rfelker f93707e51a arrg more of this stupid cruft
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18003 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 23:44:35 +00:00