summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ranges fixed (MAX vs. MAX+1 dilemma)arpi2001-07-161-9/+9
* some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_a...arpi2001-07-164-58/+46
* added prototype of vo_init()arpi2001-07-161-0/+2
* removed unused DEFAULT_MPG123 stuffarpi2001-07-161-16/+0
* fix typo in shell variable name usagejkeil2001-07-161-1/+1
* Some minor comment fixes.jkeil2001-07-141-3/+5
* Document the latest changes to the mplayer code.jkeil2001-07-141-19/+41
* Remove some superfluous casts. Fixes a few compile warnings.jkeil2001-07-141-5/+5
* On big-endian architectures, all audio decoders default to big-endian 16-bitjkeil2001-07-142-6/+22
* Added some directory existance tests to the distclean and depend targets, sojkeil2001-07-141-3/+11
* mp3 audio decoding didn't work on big-endian architecturesjkeil2001-07-141-2/+44
* *** empty log message ***gabucino2001-07-142-1/+2
* Disable 3dnow when mmx is disabled.atmos42001-07-131-3/+6
* Reorder dependancies a bit, all *.o *.a files depend on version.h, this allowsjkeil2001-07-131-2/+12
* Handle linux SMP machines (suggested by Martin Aumueller)jkeil2001-07-131-7/+7
* sh_audio->a_buffer is freed twice (here and in mplayer.c), can result tojkeil2001-07-131-0/+1
* Fix two prototype warningsjkeil2001-07-132-0/+2
* Minor code cleanup from Vladimir Kushnirjkeil2001-07-131-4/+2
* Fix sys/mman.h header test for netbsd (may work no freebsd, too)jkeil2001-07-121-0/+1
* Add some preliminary support for non-x86 architectures to mplayerjkeil2001-07-1210-203/+515
* Support playback of AFMT_S16_LE audio data on a big endian machinejkeil2001-07-121-86/+127
* Add prototypes to wine/loader stuff, so that we can catch __stdcall functionjkeil2001-07-1221-697/+533
* yuv2rgb_mmx crashes with ffdivx codec, when we play back avi files that havejkeil2001-07-121-85/+59
* Use FOURCC macro to encode fcc values. Avoids accessing 32-bit data fromjkeil2001-07-121-4/+7
* fix gcc-3.0 warningjkeil2001-07-121-0/+1
* Changed sugnature.atmos42001-07-124-4/+4
* Fixed a typo and wrong varname.atmos42001-07-102-2/+2
* Removed untill I figure out why it doesen't work in certain circumstances.eyck2001-07-101-176/+0
* Added nasmnick2001-07-101-0/+6
* As promised, -afm and -vfm to prefer audio/video driver family, -ac and -vc h...atmos42001-07-082-3/+23
* *** empty log message ***gabucino2001-07-081-2/+2
* VfwEx supportarpi2001-07-085-5/+102
* mpeg2 timing & fps fix for ffmpeg12 codecarpi2001-07-081-20/+6
* mpeg2 timing & fps fix for ffmpeg12 codecarpi2001-07-081-0/+8
* video decoder stuffarpi2001-07-081-0/+368
* added new driver: nullarpi2001-07-081-3/+5
* First few german docs by JAF <jaf.corporation at gmx.at> and me.atmos42001-07-084-0/+286
* video codec stuff moved to dec_video.carpi2001-07-085-333/+33
* no segfault if no glx presentalex2001-07-071-6/+10
* some code clanup (first step to libdemuxer)arpi2001-07-076-68/+55
* fix subdriver stuffarpi2001-07-071-7/+5
* *** empty log message ***gabucino2001-07-071-6/+6
* Replaced LGBs video codec forcing change with mine for audio and video codecs...atmos42001-07-072-21/+14
* -vcodec option (maybe some other name would be better though) to select betwe...lgb2001-07-062-0/+14
* use -f test for file existance checkjkeil2001-07-061-1/+1
* My 2.10.1 gnu assembler doesn't like C comment syntax in assembler files. Usejkeil2001-07-061-4/+4
* Minor optimizationnick2001-07-062-18/+14
* Ignore generated config.mak files in CVSjkeil2001-07-063-0/+3
* *** empty log message ***gabucino2001-07-062-3/+28
* ffmpeg supportarpi2001-07-062-2/+25
* added Juanjo's H263+ patch, and ffmpeg native codecsarpi2001-07-061-15/+68
* Slight otimizationnick2001-07-054-306/+316
* One flaw is fixednick2001-07-041-2/+6
* ICCCCMSFNSFNgabucino2001-07-044-17/+13
* -fsmode (again...)gabucino2001-07-041-3/+3
* -fsmodegabucino2001-07-041-1/+10
* rework autodetection of assembler used by gcc, the correct assembler is detectedjkeil2001-07-041-5/+19
* Finished 3dnow optimization (in scalar mode) and minor improvementsnick2001-07-044-857/+833
* Minor cleanupsnick2001-07-041-4/+4
* added vo_fsmodearpi2001-07-031-0/+1
* extern vo_doublebuffering cleanuparpi2001-07-032-2/+6
* -fsmodearpi2001-07-031-0/+2
* switch fullscreen method with -fsmodearpi2001-07-031-2/+11
* switching double buffering at runtime with -doublearpi2001-07-031-3/+9
* not found -> no (to be consistent)arpi2001-07-031-3/+3
* accented by Tibcuarpi2001-07-031-227/+227
* dox hungaricus peccs by tibcuarpi2001-07-036-37/+79
* - Ask 'gcc' for the name of the assembler binary used by the gcc compiler; usejkeil2001-07-031-2/+19
* spellingeyck2001-07-031-1/+1
* Partial loops unrollingnick2001-07-031-13/+115
* Portability and old binutils supportnick2001-07-034-104/+91
* *** empty log message ***gabucino2001-07-021-1/+1
* #ifndef M_PI and M_SQRT2 added while fearing from redefining :)alex2001-07-021-4/+8
* -dsp option removed, displaying help text (-ao oss:dsp_path)alex2001-07-022-4/+16
* magyaritas...arpi2001-07-0210-56/+82
* Minor fixesnick2001-07-022-8/+13
* cvs snapshots...arpi2001-07-011-0/+1
* ICCCM anythingdunnowhatgabucino2001-07-012-10/+21
* libavcodec zero frame DivX flickering fixedarpi2001-06-301-1/+3
* *** empty log message ***gabucino2001-06-301-5/+5
* optional libavcodec (ffmpeg) supportarpi2001-06-302-0/+65
* typo fixgabucino2001-06-291-3/+1
* -dumpvideo stores frame size for avi/asf video frames (for ffmpeg testing)arpi2001-06-291-0/+2
* Added newest MMX-optimized decore which speedups decoding at least on 13% for...nick2001-06-2919-2314/+3210
* start deleting -in-progress-marks- from docs not to irritate clueless userseyck2001-06-291-1/+0
* Fixed gcc checking for 2.95 subrevisions (like 2.95.2.1).atmos42001-06-291-1/+1
* polish translation of some key documents.eyck2001-06-295-0/+290
* v0.2gabucino2001-06-271-0/+97
* codec pack DONEarpi2001-06-271-1/+1
* *** empty log message ***gabucino2001-06-271-249/+255
* Corrected SDL include path.atmos42001-06-272-12/+2
* Added some nice vo/ao info.atmos42001-06-271-1/+22
* icewm basz bug fixpontscho2001-06-271-12/+34
* fsdga disabled (obsolote)arpi2001-06-262-7/+8
* OPTFLAGS vs. INCLUDES cleanuparpi2001-06-268-47/+19
* Ehh, wine ...lgb2001-06-261-1/+1
* in-progress polish docs for mplayer. please be gentle.eyck2001-06-261-0/+312
* strip is handled by installeyck2001-06-261-1/+0
* Document a few possible compile errors on solaris when using non GNU tools.jkeil2001-06-261-7/+32
* strip mplayer, files is auto-generatedeyck2001-06-264-4/+12
* docs updateseyck2001-06-252-7/+12
* some updatesarpi2001-06-252-5/+6
* Another stable versioneyck2001-06-251-0/+6
* *** empty log message ***gabucino2001-06-252-257/+251
* Reviewed for release.atmos42001-06-241-2/+2
* cvs server...arpi2001-06-241-1/+1
* cvs server...arpi2001-06-241-0/+2
* Update by jk.atmos42001-06-241-1/+4
* Applied solaris fix suggested by Jürgen Keil.atmos42001-06-241-1/+1
* Sync with SF cvs. (Bugfixed YUV aalib and RGB/BGR32 converted modes.)atmos42001-06-241-8/+16
* updatedarpi2001-06-241-1/+1
* fatal-error printfs moved stdout->stderrarpi_esp2001-06-241-28/+28
* some info printfs moved stderr->stdoutarpi_esp2001-06-232-9/+9
* *** empty log message ***gabucino2001-06-231-1/+1
* *** empty log message ***gabucino2001-06-231-1/+1
* *** empty log message ***gabucino2001-06-231-1/+1
* updated for releasearpi_esp2001-06-231-26/+30
* alsa/noalsa messagearpi_esp2001-06-231-0/+7
* vo_subdevice supportarpi_esp2001-06-232-8/+11
* ao_subdevice supportarpi_esp2001-06-231-0/+2
* reviewed for releasegabucino2001-06-2312-38/+30
* ao_subdevice support addedal3x2001-06-232-0/+6
* *** empty log message ***gabucino2001-06-233-37/+9
* *** empty log message ***gabucino2001-06-235-43/+95
* sub at key=0 fixedarpi_esp2001-06-231-1/+1
* sub at key=0 fixedarpi_esp2001-06-231-0/+5
* some fixes, updatesarpi_esp2001-06-231-3/+4
* some fixes, updatesarpi_esp2001-06-2310-99/+207
* *** empty log message ***gabucino2001-06-231-0/+3
* fps es frequency megallapitas mukodik :)al3x2001-06-231-9/+86
* Should fix bytes per pixel for 15bpp.atmosfear2001-06-231-3/+3
* Made surface locks switchable via preprocessor.atmosfear2001-06-231-31/+35
* Applied patch by Jürgen Keil (jk@tools.de), improves smoothness of video pla...atmosfear2001-06-221-57/+204
* Maybe the problem with including wine headers from /usr/local/include/ instea...lgb2001-06-221-1/+1
* Drastic! speedup of rgb code. Removed nonsens memhole fixes.atmosfear2001-06-221-94/+58
* Fixed pointer->integer cast warning.atmosfear2001-06-221-1/+4
* *** empty log message ***gabucino2001-06-221-1/+1
* ao_subdevice supportal3x2001-06-211-0/+55
* egy hulye kis checking kimaradt az strcspn fv. jovoltabolal3x2001-06-211-8/+14
* sdl_adriver liquidated, ao_subdevice usedal3x2001-06-211-7/+4
* sdl_driver liquidated, vo_subdevice usedal3x2001-06-211-2/+1
* sdl_(a)driver liquidated - sorry atmosal3x2001-06-211-4/+6
* Xv port locking patch by Artur Zaprzala <artur.zaprzala@talex.com.pl>arpi_esp2001-06-211-2/+10
* ao_subdevice implementedal3x2001-06-212-0/+4
* vo_subdevice implementedal3x2001-06-212-0/+4
* vo/ao_subdevice implementedal3x2001-06-211-17/+32
* freebsd fixarpi_esp2001-06-211-1/+7
* felvallaltam mov supportot :)al3x2001-06-211-1/+1
* added warning messageal3x2001-06-212-0/+8
* --disable-xmga bug fixpontscho2001-06-211-2/+3
* --disable-xmga and alsa detection bug fixpontscho2001-06-211-18/+14
* FreeBSD patch by Vladimir Kushnir <vkushnir@Alfacom.net>arpi_esp2001-06-217-1328/+116
* *** empty log message ***gabucino2001-06-202-8/+0
* sok hackingal3x2001-06-201-9/+144
* *** empty log message ***gabucino2001-06-202-15/+25
* Better 3dnow! optimizationnickols_k2001-06-202-48/+37
* hardly modified, keyboard handling is ok. aspect implemented, but bugging :)al3x2001-06-191-117/+308
* *** empty log message ***gabucino2001-06-191-0/+10
* *** empty log message ***gabucino2001-06-191-1/+3
* *** empty log message ***gabucino2001-06-191-0/+10
* *** empty log message ***gabucino2001-06-191-20/+0
* ASYNC +- patch applied by Olli Sulopuisto <dst@iki.fi>arpi_esp2001-06-191-0/+2
* fr->sampling_frequency limitation (thanx to pl <p_l@tfz.net>)arpi_esp2001-06-191-0/+2
* *** empty log message ***gabucino2001-06-191-4/+0
* According an idea, mplayer now can use external setuid root wrapper to do FIB...lgb2001-06-191-0/+35
* According an idea, mplayer now can use external setuid root wrapper to do FIB...lgb2001-06-182-19/+61
* packet 0x1B6 (mpeg4 stream) detectionarpi_esp2001-06-181-5/+5
* updatedarpi_esp2001-06-181-0/+14
* *** empty log message ***gabucino2001-06-181-1/+2
* - added bug report sectionacki22001-06-181-5/+17
* - just modified an error messageacki22001-06-181-1/+5
* *** empty log message ***gabucino2001-06-181-0/+11
* has_audio checkings at reset and exit addedal3x2001-06-181-72/+73
* original and CE version of mpfcarpi_esp2001-06-173-0/+554
* - if DGA fails to report some valid modes, vo_dga now exits gracefullyacki22001-06-171-3/+23
* - Fu.. The option is called -lircconfacki22001-06-172-3/+6
* - forgot to add -(no)double in command-line patternacki22001-06-171-0/+2
* - reflect changes as to -(no)double and -lircconfigacki22001-06-172-0/+26
* - doublebuffering now can be switched on and off with the -(no)double switch.acki22001-06-171-2/+9
* - new config option -lircconfig (config file for lirc)acki22001-06-173-3/+15
* bennehagytam egy bugot :(al3x2001-06-171-2/+2
* hacked osd working on yv12al3x2001-06-171-22/+49
* hacked aocontrol_set_device working, and cleaned up a bital3x2001-06-172-22/+48
* Fixed OSD.atmosfear2001-06-171-19/+14
* hacked osd and input control handlingal3x2001-06-171-15/+56
* key controlling implementedal3x2001-06-171-4/+154
* added prototype of vo