Commit Graph

5430 Commits

Author SHA1 Message Date
arpi 3e896fa868 BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5430 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 20:17:27 +00:00
arpi 9368f9da2d fixed 10l bug: using ds instead of dp, and adding some debug prints
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5429 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 20:09:17 +00:00
arpi 137c0d6cc8 vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5428 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 20:08:19 +00:00
mswitch 2be34dbd95 Updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5427 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 20:07:38 +00:00
arpi 0ba482b282 -alang sig11 when playing avis fixed - 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5426 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 19:20:01 +00:00
melanson a546c285d5 changed int -> float for proper PTS calculation (works just as well as the
old method)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5425 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 18:29:09 +00:00
melanson 47cf26cd52 backed out unneeded mod
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5424 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 18:28:00 +00:00
melanson 03b4e0a033 fixed ibps
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5423 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 17:25:11 +00:00
melanson 40ed999545 fixed RoQ framerate by multiplying PTS calculation by some absurd constant
(and it works!)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5422 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 17:24:12 +00:00
melanson 85b287acd0 modified the new MS RLE decoder to support BGR15/16 output formats in
addition to BGR24/32, just like the old XAnim decoder; it's also
interesting to note that this commit wantonly violates A'rpi's newest
nonsensical CVS policy, and I quote:

   Note: if you had to put if(){ .. } over big (> 5 lines) code,
   do NOT change the indent of the inner part (move it right) !


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5421 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 15:33:32 +00:00
arpi dc8013694c copy palette to 4*256 bytes area to avoid sig11 when colors<256 but index>colors (broken files)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5420 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 10:11:49 +00:00
arpi 593c86af8e I hate M$. it seems that MSRLE biSize is always 40 when number of colors < 256 instead of 40+colors*4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5419 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 09:50:17 +00:00
arpi bbb69a2db6 migrating to Melanson's great codec name change... which is of course nonsense but why not...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5418 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 09:29:19 +00:00
arpi 83d1ae68c0 check depth for direct rendering
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5417 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 09:28:17 +00:00
arpi 0b14d76862 updates - thanks to Melanson...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5416 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 03:32:42 +00:00
arpi 2ba506f908 fix uninit() crash if no config() call
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5415 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 03:03:12 +00:00
melanson ddf20c18da fixed to be able to handle extra-quirky .film files on Lemmings 3DO
console game


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5414 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 02:57:53 +00:00
arpi 06e95aef16 added soem debug prints, and fixed 10l bug of Alban
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5413 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 02:45:14 +00:00
arpi 23911100db 1 step closed to solving memory corruptions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5412 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 02:22:40 +00:00
arpi 6ad9ef57e3 10l - fixed soem weird sig11 at multifile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5411 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 23:18:40 +00:00
melanson 2c0895883e adpcm.c is no longer needed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5410 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 23:02:13 +00:00
melanson a9803b9f75 reworked ADPCM decoders; changes include:
* fixed MS IMA ADPCM
 * dissolved adpcm.c/.h into appropriate ad_* decoders
 * DK4 audio is handled directly by IMA ADPCM decoder (this obsoletes
   ad_dk4adpcm.c)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5409 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 22:27:45 +00:00
pl 73309be6c8 the long standing /dev/sound/dspW => .../dsp
(patch posted several times by several different people)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5408 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 19:25:11 +00:00
arpi 384a8a821b 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5407 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 18:09:30 +00:00
arpi 9a9c52cdf3 using interleaveBytes() for G200 draw_slice
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5406 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 17:40:22 +00:00
nexus 355ce11771 FreeBSD require stdlib.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5405 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 14:42:32 +00:00
nexus b8d79e4b09 FreeBSD warning fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5404 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 14:12:25 +00:00
jaf 5f3c60a511 again some bugfixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5403 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 10:02:44 +00:00
jaf 34f0c4c772 some bugfixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5402 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 09:24:37 +00:00
gabucino 271104116b fixed -hr-mp3-seek description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5401 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 07:58:22 +00:00
gabucino 5b3d80831a added libvorbis to installation section, and a link to daily CVS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5400 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 07:49:37 +00:00
gabucino 5af584996d added -ifo option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5399 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 07:42:17 +00:00
mswitch 9adb559bb1 Fixed avcodec init bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5398 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 06:24:49 +00:00
gabucino c484393153 better opendivx-divx4 interface explanation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5397 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 22:37:14 +00:00
gabucino 270336b1c5 applied Diego's patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5396 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 22:34:12 +00:00
gabucino 1ed4e7f35b Justyna's update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5395 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 22:25:46 +00:00
jkeil de4701d8bb Add a configure test for the strsep function (it's missing on solaris)
Provide an implementation of strsep in libosdep.a, if it's missing in the
system's libc library.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5394 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 21:24:36 +00:00
kmkaplan d40f8f30c2 Fix bug noticed by Hajba Szilard in message <20020329151644.A23301@revai.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5393 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 15:12:41 +00:00
rik 05dcedd786 use avcodec_inited instead of av_fdct to see if avcodec was initialized by another part of mplayer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5392 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 13:46:34 +00:00
rfelker f7573d2c09 libavcodec 2pass broke mencoder if divx4encore was not available. fixed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5391 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 07:20:44 +00:00
rfelker a5dfcdf157 quick hack to make vo_mga accept multiple calls to config
someone else should probably improve on this later


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5390 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 05:03:25 +00:00
kmkaplan 4d38521e2c * New command line switch for mplayer & mencoder:
-ifo <ifo file>

	Indicate the file that will be used to load palette and frame size
	for MPEG subtitles.

* mencoder.c:

    Fix cropping when decoding MPEG2.

* spudec.c:

    If scaling is needed only do it once.

    Change WITH_NO_ANTIALIASING to ANTIALIASING_ALGORITHM.

* vobsub.c:

    Support reading info regarding size and palette from IDX file instead of IFO file.

    Support streams containing audio or video.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5389 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 03:17:57 +00:00
atmos4 7498cf7145 Allow cache to be disabled at commandline.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5388 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 02:52:45 +00:00
arpi dee3c8d0f0 2-pass lavc encoding fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5387 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 01:01:35 +00:00
atmos4 f33ad03eba eeh, really remove keybinding for w/s for volume control. =)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5386 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 00:06:35 +00:00
atmos4 f362ca99e0 Remove alternative volume control binding that clash with libdvdnav support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5385 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 00:04:14 +00:00
arpi c96745660a 2-pass encoding with libavcodec - untested
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5384 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-28 23:45:33 +00:00
arpi 86bb56a7dc 10l fix, patch by Mark Szabo <mw3@bsd.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5383 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-28 23:14:14 +00:00
arpi 8399ef40cd typo, thx to Mark Szabo <mw3@bsd.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5382 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-28 22:45:09 +00:00
arpi 5475823f41 DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5381 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-28 20:40:21 +00:00