Mercurial > mplayer.hg
graph
-
DivX4Linux supportThu, 19 Jul 2001 22:43:19 +0000, by arpi
-
added Gerard Lantau, ffmpeg/libavcodec authorThu, 19 Jul 2001 22:02:06 +0000, by arpi
-
Solaris 2.6 and older do not support MAP_ANON, just fail the mmap MAP_ANONThu, 19 Jul 2001 20:32:13 +0000, by jkeil
-
AUDIO_ENCODING_LINEAR8 format is not available on sunos 5.5. Format isThu, 19 Jul 2001 20:04:54 +0000, by jkeil
-
x11_common does not compile, when the XDPMS extension is not available on theThu, 19 Jul 2001 18:47:22 +0000, by jkeil
-
Remove "sdl-config: not found" error message during configure, when the systemThu, 19 Jul 2001 18:46:29 +0000, by jkeil
-
ASF support for non-x86 cpusThu, 19 Jul 2001 16:26:48 +0000, by jkeil
-
ASF support for non-x86 cpusThu, 19 Jul 2001 15:15:21 +0000, by jkeil
-
Initial draft of my new cache system...Wed, 18 Jul 2001 01:28:01 +0000, by arpi
-
demuxer struct access code temporary disabled - FIXMETue, 17 Jul 2001 14:03:30 +0000, by arpi
-
svga driver didn't compile on linux/ppcTue, 17 Jul 2001 13:57:32 +0000, by jkeil
-
mpeg PES steram support (only 1E0 & 1C0 packets, no 1BA/1BB headers)Mon, 16 Jul 2001 20:21:26 +0000, by arpi
-
MPlayer doesn't compile on linux/alphaMon, 16 Jul 2001 18:42:38 +0000, by jkeil
-
vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.Mon, 16 Jul 2001 18:41:52 +0000, by jkeil
-
Detect cpu architecture for a few more linux variants (linux/sparc, linux/ppc,Mon, 16 Jul 2001 18:40:51 +0000, by jkeil
-
some more cleanupMon, 16 Jul 2001 17:07:13 +0000, by arpi
-
Translated by Justyna Biala <nell@skrzynka.pl>Mon, 16 Jul 2001 17:00:33 +0000, by eyck
-
Poprawki wprowadzone przez: Justyna Bia?a <nell@skrzynka.pl>Mon, 16 Jul 2001 16:59:47 +0000, by eyck
-
ds->type removed - using id-based audio format detection in mplayer.cMon, 16 Jul 2001 15:36:20 +0000, by arpi
-
d_audio->type stuff fixedMon, 16 Jul 2001 15:09:34 +0000, by arpi
-
kernel 2.2.x + SSE warning message extendedMon, 16 Jul 2001 13:34:42 +0000, by arpi
-
ranges fixed (MAX vs. MAX+1 dilemma)Mon, 16 Jul 2001 13:24:14 +0000, by arpi
-
some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_audioMon, 16 Jul 2001 12:53:48 +0000, by arpi
-
added prototype of vo_init()Mon, 16 Jul 2001 12:11:49 +0000, by arpi
-
removed unused DEFAULT_MPG123 stuffMon, 16 Jul 2001 10:47:32 +0000, by arpi
-
fix typo in shell variable name usageMon, 16 Jul 2001 10:42:35 +0000, by jkeil
-
Some minor comment fixes.Sat, 14 Jul 2001 17:05:23 +0000, by jkeil
-
Document the latest changes to the mplayer code.Sat, 14 Jul 2001 17:03:55 +0000, by jkeil
-
Remove some superfluous casts. Fixes a few compile warnings.Sat, 14 Jul 2001 17:00:38 +0000, by jkeil
-
On big-endian architectures, all audio decoders default to big-endian 16-bitSat, 14 Jul 2001 16:58:55 +0000, by jkeil
-
Added some directory existance tests to the distclean and depend targets, soSat, 14 Jul 2001 16:54:30 +0000, by jkeil
-
mp3 audio decoding didn't work on big-endian architecturesSat, 14 Jul 2001 16:52:09 +0000, by jkeil
-
*** empty log message ***Sat, 14 Jul 2001 12:28:55 +0000, by gabucino
-
Disable 3dnow when mmx is disabled.Fri, 13 Jul 2001 19:49:15 +0000, by atmos4
-
Reorder dependancies a bit, all *.o *.a files depend on version.h, this allowsFri, 13 Jul 2001 16:15:29 +0000, by jkeil
-
Handle linux SMP machines (suggested by Martin Aumueller)Fri, 13 Jul 2001 09:20:13 +0000, by jkeil
-
sh_audio->a_buffer is freed twice (here and in mplayer.c), can result toFri, 13 Jul 2001 08:54:24 +0000, by jkeil
-
Fix two prototype warningsFri, 13 Jul 2001 08:51:50 +0000, by jkeil
-
Minor code cleanup from Vladimir KushnirFri, 13 Jul 2001 08:44:51 +0000, by jkeil
-
Fix sys/mman.h header test for netbsd (may work no freebsd, too)Thu, 12 Jul 2001 16:11:55 +0000, by jkeil
-
Add some preliminary support for non-x86 architectures to mplayerThu, 12 Jul 2001 15:35:52 +0000, by jkeil
-
Support playback of AFMT_S16_LE audio data on a big endian machineThu, 12 Jul 2001 15:30:15 +0000, by jkeil
-
Add prototypes to wine/loader stuff, so that we can catch __stdcall functionThu, 12 Jul 2001 15:27:48 +0000, by jkeil
-
yuv2rgb_mmx crashes with ffdivx codec, when we play back avi files that haveThu, 12 Jul 2001 15:23:26 +0000, by jkeil
-
Use FOURCC macro to encode fcc values. Avoids accessing 32-bit data fromThu, 12 Jul 2001 15:10:06 +0000, by jkeil
-
fix gcc-3.0 warningThu, 12 Jul 2001 15:08:02 +0000, by jkeil
-
Changed sugnature.Thu, 12 Jul 2001 06:59:17 +0000, by atmos4
-
Fixed a typo and wrong varname.Tue, 10 Jul 2001 13:24:59 +0000, by atmos4
-
Removed untill I figure out why it doesen't work in certain circumstances.Tue, 10 Jul 2001 12:32:22 +0000, by eyck
-
Added nasmTue, 10 Jul 2001 06:10:38 +0000, by nick
-
As promised, -afm and -vfm to prefer audio/video driver family, -ac and -vc have higher precedence, so they can override -afm/-vfm.Sun, 08 Jul 2001 22:45:56 +0000, by atmos4
-
*** empty log message ***Sun, 08 Jul 2001 19:54:43 +0000, by gabucino
-
VfwEx supportSun, 08 Jul 2001 17:20:46 +0000, by arpi
-
mpeg2 timing & fps fix for ffmpeg12 codecSun, 08 Jul 2001 13:11:01 +0000, by arpi
-
mpeg2 timing & fps fix for ffmpeg12 codecSun, 08 Jul 2001 12:34:08 +0000, by arpi
-
video decoder stuffSun, 08 Jul 2001 12:29:38 +0000, by arpi
-
added new driver: nullSun, 08 Jul 2001 12:24:49 +0000, by arpi
-
First few german docs by JAF <jaf.corporation at gmx.at> and me.Sun, 08 Jul 2001 08:57:34 +0000, by atmos4
-
video codec stuff moved to dec_video.cSun, 08 Jul 2001 00:21:20 +0000, by arpi
-
no segfault if no glx presentSat, 07 Jul 2001 20:53:01 +0000, by alex
-
some code clanup (first step to libdemuxer)Sat, 07 Jul 2001 18:46:15 +0000, by arpi
-
fix subdriver stuffSat, 07 Jul 2001 16:37:02 +0000, by arpi
-
*** empty log message ***Sat, 07 Jul 2001 10:47:09 +0000, by gabucino
-
Replaced LGBs video codec forcing change with mine for audio and video codecs, which is IMHO more convenient cause codecs are selected by name instead of number, one unclearity is left to me, that's why audio_format is used once before codecs selection for MPEG_PS files, that's why I left -afm in for that one.Sat, 07 Jul 2001 09:53:47 +0000, by atmos4
-
-vcodec option (maybe some other name would be better though) to select between driver types without editing codecs.conf. mplayer will default to normal codec search loop if it does not find codec for the specified driver type. config range checking for the parameter (an integer) should be cleaned, IMHOFri, 06 Jul 2001 21:17:22 +0000, by lgb
-
use -f test for file existance checkFri, 06 Jul 2001 20:00:22 +0000, by jkeil
-
My 2.10.1 gnu assembler doesn't like C comment syntax in assembler files. UseFri, 06 Jul 2001 12:08:32 +0000, by jkeil
-
Minor optimizationFri, 06 Jul 2001 10:59:14 +0000, by nick
-
Ignore generated config.mak files in CVSFri, 06 Jul 2001 10:36:35 +0000, by jkeil
-
*** empty log message ***Fri, 06 Jul 2001 07:35:13 +0000, by gabucino
-
ffmpeg supportFri, 06 Jul 2001 03:22:14 +0000, by arpi
-
added Juanjo's H263+ patch, and ffmpeg native codecsFri, 06 Jul 2001 03:15:37 +0000, by arpi
-
Slight otimizationThu, 05 Jul 2001 09:44:18 +0000, by nick
-
One flaw is fixedWed, 04 Jul 2001 20:54:09 +0000, by nick
-
ICCCCMSFNSFNWed, 04 Jul 2001 20:18:24 +0000, by gabucino
-
-fsmode (again...)Wed, 04 Jul 2001 16:56:31 +0000, by gabucino
-
-fsmodeWed, 04 Jul 2001 16:32:38 +0000, by gabucino
-
rework autodetection of assembler used by gcc, the correct assembler is detectedWed, 04 Jul 2001 10:45:20 +0000, by jkeil
-
Finished 3dnow optimization (in scalar mode) and minor improvementsWed, 04 Jul 2001 09:47:56 +0000, by nick
-
Minor cleanupsWed, 04 Jul 2001 07:00:15 +0000, by nick
-
added vo_fsmodeTue, 03 Jul 2001 23:46:24 +0000, by arpi
-
extern vo_doublebuffering cleanupTue, 03 Jul 2001 23:45:49 +0000, by arpi
-
-fsmodeTue, 03 Jul 2001 23:44:19 +0000, by arpi
-
switch fullscreen method with -fsmodeTue, 03 Jul 2001 23:23:55 +0000, by arpi
-
switching double buffering at runtime with -doubleTue, 03 Jul 2001 23:22:29 +0000, by arpi
-
not found -> no (to be consistent)Tue, 03 Jul 2001 23:04:36 +0000, by arpi
-
accented by TibcuTue, 03 Jul 2001 17:31:46 +0000, by arpi
-
dox hungaricus peccs by tibcuTue, 03 Jul 2001 17:31:20 +0000, by arpi
-
- Ask 'gcc' for the name of the assembler binary used by the gcc compiler; useTue, 03 Jul 2001 14:22:23 +0000, by jkeil
-
spellingTue, 03 Jul 2001 11:35:10 +0000, by eyck
-
Partial loops unrollingTue, 03 Jul 2001 09:25:16 +0000, by nick
-
Portability and old binutils supportTue, 03 Jul 2001 07:50:52 +0000, by nick
-
*** empty log message ***Mon, 02 Jul 2001 22:53:22 +0000, by gabucino
-
#ifndef M_PI and M_SQRT2 added while fearing from redefining :)Mon, 02 Jul 2001 19:31:45 +0000, by alex
-
-dsp option removed, displaying help text (-ao oss:dsp_path)Mon, 02 Jul 2001 19:25:34 +0000, by alex
-
magyaritas...Mon, 02 Jul 2001 18:41:48 +0000, by arpi
-
Minor fixesMon, 02 Jul 2001 08:07:41 +0000, by nick
-
cvs snapshots...Sun, 01 Jul 2001 23:05:18 +0000, by arpi
-
ICCCM anythingdunnowhatSun, 01 Jul 2001 21:49:21 +0000, by gabucino
-
libavcodec zero frame DivX flickering fixedSat, 30 Jun 2001 22:17:14 +0000, by arpi
-
*** empty log message ***Sat, 30 Jun 2001 07:02:28 +0000, by gabucino
-
optional libavcodec (ffmpeg) supportSat, 30 Jun 2001 00:16:39 +0000, by arpi
-
typo fixFri, 29 Jun 2001 22:46:21 +0000, by gabucino
-
-dumpvideo stores frame size for avi/asf video frames (for ffmpeg testing)Fri, 29 Jun 2001 21:35:30 +0000, by arpi
-
Added newest MMX-optimized decore which speedups decoding at least on 13% for any cpu.Fri, 29 Jun 2001 17:55:35 +0000, by nick
-
start deleting -in-progress-marks- from docs not to irritate clueless usersFri, 29 Jun 2001 10:54:41 +0000, by eyck
-
Fixed gcc checking for 2.95 subrevisions (like 2.95.2.1).Fri, 29 Jun 2001 10:45:00 +0000, by atmos4
-
polish translation of some key documents.Fri, 29 Jun 2001 08:48:47 +0000, by eyck
-
v0.2Wed, 27 Jun 2001 22:14:01 +0000, by gabucino
-
codec pack DONEWed, 27 Jun 2001 21:38:08 +0000, by arpi
-
*** empty log message ***Wed, 27 Jun 2001 16:07:13 +0000, by gabucino
-
Corrected SDL include path.Wed, 27 Jun 2001 11:40:15 +0000, by atmos4
-
Added some nice vo/ao info.Wed, 27 Jun 2001 11:39:17 +0000, by atmos4
-
icewm basz bug fixWed, 27 Jun 2001 08:50:03 +0000, by pontscho
-
fsdga disabled (obsolote)Tue, 26 Jun 2001 23:34:03 +0000, by arpi
-
OPTFLAGS vs. INCLUDES cleanupTue, 26 Jun 2001 23:15:58 +0000, by arpi
-
Ehh, wine ...Tue, 26 Jun 2001 21:34:03 +0000, by lgb
-
in-progress polish docs for mplayer. please be gentle.Tue, 26 Jun 2001 19:48:50 +0000, by eyck
-
strip is handled by installTue, 26 Jun 2001 11:12:27 +0000, by eyck
-
Document a few possible compile errors on solaris when using non GNU tools.Tue, 26 Jun 2001 09:04:31 +0000, by jkeil
-
strip mplayer, files is auto-generatedTue, 26 Jun 2001 08:50:39 +0000, by eyck
-
docs updatesMon, 25 Jun 2001 15:47:33 +0000, by eyck
-
some updatesMon, 25 Jun 2001 14:08:55 +0000, by arpi
-
Another stable versionMon, 25 Jun 2001 14:07:52 +0000, by eyck
-
*** empty log message ***Mon, 25 Jun 2001 06:31:33 +0000, by gabucino
-
Reviewed for release.Sun, 24 Jun 2001 21:12:17 +0000, by atmos4
-
cvs server...Sun, 24 Jun 2001 19:53:56 +0000, by arpi
-
cvs server...Sun, 24 Jun 2001 19:51:31 +0000, by arpi
-
Update by jk.Sun, 24 Jun 2001 19:27:00 +0000, by atmos4
-
Applied solaris fix suggested by J¸«ärgen Keil.Sun, 24 Jun 2001 19:24:55 +0000, by atmos4
-
Sync with SF cvs. (Bugfixed YUV aalib and RGB/BGR32 converted modes.)Sun, 24 Jun 2001 19:20:19 +0000, by atmos4
-
updatedSun, 24 Jun 2001 17:27:48 +0000, by arpi
-
fatal-error printfs moved stdout->stderrSun, 24 Jun 2001 00:02:23 +0000, by arpi_esp
-
some info printfs moved stderr->stdoutSat, 23 Jun 2001 23:38:51 +0000, by arpi_esp
-
*** empty log message ***Sat, 23 Jun 2001 22:42:38 +0000, by gabucino
-
*** empty log message ***Sat, 23 Jun 2001 22:25:19 +0000, by gabucino
-
*** empty log message ***Sat, 23 Jun 2001 21:11:56 +0000, by gabucino
-
updated for releaseSat, 23 Jun 2001 20:04:59 +0000, by arpi_esp
-
alsa/noalsa messageSat, 23 Jun 2001 19:58:32 +0000, by arpi_esp
-
vo_subdevice supportSat, 23 Jun 2001 19:44:22 +0000, by arpi_esp
-
ao_subdevice supportSat, 23 Jun 2001 19:40:04 +0000, by arpi_esp
-
reviewed for releaseSat, 23 Jun 2001 19:34:20 +0000, by gabucino
-
ao_subdevice support addedSat, 23 Jun 2001 18:59:54 +0000, by al3x
-
*** empty log message ***Sat, 23 Jun 2001 18:06:10 +0000, by gabucino
-
*** empty log message ***Sat, 23 Jun 2001 17:51:11 +0000, by gabucino
-
sub at key=0 fixedSat, 23 Jun 2001 17:10:52 +0000, by arpi_esp
-
sub at key=0 fixedSat, 23 Jun 2001 16:59:40 +0000, by arpi_esp
-
some fixes, updatesSat, 23 Jun 2001 15:53:27 +0000, by arpi_esp
-
some fixes, updatesSat, 23 Jun 2001 15:45:47 +0000, by arpi_esp
-
*** empty log message ***Sat, 23 Jun 2001 15:40:47 +0000, by gabucino
-
fps es frequency megallapitas mukodik :)Sat, 23 Jun 2001 13:28:51 +0000, by al3x
-
Should fix bytes per pixel for 15bpp.Sat, 23 Jun 2001 13:28:28 +0000, by atmosfear
-
Made surface locks switchable via preprocessor.Sat, 23 Jun 2001 10:18:23 +0000, by atmosfear
-
Applied patch by J¸«ärgen Keil (jk@tools.de), improves smoothness of video playback.Fri, 22 Jun 2001 21:37:13 +0000, by atmosfear
-
Maybe the problem with including wine headers from /usr/local/include/ instead of from mplayer source has been eliminatedFri, 22 Jun 2001 20:23:14 +0000, by lgb
-
Drastic! speedup of rgb code. Removed nonsens memhole fixes.Fri, 22 Jun 2001 19:56:41 +0000, by atmosfear
-
Fixed pointer->integer cast warning.Fri, 22 Jun 2001 19:51:25 +0000, by atmosfear
-
*** empty log message ***Fri, 22 Jun 2001 07:15:00 +0000, by gabucino
-
ao_subdevice supportThu, 21 Jun 2001 23:07:15 +0000, by al3x
-
egy hulye kis checking kimaradt az strcspn fv. jovoltabolThu, 21 Jun 2001 23:03:03 +0000, by al3x
-
sdl_adriver liquidated, ao_subdevice usedThu, 21 Jun 2001 22:48:34 +0000, by al3x
-
sdl_driver liquidated, vo_subdevice usedThu, 21 Jun 2001 22:47:55 +0000, by al3x
-
sdl_(a)driver liquidated - sorry atmosThu, 21 Jun 2001 22:47:21 +0000, by al3x
-
Xv port locking patch by Artur Zaprzala <artur.zaprzala@talex.com.pl>Thu, 21 Jun 2001 22:36:02 +0000, by arpi_esp
-
ao_subdevice implementedThu, 21 Jun 2001 22:34:58 +0000, by al3x
-
vo_subdevice implementedThu, 21 Jun 2001 22:34:25 +0000, by al3x
-
vo/ao_subdevice implementedThu, 21 Jun 2001 22:34:02 +0000, by al3x
-
freebsd fixThu, 21 Jun 2001 22:28:50 +0000, by arpi_esp
-
felvallaltam mov supportot :)Thu, 21 Jun 2001 21:52:24 +0000, by al3x
-
added warning messageThu, 21 Jun 2001 21:27:56 +0000, by al3x
-
--disable-xmga bug fixThu, 21 Jun 2001 15:19:38 +0000, by pontscho
-
--disable-xmga and alsa detection bug fixThu, 21 Jun 2001 15:16:52 +0000, by pontscho
-
FreeBSD patch by Vladimir Kushnir <vkushnir@Alfacom.net>Thu, 21 Jun 2001 00:06:40 +0000, by arpi_esp
-
*** empty log message ***Wed, 20 Jun 2001 21:44:51 +0000, by gabucino
-
sok hackingWed, 20 Jun 2001 19:34:45 +0000, by al3x
-
*** empty log message ***Wed, 20 Jun 2001 13:59:03 +0000, by gabucino
-
Better 3dnow! optimizationWed, 20 Jun 2001 07:54:19 +0000, by nickols_k
-
hardly modified, keyboard handling is ok. aspect implemented, but bugging :)Tue, 19 Jun 2001 23:20:59 +0000, by al3x
-
*** empty log message ***Tue, 19 Jun 2001 22:49:29 +0000, by gabucino
-
*** empty log message ***Tue, 19 Jun 2001 22:38:47 +0000, by gabucino
-
*** empty log message ***Tue, 19 Jun 2001 22:33:07 +0000, by gabucino
-
*** empty log message ***Tue, 19 Jun 2001 22:29:42 +0000, by gabucino
-
ASYNC +- patch applied by Olli Sulopuisto <dst@iki.fi>Tue, 19 Jun 2001 22:16:12 +0000, by arpi_esp
-
fr->sampling_frequency limitation (thanx to pl <p_l@tfz.net>)Tue, 19 Jun 2001 22:07:19 +0000, by arpi_esp
-
*** empty log message ***Tue, 19 Jun 2001 22:03:05 +0000, by gabucino
-
packet 0x1B6 (mpeg4 stream) detectionMon, 18 Jun 2001 22:11:04 +0000, by arpi_esp
-
updatedMon, 18 Jun 2001 21:43:26 +0000, by arpi_esp
-
*** empty log message ***Mon, 18 Jun 2001 21:27:29 +0000, by gabucino
-
- added bug report sectionMon, 18 Jun 2001 16:51:13 +0000, by acki2
-
- just modified an error messageMon, 18 Jun 2001 16:38:06 +0000, by acki2
-
*** empty log message ***Mon, 18 Jun 2001 16:05:02 +0000, by gabucino
-
has_audio checkings at reset and exit addedMon, 18 Jun 2001 14:19:13 +0000, by al3x
-
original and CE version of mpfcSun, 17 Jun 2001 23:58:38 +0000, by arpi_esp
-
- if DGA fails to report some valid modes, vo_dga now exits gracefullySun, 17 Jun 2001 22:21:47 +0000, by acki2
-
- Fu.. The option is called -lircconfSun, 17 Jun 2001 21:27:11 +0000, by acki2
-
- forgot to add -(no)double in command-line patternSun, 17 Jun 2001 21:22:21 +0000, by acki2
-
- reflect changes as to -(no)double and -lircconfigSun, 17 Jun 2001 21:20:29 +0000, by acki2
-
- doublebuffering now can be switched on and off with the -(no)double switch.Sun, 17 Jun 2001 20:59:39 +0000, by acki2
-
- new config option -lircconfig (config file for lirc)Sun, 17 Jun 2001 20:38:02 +0000, by acki2
-
bennehagytam egy bugot :(Sun, 17 Jun 2001 18:33:05 +0000, by al3x
-
hacked osd working on yv12Sun, 17 Jun 2001 18:32:14 +0000, by al3x
-
hacked aocontrol_set_device working, and cleaned up a bitSun, 17 Jun 2001 17:44:56 +0000, by al3x
-
Fixed OSD.Sun, 17 Jun 2001 17:43:04 +0000, by atmosfear
-
hacked osd and input control handlingSun, 17 Jun 2001 16:12:47 +0000, by al3x
-
key controlling implementedSun, 17 Jun 2001 14:33:06 +0000, by al3x
-
added prototype of vo_format_nameSun, 17 Jun 2001 12:25:12 +0000, by al3x
-
cleaned up, and merged with my version, also code will be faster tooSun, 17 Jun 2001 12:24:52 +0000, by al3x
-
*** empty log message ***Sun, 17 Jun 2001 06:34:13 +0000, by gabucino
-
*** empty log message ***Sun, 17 Jun 2001 06:21:05 +0000, by gabucino
-
updatedSun, 17 Jun 2001 01:29:35 +0000, by arpi_esp
-
patch: some X11 compliance fixed: set ClassHint and better fullscreen modeSun, 17 Jun 2001 01:22:09 +0000, by arpi_esp
-
Changing optimization level for athlon to pentiumpro from k6 if gcc doesn't support -march=athlon. Please test itSat, 16 Jun 2001 18:10:32 +0000, by nickols_k
-
loops alignmentSat, 16 Jun 2001 15:24:02 +0000, by nickols_k
-
*** empty log message ***Sat, 16 Jun 2001 09:43:46 +0000, by gabucino
-
Added GGI autodetect, fixed --enable-debug=* for solaris n stuff.Fri, 15 Jun 2001 16:32:21 +0000, by atmosfear
-
Added for development only this is in pre-alpha state, do not use!Fri, 15 Jun 2001 16:31:19 +0000, by atmosfear
-
cosmetic changes and sse/sse includedFri, 15 Jun 2001 12:42:00 +0000, by al3x
-
vo_format_name addedFri, 15 Jun 2001 12:37:05 +0000, by al3x
-
hacked to work seek/pause/resume/uninitThu, 14 Jun 2001 18:29:05 +0000, by al3x
-
Hacked it working, still needs fixings!Thu, 14 Jun 2001 18:00:13 +0000, by atmosfear
-
audio_out_format_name prototype added, ao_control_vol_t for aocontrol_get/set_volume addedThu, 14 Jun 2001 15:25:00 +0000, by al3x
-
fixed some possible memleak placesThu, 14 Jun 2001 12:42:56 +0000, by al3x
-
-frames 0 fixedWed, 13 Jun 2001 21:57:36 +0000, by arpi_esp
-
-frames and -benchmark options to make chl & gabucino happyWed, 13 Jun 2001 21:55:24 +0000, by arpi_esp
-
Issues about P3 performance and SSE2 support.Wed, 13 Jun 2001 16:12:14 +0000, by nickols_k
-
fixed my previousily added bug: ifdef buggy_sdl: keypressed: default caseWed, 13 Jun 2001 15:03:27 +0000, by al3x
-
audio_format_out_name updateWed, 13 Jun 2001 11:18:20 +0000, by al3x
-
Funnier configure messages ;)Wed, 13 Jun 2001 00:50:21 +0000, by atmosfear
-
Typo.Tue, 12 Jun 2001 21:15:58 +0000, by atmosfear
-
=)Tue, 12 Jun 2001 21:07:21 +0000, by atmosfear
-
*** empty log message ***Tue, 12 Jun 2001 18:03:19 +0000, by gabucino
-
unstable gcc-3.0 warning surpressingTue, 12 Jun 2001 15:55:59 +0000, by nickols_k
-
-Wall style cleanups, TEST IT, it can be working by othersTue, 12 Jun 2001 15:42:21 +0000, by al3x
-
alsa9 comment removedTue, 12 Jun 2001 14:58:08 +0000, by al3x
-
OoopsTue, 12 Jun 2001 14:37:32 +0000, by atmosfear
-
Added support for writing wave files and specifying filename to write to.Tue, 12 Jun 2001 14:24:26 +0000, by atmosfear
-
little -Wall fixTue, 12 Jun 2001 14:13:26 +0000, by al3x
-
-Wall like cleanupTue, 12 Jun 2001 14:09:25 +0000, by al3x