summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added Juanjo's H263+ patch, and ffmpeg native codecsarpi2001-07-061-15/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1279 b3059339-0415-0410-9bf9-f77b7e298cf2
* Slight otimizationnick2001-07-054-306/+316
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1278 b3059339-0415-0410-9bf9-f77b7e298cf2
* One flaw is fixednick2001-07-041-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1277 b3059339-0415-0410-9bf9-f77b7e298cf2
* ICCCCMSFNSFNgabucino2001-07-044-17/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1276 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fsmode (again...)gabucino2001-07-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1275 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fsmodegabucino2001-07-041-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1274 b3059339-0415-0410-9bf9-f77b7e298cf2
* rework autodetection of assembler used by gcc, the correct assembler is detectedjkeil2001-07-041-5/+19
| | | | | | | | now, in case the user has specified a certain version of the compiler with the "-cc=..." option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1273 b3059339-0415-0410-9bf9-f77b7e298cf2
* Finished 3dnow optimization (in scalar mode) and minor improvementsnick2001-07-044-857/+833
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1272 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor cleanupsnick2001-07-041-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1271 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vo_fsmodearpi2001-07-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1270 b3059339-0415-0410-9bf9-f77b7e298cf2
* extern vo_doublebuffering cleanuparpi2001-07-032-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1269 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fsmodearpi2001-07-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1268 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch fullscreen method with -fsmodearpi2001-07-031-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1267 b3059339-0415-0410-9bf9-f77b7e298cf2
* switching double buffering at runtime with -doublearpi2001-07-031-3/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1266 b3059339-0415-0410-9bf9-f77b7e298cf2
* not found -> no (to be consistent)arpi2001-07-031-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1265 b3059339-0415-0410-9bf9-f77b7e298cf2
* accented by Tibcuarpi2001-07-031-227/+227
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1264 b3059339-0415-0410-9bf9-f77b7e298cf2
* dox hungaricus peccs by tibcuarpi2001-07-036-37/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1263 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Ask 'gcc' for the name of the assembler binary used by the gcc compiler; usejkeil2001-07-031-2/+19
| | | | | | | | | | | | that binary as the default assembler binary tested for the availability of MMX/MMXEXT/3DNOW/... instructions - On solaris, there are a few libraries missing, if you compile MPlayer without SDL (with SDL, we pick up these libraries from "sdl-config --libs") Typical problem is a missing nanosleep() from the -lrt library. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1262 b3059339-0415-0410-9bf9-f77b7e298cf2
* spellingeyck2001-07-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1261 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial loops unrollingnick2001-07-031-13/+115
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1260 b3059339-0415-0410-9bf9-f77b7e298cf2
* Portability and old binutils supportnick2001-07-034-104/+91
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1259 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-07-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1258 b3059339-0415-0410-9bf9-f77b7e298cf2
* #ifndef M_PI and M_SQRT2 added while fearing from redefining :)alex2001-07-021-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1257 b3059339-0415-0410-9bf9-f77b7e298cf2
* -dsp option removed, displaying help text (-ao oss:dsp_path)alex2001-07-022-4/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1256 b3059339-0415-0410-9bf9-f77b7e298cf2
* magyaritas...arpi2001-07-0210-56/+82
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1255 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixesnick2001-07-022-8/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1254 b3059339-0415-0410-9bf9-f77b7e298cf2
* cvs snapshots...arpi2001-07-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1253 b3059339-0415-0410-9bf9-f77b7e298cf2
* ICCCM anythingdunnowhatgabucino2001-07-012-10/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1252 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec zero frame DivX flickering fixedarpi2001-06-301-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1251 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-06-301-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1250 b3059339-0415-0410-9bf9-f77b7e298cf2
* optional libavcodec (ffmpeg) supportarpi2001-06-302-0/+65
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1249 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixgabucino2001-06-291-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1248 b3059339-0415-0410-9bf9-f77b7e298cf2
* -dumpvideo stores frame size for avi/asf video frames (for ffmpeg testing)arpi2001-06-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1247 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added newest MMX-optimized decore which speedups decoding at least on 13% ↵nick2001-06-2919-2314/+3210
| | | | | | for any cpu. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1246 b3059339-0415-0410-9bf9-f77b7e298cf2
* start deleting -in-progress-marks- from docs not to irritate clueless userseyck2001-06-291-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1245 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed gcc checking for 2.95 subrevisions (like 2.95.2.1).atmos42001-06-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1244 b3059339-0415-0410-9bf9-f77b7e298cf2
* polish translation of some key documents.eyck2001-06-295-0/+290
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1243 b3059339-0415-0410-9bf9-f77b7e298cf2
* v0.2gabucino2001-06-271-0/+97
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1242 b3059339-0415-0410-9bf9-f77b7e298cf2
* codec pack DONEarpi2001-06-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1241 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-06-271-249/+255
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1240 b3059339-0415-0410-9bf9-f77b7e298cf2
* Corrected SDL include path.atmos42001-06-272-12/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1239 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added some nice vo/ao info.atmos42001-06-271-1/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1238 b3059339-0415-0410-9bf9-f77b7e298cf2
* icewm basz bug fixpontscho2001-06-271-12/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1237 b3059339-0415-0410-9bf9-f77b7e298cf2
* fsdga disabled (obsolote)arpi2001-06-262-7/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1236 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS vs. INCLUDES cleanuparpi2001-06-268-47/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1235 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ehh, wine ...lgb2001-06-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1234 b3059339-0415-0410-9bf9-f77b7e298cf2
* in-progress polish docs for mplayer. please be gentle.eyck2001-06-261-0/+312
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1233 b3059339-0415-0410-9bf9-f77b7e298cf2
* strip is handled by installeyck2001-06-261-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1232 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document a few possible compile errors on solaris when using non GNU tools.jkeil2001-06-261-7/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1231 b3059339-0415-0410-9bf9-f77b7e298cf2
* strip mplayer, files is auto-generatedeyck2001-06-264-4/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1230 b3059339-0415-0410-9bf9-f77b7e298cf2
* docs updateseyck2001-06-252-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1229 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updatesarpi2001-06-252-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1228 b3059339-0415-0410-9bf9-f77b7e298cf2
* Another stable versioneyck2001-06-251-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1227 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-06-252-257/+251
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1226 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reviewed for release.atmos42001-06-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1225 b3059339-0415-0410-9bf9-f77b7e298cf2
* cvs server...arpi2001-06-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1224 b3059339-0415-0410-9bf9-f77b7e298cf2
* cvs server...arpi2001-06-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1223 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update by jk.atmos42001-06-241-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied solaris fix suggested by Jürgen Keil.atmos42001-06-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1221 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with SF cvs. (Bugfixed YUV aalib and RGB/BGR32 converted modes.)atmos42001-06-241-8/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1220 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedarpi2001-06-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1219 b3059339-0415-0410-9bf9-f77b7e298cf2
* fatal-error printfs moved stdout->stderrarpi_esp2001-06-241-28/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1218 b3059339-0415-0410-9bf9-f77b7e298cf2
* some info printfs moved stderr->stdoutarpi_esp2001-06-232-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1217 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-06-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1216 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-06-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1215 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-06-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1214 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated for releasearpi_esp2001-06-231-26/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1213 b3059339-0415-0410-9bf9-f77b7e298cf2
* alsa/noalsa messagearpi_esp2001-06-231-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1212 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_subdevice supportarpi_esp2001-06-232-8/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1211 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_subdevice supportarpi_esp2001-06-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1210 b3059339-0415-0410-9bf9-f77b7e298cf2
* reviewed for releasegabucino2001-06-2312-38/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1209 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_subdevice support addedal3x2001-06-232-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1208 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-06-233-37/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1207 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-06-235-43/+95
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1206 b3059339-0415-0410-9bf9-f77b7e298cf2
* sub at key=0 fixedarpi_esp2001-06-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1205 b3059339-0415-0410-9bf9-f77b7e298cf2
* sub at key=0 fixedarpi_esp2001-06-231-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1204 b3059339-0415-0410-9bf9-f77b7e298cf2
* some fixes, updatesarpi_esp2001-06-231-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1203 b3059339-0415-0410-9bf9-f77b7e298cf2
* some fixes, updatesarpi_esp2001-06-2310-99/+207
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1202 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-06-231-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1201 b3059339-0415-0410-9bf9-f77b7e298cf2
* fps es frequency megallapitas mukodik :)al3x2001-06-231-9/+86
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1200 b3059339-0415-0410-9bf9-f77b7e298cf2
* Should fix bytes per pixel for 15bpp.atmosfear2001-06-231-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1199 b3059339-0415-0410-9bf9-f77b7e298cf2
* Made surface locks switchable via preprocessor.atmosfear2001-06-231-31/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch by Jürgen Keil (jk@tools.de), improves smoothness of video ↵atmosfear2001-06-221-57/+204
| | | | | | playback. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1197 b3059339-0415-0410-9bf9-f77b7e298cf2
* Maybe the problem with including wine headers from /usr/local/include/ ↵lgb2001-06-221-1/+1
| | | | | | instead of from mplayer source has been eliminated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1196 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drastic! speedup of rgb code. Removed nonsens memhole fixes.atmosfear2001-06-221-94/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1195 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed pointer->integer cast warning.atmosfear2001-06-221-1/+4
| | | |