summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* getch2 should wait for input. Fixes 100% CPU usage during cache fill.reimar2006-04-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18071 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a few French barbarism, add missing sentence.gpoirier2006-04-101-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18070 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, we should really, really use lzo1x_decompress_safe instead of ↵reimar2006-04-092-8/+10
| | | | | | lzo1x_decompress git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18069 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid cache fill status overflow with caches > ca. 20 MBreimar2006-04-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18068 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix segfault in the skin browser when sbSelectedSkin gets dereferenced ↵gpoirier2006-04-091-5/+8
| | | | | | | | | | | before setting, when no skin is selected in the skin list upon opening the browser, and "Cancel" or "OK" buttons get clicked. Noticed when runnig freshly compiled gmplayer on a system where the skins were still under the old location. based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18067 b3059339-0415-0410-9bf9-f77b7e298cf2
* vertical size of "Configure Equalizer" window is not enough to hold all ↵gpoirier2006-04-091-1/+1
| | | | | | comboboxes, based on a patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18066 b3059339-0415-0410-9bf9-f77b7e298cf2
* the title of this window was not localized => added new en and ru strings, ↵gpoirier2006-04-093-1/+3
| | | | | | based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18065 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing French charsetgpoirier2006-04-091-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18064 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1252gpoirier2006-04-091-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18063 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain how security issues should be reported, based on a patch by Ivann, ↵gpoirier2006-04-091-0/+14
| | | | | | | | | featuring Reimar's suggestions + email scrambling using this form: http://www.golivecentral.com/pages/txttut/scramble.shtml (I hope it will be enough not to get too much spam though this link) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18062 b3059339-0415-0410-9bf9-f77b7e298cf2
* AMR codecs support info, patch by Rathann, with slight alteration by me.gpoirier2006-04-091-0/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18061 b3059339-0415-0410-9bf9-f77b7e298cf2
* co_N_pilation to compilationiive2006-04-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18060 b3059339-0415-0410-9bf9-f77b7e298cf2
* support kmvc and nuv decoders in ffmpegreimar2006-04-081-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18059 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace deprecated functionnplourde2006-04-082-38/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18058 b3059339-0415-0410-9bf9-f77b7e298cf2
* New mode for tinterlace filteriive2006-04-081-0/+3
| | | | | | | Document the patch by Walter Belhaven <wbelhaven at yahoo > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18057 b3059339-0415-0410-9bf9-f77b7e298cf2
* New mode for tinterlace filteriive2006-04-081-0/+68
| | | | | | | patch by Walter Belhaven <wbelhaven at yahoo > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18056 b3059339-0415-0410-9bf9-f77b7e298cf2
* put my name in native language, remove some obsolate and irrelevant entries.iive2006-04-081-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18055 b3059339-0415-0410-9bf9-f77b7e298cf2
* French fixes, by Bounecgpoirier2006-04-071-171/+171
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18054 b3059339-0415-0410-9bf9-f77b7e298cf2
* make sure the indx chunk is big enough to hold the basic structure.iive2006-04-061-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18053 b3059339-0415-0410-9bf9-f77b7e298cf2
* use calloc instead of malloc - simplifies code and fixes overflow problems.reimar2006-04-061-6/+2
| | | | | | | Path by Bjorn Sandell (biorn at chalmers se) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18052 b3059339-0415-0410-9bf9-f77b7e298cf2
* zero sized frames are not keyframesmichael2006-04-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18051 b3059339-0415-0410-9bf9-f77b7e298cf2
* Limit the number of entires to the amount that does fit into the chunk.iive2006-04-061-0/+5
| | | | | | | 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
* added myselfpacman2006-04-061-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18049 b3059339-0415-0410-9bf9-f77b7e298cf2
* sh_audio->delay is adjusted in the wrong direction when changing audio_delayreimar2006-04-061-1/+1
| | | | | | | | 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
* Reorganize vector constants to work around gcc 4.1 bug:pacman2006-04-061-4/+3
| | | | | | | | | | 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
* Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txtreynaldo2006-04-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18046 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround to prevent segfault: when using -ve lavc with b-frames ↵nicodvb2006-04-051-0/+2
| | | | | | 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
* segfault fix: assign param->apid (that is the audio id found) when ↵nicodvb2006-04-051-0/+1
| | | | | | 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
* Czechification.henry2006-04-051-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18043 b3059339-0415-0410-9bf9-f77b7e298cf2
* update lez's emailalex2006-04-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18042 b3059339-0415-0410-9bf9-f77b7e298cf2
* UTF8-ize, patch by İsmail Dönmez \ismail & pardus , org ' tr/rathann2006-04-041-31/+31
| | | | | | | 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
* sync up to 1.1234ptt2006-04-041-16/+81
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18040 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add 32x32 XPM icon as mandated by Debian policy.diego2006-04-044-4/+243
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify some checks.diego2006-04-041-21/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18038 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix RealAudio codecs (add descrambling)rtognimp2006-04-031-10/+151
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18037 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing dependencyrfelker2006-04-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18036 b3059339-0415-0410-9bf9-f77b7e298cf2
* reverse previous patch which caused sig11.rfelker2006-04-031-1/+1
| | | | | | | | | 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
* 1000l: absolutely huge missing constrfelker2006-04-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18034 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: huge amount of constant crap in data segmentrfelker2006-04-033-23/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18033 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: missing const put this in data segment instead of text/rodatarfelker2006-04-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18032 b3059339-0415-0410-9bf9-f77b7e298cf2
* move 12k from data to bss (reduce binary size by 12k)rfelker2006-04-031-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18031 b3059339-0415-0410-9bf9-f77b7e298cf2
* Slight grammar and wording fixes.corey2006-04-031-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18030 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1251: -crash-debug does not get enabled with .developer in the source tree.kraymer2006-04-021-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18029 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.237: Capitalization error I missed beforekraymer2006-04-021-5/+5
| | | | | | | | 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
* 1.234: Part2 of several printf2mp_msg changes in patch from Otvos Attilakraymer2006-04-021-1/+58
| | | | | | | 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
* 1.233: Part1 of several printf2mp_msg changes in patch from Otvos Attila ↵kraymer2006-04-021-1/+58
| | | | | | | | | 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
* synced with 1.237gabrov2006-04-021-1/+115
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18025 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplify extradata handling and make passing extradata on the default.reimar2006-04-021-38/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18024 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a note explaining that it's okay to use a different target bitrate on ↵gpoirier2006-04-021-0/+13
| | | | | | the various passes of a video encode git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18023 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove mpdvdkit1 cruft from the build system.diego2006-04-023-30/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18022 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove shared libmpdvdkit leftovers.diego2006-04-022-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18021 b3059339-0415-0410-9bf9-f77b7e298cf2
* AIX updates by Derek E. Lewis, dlewis__at__solnetworks.....netdiego2006-04-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18020 b3059339-0415-0410-9bf9-f77b7e298cf2
* .developer and .libdeps do not exist any longer.diego2006-04-021-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18019 b3059339-0415-0410-9bf9-f77b7e298cf2
* -crash-debug does not get enabled with .developer in the source tree.diego2006-04-021-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18018 b3059339-0415-0410-9bf9-f77b7e298cf2
* There is no check for the crash debug feature, so setting the variable todiego2006-04-021-1/+1
| | | | | | | auto makes no sense. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18017 b3059339-0415-0410-9bf9-f77b7e298cf2
* further fixes..rfelker2006-04-021-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18016 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: version.h was not being built in some odd casesrfelker2006-04-021-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18015 b3059339-0415-0410-9bf9-f77b7e298cf2
* integrate old "libdeps" hack into makefilerfelker2006-04-022-36/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18014 b3059339-0415-0410-9bf9-f77b7e298cf2
* first stage of build system cleanup:rfelker2006-04-022-49/+4
| | | | | | | | | | - 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
* Don't use free()d pointer CID 260rtognimp2006-04-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18012 b3059339-0415-0410-9bf9-f77b7e298cf2
* More French fixes by Bounecgpoirier2006-03-311-63/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18011 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add workarounds for old prerelease versions of alsa-lib 0.9.0 that didcladisch2006-03-311-0/+6
| | | | | | | not allow reading the buffer boundary value. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18010 b3059339-0415-0410-9bf9-f77b7e298cf2
* Capitalization error I missed beforecorey2006-03-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18009 b3059339-0415-0410-9bf9-f77b7e298cf2
* A question needs a question mark, but in this case I think at least twocorey2006-03-311-1/+1
| | | | | | | | | 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
* Minor spelling and grammar fixes for part 1 of Otvos Attila'scorey2006-03-313-6/+6
| | | | | | | "printf2mp_msg" changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18007 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent overflow.. wtf?! from irc:rfelker2006-03-311-1/+1
| | | | | | | | | | <@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
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ↵reynaldo2006-03-3123-67/+139
| | | | | | chello DOT hu with LOTS of modifications by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18005 b3059339-0415-0410-9bf9-f77b7e298cf2
* more cruftrfelker2006-03-302-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18004 b3059339-0415-0410-9bf9-f77b7e298cf2
* arrg more of this stupid cruftrfelker2006-03-302-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18003 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix descrambling of asf file,iive2006-03-303-6/+8
| | | | | | | | | where signed buffer could cause erroneous values to be filled in descrable variables, add misssing check for one of these variables and restore sign of these variables as insurance that these checks will work even in such case. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18002 b3059339-0415-0410-9bf9-f77b7e298cf2
* more cruftrfelker2006-03-302-8/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18001 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot one occurrancerfelker2006-03-301-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18000 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove deprecated, never-used gnu gettext cruft.rfelker2006-03-303-46/+0
| | | | | | | | | | | | proper runtime message catalogs will be added with catgets in the (near?) future. this resolves complaints about mp_msg printing crap at startup when gettext was (stupidly) enabled by default even though it was not useful. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17999 b3059339-0415-0410-9bf9-f77b7e298cf2
* increasing sync tag to 1.15 after update by Diegogabrov2006-03-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17998 b3059339-0415-0410-9bf9-f77b7e298cf2
* increasing sync tag to 1.63 after update by Diegogabrov2006-03-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17997 b3059339-0415-0410-9bf9-f77b7e298cf2
* Trust the demuxer instead of the decoder for samplerate detection.diego2006-03-301-6/+5
| | | | | | |