summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-288-3/+220
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5381 b3059339-0415-0410-9bf9-f77b7e298cf2
* .ttf font loader - based on TOOLS/subfont-carpi2002-03-281-0/+714
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5380 b3059339-0415-0410-9bf9-f77b7e298cf2
* small updategabucino2002-03-2811-35/+97
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5379 b3059339-0415-0410-9bf9-f77b7e298cf2
* lego++ bug fixed by XorAmswitch2002-03-281-148/+154
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5378 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec 4mv supportmichael2002-03-282-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5377 b3059339-0415-0410-9bf9-f77b7e298cf2
* I420 added to native YV12 codecs, useless cpuinfo removed, native zlib ↵arpi2002-03-281-57/+36
| | | | | | added, some cosmetics git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5376 b3059339-0415-0410-9bf9-f77b7e298cf2
* reordered video codecs to work better with new codec selection codearpi2002-03-281-559/+580
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5375 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to nick - ACCEPT_WIDTH fixedarpi2002-03-271-3/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5374 b3059339-0415-0410-9bf9-f77b7e298cf2
* some under-devel code, will be required for qtx codecsarpi2002-03-271-0/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5373 b3059339-0415-0410-9bf9-f77b7e298cf2
* we don't need ac3-iec958 any morearpi2002-03-273-152/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5372 b3059339-0415-0410-9bf9-f77b7e298cf2
* ac3_iec958_build_burst moved from ac3-iec958.carpi2002-03-271-4/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5371 b3059339-0415-0410-9bf9-f77b7e298cf2
* incremented PACK_BYTES for BSDBT848 - by Charles Henrichalex2002-03-271-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5370 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix resizing when zoom is used and image size changes between frames.atmos42002-03-271-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5369 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow to disable crasj sighandler to enable creation of coredump files.atmos42002-03-272-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5368 b3059339-0415-0410-9bf9-f77b7e298cf2
* eeh 10l removed too much lines :(atmos42002-03-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5367 b3059339-0415-0410-9bf9-f77b7e298cf2
* Issue a warning in VDec if disp_w and disp_h weren't set by codec and try ↵atmos42002-03-272-4/+14
| | | | | | | | | workaround. Fix ijpg codec to set sh->disp_w and sh->disp_h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5366 b3059339-0415-0410-9bf9-f77b7e298cf2
* draft v0.1arpi2002-03-271-0/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5365 b3059339-0415-0410-9bf9-f77b7e298cf2
* vplayer sub fix by Arkadiusz Podgorski <wodzu@softomat.com.pl>arpi2002-03-271-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5364 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied Diego's cosmetics patch :) with some small fixesarpi2002-03-271-73/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5363 b3059339-0415-0410-9bf9-f77b7e298cf2
* XorA added the option of switching between fame/avcodec withoutmswitch2002-03-262-73/+134
| | | | | | | recompiling. Docs updated accordingly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5362 b3059339-0415-0410-9bf9-f77b7e298cf2
* ported back hack for interlaced mpeg2, without it mplayer draws whole frame ↵iive2002-03-261-1/+3
| | | | | | for every field -100% slowdown git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5361 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updated neomagic info.atmos42002-03-261-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5360 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed green lines caused by missing rounding to 2iive2002-03-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5359 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't kill me, pure indent change as I forgot to reindent when copy and ↵atmos42002-03-261-47/+46
| | | | | | pasting from dec_audio.c, as this is the first revision it doesn't break changelog! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5358 b3059339-0415-0410-9bf9-f77b7e298cf2
* Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved ↵atmos42002-03-263-1/+209
| | | | | | buffering scheme. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5357 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for proper Vorbis version.atmos42002-03-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5356 b3059339-0415-0410-9bf9-f77b7e298cf2
* ooops :)atmos42002-03-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5355 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed up this audio decoder toomelanson2002-03-261-20/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5354 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fileslist support for mf demuxer, delemited by ',' and change mf fps to float.atmos42002-03-263-6/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5353 b3059339-0415-0410-9bf9-f77b7e298cf2
* added YUY2 output to the widely used (heh) CYUV decoder because it seemedmelanson2002-03-263-16/+68
| | | | | | | like a good idea...isn't YUY2 better supported that UYVY? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5352 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed so the decoder cooperates better with the rest of the systemmelanson2002-03-261-19/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5351 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed to work nicely with the new system (and yes, I did originate the RoQmelanson2002-03-261-17/+19
| | | | | | | audio decoder for this project) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5350 b3059339-0415-0410-9bf9-f77b7e298cf2
* I wonder noone noticed this, wrong output of extra[inc|lib]atmos42002-03-261-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5349 b3059339-0415-0410-9bf9-f77b7e298cf2
* Suggest --enable-debug=3atmos42002-03-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5348 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix aac decoded size.atmos42002-03-261-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5347 b3059339-0415-0410-9bf9-f77b7e298cf2
* ad_msgsm addedarpi2002-03-253-1/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5346 b3059339-0415-0410-9bf9-f77b7e298cf2
* ok, use ad_* stuffarpi2002-03-254-4/+70
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5345 b3059339-0415-0410-9bf9-f77b7e298cf2
* argh... Nick messed up driver names tooarpi2002-03-255-4/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5344 b3059339-0415-0410-9bf9-f77b7e298cf2
* imporetd from MPlayerXP, with small modificationarpi2002-03-251-0/+131
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5343 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not export the Worldarpi2002-03-251-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5342 b3059339-0415-0410-9bf9-f77b7e298cf2
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface ↵arpi2002-03-2515-0/+1176
| | | | | | functions changed to static, info->author field added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5341 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed to be more-or-less compatible with Nick's stuffarpi2002-03-251-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5340 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-03-251-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5339 b3059339-0415-0410-9bf9-f77b7e298cf2
* byte interleaving for mgamichael2002-03-253-0/+102
| | | | | | | | | | untested (no g200 mga or whatever i would need ...) experimental sse2 version (even less tested as no p4 either ...) sse2 version would need 16-byte aligned src & dst else sig11 sse2 version is disabled by default git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5338 b3059339-0415-0410-9bf9-f77b7e298cf2
* no native support for I420 in G200arpi2002-03-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5337 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabel DR and UV swapping for g200 planar modesarpi2002-03-251-7/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5336 b3059339-0415-0410-9bf9-f77b7e298cf2
* dump stuffarpi2002-03-251-1/+205
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5335 b3059339-0415-0410-9bf9-f77b7e298cf2
* eeh 10l, removed one line too much :(atmos42002-03-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix some silly logical bugs and fix memory cleanup in case mp4_parse_es ↵atmos42002-03-251-23/+33
| | | | | | returned with an error by memsetting the esds struct to 0 on init. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix aspect info for square pixel.atmos42002-03-251-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5332 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugfix by XorAmswitch2002-03-251-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5331 b3059339-0415-0410-9bf9-f77b7e298cf2
* reset selectionarpi2002-03-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5330 b3059339-0415-0410-9bf9-f77b7e298cf2
* check and set codec selection - impossible to do it at find_codecarpi2002-03-251-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5329 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l :(arpi2002-03-251-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5328 b3059339-0415-0410-9bf9-f77b7e298cf2
* use codec selectionarpi2002-03-253-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5327 b3059339-0415-0410-9bf9-f77b7e298cf2
* tagging selected codec to avoid trying the same codec several timesarpi2002-03-252-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5326 b3059339-0415-0410-9bf9-f77b7e298cf2
* proposal for audio decodersarpi2002-03-251-0/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5325 b3059339-0415-0410-9bf9-f77b7e298cf2
* common stuff moved to mpc_info.harpi2002-03-252-22/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5324 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo...arpi2002-03-251-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5323 b3059339-0415-0410-9bf9-f77b7e298cf2
* I420 supportarpi2002-03-251-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5322 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fs aspect fix by KotHarpi2002-03-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5321 b3059339-0415-0410-9bf9-f77b7e298cf2
* fallback to server's control() - patch by KotHarpi2002-03-241-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5320 b3059339-0415-0410-9bf9-f77b7e298cf2
* U,V plane odrer fixedarpi2002-03-241-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5319 b3059339-0415-0410-9bf9-f77b7e298cf2
* U,V plane odrer fixedarpi2002-03-242-16/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5318 b3059339-0415-0410-9bf9-f77b7e298cf2
* I420 UV swapping fixedarpi2002-03-241-5/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5317 b3059339-0415-0410-9bf9-f77b7e298cf2
* UV vs VU fixarpi2002-03-241-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5316 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes, extended by mplayer's planes[]arpi2002-03-241-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Two fixes:ksorim2002-03-241-17/+2
| | | | | | | | - 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
* soem explanationarpi2002-03-241-0/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5313 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed U/V swapping for direct rendering, and 3rd plane offset calculation ↵arpi2002-03-241-2/+3
| | | | | | when height!=0 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5312 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug in Athlon detection code ;)mswitch2002-03-241-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5311 b3059339-0415-0410-9bf9-f77b7e298cf2
* XorA found a bug in the avcodec codemswitch2002-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5310 b3059339-0415-0410-9bf9-f77b7e298cf2
* Default to avcodec if installed, otherwise use fame. Apparently fame output ↵mswitch2002-03-241-4/+4
| | | | | | is very very blocky git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5309 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use esds parser for movie esds atom and only pass decoder specific ↵atmos42002-03-241-4/+15
| | | | | | configuration into the stream_header. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5308 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow negative mul valuespl2002-03-241-1/+1
| | | | | | | (-1.0 => will reverse channels L&R) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5307 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Add parsing of Sync Layer Descriptoratmos42002-03-243-13/+38
| | | | | | | | - 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
* Support for decoder specific config from mp4 header for AAC decoder.atmos42002-03-241-33/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5305 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix memory allocationatmos42002-03-242-8/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5304 b3059339-0415-0410-9bf9-f77b7e298cf2
* eeh 10l, forgot malloc of esds struct.atmos42002-03-241-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5303 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved MP4 parsing (finally)atmos42002-03-246-8/+230
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5302 b3059339-0415-0410-9bf9-f77b7e298cf2
* OS2 supportarpi2002-03-241-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5301 b3059339-0415-0410-9bf9-f77b7e298cf2
* timer.c not used - why to compilearpi2002-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5300 b3059339-0415-0410-9bf9-f77b7e298cf2
* check for mman.harpi2002-03-241-0/+2
| |</