Commit Graph

5314 Commits

Author SHA1 Message Date
ksorim ac51a1e411 Two fixes:
- Planar formats don't use draw_frame. Code dealing with that has been removed.
- Calculate y_screen_bottom correctly


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5314 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 18:42:27 +00:00
arpi 7e32366a13 soem explanation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5313 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 18:42:05 +00:00
arpi 4a1e0aef9b fixed U/V swapping for direct rendering, and 3rd plane offset calculation when height!=0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5312 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 18:19:14 +00:00
mswitch 7bb3412a05 Fixed bug in Athlon detection code ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5311 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 18:01:08 +00:00
mswitch eb89d8effe XorA found a bug in the avcodec code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5310 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 15:33:12 +00:00
mswitch ff1ffe28bf Default to avcodec if installed, otherwise use fame. Apparently fame output is very very blocky
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5309 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 15:18:38 +00:00
atmos4 d1281245b3 Use esds parser for movie esds atom and only pass decoder specific configuration into the stream_header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5308 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 14:47:28 +00:00
pl afa6b65c25 allow negative mul values
(-1.0 => will reverse channels L&R)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5307 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 14:15:24 +00:00
atmos4 a0399163e6 - Add parsing of Sync Layer Descriptor
- Add a function to cleanup malloced mem from mp4_parse_esds
- Fix some weird code from me :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5306 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 06:10:13 +00:00
atmos4 a699ffad78 Support for decoder specific config from mp4 header for AAC decoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5305 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 03:08:20 +00:00
atmos4 582d209217 10l fix memory allocation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5304 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 03:07:18 +00:00
atmos4 a316f53a83 eeh 10l, forgot malloc of esds struct.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5303 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 02:38:20 +00:00
atmos4 086814f294 Improved MP4 parsing (finally)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5302 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 02:25:41 +00:00
arpi 52457a7c61 OS2 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5301 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 01:09:08 +00:00
arpi 2256753f4a timer.c not used - why to compile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5300 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 01:05:57 +00:00
arpi 6c20953570 check for mman.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5299 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 01:05:43 +00:00
arpi f9940fc77e include stdlib.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5298 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 00:58:27 +00:00
arpi c99b6c40bb we don't need mman.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5297 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 00:44:54 +00:00
arpi 922b520e8e moved font_laod.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5296 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 00:39:44 +00:00
arpi 2eba558fcd moved font_laod.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5295 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 00:32:13 +00:00
arpi 42d31020c9 include font_load.h directly, instead of via video_out.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5294 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 22:50:25 +00:00
arpi cb776a965b sys/types.h required for off_t
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5293 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 21:52:13 +00:00
arpi 27a401bacb MANGLE() the 3dnow code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5292 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 21:48:55 +00:00
arpi ea4b9eb45f use .balign instead of .align
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5291 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 21:44:05 +00:00
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