Commit Graph

18194 Commits

Author SHA1 Message Date
diego ecc88de7f6 small typo/grammar fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18094 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-14 13:27:55 +00:00
reimar 86b0871127 -ao pcm:fast suboption for faster-than-realtime dumping
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18093 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-14 13:18:35 +00:00
reimar 3a1d78bc7a remove vts_no parameter from mp_get_titleset_length - it is not only useless,
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
2006-04-14 13:03:05 +00:00
reimar f81bab628d remove non-ascii character outside of string, might break build with some compilers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18091 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-14 12:55:45 +00:00
reimar 9e88af0e0c 10l, forgot to move aspect_save_screenres in last commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18090 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-14 11:23:03 +00:00
reimar 87fe226acb fix A-V sync overcorrection for desync due to too slow hardware.
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
2006-04-14 10:57:41 +00:00
reimar 0337e0f26f add check for non-ascii charsets used in code and simplify showcont switch handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18088 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-14 10:47:40 +00:00
kraymer b28e7305a4 1.1253: Document sinesupress audio filter, [...]
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
2006-04-14 07:36:27 +00:00
reimar c711faab44 correct fullscreen size
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18086 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-13 21:47:21 +00:00
gpoirier ca9d9cf980 Document sinesupress audio filter, thanks to the help of Michael Niedermayer and Jan Knutar.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18085 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-13 21:25:37 +00:00
diego 19c45ff4e1 Simplify mkdir calls.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18084 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-13 16:49:56 +00:00
michael 9b2c81e1bb very simple filter which can remove a sine at a specified frequency, usefull 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
2006-04-13 10:36:17 +00:00
reimar 9c188dbd5f define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18082 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-12 20:17:07 +00:00
reimar e29b0ea4e3 fixes and cleanup for windows fullscreen switching (restore old position,
fullscreen on current monitor).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18081 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-12 14:20:51 +00:00
reimar d96b09cd64 fixes and cleanup for windows fullscreen switching (restore old position,
fullscreen on current monitor).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18080 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-12 14:11:26 +00:00
reimar 27ea821577 missing ifoClose and return 1. Patch by kiriuja (mplayer-patches at en-directo net)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18079 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-12 11:19:49 +00:00
nicodvb e6ab7db3e4 timestamps are 33 bits long, so they don't fit in an unsigned int; 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18078 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-11 20:05:24 +00:00
gpoirier 18ecbf6e3a Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail 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
2006-04-11 12:17:21 +00:00
reimar 827ccaa941 try to detect flac bitrate early on to avoid division by zero problems.
Should also help with mencoder and -oac copy


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18076 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-11 10:46:52 +00:00
reimar b72ebc6fb8 check wav header length against upper limit, should protect against
some misdetections (esp. with text files).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18075 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-11 10:43:20 +00:00
reimar 5f65c05e35 make failures during e.g. setting the TV norm non-fatal.
Makes some (crappy *g*) USB cameras work with MPlayer.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18074 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-11 10:19:53 +00:00
reimar aaf067719b make sure the check for valid timestamps does not accidentially search through
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
2006-04-10 16:18:17 +00:00
reimar 3e489b2da7 do not print the title length from a non-matching titleset.
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
2006-04-10 16:16:33 +00:00
reimar cfcf67ee5e getch2 should wait for input. Fixes 100% CPU usage during cache fill.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18071 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-10 12:42:10 +00:00
gpoirier bb2203a63c Fix a few French barbarism, add missing sentence.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18070 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-10 07:28:14 +00:00
reimar eae97616d5 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_decompress
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18069 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 18:25:35 +00:00
reimar ed8211b89c avoid cache fill status overflow with caches > ca. 20 MB
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18068 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 18:16:29 +00:00
gpoirier c93f360e3d fix segfault in the skin browser when sbSelectedSkin gets dereferenced 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
2006-04-09 13:52:45 +00:00
gpoirier b2360d8174 vertical size of "Configure Equalizer" window is not enough to hold all 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
2006-04-09 13:49:37 +00:00
gpoirier 9ef8a90a8f the title of this window was not localized => added new en and ru strings, 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
2006-04-09 13:47:44 +00:00
gpoirier 76350665d3 Add missing French charset
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18064 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 13:10:29 +00:00
gpoirier 172e1f620a synced with 1.1252
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18063 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 13:02:47 +00:00
gpoirier 66cfb51195 Explain how security issues should be reported, based on a patch by Ivann, 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
2006-04-09 12:45:49 +00:00
gpoirier ad2fdb9e97 AMR codecs support info, patch by Rathann, with slight alteration by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18061 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 12:13:59 +00:00
iive 14dfd0c93f co_N_pilation to compilation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18060 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 09:56:06 +00:00
reimar bed619897c support kmvc and nuv decoders in ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18059 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-08 17:10:31 +00:00
nplourde fd290901bb Replace deprecated function
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18058 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-08 16:16:48 +00:00
iive 310dda5ed0 New mode for tinterlace filter
Document the patch by Walter Belhaven <wbelhaven at yahoo >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18057 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-08 15:43:32 +00:00
iive 69fe028f08 New mode for tinterlace filter
patch by Walter Belhaven <wbelhaven at yahoo >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18056 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-08 15:30:09 +00:00
iive dc3f010d38 put my name in native language, remove some obsolate and irrelevant entries.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18055 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-08 13:53:02 +00:00
gpoirier 3b54ec9e28 French fixes, by Bounec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18054 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-07 21:47:38 +00:00
iive 37b31c74a8 make sure the indx chunk is big enough to hold the basic structure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18053 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-06 21:49:12 +00:00
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