summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sse optimize of 3Fmichael2001-12-223-27/+153
| | | | | | | bugfix in 3F2R git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3655 b3059339-0415-0410-9bf9-f77b7e298cf2
* 3F2R sse optimizedmichael2001-12-223-24/+171
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3654 b3059339-0415-0410-9bf9-f77b7e298cf2
* added co64 (64bit chunk offset table) chunk (needed for mov files created ↵alex2001-12-221-3/+58
| | | | | | with xawtv) and added depth detection in video track (tested with my *.mov files (about 15-20) and worked fine) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3653 b3059339-0415-0410-9bf9-f77b7e298cf2
* working with 0.9.6 too (0.9.6 is coming with debian woody)alex2001-12-221-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3652 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated to reflect BGR32 output of FLI datamelanson2001-12-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3651 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cinepak decoder author addedgabucino2001-12-212-4/+12
| | | | | | | TV input doesn't need --enable-tv anymore git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3650 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.40, updated Cinepak section (new, opensource codec)jaf2001-12-211-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3649 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated Cinepak section (new, opensource codec)gabucino2001-12-212-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3648 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cinepak YUY2 supportarpi2001-12-213-1/+91
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3647 b3059339-0415-0410-9bf9-f77b7e298cf2
* "This are some updates mostly, new chapters in documentation.html."gabucino2001-12-213-131/+175
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3646 b3059339-0415-0410-9bf9-f77b7e298cf2
* native CVID codec added, order of native and vfw codecs changedarpi2001-12-211-27/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3645 b3059339-0415-0410-9bf9-f77b7e298cf2
* native opensourec Cinepak (CVID) codec by im Ferguson ↵arpi2001-12-215-1/+604
| | | | | | <timf@mail.csse.monash.edu.au> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3644 b3059339-0415-0410-9bf9-f77b7e298cf2
* void* context added - it should keep the codec-specific stuff (struct ptr or ↵arpi2001-12-211-2/+4
| | | | | | HANDLE) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3643 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor bugfixes (noone noticed them)michael2001-12-212-5/+7
| | | | | | | a few more asserts git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3642 b3059339-0415-0410-9bf9-f77b7e298cf2
* c++-compiler is not needed. gcc however is. ( and bcc is not enough )eyck2001-12-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3641 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modified the sync code once again, commented out hardware pts sync (I'll ↵mswitch2001-12-201-43/+38
| | | | | | | | | likely burn in hell before understanding how to get this bastard to sync well) Added automagic setup of aspect ratio, will remove the "aspect-bug" (I hope). As well as please you rich 16:9 doods ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3640 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.135, Polish translation link addedjaf2001-12-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3639 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.15, Try The Fucking CVS message. Hmm it was there. Where did it go?jaf2001-12-201-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3638 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.134, forgot to remove these (notes about suid)jaf2001-12-201-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3637 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.16, some additional info in 2pass sectionjaf2001-12-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3636 b3059339-0415-0410-9bf9-f77b7e298cf2
* Polish translation link added, hungarian links translated to hungariangabucino2001-12-202-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3635 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb24toyv12 bugfixmichael2001-12-202-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3634 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adam Di Carlo changes. see debian/changelogeyck2001-12-205-33/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3633 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added plugin for fractional resampling (alpha code)anders2001-12-206-3/+615
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3632 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed conversion for yuy2, libmp1e supports this format, no need to ↵mswitch2001-12-201-15/+9
| | | | | | cnovert it... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3631 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed some old libavcodec code which would cause inproper scaling of some ↵mswitch2001-12-201-38/+20
| | | | | | movies... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3630 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try The Fucking CVS message. Hmm it was there. Where did it go?gabucino2001-12-192-2/+9
| | | | | | | (added again) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3629 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot to remove these (notes about suid)gabucino2001-12-192-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3628 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpu detection for the resample stuffmichael2001-12-194-237/+364
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3627 b3059339-0415-0410-9bf9-f77b7e298cf2
* sse opt of mix32toS()michael2001-12-191-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3626 b3059339-0415-0410-9bf9-f77b7e298cf2
* sse opt of mix32to2()michael2001-12-191-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3625 b3059339-0415-0410-9bf9-f77b7e298cf2
* adding some commentsmichael2001-12-191-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3624 b3059339-0415-0410-9bf9-f77b7e298cf2
* oops... previous commit was only a half-sync with help_mp-en.h 1.19pl2001-12-191-0/+5
| | | | | | | (now it is) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3623 b3059339-0415-0410-9bf9-f77b7e298cf2
* Inproved mpeg sync on fast computersmswitch2001-12-191-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3622 b3059339-0415-0410-9bf9-f77b7e298cf2
* some additional info in 2pass sectiongabucino2001-12-192-8/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3621 b3059339-0415-0410-9bf9-f77b7e298cf2
* eh forgot about ffmpeg12 :<gabucino2001-12-192-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3620 b3059339-0415-0410-9bf9-f77b7e298cf2
* better dvd supportpontscho2001-12-194-22/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3619 b3059339-0415-0410-9bf9-f77b7e298cf2
* button design fixpontscho2001-12-191-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3618 b3059339-0415-0410-9bf9-f77b7e298cf2
* nesze LGB beleirtalak igy ;)pontscho2001-12-191-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3617 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove lame upsampler, cleaned out stuff relating to setting channels.mswitch2001-12-191-49/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3616 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix glitchy mpeg playbackmswitch2001-12-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3615 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing 1 byte in array sizepl2001-12-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3614 b3059339-0415-0410-9bf9-f77b7e298cf2
* x = malloc(strlen(s) + c) ... strcpy(x, s)pl2001-12-193-14/+7
| | | | | | | | | | | replaced by x = strdup(s) Note: sometimes c was 0 and that was a bug Note2: code still has to be added to check the returned value of these funcs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3613 b3059339-0415-0410-9bf9-f77b7e298cf2
* checkings for malloc results (potential memleaks)pl2001-12-192-10/+21
| | | | | | | btw: C functions in .h files is dirty :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3612 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with help_mp-en.h 1.19pl2001-12-191-3/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3611 b3059339-0415-0410-9bf9-f77b7e298cf2
* better fullscreen-mode selection, patch by dunno :)atmos42001-12-191-2/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3610 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync again, 10l ;)nexus2001-12-191-3/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3609 b3059339-0415-0410-9bf9-f77b7e298cf2
* + Added support of FIFO engine (suggested by Vladimir Dergachev)nick2001-12-191-5/+74
| | | | | | | | - Disabled save/restore state functions (caused a lots of problems during driver reloading) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3608 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with r1.19nick2001-12-191-1/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3607 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2001-12-191-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3606 b3059339-0415-0410-9bf9-f77b7e298cf2
* If the demuxer type is unknown it will start an http streaming.bertrand2001-12-191-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3605 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed unnecessary check after the protocol autodetection.bertrand2001-12-191-6/+0
| | | | | | | | | Now it will try to start streaming even if the autodetection failed. This will allow to work with web server that doesn't report a proper mime-type. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3604 b3059339-0415-0410-9bf9-f77b7e298cf2
* Just a hintnick2001-12-191-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3603 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typofix (thanks to Felix)nick2001-12-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3602 b3059339-0415-0410-9bf9-f77b7e298cf2
* pre-cache fixedarpi2001-12-192-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3601 b3059339-0415-0410-9bf9-f77b7e298cf2
* nop_steraming fixedarpi2001-12-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3600 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.19, lang support.jaf2001-12-181-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3599 b3059339-0415-0410-9bf9-f77b7e298cf2
* init title change basz.pontscho2001-12-184-1/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3598 b3059339-0415-0410-9bf9-f77b7e298cf2
* some warning killpontscho2001-12-181-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3597 b3059339-0415-0410-9bf9-f77b7e298cf2
* lang support.pontscho2001-12-182-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3596 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.15, hm. stuff.jaf2001-12-181-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3595 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.33, hm. stuff.jaf2001-12-181-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3594 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.39, hm. stuff.jaf2001-12-181-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3593 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.18, full language support for guijaf2001-12-181-0/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3592 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix bug, if dvd titles is 'none', vagymipontscho2001-12-181-4/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3591 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated to match help_mp-en.h 1.17pl2001-12-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3590 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch by Jiri Svoboda <Jiri.Svoboda@seznam.cz>:pl2001-12-181-21/+10
| | | | | | | | -proper setting of bg color -turning BES at the end git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3589 b3059339-0415-0410-9bf9-f77b7e298cf2
* full language support for guipontscho2001-12-184-42/+76
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3588 b3059339-0415-0410-9bf9-f77b7e298cf2
* itt a skin nem van hibauzenet igy.pontscho2001-12-185-3/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3587 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added the Host field in the HTTP request.bertrand2001-12-181-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3586 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing unnecessary sse sin/cos LUTmichael2001-12-181-16/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3585 b3059339-0415-0410-9bf9-f77b7e298cf2
* hm. stuff.gabucino2001-12-1810-4/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3584 b3059339-0415-0410-9bf9-f77b7e298cf2
* "Another brand new translated file gcc-2.96-3.0.html, and correct version ofgabucino2001-12-182-256/+292
| | | | | | | | codecs.html. Sorry, but yesterday I mixed directories and sent you this file in English version instead of refreshed Polish." git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3583 b3059339-0415-0410-9bf9-f77b7e298cf2
* sse optmichael2001-12-181-9/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3582 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changespontscho2001-12-181-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3581 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpu detection for the idctmichael2001-12-183-151/+213
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3580 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx optmichael2001-12-183-0/+114
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3579 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx optmichael2001-12-183-0/+132
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3578 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx optmichael2001-12-183-0/+108
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3577 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx optmichael2001-12-183-0/+138
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3576 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx optmichael2001-12-183-3/+117
| | | |