summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* interface to libao2 changed ao_plugin addedanders2001-11-2414-265/+204
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3096 b3059339-0415-0410-9bf9-f77b7e298cf2
* use fastmemcpy for chrominance if no chrominance filtering is donemichael2001-11-242-18/+76
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3095 b3059339-0415-0410-9bf9-f77b7e298cf2
* faster deringmichael2001-11-242-114/+238
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3094 b3059339-0415-0410-9bf9-f77b7e298cf2
* dunno where to place it :(alex2001-11-231-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3093 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed tv detection in demux_openalex2001-11-231-6/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3092 b3059339-0415-0410-9bf9-f77b7e298cf2
* HAVE_NANOSLEEPalex2001-11-231-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3091 b3059339-0415-0410-9bf9-f77b7e298cf2
* detecting nanosleepalex2001-11-231-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3090 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)alex2001-11-231-0/+83
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3089 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiling under qnx, hope it works on all qnx release :)alex2001-11-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3088 b3059339-0415-0410-9bf9-f77b7e298cf2
* sys/soundcard.h isn't needed for ALSAalex2001-11-231-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3087 b3059339-0415-0410-9bf9-f77b7e298cf2
* added MSGT_OSDEPalex2001-11-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3086 b3059339-0415-0410-9bf9-f77b7e298cf2
* converted to mp_msg and fixed my previous HAVE_SHM bugalex2001-11-231-22/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3085 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo (1st found by André Dahlqvist <andre.dahlqvist@telia.com>)pl2001-11-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3084 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfixmichael2001-11-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3083 b3059339-0415-0410-9bf9-f77b7e298cf2
* missaligned arrays, as nick requestedmichael2001-11-231-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3082 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug fixspontscho2001-11-232-9/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3081 b3059339-0415-0410-9bf9-f77b7e298cf2
* (on atmos's suggestions I found good :)pl2001-11-232-24/+49
| | | | | | | | | | default is autodetection (if lame and divxencore libs found then compile it) use --enable-mencoder or --disable-mencoder to alter this behavior Makefile modified accordingly (uninstall and other ifeq...) removed XMM_* since XMMP no longer there git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3080 b3059339-0415-0410-9bf9-f77b7e298cf2
* --help did not show what was really autodetectedpl2001-11-221-2/+2
| | | | | | | (found by Nilmoni Deb <ndeb@ece.cmu.edu>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3079 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10-20% faster fastmemcpy :) on my p3 at least but the algo is mostly from ↵michael2001-11-222-12/+232
| | | | | | "amd athlon processor x86 code optimization guide" so it should be faster for amd chips too, but i fear it might be slower for mem->vram copies (someone should check that, i cant) ... there are 2 #defines to finetune it (BLOCK_SIZE & CONFUSION_FACTOR) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3078 b3059339-0415-0410-9bf9-f77b7e298cf2
* newly allocated memory seems to point to only 1 zero filled 4k page or ↵michael2001-11-221-3/+6
| | | | | | something so there is a near 100% cache hit rate ... not very realistic, writeing something in the source array fixes that so the benchmark scores are meaningfull now git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3077 b3059339-0415-0410-9bf9-f77b7e298cf2
* bocs, elfelejtettem feltenni :)pontscho2001-11-222-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3076 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-11-222-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3075 b3059339-0415-0410-9bf9-f77b7e298cf2
* hacked support for postprocessing to rawyv12alex2001-11-221-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3074 b3059339-0415-0410-9bf9-f77b7e298cf2
* added some new typesalex2001-11-221-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3073 b3059339-0415-0410-9bf9-f77b7e298cf2
* added demux_infoalex2001-11-224-14/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3072 b3059339-0415-0410-9bf9-f77b7e298cf2
* added demux_info supportalex2001-11-221-8/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3071 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrote a very annoying bugalex2001-11-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3070 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for demux_infoalex2001-11-221-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3069 b3059339-0415-0410-9bf9-f77b7e298cf2
* it wanted to be strcasecmp not strncmp and i dunno why it compiled for me ↵alex2001-11-221-4/+4
| | | | | | with strncmp :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3068 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixesnick2001-11-221-6/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3067 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rdynamic is now enabled if (bsd) || (_xanim is yes)pl2001-11-221-8/+12
| | | | | | | | removed a few ${_ld_foo} since not needed (these variables are always always separated by spaces) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3066 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh.. double ifdef fixedarpi2001-11-221-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3065 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer integrationarpi2001-11-226-249/+223
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3064 b3059339-0415-0410-9bf9-f77b7e298cf2
* NEW_DSHOW added (for dshow C version)arpi2001-11-221-3/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3063 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rdynamic is only needed on bsd's (well... it was the case in C1)pl2001-11-221-9/+4
| | | | | | | | neither linux nor qnx need it and it doesn't help for static compilation too... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3062 b3059339-0415-0410-9bf9-f77b7e298cf2
* xine's bugs fixed - YV50 yv12 and setup_fsarpi2001-11-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3061 b3059339-0415-0410-9bf9-f77b7e298cf2
* imported from xinearpi2001-11-214-360/+595
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3060 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l for al3x :-Patmos42001-11-211-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3059 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes for bugs found by Ivan Kalvatchev <iive@yahoo.com>pl2001-11-211-12/+6
| | | | | | | (--enable-termcap e.g.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3058 b3059339-0415-0410-9bf9-f77b7e298cf2
* C++ -> C (import from avifile cvs)arpi2001-11-2114-1296/+1491
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3057 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove dga supportpontscho2001-11-211-20/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3056 b3059339-0415-0410-9bf9-f77b7e298cf2
* add half dvd support for guipontscho2001-11-2110-94/+423
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3055 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh too muchgabucino2001-11-218-12/+90
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3054 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2.2.x+SSE fixedarpi2001-11-211-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3053 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix kernel asm check.atmos42001-11-211-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3052 b3059339-0415-0410-9bf9-f77b7e298cf2
* added demuxer_infoalex2001-11-213-0/+84
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3051 b3059339-0415-0410-9bf9-f77b7e298cf2
* Direct YV12 support!!! But only in black and white mode :(nick2001-11-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3050 b3059339-0415-0410-9bf9-f77b7e298cf2
* add subtitle language detect.pontscho2001-11-212-2/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3049 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor speedup of YUY2 decoding. Radeon it's tricked chipnick2001-11-211-43/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3048 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't need to stream_enable_cache it will be done later.bertrand2001-11-211-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3047 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the order of processing the network opening.bertrand2001-11-201-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3046 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a network read function call and a seek network function call.bertrand2001-11-201-0/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3045 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a new struct to stream_t to handle, network streaming.bertrand2001-11-201-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3044 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed my buffer hack to use cache2.bertrand2001-11-203-404/+227
| | | | | | | | Removed the network thread. Changed the network layer to use cache2. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3043 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the some functions prototypes for the network streaming.bertrand2001-11-201-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3042 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a function to copy URL.bertrand2001-11-202-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3041 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the field number limitation.bertrand2001-11-202-30/+64
| | | | | | | We can add as much field as we want. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3040 b3059339-0415-0410-9bf9-f77b7e298cf2
* subtitles looked bad here (inverted colors sometimes)pl2001-11-201-1/+5
| | | | | | | | looked like values wrapped around the byte (not sure of the side effects but subtitles look good now) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3039 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1% speedupmichael2001-11-202-92/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3038 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo in _ld_mlib shell variable, mplayer didn't link any more against medialibjkeil2001-11-201-2/+2
| | | | | | | -lposix4 and -lkstat lost on architecture dependand libs, _ld_arch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3037 b3059339-0415-0410-9bf9-f77b7e298cf2
* USE_TERMIOS -> HAVE_TERMIOSarpi2001-11-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3036 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>arpi2001-11-205-105/+349
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3035 b3059339-0415-0410-9bf9-f77b7e298cf2
* expCoInitialize() added (requires for PIM1)arpi2001-11-201-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3034 b3059339-0415-0410-9bf9-f77b7e298cf2
* oops, too much cleanup ;)michael2001-11-202-0/+280
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3033 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupmichael2001-11-202-1502/+96
| | | | | | | | precopy fewer lines from src to dst if possible speedup (due to cleanup of blockcopy) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3032 b3059339-0415-0410-9bf9-f77b7e298cf2
* more fix/updategabucino2001-11-204-89/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3031 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved several tests (more headers + more functions)pl2001-11-201-27/+29
| | | | | | | would-be bug fixed in dga and dga2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3030 b3059339-0415-0410-9bf9-f77b7e298cf2
* added dynamic linking flags runtime detection (-rdynamic - also now MPlayer ↵alex2001-11-202-6/+32
| | | | | | compiles and runs fine under QNX) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3029 b3059339-0415-0410-9bf9-f77b7e298cf2
* mostly fixes, some updatesgabucino2001-11-205-85/+138
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3028 b3059339-0415-0410-9bf9-f77b7e298cf2
* hmpf. forgot to addgabucino2001-11-201-0/+187
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3027 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated ! 0000wnz !!gabucino2001-11-208-261/+748
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3026 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small two pass mencoder helper script in perl.atmos42001-11-201-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3025 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bring into alphabetical order and add mencoder.atmos42001-11-201-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3024 b3059339-0415-0410-9bf9-f77b7e298cf2
* _ld_x11 patch by Anders Johansson <ajh@atri.curtin.edu.au>pl2001-11-201-1/+2
| | | | | | | reset content of $TMPO before cc_check to avoid incorrect ldd reports git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3023 b3059339-0415-0410-9bf9-f77b7e298cf2
* still GL problempl2001-11-201-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3022 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixes with the same resultsnick2001-11-202-72/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3021 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bad attempt of YV12 direct supportnick2001-11-202-27/+128
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3020 b3059339-0415-0410-9bf9-f77b7e298cf2
* when --enable-gl was used, linker flags (_ld_gl) were not set (found by Nick K)pl2001-11-201-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3019 b3059339-0415-0410-9bf9-f77b7e298cf2
* Verbosing and minor optimizationnick2001-11-201-19/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3018 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hide terminal's output and text-mode cursor for LCD and DFPnick2001-11-201-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3017 b3059339-0415-0410-9bf9-f77b7e298cf2
* RTC is autodetectedarpi2001-11-202-5/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3016 b3059339-0415-0410-9bf9-f77b7e298cf2
* Profiling fix by Artur Skawina <skawina@geocities.com>atmos42001-11-202-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3015 b3059339-0415-0410-9bf9-f77b7e298cf2
* faster mmx2 / 3dnow deblocking filtermichael2001-11-192-16/+666
| | | | | | | brightness_debug (draws luminance histogram & autodetected white/black level) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3014 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by D J Hawkey Jr <hawkeyd@visi.com>pl2001-11-191-1/+1