summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Checked the return values on read.bertrand2001-12-071-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3366 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to v1.14jaf2001-12-071-8/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3365 b3059339-0415-0410-9bf9-f77b7e298cf2
* set all frames to keyframes for -ovc frameno - allow seeking in resulting ↵arpi2001-12-071-1/+1
| | | | | | audio-only avi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3364 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh. frame skipping fixed for -ovc framenoarpi2001-12-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3363 b3059339-0415-0410-9bf9-f77b7e298cf2
* new video codec: frameno (just the number of frame - for 3-pass encoding)arpi2001-12-062-4/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3362 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonexus2001-12-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3361 b3059339-0415-0410-9bf9-f77b7e298cf2
* ==/= fixnexus2001-12-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3360 b3059339-0415-0410-9bf9-f77b7e298cf2
* recursive CC fixedarpi2001-12-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3359 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmp3lame optionalarpi2001-12-062-3/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3358 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp3lame detection separated, some unneeded -lm removedarpi2001-12-061-13/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3357 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lm moved to the end of lib listarpi2001-12-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3356 b3059339-0415-0410-9bf9-f77b7e298cf2
* Using CBR stream format for CBR mp3 audioarpi2001-12-061-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3355 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.15jaf2001-12-061-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3354 b3059339-0415-0410-9bf9-f77b7e298cf2
* print more info if -vmichael2001-12-062-233/+364
| | | | | | | | | use new horizontal mmx scaler instead of old x86asm if mmx2 cant be used (FAST_BILINEAR only) fixed overflow in init function ... using double precission fp now :) using C scaler for the last 1-2 lines if there is a chance to write over the end of the dst array git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3353 b3059339-0415-0410-9bf9-f77b7e298cf2
* tested with more files, works welljaf2001-12-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3352 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdread + lib(dvd)css version number problemsgabucino2001-12-062-2/+40
| | | | | | | new Q/A : a libdvdread bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3351 b3059339-0415-0410-9bf9-f77b7e298cf2
* separated release and future entriesarpi2001-12-061-17/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3350 b3059339-0415-0410-9bf9-f77b7e298cf2
* Code cleanupnick2001-12-061-93/+75
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3349 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixesnick2001-12-062-9/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3348 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a missing </a>.bertrand2001-12-061-2/+2
| | | | | | | Fixed a typo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3347 b3059339-0415-0410-9bf9-f77b7e298cf2
* dithering info wasnt displayedmichael2001-12-061-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3346 b3059339-0415-0410-9bf9-f77b7e298cf2
* vertical cubic/linear scalingmichael2001-12-063-327/+994
| | | | | | | | prints some info (MMX, dstbpp, ...) mainloop rewritten git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3345 b3059339-0415-0410-9bf9-f77b7e298cf2
* dunnowhat Q/A de biztos jogabucino2001-12-052-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3344 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo2 draft by Ivan - with linewrapping...arpi2001-12-051-0/+324
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3343 b3059339-0415-0410-9bf9-f77b7e298cf2
* -aspect ration correctionatmos42001-12-051-22/+61
| | | | | | | | | -cleaning screen before play (eg. black borders ...) -copyright - GPL info (did I used right one? could somebody check and corerct if wrong) patch by Jiri Svoboda git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3342 b3059339-0415-0410-9bf9-f77b7e298cf2
* Readd NAS lib, something else missing? Please better check your cvs commits ↵atmos42001-12-051-1/+1
| | | | | | or at least read cvslog with care. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3341 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile if no uyvy support (test this change)alex2001-12-051-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3340 b3059339-0415-0410-9bf9-f77b7e298cf2
* added DIRECTFB_LIB to VO_LIBS to compile using vo_directfb ;)alex2001-12-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3339 b3059339-0415-0410-9bf9-f77b7e298cf2
* added directfb to _vomodulesalex2001-12-051-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3338 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Tobias Diedrich <td@informatik.uni-hannover.de>pl2001-12-051-1/+15
| | | | | | | add credits & fix a typo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3337 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS is still broken with gcc3. This fixes it.pl2001-12-051-2/+2
| | | | | | | | But please explain _why_ the 'volatile' attribute is needed with these variables and why is it supposed to protect them ? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3336 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rage128 problems. Attempt #3nick2001-12-051-7/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor typo fix (which I thought I commited yesterday)mswitch2001-12-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3334 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed Video 1 bug which cut off decoding too soon, resulting in tornmelanson2001-12-051-2/+10
| | | | | | | frames git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3333 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated to reflect BGR32 support in MS Video 1 decodermelanson2001-12-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3332 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update regarding linmp1e usage, submitted by D: Holmatmos42001-12-051-22/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3331 b3059339-0415-0410-9bf9-f77b7e298cf2
* Switched from rte which caused alot of problems for some users to libmp1e.mswitch2001-12-041-55/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3330 b3059339-0415-0410-9bf9-f77b7e298cf2
* Tried fixing a bug relating to users with digital audio output (I'm unable ↵mswitch2001-12-041-50/+48
| | | | | | to test if this works myself since I don't have a decoder) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3329 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for the libmp1e ultrafast mpeg1 realtime encoder. This makes ↵mswitch2001-12-042-46/+15
| | | | | | rte obsolete. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3328 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure output no longer neededgabucino2001-12-042-16/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3327 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpegpes added to output modulesjaf2001-12-041-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3326 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.6, finishedjaf2001-12-041-13/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3325 b3059339-0415-0410-9bf9-f77b7e298cf2
* CPU detection addedarpi2001-12-041-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3324 b3059339-0415-0410-9bf9-f77b7e298cf2
* -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>arpi2001-12-043-2/+83
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3323 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.47, no finished yesjaf2001-12-041-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3322 b3059339-0415-0410-9bf9-f77b7e298cf2
* use return 1; if interrupted - patch by Artur Skawina <skawina@geocities.com>arpi2001-12-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3321 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed to check that SNDCTL_DSP_CHANNELS actually grants the requested number ↵steve2001-12-041-3/+4
| | | | | | of channels git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3320 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not crash if can't get modelines (dga2.0)alex2001-12-041-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3319 b3059339-0415-0410-9bf9-f77b7e298cf2
* unistd.h required at least by FreeBSDnexus2001-12-041-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3318 b3059339-0415-0410-9bf9-f77b7e298cf2
* LIBAO_PLUGIN_EXTERN expansion uses wrong typesteve2001-12-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3317 b3059339-0415-0410-9bf9-f77b7e298cf2
* include pl_surround in available pluginssteve2001-12-041-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3316 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile pl_surround.csteve2001-12-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Dolby Surround decoding audio pluginsteve2001-12-041-0/+177
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3314 b3059339-0415-0410-9bf9-f77b7e298cf2
* added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>jaf2001-12-041-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3313 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.125jaf2001-12-041-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3312 b3059339-0415-0410-9bf9-f77b7e298cf2
* framedrop extendedjaf2001-12-041-8/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Format plugin now with working switch statementsanders2001-12-041-62/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3310 b3059339-0415-0410-9bf9-f77b7e298cf2
* Global variables protected using volatileanders2001-12-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3309 b3059339-0415-0410-9bf9-f77b7e298cf2
* correced memory deallocation bug and erors in commentsanders2001-12-041-12/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3308 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync, typonexus2001-12-041-4/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3307 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rage128 problems???nick2001-12-042-55/+85
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3306 b3059339-0415-0410-9bf9-f77b7e298cf2
* rawyuy2 added (for russian_simpsons.avi)arpi2001-12-041-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3305 b3059339-0415-0410-9bf9-f77b7e298cf2
* msrle8 paletet fix (workcycl.avi)arpi2001-12-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3304 b3059339-0415-0410-9bf9-f77b7e298cf2
* using audio.dwStart too... (for baittest.avi)arpi2001-12-042-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3303 b3059339-0415-0410-9bf9-f77b7e298cf2
* update slow-machine-rtfm message (jo szogediesen;)gabucino2001-12-031-3/+15
| | | | | | | tested, works git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3302 b3059339-0415-0410-9bf9-f77b7e298cf2
* using cc like configurejaf2001-12-031-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3301 b3059339-0415-0410-9bf9-f77b7e298cf2
* typomichael2001-12-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3300 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.5, but AVI/ASF/QT/VIV not updated yesjaf2001-12-031-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3299 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedarpi2001-12-031-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3298 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.124jaf2001-12-031-3/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3297 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.39jaf2001-12-031-2/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3296 b3059339-0415-0410-9bf9-f77b7e298cf2
* extedned TOO SLOW descriptionarpi2001-12-031-3/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3295 b3059339-0415-0410-9bf9-f77b7e298cf2
* msg limit increasedarpi2001-12-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3294 b3059339-0415-0410-9bf9-f77b7e298cf2
* not it looks like this 'MPlayer CVS-011203-19:47-gcc-2.95.3'jaf2001-12-031-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3293 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed startup crashiive2001-12-031-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3292 b3059339-0415-0410-9bf9-f77b7e298cf2
* stuff I don't remembergabucino2001-12-035-4/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3291 b3059339-0415-0410-9bf9-f77b7e298cf2
* -cache added as default (8192)gabucino2001-12-032-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3290 b3059339-0415-0410-9bf9-f77b7e298cf2
* enhanced Installation sectiongabucino2001-12-032-77/+272
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3289 b3059339-0415-0410-9bf9-f77b7e298cf2
* -x -y -sws addedgabucino2001-12-032-0/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3288 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo (noticed by JAF)gabucino2001-12-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3287 b3059339-0415-0410-9bf9-f77b7e298cf2
* add tv fps supportalex2001-12-033-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3286 b3059339-0415-0410-9bf9-f77b7e298cf2
* update (audio support is coming:)alex2001-12-032-43/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3285 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD install nas* to /usr/X11 by default (and require -lm)nexus2001-12-032-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3284 b3059339-0415-0410-9bf9-f77b7e298cf2
* sorry.alex2001-12-031-1/+1
| |