Commit Graph

3622 Commits

Author SHA1 Message Date
mswitch 0618d45a03 Inproved mpeg sync on fast computers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3622 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 18:26:08 +00:00
gabucino ebd30bb0d6 some additional info in 2pass section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3621 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 17:30:08 +00:00
gabucino 4d32c43721 eh forgot about ffmpeg12 :<
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3620 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 17:29:15 +00:00
pontscho 44d4752274 better dvd support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3619 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 16:55:32 +00:00
pontscho 4854fe36ae button design fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3618 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 16:54:04 +00:00
pontscho 1e7102f771 nesze LGB beleirtalak igy ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3617 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 16:53:34 +00:00
mswitch 7a6d1acd7c Remove lame upsampler, cleaned out stuff relating to setting channels.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3616 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 14:31:31 +00:00
mswitch 343b941007 Fix glitchy mpeg playback
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3615 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 14:28:42 +00:00
pl 7139cf3408 missing 1 byte in array size
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3614 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 13:15:49 +00:00
pl e0c43586ae x = malloc(strlen(s) + c) ... strcpy(x, s)
replaced by
x = strdup(s)

Note: sometimes c was 0 and that was a bug
Note2: code still has to be added to check the returned value of these funcs


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3613 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 13:03:22 +00:00
pl d8925752b8 checkings for malloc results (potential memleaks)
btw: C functions in .h files is dirty :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3612 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 12:54:06 +00:00
pl 35c39674d7 sync with help_mp-en.h 1.19
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3611 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 12:21:38 +00:00
atmos4 4f25da3fee better fullscreen-mode selection, patch by dunno :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3610 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 11:50:05 +00:00
nexus ba042d9687 sync again, 10l ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3609 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 11:45:04 +00:00
nick a0a14b6c67 + Added support of FIFO engine (suggested by Vladimir Dergachev)
- Disabled save/restore state functions (caused a lots of problems
  during driver reloading)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3608 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 10:41:08 +00:00
nick 3be3ff7ef3 Sync with r1.19
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3607 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 10:40:16 +00:00
nexus ebe26aa191 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3606 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 09:51:52 +00:00
bertrand adb50da1d7 If the demuxer type is unknown it will start an http streaming.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3605 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 09:04:03 +00:00
bertrand 0545d44d07 Removed unnecessary check after the protocol autodetection.
Now it will try to start streaming even if the autodetection failed.
This will allow to work with web server that doesn't report a
proper mime-type.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3604 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 09:02:52 +00:00
nick 0b8a6c0131 Just a hint
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3603 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 07:40:28 +00:00
nick a17cec63a5 Typofix (thanks to Felix)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3602 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 07:27:34 +00:00
arpi 365248938e pre-cache fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3601 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 02:16:43 +00:00
arpi fbd38db24f nop_steraming fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3600 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 01:59:25 +00:00
jaf a5fd1dfbb4 similar to 1.19, lang support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3599 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 23:20:43 +00:00
pontscho bd53040995 init title change basz.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3598 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 23:19:53 +00:00
pontscho 39118a2970 some warning kill
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3597 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 23:14:29 +00:00
pontscho 872b4926ec lang support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3596 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 22:59:04 +00:00
jaf 5fe79768b6 similar to 1.15, hm. stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3595 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 22:11:48 +00:00
jaf aa622ac667 similar to 1.33, hm. stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3594 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 22:08:16 +00:00
jaf 837d9822c4 similar to 1.39, hm. stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3593 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 22:06:58 +00:00
jaf 1e50b8e065 similar to 1.18, full language support for gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3592 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 22:03:31 +00:00
pontscho 746448a068 fix bug, if dvd titles is 'none', vagymi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3591 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 22:00:25 +00:00
pl f2e3e7c276 updated to match help_mp-en.h 1.17
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3590 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 21:50:35 +00:00
pl 70e1464f2c Applied patch by Jiri Svoboda <Jiri.Svoboda@seznam.cz>:
-proper setting of bg color
 -turning BES at the end


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3589 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 21:43:15 +00:00
pontscho 1aff2950ef full language support for gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3588 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 21:33:02 +00:00
pontscho 4d3b8c99b1 itt a skin nem van hibauzenet igy.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3587 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 20:01:10 +00:00
bertrand 2f6396e310 Added the Host field in the HTTP request.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3586 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 18:45:00 +00:00
michael 1db88fbdcb removing unnecessary sse sin/cos LUT
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3585 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 17:29:27 +00:00
gabucino 932ce66431 hm. stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3584 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 17:07:21 +00:00
gabucino e2026fcf08 "Another brand new translated file gcc-2.96-3.0.html, and correct version of
codecs.html. Sorry, but yesterday I mixed directories and sent you this file in
English version instead of refreshed Polish."


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3583 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 17:04:52 +00:00
michael 7e81abb944 sse opt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3582 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 15:59:01 +00:00
pontscho de2e7adfbd small changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3581 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 11:16:08 +00:00
michael 6682ec830b runtime cpu detection for the idct
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3580 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 04:00:29 +00:00
michael 1db3d17b8a mmx opt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3579 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 03:00:04 +00:00
michael 0a76350996 mmx opt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3578 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 02:48:14 +00:00
michael c7a0e6827f mmx opt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3577 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 02:13:49 +00:00
michael 18423f8801 mmx opt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3576 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 01:46:41 +00:00
michael 6c6a98f3bb mmx opt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3575 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 00:56:08 +00:00
gabucino af81366f93 *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3574 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-18 00:19:28 +00:00
gabucino 4cd7672324 "I updatet codecs.html and translated whole new file: bugsreports.html.
In all three files I set the charset encodding."

Justyna Bia\263a <nell@skrzynka.pl>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3573 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-17 23:54:13 +00:00