summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switch audio delay keys to something more sane (+ to increase, - to decrease)diego2006-04-152-4/+4
| | | | | | | that happens to also match the documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18101 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not try to load default.sub when it doesn't exist. Fixes bug #480.reimar2006-04-151-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18100 b3059339-0415-0410-9bf9-f77b7e298cf2
* Major update of all French files (except mencoder and encoding-guide)gpoirier2006-04-1513-315/+524
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18099 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid crash when running "mplayer -loop" (dereferencing uninitialize pointer).reimar2006-04-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18098 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, keyframes must have tag 0x10, not 1.reimar2006-04-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18097 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing free in case sdpplin_parse_stream returns invalid stream.reimar2006-04-141-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18096 b3059339-0415-0410-9bf9-f77b7e298cf2
* free memory on error in http_add_basic_authenticationreimar2006-04-141-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18095 b3059339-0415-0410-9bf9-f77b7e298cf2
* small typo/grammar fixesdiego2006-04-141-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18094 b3059339-0415-0410-9bf9-f77b7e298cf2
* -ao pcm:fast suboption for faster-than-realtime dumpingreimar2006-04-143-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18093 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove vts_no parameter from mp_get_titleset_length - it is not only useless,reimar2006-04-141-6/+3
| | | | | | | | it also breaks STREAM_CTRL_GET_TIME_LENGTH. Patch by kiriuja {mplayer-patches at en-directo net} git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18092 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove non-ascii character outside of string, might break build with some ↵reimar2006-04-141-1/+1
| | | | | | compilers git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18091 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, forgot to move aspect_save_screenres in last commitreimar2006-04-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18090 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix A-V sync overcorrection for desync due to too slow hardware.reimar2006-04-141-1/+7
| | | | | | | Patch by Uoti Urpala ( uoti urpala at pp1 inet fi ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18089 b3059339-0415-0410-9bf9-f77b7e298cf2
* add check for non-ascii charsets used in code and simplify showcont switch ↵reimar2006-04-141-16/+38
| | | | | | handling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18088 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1253: Document sinesupress audio filter, [...]kraymer2006-04-141-1/+23
| | | | | | | 1.1252: Document the patch by Walter Belhaven <wbelhaven at yahoo > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18087 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct fullscreen sizereimar2006-04-131-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18086 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document sinesupress audio filter, thanks to the help of Michael Niedermayer ↵gpoirier2006-04-131-0/+17
| | | | | | and Jan Knutar. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18085 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify mkdir calls.diego2006-04-133-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18084 b3059339-0415-0410-9bf9-f77b7e298cf2
* very simple filter which can remove a sine at a specified frequency, usefull ↵michael2006-04-134-0/+186
| | | | | | | | | to get rid of the 50/60hz noise on ultra crappy equipment probably works only with 1 channel input git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18083 b3059339-0415-0410-9bf9-f77b7e298cf2
* define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss itreimar2006-04-121-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18082 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes and cleanup for windows fullscreen switching (restore old position,reimar2006-04-121-1/+1
| | | | | | | fullscreen on current monitor). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18081 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes and cleanup for windows fullscreen switching (restore old position,reimar2006-04-123-23/+77
| | | | | | | fullscreen on current monitor). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18080 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing ifoClose and return 1. Patch by kiriuja (mplayer-patches at ↵reimar2006-04-121-0/+4
| | | | | | en-directo net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18079 b3059339-0415-0410-9bf9-f77b7e298cf2
* timestamps are 33 bits long, so they don't fit in an unsigned int; 10lnicodvb2006-04-111-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18078 b3059339-0415-0410-9bf9-f77b7e298cf2
* Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail ↵gpoirier2006-04-111-0/+1
| | | | | | | | | | | POIS com Original thread: Date: Mon, 10 Apr 2006 23:43:23 +0400 Subject: [MPlayer-dev-eng] [PATCH] GUI: segfault in gtk/menu.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18077 b3059339-0415-0410-9bf9-f77b7e298cf2
* try to detect flac bitrate early on to avoid division by zero problems.reimar2006-04-111-2/+16
| | | | | | | Should also help with mencoder and -oac copy git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18076 b3059339-0415-0410-9bf9-f77b7e298cf2
* check wav header length against upper limit, should protect againstreimar2006-04-111-0/+8
| | | | | | | some misdetections (esp. with text files). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18075 b3059339-0415-0410-9bf9-f77b7e298cf2
* make failures during e.g. setting the TV norm non-fatal.reimar2006-04-113-4/+2
| | | | | | | Makes some (crappy *g*) USB cameras work with MPlayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18074 b3059339-0415-0410-9bf9-f77b7e298cf2
* make sure the check for valid timestamps does not accidentially search throughreimar2006-04-101-2/+10
| | | | | | | | several hundered MB (e.g. happens under MinGW with certain DVDs due to movi_end overflowing). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18073 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not print the title length from a non-matching titleset.reimar2006-04-101-0/+2
| | | | | | | Fixes ID_DVD_TITLE_.._LENGTH appearing multiple times, and only once != 0. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18072 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
*