Commit Graph

5340 Commits

Author SHA1 Message Date
arpi 8311e1c5b2 more ugly hack
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5290 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 21:35:03 +00:00
arpi e349799514 we don't use mmap() in mplayer.c, so why should we include mman.h...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5289 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 21:12:38 +00:00
arpi b50bfd4098 OS/2 workaround
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5288 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 20:56:34 +00:00
arpi 0019b9d95b 10l - va_start needs teh pointer to stack - not the translated message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5287 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 19:29:48 +00:00
arpi e0dae73677 we don't need dl nor stat functions - why to include tehir headers...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5286 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 19:14:13 +00:00
arpi b5ec65bd53 added missing #include config.h, removed LIBVO2 ifdef.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5285 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 18:59:36 +00:00
arpi 99d5604011 OS2 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5284 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 18:40:54 +00:00
arpi b4fd92730d dlfcn.h shouldn't be included if XANIM support disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5283 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 18:38:41 +00:00
mswitch d58adc2b78 Aspect code reenabled, apparently users didn't like running movies
hi-res ;)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5282 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 18:16:22 +00:00
alex b49e685913 added aspect ratio support and local ctx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5281 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 17:29:35 +00:00
alex 3afc6449c1 10l, hopefully fixed query format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5280 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 17:27:46 +00:00
alex 6012176aee fixed query format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5279 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 17:16:49 +00:00
arpi b1594708a7 10l. IMGFLAG_ALLOCATED shouldn't be set from vd driver\! - it's for internal use by the core
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5278 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 16:56:05 +00:00
alex 8d4022576e moved get_image into decoder (Arpi's request)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5277 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 16:46:02 +00:00
mswitch 1dccf216e6 Disable prebuffering on athlons (3DNowEx) as the ones running at 266MHz
bus speed has troubles with it...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5276 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 16:36:42 +00:00
mswitch a254cc288e As jittering is corrected we might as well play the movie in full res
(lot nicer output ;).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5275 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 15:43:17 +00:00
mswitch 11458e387f Jitter-bug fixed by Marcel Hild <hild@b4mad.net>, many many thanks goes
out to him...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5274 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 15:27:47 +00:00
alex 049b77c5e8 added xanim url
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5273 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 15:09:05 +00:00
rik bd1746a8b6 adding support for 12 bit planar YUV formats (for YUV4MPEG(2))
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5272 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 14:26:53 +00:00
ksorim d648ac60af Support for cropping in mencoder. New options:
-x0, -y0:  upper-left corner of rectangle to be cut out
-xsize, -ysize: Size of rectangle to cut out

Cropping is done before scaling.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5271 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 13:13:12 +00:00
gabucino f4ad88edd9 applied Melanson's patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5270 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 10:47:13 +00:00
ksorim 7c68af469e Fix swapped uv planes when playing yv12 data with direct rendering
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5269 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 10:24:51 +00:00
ksorim 8a9f8447ef Fixes crash which occured when it wasn't possible to connect to the display
name in DISPLAY.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5268 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 10:09:39 +00:00
arpi b2eb613e28 try to uncomment this line - very funny effect (skipping I frames)
usefull for testing/checking how usefull/powerfull the ME/MC is in divx/mpeg4


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5267 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 02:41:31 +00:00
jonas ba616f206d sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5266 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 00:32:59 +00:00
alex d08adcb4f4 added zlib
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5265 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-22 22:14:01 +00:00
alex 805e53ebb6 added zlib support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5264 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-22 22:12:09 +00:00
alex 630417b2bb added, supporting only BGR24 (avizlib.dll does the same)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5263 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-22 21:20:50 +00:00
melanson 817080c800 committed Roberto Togni's patch for control() function in HuffYUV decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5262 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-22 14:11:13 +00:00
ksorim 404aa1bdcf Fix for OSD when width != pitch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5261 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-22 07:35:48 +00:00
michael 69ddd8e366 increasing libavcodec -vme range
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5260 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-22 04:14:43 +00:00
atmos4 68e98f1428 ixes bug in draw_slice and also fixes compilance to
new requirements for preinit/control. by jiri svoboda


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5259 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-22 03:22:34 +00:00
atmos4 8266b9011d Add Parsing off ftyp box and some more docs ref
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5258 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-22 00:54:10 +00:00
atmos4 72b5003310 I knew I had a typo just as I commited :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5257 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 22:51:44 +00:00
atmos4 82a5da8514 update my stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5256 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 22:33:04 +00:00
atmos4 3e8556bb96 Add a usefull url, btw. audio esds needs some fixing with some files, I'll investigate.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5255 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 22:26:52 +00:00
arpi d41172cdcd some more...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5254 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 21:00:21 +00:00
arpi 4fae24180e insert mpeg4 video header into the first chunk
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5253 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 20:43:43 +00:00
arpi 17ee704b7e 0.1l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5252 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 20:19:00 +00:00
arpi 377271cdc0 support multiple video header extension chunks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5251 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 20:18:30 +00:00
arpi 81778e13ee query flag added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5250 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 19:53:31 +00:00
michael 6e8918ece2 print meaningfull error message instead of "hmm, arpi said that isnt used...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5249 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 19:23:20 +00:00
atmos4 0b36dc013f Im proved Build Version selection for DivX 5.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5248 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 18:59:07 +00:00
michael d3daa53395 fixing bgr15&16 on big_endian
i doubt that that will fix all big endian problems though, we very likely will have to support RGB & BGR output formats as either bgr32 or bgr15 is rgb depending upon the way rgb/bgr is defined


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5247 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 18:53:32 +00:00
alex 17631d59b7 some updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5246 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 17:16:21 +00:00
alex 404adc94f4 a bit update to libvo1.5, i think we should make a seperate documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5245 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 17:11:38 +00:00
atmos4 56a7240127 argh 0.5l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5244 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 16:44:15 +00:00
atmos4 802fa9ffcc Recognize and skip ftype chunk used by some .mp4 files and
add fallback to displaysize if imagesize is unavailable.
Also update some doc info.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5243 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 16:42:58 +00:00
alex 043873b937 temporary disabled len=0 code due to reported loop errors
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5242 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 15:01:39 +00:00
ksorim 3b4870d90a This will hopefully fix
* uninit call without a previous config call
* Several config calls between preinit and uninit


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5241 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 14:08:40 +00:00