Commit Graph

18267 Commits

Author SHA1 Message Date
nicodvb 26b3c3f9ca removed useless (and broken as hell) buffering code from muxer1; buffering 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
2006-04-20 21:40:03 +00:00
nicodvb 280b8e3875 removed skip_padding (never used and totally useless)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18166 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-20 20:53:48 +00:00
nicodvb a160c8687f added support for DX50 and dx50 4CCs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18165 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-20 20:48:55 +00:00
nicodvb aa0de16882 fixed wrong operator precedence in parse_mpeg4_video()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18164 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-20 20:44:43 +00:00
nicodvb 471dc6e589 simplified code to patch the video framerate (removed silly comparisons)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18163 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-20 20:38:09 +00:00
nicodvb 1cbc74c755 changed timebase from 1024 to 300 (no rounding errors with any of the 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
2006-04-20 20:32:36 +00:00
reimar 3a54af84ad 10l, aspect_save_screenres must be always called in update_xinerama_info.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18161 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-20 16:17:06 +00:00
reimar 4f5303a7fe better set audio_out_minsize to MAX_FRAMESIZE
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18160 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-20 09:23:13 +00:00
reimar f232cb8882 set audio_out_minsize, should avoid all "maxlen too small" cases
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18159 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-19 22:33:58 +00:00
reimar 2d6eb3cf57 bug fixes: left-over mode variable used uninitialized,
initialize sh->audio_out_minsize to maximum decoded size


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18158 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-19 22:30:31 +00:00
kraymer ed59d324d4 1.242: small grammar fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18157 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-19 22:04:05 +00:00
kraymer 39af329375 small grammar fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18156 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-19 22:02:52 +00:00
kraymer 783f7d6f83 remove private comment tag
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18155 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-19 21:48:34 +00:00
kraymer 2eeea1fd79 1.241: add a newline before the "Playing"... line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18154 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-19 21:38:24 +00:00
kraymer c7ae207b5f German translation for usage.xml
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18153 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-19 21:36:51 +00:00
reimar 11ff3f51fb add a newline before the "Playing"... line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18152 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-19 21:06:12 +00:00
diego d4e9855511 Using channel count, samplerate and input bps values from the container
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
2006-04-19 20:12:01 +00:00
reimar 2f9248f074 Register for window-manager delete window events and quit MPlayer.
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
2006-04-19 15:58:10 +00:00
reimar 5c332bb395 also print an error when parsing fails with M_OPT_INVALID or M_OPT_PARSER_ERR.
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
2006-04-19 15:50:37 +00:00
kraymer 1680e5e872 spellcheck revealed 2 more typos..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18148 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-19 10:28:49 +00:00
gpoirier 381b2d32e7 typo fix: s/20060915/20040915/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18147 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-19 05:48:16 +00:00
kraymer 338cfde386 small grammar fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18146 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 21:36:29 +00:00
kraymer 931831a99e German translation for documentation.xml
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18145 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 21:30:21 +00:00
diego 0b24ca198d Remove some libmpdvdkit vs libmpdvdkit2 cruft.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18144 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 21:16:46 +00:00
rtognimp 5fce1e7235 faad2 updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18143 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 19:48:14 +00:00
rtognimp 82361d50d0 Update to faad2 cvs 20040915+MPlayer fixes
Patch by me and Emanuele Giaquinta


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18142 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 19:39:34 +00:00
kraymer b664e7f321 1.15: Explain how security issues should be reported, based on a patch by Ivann
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18141 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 19:33:46 +00:00
kraymer f1e6b03f54 German translation for mail-lists.xml
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18140 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 19:19:58 +00:00
kraymer 32020cc35e German translation for install.xml
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18139 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 18:25:45 +00:00
diego 4016beda76 Make the RTP demuxer work with libdvdread 0.9.5.
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
2006-04-18 14:41:41 +00:00
diego 31eddedd20 Remove outdated references to Arpi as admin.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18137 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 13:16:15 +00:00
reimar b7942efd63 rtsp options should be available for mencoder as well
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18136 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 11:06:35 +00:00
diego 1dca024357 Clarify ffvorbis comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18135 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 10:24:22 +00:00
diego 685d7b7418 A new German translation of the XML documentation is in the works.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18134 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 08:03:20 +00:00
diego 3f08af229f minor markup fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18133 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 08:02:39 +00:00
nicodvb e23ef70156 removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18132 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-17 20:20:28 +00:00
gpoirier 508cbe9be6 10l: build fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18131 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-17 17:50:34 +00:00
corey 6867264ec4 Include buffered decoded audio in A-V sync calculations.
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
2006-04-17 16:31:42 +00:00
gpoirier 1cfdfe73be fixes decoding demoscene.tv nsv at http://213.186.36.129:8000
Fix suggested by Reimar, patch by RC.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18129 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-17 13:47:57 +00:00
kraymer 6142b018ae add translation of audio.xml
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18128 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-17 00:54:59 +00:00
diego cc76da3ec0 English docs should be built first.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18127 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-17 00:29:56 +00:00
diego fb59dee055 Simplify link removal.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18126 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-17 00:28:36 +00:00
kraymer 74f3eb9e21 add support for German translation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18125 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-17 00:15:48 +00:00
kraymer 54cc8c7737 add finished translations for
* bugs.xml
 * bugreports.xml
also add main.xml


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18124 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-17 00:13:07 +00:00
kraymer ff0eb1101a add missing Makefile for German xml docs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18123 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-17 00:10:18 +00:00
gpoirier 649abe5db0 sync with 1.1257
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18122 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-16 20:53:16 +00:00
kraymer 171a5ec135 1.1257: Fix and improve xinerama support
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
2006-04-16 20:27:35 +00:00
kraymer d7229a877c 1.240: Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or 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
2006-04-16 20:05:35 +00:00
gpoirier 6a425eee5c Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).
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
2006-04-16 16:58:36 +00:00
reimar 1e390288ed Use ULL for > 32 bits constant.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18118 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-16 13:45:21 +00:00