Commit Graph

13358 Commits

Author SHA1 Message Date
reimar 6068c1846e moved sh_audio initialization from dec_audio to demuxer.c to fix
-hr-mp3-seek bug (pts was -inf after seeking) and remove the workaround
from demux_audio.c.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13358 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-16 19:51:13 +00:00
rtognimp 378ded9169 IBM Ultimotion native decoding via libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13357 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-16 19:42:54 +00:00
faust3 d32a38dfed Changed the default again so that the initial video position is in
the upper left corner like in vo fbdev[2].
Reason: vo cvidix does not know the screen resolution unlike you specify
it with screen[w/h], resulting in the video being displayed on a random
position.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13356 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-16 18:08:17 +00:00
diego adf2ed95d7 nick
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13355 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-16 11:00:37 +00:00
faust3 7a7248586c make it possible to use the run command from a menu config file, based on a patch by Aurelien Jacobs <aurel@gnuage.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13354 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-16 09:25:56 +00:00
faust3 8679873019 stdout and stderr are macros --- you can't assign to them. Assignment doesn't make sense anyway, because freopen will always return the same FILE * structure that it got in parameter. patch by Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13353 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-16 08:12:05 +00:00
faust3 56f0d012e3 declare modify_ldt with syscall3 macro for older glibcs patch by Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13352 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-16 07:58:19 +00:00
rtognimp d77795cc39 Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
via windows binary dll


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13351 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 21:58:21 +00:00
faust3 33980d6f5c Depend on bio2jack v0.3 as it fixes an important bug in JACK_Write() function patch by ismail donmez <kde@myrealbox.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13350 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 16:01:34 +00:00
paszczi f75d9d87fd synced with 1.718
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13349 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 15:33:52 +00:00
faust3 e77c880367 mingw compile fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13348 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 15:17:06 +00:00
faust3 299671ded1 fix not matching prototype, patch by Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz>; remove ^M
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13347 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 14:19:41 +00:00
faust3 3616785033 fix a memory corruption and make sure only getch2 handles stdin
in order to avoid delayed events caused by lost input
patch by Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13346 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 14:08:46 +00:00
faust3 0e339fc397 option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13345 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 13:37:49 +00:00
faust3 5e00ed042b This time is a patch to improve subtitle alignment management. It
implements
SSA alignment styles; note that alignment for SSA files is not actually
supported, but for SAMI files (which use the same alignment codes) it
is.
patch by Salvatore Falco <sfalco at studenti.ing.uniroma1.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13344 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 13:16:52 +00:00
gpoirier f6674ba8be Cumulative patch:
1.718: Audio output driver suboptions documented
1.717: Consistency fixes, spelling
1.716: All video driver suboptions documented, gif and tga examples

+ Diego suggestions/fixies on above patches, and on previous commit
+ small Nroff formating fixes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13343 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 13:08:53 +00:00
faust3 c2c997fda1 fix ineffectual video equalizer command line options, patch by kiriuja <mplayer-bugs at en-directo.net>, closes #37, some more variable docu by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13342 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 11:26:45 +00:00
danny b6ec858471 Audio output driver suboptions documented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13341 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 10:47:03 +00:00
faust3 c95142bc23 slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at gnuage.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13340 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 09:45:34 +00:00
faust3 49c553dc7f quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <aurel at gnuage.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13339 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 09:29:10 +00:00
faust3 5a48784803 add a comment to the Xorg workaround
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13338 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 08:02:51 +00:00
rtognimp 7cd4d089be Index must be positive to prevent endless loop on bad data
Based on an idea by iive


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13337 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-14 21:02:19 +00:00
faust3 6f9cd1674c workaround for Xorg-6.8 not saving the surface registers on bigendian
architectures, patch by Luca Barbato <lu_zero at gentoo.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13336 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-14 20:43:39 +00:00
iive bb0ca7d619 fix compile on gcc 2.95.3
patch send by Jan Knutar <jknutar_at_nic_dot_fi>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13335 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-14 16:57:37 +00:00
rtognimp 49bc246607 AVC support moved to libavcodec, avcC atom is now passed in extradata
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13334 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-13 21:21:48 +00:00
wight 26fc7d22bd sync 1.717
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13333 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-13 15:24:02 +00:00
wight 8ad9ebcb38 random fixes, spelling, vocabulary
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13332 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-12 22:44:49 +00:00
wight ef2c9a6c25 Consistency fixes, spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13331 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-12 22:43:17 +00:00
gpoirier a6d340b841 Sync with English mp-v1.715.
1.714: 2pass encoding support for x264(r46) + changes in default settings
1.715: Small fixes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13330 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-12 18:51:44 +00:00
danny cffdee66f3 All video driver suboptions documented, gif and tga examples
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13329 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-12 18:42:02 +00:00
diego d44eca3d33 small fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13328 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-12 16:42:26 +00:00
kraymer a32f8d5654 changed wording (s/Unteroption/Suboption)
very few updates in fideo filters section


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13327 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-12 15:45:49 +00:00
iive ab9f308df4 2pass encoding support for x264(r46).
patch by Loren Merritt and Jeff Clagg


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13326 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-12 15:36:43 +00:00
mosu d7f693a204 Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13325 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-12 14:01:13 +00:00
gpoirier f7581f5e16 Sync with 1.711:
- Video driver null, yuv4mpeg, gif89a, pgm, png and tga documented, jpeg drop from the list to document
- minor changes, and typos from 1.710


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13324 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-12 10:57:51 +00:00
ivo f9866da609 Added one more error check. Forgot it last time (grrr :) ).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13323 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-12 01:35:41 +00:00
kraymer ef58c6cabd removed occurence of work as maintainer (in regard to Diego's email)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13322 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 22:54:33 +00:00
kraymer f5d0527e09 updates in video output drivers section (update rev 1710 of en/mplayer.1)\nother minor fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13321 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 22:52:34 +00:00
kraymer 80bba00022 hopefully last format correction regarding prior commit in video output drivers section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13320 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 22:50:00 +00:00
kraymer 5766c1eb45 fixes some typos, wording and formatting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13319 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 22:37:35 +00:00
ivo 3595966380 Fixed typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13318 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 21:15:13 +00:00
ivo a35c5903bb * Changed malloc and strncpy to strdup. Less code.
* More error checking. If malloc or strdup fails, print message and exit.
* Free malloc'd memory when uninit is called.
* Moved default of jpeg_outdir to preinit, so it is always malloc'd and can
  easily be freed at uninit.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13317 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 19:59:31 +00:00
kraymer 6c26b38c4c added myself to AUTHORS file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13316 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 19:48:00 +00:00
kraymer ece88f5cdd changed email address
latest sync missed update of revision tag


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13315 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 19:47:16 +00:00
kraymer db0ea5e9ad minor changes I came across during sync of videofilters section
(hope it's common-sense)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13314 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 19:18:19 +00:00
kraymer bf3456c17e spell-checking done for beginning until player-specific options (mplayer only)
minor changes in wording according to Diego's suggestion
many updates in videofilters section


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13313 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 19:15:48 +00:00
diego d8e173a680 Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13312 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 13:08:34 +00:00
reimar 1b385d6496 fix seeking in audio-only case (crash when seeking backwards, time reset to 0)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13311 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 09:40:34 +00:00
danny 95ef488cee Video driver null, yuv4mpeg, gif89a, pgm, png and tga documented, jpeg drop from the list to document
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13310 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 09:28:39 +00:00
alex 4434fc4f05 info packet is now file global, while meta pakcet is stream specific, as discussed with Rich
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13309 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-11 09:18:07 +00:00