summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed useless (and broken as hell) buffering code from muxer1; buffering ↵nicodvb2006-04-201-42/+1
| | | | | | constraints will be fully respected when one of the forthcoming patches is applied git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18167 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed skip_padding (never used and totally useless)nicodvb2006-04-201-11/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18166 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for DX50 and dx50 4CCsnicodvb2006-04-201-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18165 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed wrong operator precedence in parse_mpeg4_video()nicodvb2006-04-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18164 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplified code to patch the video framerate (removed silly comparisons)nicodvb2006-04-201-11/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18163 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed timebase from 1024 to 300 (no rounding errors with any of the ↵nicodvb2006-04-201-73/+55
| | | | | | allowed framerates); write scr_extension accordingly. This is the first of a long series of patches to rewrite the muxer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18162 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, aspect_save_screenres must be always called in update_xinerama_info.reimar2006-04-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18161 b3059339-0415-0410-9bf9-f77b7e298cf2
* better set audio_out_minsize to MAX_FRAMESIZEreimar2006-04-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18160 b3059339-0415-0410-9bf9-f77b7e298cf2
* set audio_out_minsize, should avoid all "maxlen too small" casesreimar2006-04-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18159 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug fixes: left-over mode variable used uninitialized,reimar2006-04-191-2/+10
| | | | | | | initialize sh->audio_out_minsize to maximum decoded size git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18158 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.242: small grammar fixkraymer2006-04-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18157 b3059339-0415-0410-9bf9-f77b7e298cf2
* small grammar fixkraymer2006-04-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18156 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove private comment tagkraymer2006-04-191-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18155 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.241: add a newline before the "Playing"... linekraymer2006-04-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18154 b3059339-0415-0410-9bf9-f77b7e298cf2
* German translation for usage.xmlkraymer2006-04-191-0/+1086
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18153 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a newline before the "Playing"... linereimar2006-04-192-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18152 b3059339-0415-0410-9bf9-f77b7e298cf2
* Using channel count, samplerate and input bps values from the containerdiego2006-04-191-1/+2
| | | | | | | | | | | instead of the decoder breaks some DTS samples where the container says the audio has 6 channels but the decoder gives 2. In this case take the number of channels from the decoder instead, the output will almost certainly be badly garbled anyway if the number of channels is wrong. patch by Uoti Urpala, uoti <<.>> urpala <<@>> pp1 <<.>> inet <<.>> fi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18151 b3059339-0415-0410-9bf9-f77b7e298cf2
* Register for window-manager delete window events and quit MPlayer.reimar2006-04-191-0/+10
| | | | | | | slightly modified patch from Rickard Narstrom (rickard narstrom at gmail com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18150 b3059339-0415-0410-9bf9-f77b7e298cf2
* also print an error when parsing fails with M_OPT_INVALID or M_OPT_PARSER_ERR.reimar2006-04-192-0/+3
| | | | | | | fixes MPlayer exiting without message for e.g. "mplayer -ao" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18149 b3059339-0415-0410-9bf9-f77b7e298cf2
* spellcheck revealed 2 more typos..kraymer2006-04-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18148 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fix: s/20060915/20040915/gpoirier2006-04-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18147 b3059339-0415-0410-9bf9-f77b7e298cf2
* small grammar fixkraymer2006-04-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18146 b3059339-0415-0410-9bf9-f77b7e298cf2
* German translation for documentation.xmlkraymer2006-04-181-0/+196
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18145 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some libmpdvdkit vs libmpdvdkit2 cruft.diego2006-04-181-8/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18144 b3059339-0415-0410-9bf9-f77b7e298cf2
* faad2 updatedrtognimp2006-04-182-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18143 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update to faad2 cvs 20040915+MPlayer fixesrtognimp2006-04-1889-1427/+2143
| | | | | | | Patch by me and Emanuele Giaquinta git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18142 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.15: Explain how security issues should be reported, based on a patch by Ivannkraymer2006-04-181-1/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18141 b3059339-0415-0410-9bf9-f77b7e298cf2
* German translation for mail-lists.xmlkraymer2006-04-181-0/+131
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18140 b3059339-0415-0410-9bf9-f77b7e298cf2
* German translation for install.xmlkraymer2006-04-181-0/+988
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18139 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the RTP demuxer work with libdvdread 0.9.5.diego2006-04-181-1/+1
| | | | | | | | | | ifo_types.h needs the macros UINT8_MAX UINT16_MAX and INT32_MAX, in stdint.h, which are not defined when the language is C++ unless __STDC_LIMIT_MACROS is defined. patch by Emanuele Giaquinta, emanuele <<.>> giaquinta <<@>> gmail <<.>> com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18138 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove outdated references to Arpi as admin.diego2006-04-181-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18137 b3059339-0415-0410-9bf9-f77b7e298cf2
* rtsp options should be available for mencoder as wellreimar2006-04-182-15/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify ffvorbis comment.diego2006-04-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18135 b3059339-0415-0410-9bf9-f77b7e298cf2
* A new German translation of the XML documentation is in the works.diego2006-04-1810-8024/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18134 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor markup fixesdiego2006-04-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18133 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unreachable code: this filter can't compile with external libavcodec ↵nicodvb2006-04-174-21/+0
| | | | | | (the Makefile rules prevent it) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18132 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: build fix.gpoirier2006-04-171-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18131 b3059339-0415-0410-9bf9-f77b7e298cf2
* Include buffered decoded audio in A-V sync calculations.corey2006-04-171-3/+2
| | | | | | | Patch by Uoti Urpala, uoti<<dot>>urpala<<at>>pp1<<dot>>inet<<dot>>fi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18130 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes decoding demoscene.tv nsv at http://213.186.36.129:8000gpoirier2006-04-171-1/+1
| | | | | | | Fix suggested by Reimar, patch by RC. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18129 b3059339-0415-0410-9bf9-f77b7e298cf2
* add translation of audio.xmlkraymer2006-04-171-0/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18128 b3059339-0415-0410-9bf9-f77b7e298cf2
* English docs should be built first.diego2006-04-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18127 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify link removal.diego2006-04-171-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18126 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for German translationkraymer2006-04-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18125 b3059339-0415-0410-9bf9-f77b7e298cf2
* add finished translations forkraymer2006-04-173-0/+640
| | | | | | | | | * bugs.xml * bugreports.xml also add main.xml git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18124 b3059339-0415-0410-9bf9-f77b7e298cf2
* add missing Makefile for German xml docskraymer2006-04-171-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18123 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1257gpoirier2006-04-161-2/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18122 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1257: Fix and improve xinerama supportkraymer2006-04-161-2/+22
| | | | | | | | | 1.1256: new monitorpixelaspect option, esp. useful for xinerama setups with upcoming patch 1.1255: [does not apply] 1.1254: -ao pcm:fast suboption for faster-than-realtime dumping git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18121 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.240: Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or ↵kraymer2006-04-161-2/+4
| | | | | | | | | | MKV). 1.239: -ao pcm:fast suboption for faster-than-realtime dumping 1.238: the title of this window was not localized git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18120 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).gpoirier2006-04-165-1/+44
| | | | | | | | | | Patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com> Original thread: Date: Apr 12, 2006 1:50 PM Subject: [MPlayer-dev-eng] [PATCH] GUI: add cheap subtitle switching for non-DVD git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18119 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use ULL for > 32 bits constant.reimar2006-04-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18118 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix and improve xinerama supportreimar2006-04-1615-103/+121
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18117 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove completely pointless != NULL checkreimar2006-04-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18116 b3059339-0415-0410-9bf9-f77b7e298cf2
* more .charset files based on guessworkreimar2006-04-1610-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18115 b3059339-0415-0410-9bf9-f77b7e298cf2
* UTF-8 is more portable that utf8reimar2006-04-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18114 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some files I maintainreimar2006-04-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18113 b3059339-0415-0410-9bf9-f77b7e298cf2
* recognize future pentium-m processors, e.g. there is intel core with model 14iive2006-04-161-1/+1
| | | | | | | patch by Zuxy Meng <zuxy meng at gmail > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18112 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l in rgb2rgb_template.ciive2006-04-161-2/+2
| | | | | | | patch by Erik Auerswald <auerswal at unix-ag uni-kl de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18111 b3059339-0415-0410-9bf9-f77b7e298cf2
* fallback to USERPROFILE environment variable for caching CSS keys whenreimar2006-04-152-0/+15
| | | | | | | HOME is not set (for MinGW builds running outside of MinGW). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18110 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffvorbisdiego2006-04-151-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18109 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from ↵reimar2006-04-151-1/+1
| | | | | | working git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18108 b3059339-0415-0410-9bf9-f77b7e298cf2
* always cast stream IDs to unsigned before comparing to MAX_STREAMS.reimar2006-04-151-4/+4
| | | | | | | just defining them as unsigned might be a better fix though... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18107 b3059339-0415-0410-9bf9-f77b7e298cf2
* new monitorpixelaspect option, esp. useful for xinerama setups with upcoming ↵reimar2006-04-153-0/+12
| | | | | | patch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18106 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-1517-88/+123
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18105 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.15gabrov2006-04-151-2/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18104 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.103gabrov2006-04-151-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18103 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make mp3lib say that it's using Altivec to decode instead of generic Cdiego2006-04-151-0/+7
| | | | | | | | when it uses the optimized IMDCT. patch by Alexander Strange, astrange __ at __ ithinksw __ dot __ com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18102 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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 â