Commit Graph

10474 Commits

Author SHA1 Message Date
mosu a5d47c6d52 Updates needed for libebml/libmatroska 0.4.4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10274 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 16:48:02 +00:00
arpi ed9296d845 renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10273 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:15:48 +00:00
arpi fbf7cf9162 libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:
Updated to version 1.12 from sourceforge
  The old version crashed my gcc-3.2.2 (after allocating 1 Gig memory)
  because of unfriendly altivec code, the new file is better.
  The new file ditches the old assembly version
  and it must be built with correct altivec-flags


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10272 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:12:04 +00:00
arpi cfbb824f06 libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:
Updated to version 1.19 from sourceforge
  This version includes the gcc bugfix
  The new file also ditches the old assembly version
  and it must be built with correct altivec-flags


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10271 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:11:47 +00:00
arpi 58f04b4322 libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:
Only use Altivec if enabled with configure.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10270 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:11:30 +00:00
arpi a0084e7df5 libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:
Make sure the correct flags are passed to CC
  Altivec files should only be compiled when altivec is enabled.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10269 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:11:09 +00:00
arpi 1e7ad12bf4 libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:
Make sure that altivec gets enabled in libmpeg2


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10268 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:10:42 +00:00
arpi 3b377a458b libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:
Check for altivec.h and set HAVE_ALTIVEC_H
  This is required for the new libmpeg2 files and for
  the updated ffmpeg code
  make sure ARCH_POWERPC gets set
  (I choosed this instead of mpeg2_internal)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10267 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:09:39 +00:00
faust3 1045b4d505 enable stream cache for mingw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10266 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 10:44:34 +00:00
michael ca774d892b FFV1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10265 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 02:31:04 +00:00
arpi 080311d08f TiVo demuxer and sub-cc/osd decoder
patch by usenet@wingert.org
(http://tivo-mplayer.sourceforge.net/releases/MPlayer-20030501-tivo-patch.gz)
changes by me:
- spit demux_ty to demux_ty and demux_ty_osd (later handles mpeg user-data
  decoding, ie sub-cc and osd)
- removed some cosmetics changes
- some compile fixes (gcc3 specific variable decl etc)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10264 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 00:24:49 +00:00
rtognimp 14328b41fe Update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10263 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-08 20:36:27 +00:00
rtognimp d5d8a2897e RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10262 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-08 20:29:04 +00:00
rtognimp 7b0c242d34 RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders.
Author unknown, code from a public domain player for Amiga
at http://www.honeypot.net/audio


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10261 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-08 20:25:28 +00:00
arpi 0e5c9a508f - discard soon non TS files (previously it took too long, as in the case
of mpeg-ps files without a registered extension)
- detect sooner audio-only files (at least 64K of the chosen audio
streams without a video stream)
patch by Nico <nsabbi@libero.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10260 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-08 11:58:05 +00:00
alex ca78cf2743 -ao alsa9:hw:0,0 fix by Wojtek Kaniewski <wojtekka@bydg.pdi.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10259 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-08 04:03:59 +00:00
lumag b4545e0ba8 Sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10258 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-07 17:23:29 +00:00
lumag ac45ce7de9 Sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10257 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-07 16:56:33 +00:00
nicolas 5b76713a50 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10256 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-07 16:17:45 +00:00
nicolas 7f2bb05ce4 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10255 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-07 14:34:39 +00:00
arpi 019211567c - open new_ds_[audio | video] only when the relative streams are really available
- consequently, -nosound now works
- simplified the feeding (to ds_) function
- eliminated the previous buffering of ES data (so it should be a little faster)
- discard junk ES data after payload_size for the current pes packet is 0
- reduced the probe buffer
- better support for audio only TS (DAB seems to have many fans)
- fixes the wrong spacing (now fixed at 8 chars)
- makes static all the functions that are not exported
- comments the unused code that I could need in the future
patch by Nico <nsabbi@libero.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10254 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-07 11:30:19 +00:00
arpi 1864646717 I've found some time to implement the encoding support for the new
DivX API. Now it's possible to play and encode movies with the
latest DivX release.
One thing that doesn't work is the new Video Buffer Verifier (VBV)
multipass encoding. The encoder segfaults. Maybe it just isn't
supported with the standard profile of the released binary encoder.
Andreas Hess <jaska@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10253 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-06 19:57:37 +00:00
arpi f68ae8a4e9 just updated vd_theora.c to decode the additional header packets,
introduced by recent changes in Theora CVS which broke the current
support.  I'll be able to upload a newly encoded sample by tuesday.
patch by David Kuehling <dvdkhlng@gmx.de>

note: theora comment decoding disabled for backward compatibility,. result
wasn't used anyway --A'rpi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10252 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-06 19:19:23 +00:00
arpi 2f2918587f fixed mem corruption bugs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10251 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-06 19:12:08 +00:00
diego 061b3e1db4 Spell Arpi's name correctly and trigger keyword substitution.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10250 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-05 23:16:33 +00:00
diego e079a0b712 Sync by Anders Rune Jensen <anders@gnulinux.dk>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10249 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-05 01:22:06 +00:00
diego 8437eadff0 cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10248 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-05 01:15:02 +00:00
diego 41614ec4ae New files and updates by Andoni Zubimendi <andoni@lpsat.net>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10247 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-05 00:57:35 +00:00
rfelker 3e4aa8b0bd 1000l! crashing on broken config files finally fixed!
Patch by Alex Sisson (alex_sisson at yahoo.co.uk):

a missing parameter on mp_msg meant it crashed instead
of printing a nice message if you put entries in the
config with no parameter.

also did a few english-tidies on error messages in
there.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10246 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-04 22:06:44 +00:00
rfelker 0473f386a4 don't set audio pts to infinity after seeking in mp3 files :)
(10l)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10245 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-04 10:52:58 +00:00
faust3 31222d1610 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10244 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-03 18:48:03 +00:00
alex b4d7f9837c warning fixes by Dominik
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10243 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-03 17:43:49 +00:00
alex 9e13900d4c fix name clash fix libsmbclient, patch by Raindel Shachar <raindel@techunix.technion.ac.il>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10242 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-03 17:36:25 +00:00
alex 0f70e5e778 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10241 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-02 18:19:21 +00:00
rfelker 342a37ab8c 100l to me :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10240 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-02 00:17:36 +00:00
gabucino 5b98863d23 MGA tvout:
- updating for matroxtv changes (con2fb needed)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10239 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 23:02:54 +00:00
gabucino fe5e2c052b v3.0
Features:
 - hopefully finally works out-of-the-box after ./modules (report if not)
 - nice Display Identifier, as in Windows (big "1" and "2" letters on heads :)

TODO:
 - autodetect if fbset, matroxset, con2fb are installed


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10238 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 23:00:37 +00:00
alex cc1edea30e warning fixes by Dominik
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10237 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 22:16:41 +00:00
alex 1e7437181a unused
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10236 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 22:10:44 +00:00
alex 6f79aca2eb final scaler removal step
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10235 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 22:09:20 +00:00
michael 5b882e5130 vf_scale.h & related cleanup & some small warning fix by dominik
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10234 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 21:59:29 +00:00
rtognimp 56d2da5af4 Warning fixes, patch by Dominik Mierzejewski
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10233 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 20:27:32 +00:00
faust3 cb1229a849 compilation fix by Bernd Ernesti <mplayer at lists.veego.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10232 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 13:39:49 +00:00
faust3 f69de943f3 fix volume increasing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10231 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 12:33:32 +00:00
nicolas 7beb6ae6f8 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10230 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 11:03:55 +00:00
diego 4f8f0f837a Better wording as suggested by Rich.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10229 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 04:26:01 +00:00
diego 5bf80a32bd Default indentation is 4 now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10228 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 22:32:02 +00:00
diego 181859a3cf -use-stdin not in alphabetical order
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10227 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 22:08:53 +00:00
alex ca9eeec2eb check for -dumpstream file writes, patch by Eric Lammerts <eric@lammerts.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10226 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 21:50:21 +00:00
diego 9157b3e189 MPlayer options have just one '-'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10225 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 21:31:23 +00:00