2001-07-16 |
jkeil |
fix typo in shell variable name usage
|
2001-07-14 |
jkeil |
Some minor comment fixes.
|
2001-07-14 |
jkeil |
Document the latest changes to the mplayer code.
|
2001-07-14 |
jkeil |
Remove some superfluous casts. Fixes a few compile warnings.
|
2001-07-14 |
jkeil |
On big-endian architectures, all audio decoders default to big-endian 16-bit
|
2001-07-14 |
jkeil |
Added some directory existance tests to the distclean and depend targets, so
|
2001-07-14 |
jkeil |
mp3 audio decoding didn't work on big-endian architectures
|
2001-07-14 |
gabucino |
*** empty log message ***
|
2001-07-13 |
atmos4 |
Disable 3dnow when mmx is disabled.
|
2001-07-13 |
jkeil |
Reorder dependancies a bit, all *.o *.a files depend on version.h, this allows
|
2001-07-13 |
jkeil |
Handle linux SMP machines (suggested by Martin Aumueller)
|
2001-07-13 |
jkeil |
sh_audio->a_buffer is freed twice (here and in mplayer.c), can result to
|
2001-07-13 |
jkeil |
Fix two prototype warnings
|
2001-07-13 |
jkeil |
Minor code cleanup from Vladimir Kushnir
|
2001-07-12 |
jkeil |
Fix sys/mman.h header test for netbsd (may work no freebsd, too)
|
2001-07-12 |
jkeil |
Add some preliminary support for non-x86 architectures to mplayer
|
2001-07-12 |
jkeil |
Support playback of AFMT_S16_LE audio data on a big endian machine
|
2001-07-12 |
jkeil |
Add prototypes to wine/loader stuff, so that we can catch __stdcall function
|
2001-07-12 |
jkeil |
yuv2rgb_mmx crashes with ffdivx codec, when we play back avi files that have
|
2001-07-12 |
jkeil |
Use FOURCC macro to encode fcc values. Avoids accessing 32-bit data from
|
2001-07-12 |
jkeil |
fix gcc-3.0 warning
|
2001-07-12 |
atmos4 |
Changed sugnature.
|
2001-07-10 |
atmos4 |
Fixed a typo and wrong varname.
|
2001-07-10 |
eyck |
Removed untill I figure out why it doesen't work in certain circumstances.
|
2001-07-10 |
nick |
Added nasm
|
2001-07-08 |
atmos4 |
As promised, -afm and -vfm to prefer audio/video driver family, -ac and -vc have higher precedence, so they can override -afm/-vfm.
|
2001-07-08 |
gabucino |
*** empty log message ***
|
2001-07-08 |
arpi |
VfwEx support
|
2001-07-08 |
arpi |
mpeg2 timing & fps fix for ffmpeg12 codec
|
2001-07-08 |
arpi |
mpeg2 timing & fps fix for ffmpeg12 codec
|
2001-07-08 |
arpi |
video decoder stuff
|
2001-07-08 |
arpi |
added new driver: null
|
2001-07-08 |
atmos4 |
First few german docs by JAF <jaf.corporation at gmx.at> and me.
|
2001-07-08 |
arpi |
video codec stuff moved to dec_video.c
|
2001-07-07 |
alex |
no segfault if no glx present
|
2001-07-07 |
arpi |
some code clanup (first step to libdemuxer)
|
2001-07-07 |
arpi |
fix subdriver stuff
|
2001-07-07 |
gabucino |
*** empty log message ***
|
2001-07-07 |
atmos4 |
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.
|
2001-07-06 |
lgb |
-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, IMHO
|
2001-07-06 |
jkeil |
use -f test for file existance check
|
2001-07-06 |
jkeil |
My 2.10.1 gnu assembler doesn't like C comment syntax in assembler files. Use
|
2001-07-06 |
nick |
Minor optimization
|
2001-07-06 |
jkeil |
Ignore generated config.mak files in CVS
|
2001-07-06 |
gabucino |
*** empty log message ***
|
2001-07-06 |
arpi |
ffmpeg support
|
2001-07-06 |
arpi |
added Juanjo's H263+ patch, and ffmpeg native codecs
|
2001-07-05 |
nick |
Slight otimization
|
2001-07-04 |
nick |
One flaw is fixed
|
2001-07-04 |
gabucino |
ICCCCMSFNSFN
|
2001-07-04 |
gabucino |
-fsmode (again...)
|
2001-07-04 |
gabucino |
-fsmode
|
2001-07-04 |
jkeil |
rework autodetection of assembler used by gcc, the correct assembler is detected
|
2001-07-04 |
nick |
Finished 3dnow optimization (in scalar mode) and minor improvements
|
2001-07-04 |
nick |
Minor cleanups
|
2001-07-03 |
arpi |
added vo_fsmode
|
2001-07-03 |
arpi |
extern vo_doublebuffering cleanup
|
2001-07-03 |
arpi |
-fsmode
|
2001-07-03 |
arpi |
switch fullscreen method with -fsmode
|
2001-07-03 |
arpi |
switching double buffering at runtime with -double
|
2001-07-03 |
arpi |
not found -> no (to be consistent)
|
2001-07-03 |
arpi |
accented by Tibcu
|
2001-07-03 |
arpi |
dox hungaricus peccs by tibcu
|
2001-07-03 |
jkeil |
- Ask 'gcc' for the name of the assembler binary used by the gcc compiler; use
|
2001-07-03 |
eyck |
spelling
|
2001-07-03 |
nick |
Partial loops unrolling
|
2001-07-03 |
nick |
Portability and old binutils support
|
2001-07-02 |
gabucino |
*** empty log message ***
|
2001-07-02 |
alex |
#ifndef M_PI and M_SQRT2 added while fearing from redefining :)
|
2001-07-02 |
alex |
-dsp option removed, displaying help text (-ao oss:dsp_path)
|
2001-07-02 |
arpi |
magyaritas...
|
2001-07-02 |
nick |
Minor fixes
|
2001-07-01 |
arpi |
cvs snapshots...
|
2001-07-01 |
gabucino |
ICCCM anythingdunnowhat
|
2001-06-30 |
arpi |
libavcodec zero frame DivX flickering fixed
|
2001-06-30 |
gabucino |
*** empty log message ***
|
2001-06-30 |
arpi |
optional libavcodec (ffmpeg) support
|
2001-06-29 |
gabucino |
typo fix
|
2001-06-29 |
arpi |
-dumpvideo stores frame size for avi/asf video frames (for ffmpeg testing)
|
2001-06-29 |
nick |
Added newest MMX-optimized decore which speedups decoding at least on 13% for any cpu.
|
2001-06-29 |
eyck |
start deleting -in-progress-marks- from docs not to irritate clueless users
|
2001-06-29 |
atmos4 |
Fixed gcc checking for 2.95 subrevisions (like 2.95.2.1).
|
2001-06-29 |
eyck |
polish translation of some key documents.
|
2001-06-27 |
gabucino |
v0.2
|
2001-06-27 |
arpi |
codec pack DONE
|
2001-06-27 |
gabucino |
*** empty log message ***
|
2001-06-27 |
atmos4 |
Corrected SDL include path.
|
2001-06-27 |
atmos4 |
Added some nice vo/ao info.
|
2001-06-27 |
pontscho |
icewm basz bug fix
|
2001-06-26 |
arpi |
fsdga disabled (obsolote)
|
2001-06-26 |
arpi |
OPTFLAGS vs. INCLUDES cleanup
|
2001-06-26 |
lgb |
Ehh, wine ...
|
2001-06-26 |
eyck |
in-progress polish docs for mplayer. please be gentle.
|
2001-06-26 |
eyck |
strip is handled by install
|
2001-06-26 |
jkeil |
Document a few possible compile errors on solaris when using non GNU tools.
|
2001-06-26 |
eyck |
strip mplayer, files is auto-generated
|
2001-06-25 |
eyck |
docs updates
|
2001-06-25 |
arpi |
some updates
|
2001-06-25 |
eyck |
Another stable version
|
2001-06-25 |
gabucino |
*** empty log message ***
|
2001-06-24 |
atmos4 |
Reviewed for release.
|
2001-06-24 |
arpi |
cvs server...
|
2001-06-24 |
arpi |
cvs server...
|
2001-06-24 |
atmos4 |
Update by jk.
|
2001-06-24 |
atmos4 |
Applied solaris fix suggested by Jürgen Keil.
|
2001-06-24 |
atmos4 |
Sync with SF cvs. (Bugfixed YUV aalib and RGB/BGR32 converted modes.)
|
2001-06-24 |
arpi |
updated
|
2001-06-24 |
arpi_esp |
fatal-error printfs moved stdout->stderr
|
2001-06-23 |
arpi_esp |
some info printfs moved stderr->stdout
|
2001-06-23 |
gabucino |
*** empty log message ***
|
2001-06-23 |
gabucino |
*** empty log message ***
|
2001-06-23 |
gabucino |
*** empty log message ***
|
2001-06-23 |
arpi_esp |
updated for release
|
2001-06-23 |
arpi_esp |
alsa/noalsa message
|
2001-06-23 |
arpi_esp |
vo_subdevice support
|
2001-06-23 |
arpi_esp |
ao_subdevice support
|
2001-06-23 |
gabucino |
reviewed for release
|
2001-06-23 |
al3x |
ao_subdevice support added
|
2001-06-23 |
gabucino |
*** empty log message ***
|
2001-06-23 |
gabucino |
*** empty log message ***
|
2001-06-23 |
arpi_esp |
sub at key=0 fixed
|
2001-06-23 |
arpi_esp |
sub at key=0 fixed
|
2001-06-23 |
arpi_esp |
some fixes, updates
|
2001-06-23 |
arpi_esp |
some fixes, updates
|
2001-06-23 |
gabucino |
*** empty log message ***
|
2001-06-23 |
al3x |
fps es frequency megallapitas mukodik :)
|
2001-06-23 |
atmosfear |
Should fix bytes per pixel for 15bpp.
|
2001-06-23 |
atmosfear |
Made surface locks switchable via preprocessor.
|
2001-06-22 |
atmosfear |
Applied patch by Jürgen Keil (jk@tools.de), improves smoothness of video playback.
|
2001-06-22 |
lgb |
Maybe the problem with including wine headers from /usr/local/include/ instead of from mplayer source has been eliminated
|
2001-06-22 |
atmosfear |
Drastic! speedup of rgb code. Removed nonsens memhole fixes.
|
2001-06-22 |
atmosfear |
Fixed pointer->integer cast warning.
|
2001-06-22 |
gabucino |
*** empty log message ***
|
2001-06-21 |
al3x |
ao_subdevice support
|
2001-06-21 |
al3x |
egy hulye kis checking kimaradt az strcspn fv. jovoltabol
|
2001-06-21 |
al3x |
sdl_adriver liquidated, ao_subdevice used
|
2001-06-21 |
al3x |
sdl_driver liquidated, vo_subdevice used
|
2001-06-21 |
al3x |
sdl_(a)driver liquidated - sorry atmos
|
2001-06-21 |
arpi_esp |
Xv port locking patch by Artur Zaprzala <artur.zaprzala@talex.com.pl>
|
2001-06-21 |
al3x |
ao_subdevice implemented
|
2001-06-21 |
al3x |
vo_subdevice implemented
|
2001-06-21 |
al3x |
vo/ao_subdevice implemented
|
2001-06-21 |
arpi_esp |
freebsd fix
|
2001-06-21 |
al3x |
felvallaltam mov supportot :)
|
2001-06-21 |
al3x |
added warning message
|
2001-06-21 |
pontscho |
--disable-xmga bug fix
|
2001-06-21 |
pontscho |
--disable-xmga and alsa detection bug fix
|
2001-06-21 |
arpi_esp |
FreeBSD patch by Vladimir Kushnir <vkushnir@Alfacom.net>
|
2001-06-20 |
gabucino |
*** empty log message ***
|
2001-06-20 |
al3x |
sok hacking
|
2001-06-20 |
gabucino |
*** empty log message ***
|
2001-06-20 |
nickols_k |
Better 3dnow! optimization
|
2001-06-19 |
al3x |
hardly modified, keyboard handling is ok. aspect implemented, but bugging :)
|
2001-06-19 |
gabucino |
*** empty log message ***
|
2001-06-19 |
gabucino |
*** empty log message ***
|
2001-06-19 |
gabucino |
*** empty log message ***
|
2001-06-19 |
gabucino |
*** empty log message ***
|
2001-06-19 |
arpi_esp |
ASYNC +- patch applied by Olli Sulopuisto <dst@iki.fi>
|
2001-06-19 |
arpi_esp |
fr->sampling_frequency limitation (thanx to pl <p_l@tfz.net>)
|
2001-06-19 |
gabucino |
*** empty log message ***
|
2001-06-19 |
lgb |
According an idea, mplayer now can use external setuid root wrapper to do FIBMAP ioctl (requires root priv). Also, a serious bug was fixed in dvdauth.c made by some guy when mixing old and new style CSS API into dvdauth.c ;-)
|
2001-06-18 |
lgb |
According an idea, mplayer now can use external setuid root wrapper to do FIBMAP ioctl (requires root priv). Also, a serious bug was fixed in dvdauth.c made by some guy when mixing old and new style CSS API into dvdauth.c ;-)
|
2001-06-18 |
arpi_esp |
packet 0x1B6 (mpeg4 stream) detection
|
2001-06-18 |
arpi_esp |
updated
|
2001-06-18 |
gabucino |
*** empty log message ***
|
2001-06-18 |
acki2 |
- added bug report section
|
2001-06-18 |
acki2 |
- just modified an error message
|
2001-06-18 |
gabucino |
*** empty log message ***
|
2001-06-18 |
al3x |
has_audio checkings at reset and exit added
|
2001-06-17 |
arpi_esp |
original and CE version of mpfc
|
2001-06-17 |
acki2 |
- if DGA fails to report some valid modes, vo_dga now exits gracefully
|
2001-06-17 |
acki2 |
- Fu.. The option is called -lircconf
|
2001-06-17 |
acki2 |
- forgot to add -(no)double in command-line pattern
|
2001-06-17 |
acki2 |
- reflect changes as to -(no)double and -lircconfig
|
2001-06-17 |
acki2 |
- doublebuffering now can be switched on and off with the -(no)double switch.
|
2001-06-17 |
acki2 |
- new config option -lircconfig (config file for lirc)
|
2001-06-17 |
al3x |
bennehagytam egy bugot :(
|
2001-06-17 |
al3x |
hacked osd working on yv12
|
2001-06-17 |
al3x |
hacked aocontrol_set_device working, and cleaned up a bit
|
2001-06-17 |
atmosfear |
Fixed OSD.
|
2001-06-17 |
al3x |
hacked osd and input control handling
|
2001-06-17 |
al3x |
key controlling implemented
|
2001-06-17 |
al3x |
added prototype of vo_format_name
|
2001-06-17 |
al3x |
cleaned up, and merged with my version, also code will be faster too
|
2001-06-17 |
gabucino |
*** empty log message ***
|
2001-06-17 |
gabucino |
*** empty log message ***
|
2001-06-17 |
arpi_esp |
updated
|
2001-06-17 |
arpi_esp |
patch: some X11 compliance fixed: set ClassHint and better fullscreen mode
|
2001-06-16 |
nickols_k |
Changing optimization level for athlon to pentiumpro from k6 if gcc doesn't support -march=athlon. Please test it
|
2001-06-16 |
nickols_k |
loops alignment
|
2001-06-16 |
gabucino |
*** empty log message ***
|
2001-06-15 |
atmosfear |
Added GGI autodetect, fixed --enable-debug=* for solaris n stuff.
|
2001-06-15 |
atmosfear |
Added for development only this is in pre-alpha state, do not use!
|
2001-06-15 |
al3x |
cosmetic changes and sse/sse included
|
2001-06-15 |
al3x |
vo_format_name added
|
2001-06-14 |
al3x |
hacked to work seek/pause/resume/uninit
|
2001-06-14 |
atmosfear |
Hacked it working, still needs fixings!
|
2001-06-14 |
al3x |
audio_out_format_name prototype added, ao_control_vol_t for aocontrol_get/set_volume added
|
2001-06-14 |
al3x |
fixed some possible memleak places
|
2001-06-13 |
arpi_esp |
-frames 0 fixed
|
2001-06-13 |
arpi_esp |
-frames and -benchmark options to make chl & gabucino happy
|
2001-06-13 |
nickols_k |
Issues about P3 performance and SSE2 support.
|
2001-06-13 |
al3x |
fixed my previousily added bug: ifdef buggy_sdl: keypressed: default case
|
2001-06-13 |
al3x |
audio_format_out_name update
|
2001-06-13 |
atmosfear |
Funnier configure messages ;)
|
2001-06-12 |
atmosfear |
Typo.
|
2001-06-12 |
atmosfear |
=)
|
2001-06-12 |
gabucino |
*** empty log message ***
|
2001-06-12 |
nickols_k |
unstable gcc-3.0 warning surpressing
|
2001-06-12 |
al3x |
-Wall style cleanups, TEST IT, it can be working by others
|
2001-06-12 |
al3x |
alsa9 comment removed
|
2001-06-12 |
atmosfear |
Ooops
|
2001-06-12 |
atmosfear |
Added support for writing wave files and specifying filename to write to.
|
2001-06-12 |
al3x |
little -Wall fix
|
2001-06-12 |
al3x |
-Wall like cleanup
|
2001-06-12 |
al3x |
-Wall like fixes
|
2001-06-12 |
atmosfear |
*** empty log message ***
|
2001-06-12 |
atmosfear |
Added raw PCM writer ao driver.
|
2001-06-12 |
gabucino |
*** empty log message ***
|
2001-06-12 |
atmosfear |
Remove compiler warning.
|
2001-06-11 |
atmosfear |
Added stuff to my hall of fame =)
|
2001-06-11 |
atmosfear |
Fixed sdl detect on systems without sdl installed.
|
2001-06-11 |
atmosfear |
Removed make dep notice.
|
2001-06-11 |
atmosfear |
Code cleanup and fix missing config.h and use femms on K6 2/2+/3.
|
2001-06-11 |
atmosfear |
Ooops, wrong path to config.h - now you may enjoy code that was never before used =)
|
2001-06-11 |
gabucino |
*** empty log message ***
|
2001-06-11 |
atmosfear |
Should fix prob for gcc 2.96/3.0 users, please test.
|
2001-06-11 |
atmosfear |
Force exeptions for dshow code (keeps users from building unworkable mplayer).
|
2001-06-11 |
al3x |
some possible buffer overflow places fixed
|
2001-06-11 |
al3x |
possible buffer overflow place fixed
|
2001-06-11 |
al3x |
possible buffer overflows fixed
|
2001-06-11 |
szabii |
erm...
|
2001-06-10 |
atmosfear |
-sdla note
|
2001-06-10 |
atmosfear |
Lock callback on pause, unlock on resume.
|
2001-06-10 |
szabii |
bugfix
|
2001-06-10 |
szabii |
some fix
|
2001-06-10 |
szabii |
newline at the end of the file
|
2001-06-10 |
szabii |
nothing important
|
2001-06-10 |
gabucino |
*** empty log message ***
|
2001-06-10 |
acki2 |
*** empty log message ***
|
2001-06-10 |
gabucino |
*** empty log message ***
|
2001-06-10 |
gabucino |
*** empty log message ***
|
2001-06-10 |
arpi_esp |
The "bad" "using namespace std" was removed :)
|
2001-06-09 |
szabii |
new sub format...
|
2001-06-09 |
al3x |
init checks return value of sdl_open
|
2001-06-09 |
al3x |
using audio_out_format_name
|
2001-06-09 |
al3x |
sprintf possible buffer overflow fixes
|
2001-06-09 |
szabii |
fix again
|
2001-06-09 |
szabii |
8bpp fix
|
2001-06-09 |
szabii |
: No such... fix
|
2001-06-09 |
gabucino |
new mailing list stuff
|
2001-06-09 |
arpi_esp |
ehh. removed duplicated namspace 'std'... and removed include string.h, unneeded for c++
|
2001-06-09 |
gabucino |
*** empty log message ***
|
2001-06-09 |
gabucino |
*** empty log message ***
|
2001-06-09 |
atmosfear |
Better format info.
|
2001-06-09 |
nickols_k |
For future development - the most warnings are enabled for --debug or --profile
|
2001-06-09 |
nickols_k |
Minor improvements and gcc-3.0 (unstable) compilation fixes
|
2001-06-09 |
nickols_k |
Minor improvements
|
2001-06-09 |
atmosfear |
Better audio format handling.
|
2001-06-09 |
atmosfear |
Fixed --enable-debug=*
|
2001-06-09 |
arpi_esp |
updated
|
2001-06-09 |
arpi_esp |
added missing 'using namespace std;' for gcc 3.0
|
2001-06-09 |
szabii |
rude fix of ": No such file or directory"
|
2001-06-08 |
arpi_esp |
patch by Jürgen Keil
|
2001-06-08 |
arpi_esp |
streaming is optional: --enable-streaming
|
2001-06-08 |
arpi_esp |
remoevd unneeded soundcard.h includes
|
2001-06-08 |
arpi_esp |
fixed AFMT_ stuff (inclue afmt.h)
|
2001-06-08 |
arpi_esp |
fixed --disable-as-checking, added --enable-streaming
|
2001-06-08 |
gabucino |
*** empty log message ***
|
2001-06-08 |
bertrand |
Added missing declaration of variables 'err'.
|
2001-06-08 |
nickols_k |
Last minute improvements before release. Added banchmark
|
2001-06-08 |
nickols_k |
Last minute improvements before release
|
2001-06-07 |
arpi_esp |
make dep - missing version.h fixed
|
2001-06-07 |
gabucino |
*** empty log message ***
|
2001-06-07 |
al3x |
first release, meg nem akar menni :(
|
2001-06-07 |
arpi_esp |
libao2 uninit fixed
|
2001-06-07 |
al3x |
uj aocontrol valtozok
|
2001-06-07 |
al3x |
par kozmetikai valtoztatas, meg van ami nem :) cvs diff..
|
2001-06-07 |
al3x |
audio_pause/resume implementacio es kozmetikai valtoztatasok
|
2001-06-07 |
nickols_k |
Minor improvements
|
2001-06-06 |
gabucino |
*** empty log message ***
|
2001-06-06 |
arpi_esp |
URL for libcss patch added
|
2001-06-06 |
arpi_esp |
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
|
2001-06-06 |
arpi_esp |
SUN-Solaris audio out
|
2001-06-06 |
nickols_k |
Minor optimization
|
2001-06-06 |
arpi_esp |
avi streaming fixed
|
2001-06-05 |
arpi_esp |
applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>
|
2001-06-05 |
gabucino |
*** empty log message ***
|
2001-06-05 |
gabucino |
*** empty log message ***
|
2001-06-05 |
gabucino |
*** empty log message ***
|
2001-06-05 |
pontscho |
the last fix for day from me.;)
|
2001-06-05 |
pontscho |
fix -lasound -lesd.
|
2001-06-05 |
pontscho |
add esd support and disabled default.
|
2001-06-05 |
pontscho |
fix notfound bug. asszem.
|
2001-06-05 |
pontscho |
add and disable esd detection support ;)
|
2001-06-05 |
pontscho |
add and disable esd detection support ;)
|
2001-06-05 |
bertrand |
Commented the default output to file.
|
2001-06-05 |
bertrand |
Checked the length arg when appending data.
|
2001-06-05 |
bertrand |
Did some cleanup around STREAMING defined.
|
2001-06-05 |
nickols_k |
Kernel version checking improvements
|
2001-06-05 |
nickols_k |
Kernel version checking
|
2001-06-05 |
nickols_k |
some more information during as checking
|
2001-06-05 |
lgb |
doc about the minor change on DVD scene
|
2001-06-05 |
lgb |
Arghhhh, again ...
|
2001-06-05 |
arpi_esp |
Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>
|
2001-06-05 |
lgb |
PLEASE WRITE TEMP FILES INTO /tmp
|
2001-06-05 |
lgb |
-dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
|
2001-06-05 |
arpi_esp |
updated
|
2001-06-05 |
arpi_esp |
-alsa/-noalsa disabled
|
2001-06-05 |
arpi_esp |
some cleanup, old unused stuff removed
|
2001-06-05 |
arpi_esp |
fixed punkso's mess... local variables moved back to main()
|
2001-06-04 |
arpi_esp |
libao->libao2 because of conflict with OMS's libao
|
2001-06-04 |
arpi_esp |
various changes, second filds test disabled, alsa tests fixed
|
2001-06-04 |
lgb |
Fixing ./configure, please LEARN writing shell scripts before committing ...
|
2001-06-04 |
arpi_esp |
dependency stuff fixed
|
2001-06-04 |
arpi_esp |
finished .asf seeking
|
2001-06-04 |
pontscho |
add HAVE_ALSA5 var. Sorry :(
|
2001-06-04 |
pontscho |
fixed HAVE_ALSA5 var. bug. sorry :(
|
2001-06-04 |
pontscho |
add a_frame variable.
|
2001-06-04 |
pontscho |
terminal reset bug with gui fixed
|
2001-06-04 |
pontscho |
prefix add to config.h
|
2001-06-04 |
bertrand |
Initialisation of ptr string to NULL to avoid gcc warning.
|
2001-06-04 |
bertrand |
Streaming function return the file_format and should be tested.
|
2001-06-04 |
bertrand |
Continue implementation of ASF streaming.
|
2001-06-04 |
bertrand |
Modified functions prototype.
|
2001-06-04 |
bertrand |
Continue implementation of the network streaming part.
|
2001-06-04 |
bertrand |
Added ifndef to prevent multiple header file inclusion.
|
2001-06-04 |
bertrand |
Modified code for path/filename extraction.
|
2001-06-04 |
pontscho |
initial alsa support by al3x
|
2001-06-04 |
pontscho |
add alsa support by al3x
|
2001-06-04 |
atmosfear |
huje gabu :)
|
2001-06-04 |
atmosfear |
Increased sample size to solve sound problems one some systems.
|
2001-06-04 |
atmosfear |
Changed to detect sdl in non-standard location, as suggested by Martin Aumueller <lists@reserv.at>.
|
2001-06-04 |
gabucino |
1 typo corrected (any more, atmos?)
|
2001-06-04 |
atmosfear |
Fixed gcc version detect.
|
2001-06-04 |
se7encode |
flip_page gl_fillbox fix.
|
2001-06-04 |
nickols_k |
Enable to avoid checking version of gcc. New tests of as
|
2001-06-04 |
nickols_k |
Hard checking versions of gcc and as
|
2001-06-04 |
gabucino |
commitus interruptus
|
2001-06-04 |
atmosfear |
Microchange =)
|
2001-06-04 |
atmosfear |
Fix missing cast.
|
2001-06-04 |
atmosfear |
Several small changes (like driver selection).
|
2001-06-04 |
atmosfear |
Added -sdla switch for sdl audio driver selection.
|
2001-06-04 |
arpi_esp |
libao2 added for dep/distclean
|
2001-06-03 |
arpi_esp |
-framedrop fixed for VfW (I hope :))
|
2001-06-03 |
arpi_esp |
keyframe flag added
|
2001-06-03 |
arpi_esp |
upller limit increased, sblive works up to 192khz
|
2001-06-03 |
szabii |
small fix
|
2001-06-03 |
se7encode |
Scaling bug fixed.
|
2001-06-03 |
arpi_esp |
-abs support - fixed
|
2001-06-03 |
arpi_esp |
-abs support
|
2001-06-03 |
atmosfear |
Changed to only uninit SDL Video Subsystem.
|
2001-06-03 |
atmosfear |
Yea, it worksss!
|
2001-06-03 |
arpi_esp |
Gabucino oruljel :)
|
2001-06-03 |
arpi_esp |
updated, some things moved to different priority
|
2001-06-03 |
arpi_esp |
new option: -srate
|
2001-06-03 |
arpi_esp |
ring buffering example
|
2001-06-03 |
arpi_esp |
-framedrop worx fro mpeg files
|
2001-06-03 |
atmosfear |
Added support for sdl audio out (buggy pre-alpha).
|
2001-06-03 |
atmosfear |
Updates for sdl audio out.
|
2001-06-03 |
gabucino |
*** empty log message ***
|
2001-06-03 |
gabucino |
-ao szviccs
|
2001-06-03 |
gabucino |
*** empty log message ***
|
2001-06-03 |
lgb |
Removing annoying 'Reading config file ...' message when you run without verbose mode (-v)
|
2001-06-03 |
arpi_esp |
audio_out cvs conflict fixed
|
2001-06-03 |
arpi_esp |
cdrom.h is not required here
|
2001-06-03 |
arpi_esp |
FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.net
|
2001-06-03 |
arpi_esp |
updated
|
2001-06-03 |
lgb |
'-ao' switch (including '-ao help'), fixing Arpi's bug (short name 'null' for both of oss and null driver ;)
|
2001-06-02 |
arpi_esp |
libao support
|
2001-06-02 |
arpi_esp |
audio out drivers
|
2001-06-02 |
lgb |
Install bug fixed (cannot overwrite directory ...)
|
2001-06-02 |
atmosfear |
added note for aalib console keyrepeat bug in sdllib.
|
2001-06-02 |
atmosfear |
Some fixups for SDL/aalib.
|
2001-06-02 |
szabii |
some little cleanup
|
2001-06-02 |
gabucino |
*** empty log message ***
|
2001-06-02 |
gabucino |
z/x , FAST_OSD in config.h
|
2001-06-02 |
arpi_esp |
FAST_OSD option to disable font outline antialiasing
|
2001-06-02 |
arpi_esp |
install won't change ownership
|
2001-06-02 |
arpi_esp |
version.h for make dep fixed
|
2001-06-02 |
nickols_k |
New things
|
2001-06-02 |
gabucino |
ssa
|
2001-06-02 |
laaz |
comprehensiver ;)
|
2001-06-02 |
laaz |
filename changes
|
2001-06-02 |
arpi_esp |
-fps 1 fixed
|
2001-06-01 |
laaz |
Subtitle sync with 'z' and 'x'
|
2001-06-01 |
atmosfear |
Added arts note.
|
2001-06-01 |
laaz |
when using -ss:
|
2001-06-01 |
gabucino |
DRI/mga/radeon
|
2001-06-01 |
laaz |
debug stuff removed
|
2001-06-01 |
laaz |
Gabucino (CGA user)'s request (finds default.subs well)
|
2001-06-01 |
arpi_esp |
-nobps seeking fixed
|
2001-06-01 |
laaz |
more stabile
|
2001-06-01 |
arpi_esp |
updated
|
2001-06-01 |
arpi_esp |
small fixes
|
2001-06-01 |
arpi_esp |
accept 1BD packets for PS stream sync
|
2001-06-01 |
gabucino |
important changes
|
2001-06-01 |
arpi_esp |
mScreen removed -> segfault solved
|
2001-06-01 |
nickols_k |
Better insns scheduling and moving out local variables
|
2001-06-01 |
arpi_esp |
mpeg fourcc problem added
|
2001-06-01 |
laaz |
bugfix: font_name -> sub_name (when error)
|
2001-06-01 |
laaz |
Added OSD+Subtitle documentation
|
2001-05-31 |
lgb |
Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
|
2001-05-31 |
laaz |
Added support for .ssa subtitles
|
2001-05-31 |
nickols_k |
libac3 now is full 3dnow! optimized
|
2001-05-31 |
arpi_esp |
Extended message for misisng codecs
|
2001-05-31 |
arpi_esp |
added one line of text <- gabucino-style comment :)
|
2001-05-31 |
arpi_esp |
cache prg for slow stdin playback
|
2001-05-31 |
arpi_esp |
non-blocked disk reading test
|
2001-05-31 |
eyck |
fixed bugs noticed by Jeremy Rosen <jeremy.rosen@enst-bretagne.fr>
|
2001-05-31 |
gabucino |
*** empty log message ***
|
2001-05-31 |
laaz |
corrected strcmp() bug, now it works again with every subs (it was broken)
|
2001-05-30 |
lgb |
Support for --prefix option
|
2001-05-30 |
gabucino |
*** empty log message ***
|
2001-05-29 |
arpi_esp |
antimagyar fix :)
|
2001-05-29 |
arpi_esp |
small fixes
|
2001-05-29 |
gabucino |
*** empty log message ***
|
2001-05-29 |
gabucino |
pre-review
|
2001-05-29 |
bertrand |
Changed streaming functions call.
|
2001-05-29 |
bertrand |
Continue implementation.
|
2001-05-29 |
bertrand |
Added some functions prototypes.
|
2001-05-29 |
bertrand |
Added autodetection of potential stream type.
|
2001-05-29 |
bertrand |
Bugs fix, improvements...
|
2001-05-29 |
bertrand |
Added fourcc MP4S (ISO MPEG-4 Video V1) to OpenDivx codec.
|
2001-05-28 |
gabucino |
*** empty log message ***
|
2001-05-28 |
gabucino |
*** empty log message ***
|
2001-05-28 |
arpi_esp |
argh. i commented out wrong lines
|
2001-05-28 |
eyck |
leftovers.
|
2001-05-28 |
eyck |
there is another format that get detected as vplayers.
|
2001-05-27 |
arpi_esp |
no codecs - segfault fixed
|
2001-05-27 |
arpi_esp |
mpeg fourcc changed
|
2001-05-27 |
arpi_esp |
-bps
|
2001-05-27 |
arpi_esp |
implemented ~/.mplayer/sub/filename.sub stuff
|
2001-05-27 |
gabucino |
*** empty log message ***
|
2001-05-27 |
nickols_k |
Improvements
|
2001-05-27 |
arpi_esp |
AVI -bps desync problem solved
|
2001-05-26 |
gabucino |
*** empty log message ***
|
2001-05-26 |
arpi_esp |
prints kernel, gcc and binutils version
|
2001-05-26 |
nickols_k |
Improvements
|
2001-05-26 |
nickols_k |
Improvements
|
2001-05-26 |
gabucino |
regionset tool
|
2001-05-25 |
arpi_esp |
using alaw.h instead of alaw.c
|
2001-05-25 |
arpi_esp |
alaw/ulaw tables, generated with TOOLS/alaw-gen.c
|
2001-05-25 |
arpi_esp |
removed because of licensing problems :(
|
2001-05-25 |
arpi_esp |
missing semicolon fixed
|
2001-05-25 |
arpi_esp |
alaw and ulaw table generator
|
2001-05-25 |
gabucino |
ehh.
|
2001-05-25 |
gabucino |
*** empty log message ***
|
2001-05-25 |
gabucino |
*** empty log message ***
|
2001-05-25 |
arpi_esp |
removed emms() and reordered stuff
|
2001-05-25 |
arpi_esp |
emms() SIGILL on non-MMX systems fixed
|
2001-05-25 |
bertrand |
Removed the asf_streaming.c file for compilation.
|
2001-05-25 |
atmosfear |
Replaced wrond direction floating -> integer conversion.
|
2001-05-25 |
bertrand |
Continue implementation of ASF streaming.
|
2001-05-25 |
bertrand |
Some simple code to handle HTTP requests/responses.
|
2001-05-25 |
bertrand |
Url given without a filename/path get the filename/path '/'
|
2001-05-25 |
gabucino |
*** empty log message ***
|
2001-05-25 |
gabucino |
authors' notice changed/added
|
2001-05-24 |
arpi_esp |
using gcc -MM instead of makedepend, make OBJS from SRCS where possible
|
2001-05-24 |
arpi_esp |
removed redundant osd.h includes
|
2001-05-24 |
atmosfear |
This version is slightly better then previous, hard to decide.
|
2001-05-24 |
atmosfear |
Better working version, no silence, but distorted.
|
2001-05-24 |
atmosfear |
Small changes for aalib.
|
2001-05-24 |
arpi_esp |
some updates
|
2001-05-24 |
gabucino |
sok csunya ize
|
2001-05-24 |
nickols_k |
Better insns scheduling
|
2001-05-24 |
eyck |
Wrong header lenght count for vplayer format fixed.
|
2001-05-24 |
eyck |
There are no conffiles in mplayer no more.
|
2001-05-24 |
arpi_esp |
ehh...
|
2001-05-24 |
arpi_esp |
opendivx NEW_DECORE fixed
|
2001-05-23 |
arpi_esp |
gcc warnings fixed - patch by Aelius aelius@wish.net
|
2001-05-23 |
eyck |
/etc/mplayer.conf created on install-time based on user responses.
|
2001-05-23 |
gabucino |
Dariusz added
|
2001-05-22 |
arpi_esp |
support for new opendivx decore API
|
2001-05-22 |
eyck |
Preliminary support for RT-type subs.
|
2001-05-22 |
nickols_k |
x86 assembler optimization
|
2001-05-21 |
bertrand |
Changed some #ifdef to include modify ASF structs definition
|
2001-05-21 |
eyck |
get docs into /usr/share/doc/mplayer, debian menu for future use and
|
2001-05-21 |
eyck |
sample /etc/mplayer.conf file.
|
2001-05-21 |
eyck |
spellcheck, start of integration with debian menu system, /etc/mplayer.conf
|
2001-05-20 |
arpi_esp |
didn't handle flags parameter correctly
|
2001-05-20 |
bertrand |
Fixed crashing while reading the content description for some ASF file.
|
2001-05-20 |
bertrand |
Now Check if the 'filename' is an URL and connect to the server.
|
2001-05-20 |
bertrand |
Included "netdb.h" file needed.
|
2001-05-20 |
bertrand |
Added initialisation of URL pointers.
|
2001-05-19 |
gabucino |
savage4 info updated
|
2001-05-19 |
arpi_esp |
asf info moved to -v. Lucky.asf is broken with it
|
2001-05-18 |
gabucino |
"-vo sdl -dga" corrected to "-vo sdl -sdl dga"
|
2001-05-18 |
gabucino |
libcss typos corrected (ehh, LGB:)
|
2001-05-18 |
gabucino |
*** empty log message ***
|
2001-05-18 |
gabucino |
10l of accented hungarian docs
|
2001-05-18 |
bertrand |
Starting implementation of ASF network streaming.
|
2001-05-17 |
acki2 |
- some more introductionary words; no real flesh yet however ;-( (got to go to bed)
|
2001-05-17 |
gabucino |
...ugyse latja senki...
|
2001-05-17 |
gabucino |
new voodoo3 xv info
|
2001-05-17 |
arpi_esp |
768x576 crash fixed
|
2001-05-17 |
arpi_esp |
added pts_bytes=0 to ds_free_packs
|
2001-05-17 |
acki2 |
- let's start creating some DGA FAQ (sort of ...)
|
2001-05-17 |
atmosfear |
Added missing mathlib for linking.
|
2001-05-17 |
nickols_k |
libac3 3dnow optimizations! It speed up my Duron from 4.5 up to 3.5 prcnts of cpu loading
|
2001-05-17 |
eyck |
filaname tells it all
|
2001-05-17 |
atmosfear |
Added ability to use direct surface blitting for BGR modes.
|
2001-05-17 |
gabucino |
-dvdkey
|
2001-05-17 |
eyck |
Tiny changes in debian part.
|
2001-05-17 |
eyck |
Packages are built via debian/rules binary, no need for other tools.
|
2001-05-17 |
eyck |
Fixed cpu model detection with non-bash bourne shell
|
2001-05-17 |
eyck |
Support for vplayer subtitles
|
2001-05-17 |
arpi_esp |
updated
|
2001-05-16 |
arpi_esp |
ASF description printing patch by Bertrand BAUDET, fixed segfault of hory_bug/a.asf
|
2001-05-16 |
arpi_esp |
i_bps vs. nAvgBytesPerSec
|
2001-05-16 |
arpi_esp |
dump to file
|
2001-05-16 |
gabucino |
beszart a realtek :))
|
2001-05-16 |
atmosfear |
Ehh, why was that still in?
|
2001-05-16 |
atmosfear |
Small changes.
|
2001-05-15 |
gabucino |
just some GUS ACE, vortex updating
|
2001-05-15 |
gabucino |
"precompiled packages are unsupp." etc
|
2001-05-15 |
gabucino |
RTFM note added ;)
|
2001-05-15 |
gabucino |
*** empty log message ***
|
2001-05-15 |
gabucino |
*** empty log message ***
|
2001-05-14 |
arpi_esp |
j->k for correct unicode...
|
2001-05-14 |
szabii |
flip support if (screen depth == frame depth)
|
2001-05-14 |
arpi_esp |
sub splitting patch applied by Vlada V.Dubsky@sh.cvut.cz
|
2001-05-14 |
gabucino |
ehh
|
2001-05-14 |
gabucino |
frameskip options
|
2001-05-14 |
pontscho |
USE_FASTMEMCPY bug fixed.
|
2001-05-14 |
arpi_esp |
ehh space removed :o
|
2001-05-14 |
arpi_esp |
frame dropping...
|
2001-05-14 |
arpi_esp |
bugs updated
|
2001-05-14 |
arpi_esp |
indeo5ds working
|
2001-05-14 |
arpi_esp |
opendivx 0.50cvs stuff added (disabled by default)
|
2001-05-13 |
gabucino |
porting questions added
|
2001-05-13 |
gabucino |
-dumpvideo & -dumpsub options added
|
2001-05-13 |
arpi_esp |
dump stuff moved before header parsing
|
2001-05-13 |
gabucino |
-dumpaudio option added
|
2001-05-13 |
gabucino |
*** empty log message ***
|
2001-05-13 |
arpi_esp |
test2 added for playback test, testreanmed to test1 to make Atmosfear happy...
|
2001-05-13 |
arpi_esp |
test.c added for benchmarking
|
2001-05-13 |
arpi_esp |
mp3lib sse support - disabled by default
|
2001-05-13 |
arpi_esp |
yet another fatal bugfix :)
|
2001-05-13 |
arpi_esp |
-ni vs -bps fixed
|
2001-05-13 |
atmosfear |
Added full aspect awareness, rewrote fullscreen handling.
|
2001-05-13 |
gabucino |
Arpi's stupid bug fixed :))
|
2001-05-13 |
arpi_esp |
audio buffering fixed
|
2001-05-13 |
nickols_k |
improvements.
|
2001-05-13 |
arpi_esp |
audio sync cleanup and -bps fixed
|
2001-05-12 |
nickols_k |
slight improvements. k7 vs 3dnow already win 12 prcnts
|
2001-05-12 |
arpi_esp |
removed dummy audio track for -nosound, vo: flip detection
|
2001-05-12 |
arpi_esp |
-flip/-noflip changed
|
2001-05-12 |
arpi_esp |
flip/noflip flags fixed
|
2001-05-12 |
arpi_esp |
flip implemented for converted modes, soem cleanup, fixed indent
|
2001-05-11 |
arpi_esp |
very outdated, and does teh same as -dump[audio|video] in mplayer
|
2001-05-11 |
arpi_esp |
DIV2 added
|
2001-05-11 |
atmosfear |
Added flipped video support and activate/deactivate screensaver under X.
|
2001-05-11 |
gabucino |
added Gabucino rulez texts
|
2001-05-11 |
atmosfear |
Got rid of aalib crashing workaround with SDL1.2.1+
|
2001-05-11 |
atmosfear |
Don't haste.
|
2001-05-11 |
atmosfear |
Ooops =)
|
2001-05-11 |
atmosfear |
Added support for flipped BGR/RGB via -flip cmdline switch.
|
2001-05-11 |
atmosfear |
Added -flip passing to init.
|
2001-05-11 |
atmosfear |
Added -flip/-noflip.
|
2001-05-11 |
gabucino |
Hungarian: v0.9
|
2001-05-11 |
nickols_k |
improvements
|
2001-05-11 |
gabucino |
v0.8 prerelease
|
2001-05-11 |
gabucino |
typo
|
2001-05-11 |
arpi_esp |
mpeg4v2-DShow added
|
2001-05-11 |
arpi_esp |
HuffYUV YUY2->RGB fixed
|
2001-05-11 |
arpi_esp |
better audio out buffering & sample_format added
|
2001-05-11 |
arpi_esp |
audio review: pcm hardware formats, uLaw support
|
2001-05-11 |
arpi_esp |
uLaw support
|
2001-05-10 |
arpi_esp |
MAX_OUTBURST changed to 64k for ALSA 0.5 users
|
2001-05-10 |
arpi_esp |
debug printfs moved to -v
|
2001-05-10 |
gabucino |
oh, this much? :p
|
2001-05-10 |
arpi_esp |
some more printfs
|
2001-05-10 |
pontscho |
*** empty log message ***
|
2001-05-10 |
szabii |
configfiles bugfix
|
2001-05-10 |
gabucino |
big review ! (translators curse me:)
|
2001-05-10 |
pontscho |
stime compile bug fixed. and GUI_MSG macro defined.
|
2001-05-10 |
gabucino |
*** empty log message ***
|
2001-05-10 |
arpi_esp |
new audio playback and A-V sync code
|
2001-05-09 |
gabucino |
<sigh> links replaced again </sigh>
|
2001-05-09 |
gabucino |
CODECS -> codecs.conf
|
2001-05-09 |
gabucino |
*** empty log message ***
|
2001-05-09 |
arpi_esp |
HuffYUV fixed, DIV2 added
|
2001-05-09 |
arpi_esp |
DPMS re-enable patch by Loring Holden
|
2001-05-09 |
gabucino |
iv31 ... (guess what)
|
2001-05-09 |
pontscho |
ize ... sorry ;)
|
2001-05-09 |
pontscho |
cpuid bug fixed. remelem.
|
2001-05-09 |
pontscho |
'--help' bug fixed
|
2001-05-09 |
nickols_k |
K7 3dnow-dsp support
|
2001-05-09 |
nickols_k |
K7 3dnow-dsp printing
|
2001-05-09 |
nickols_k |
K7 3dnow-dsp detection
|
2001-05-09 |
gabucino |
*** empty log message ***
|
2001-05-08 |
arpi_esp |
applied 'fakemono' patch by Bryan Chan scorpio@acm.org
|
2001-05-08 |
arpi_esp |
fixed .so's shit
|
2001-05-08 |
arpi_esp |
fragment info added (disabled)
|
2001-05-08 |
arpi_esp |
mp3lib is primary again, libmpeg2 fourcc fixed
|
2001-05-08 |
arpi_esp |
fixed extern
|
2001-05-08 |
atmosfear |
Deals with unicode/nounicode.
|
2001-05-08 |
atmosfear |
Deal with unicode subs (-unicode -nounicode).
|
2001-05-08 |
atmosfear |
Added -unicode switch to deal with unicode subs.
|
2001-05-08 |
pontscho |
init.
|
2001-05-08 |
pontscho |
add gui support
|
2001-05-08 |
arpi_esp |
audio_reset nosound fix
|
2001-05-08 |
arpi_esp |
audio_reset, dshow NULLptr fix
|
2001-05-07 |
acki2 |
- now chooses mode with highest ymax (enables doublebuffering in some cases
|
2001-05-07 |
gabucino |
added 'OhFuckOSSLickMyAss'
|
2001-05-07 |
atmosfear |
Applies kabis changes to avifile 0.6 cvs
|
2001-05-07 |
nickols_k |
profile support & CFLAGS improvements
|
2001-05-07 |
arpi_esp |
segfault fixed - maybe
|
2001-05-07 |
arpi_esp |
frame dropping hack
|
2001-05-06 |
arpi_esp |
removed debug printf
|
2001-05-06 |
arpi_esp |
avifile-0.6-CVS merge
|
2001-05-06 |
se7encode |
-bpp bug fixed.
|
2001-05-06 |
atmosfear |
Added --enable-debug[=1-3] to compile debugging info into mplayer (specifies -gn switch).
|
2001-05-06 |
atmosfear |
Slightly changed css detect.
|
2001-05-06 |
nickols_k |
XFree86 version detection
|
2001-05-06 |
nickols_k |
Added missed binutils version requirement and coredump
|
2001-05-06 |
gabucino |
list of supported fonts for subtitles
|
2001-05-06 |
arpi_esp |
better .smi support and display two-byte characters- patch by Sunjin Yang
|
2001-05-05 |
atmosfear |
Added workaround for buggy SDL versions (before 1.2.1).
|
2001-05-05 |
atmosfear |
Added workaround for buggy SDL.
|
2001-05-05 |
atmosfear |
Fixed keyboard input handling and slowed down keyrepeat interval.
|
2001-05-05 |
arpi_esp |
removed broken image links...
|
2001-05-05 |
arpi_esp |
Fixed bug of mplayer freezing - better
|
2001-05-05 |
arpi_esp |
CFLAGS thing bugfixed
|
2001-05-05 |
gabucino |
question & answer for 44/48Khz dilemma
|
2001-05-05 |
nickols_k |
Moving fast_memcpy to separate file (Size optimization)
|
2001-05-05 |
nickols_k |
Checking for CFLAGS
|
2001-05-05 |
nickols_k |
Added lost --disable-mmx2
|
2001-05-05 |
nickols_k |
Fixed bug of mplayer freezing
|
2001-05-05 |
gabucino |
wget example added
|
2001-05-04 |
gabucino |
stdin stuff commited
|
2001-05-03 |
arpi_esp |
allow playing from stdin
|
2001-05-03 |
acki2 |
- finally: 15to16 conversion included!!!
|
2001-05-02 |
acki2 |
- now we use fastmemcpy() for copying. Saves about 25% of copying time on K6-2+
|
2001-05-02 |
gabucino |
*** empty log message ***
|
2001-05-02 |
nickols_k |
movntq causes SIGILL on k6-3. Lets it be for K7, P3 cpus only
|
2001-05-02 |
nickols_k |
slight proofreading
|
2001-05-02 |
arpi_esp |
new audio block/select test
|
2001-05-02 |
arpi_esp |
SSE+2.2.x+SIGILL bug fixed - SSE code disabled...
|
2001-05-02 |
arpi_esp |
l3codeca.acm solved - security patch problem
|
2001-05-02 |
lgb |
At least one bug causes mplayer does not compile when wine headers are installed on your system is fixed :)
|
2001-05-02 |
arpi_esp |
l3codeca.acm solved - security patch problem
|
2001-05-01 |
gabucino |
*** empty log message ***
|
2001-05-01 |
acki2 |
- now features 24->32 conversion (this is actually faster than letting the
|
2001-05-01 |
gabucino |
ldd stuff added
|
2001-05-01 |
laaz |
Fixed segfault (microdvd format, many lines)
|
2001-05-01 |
acki2 |
- now mpeg is fast again (no more offscreen buffer rubbish) But is it really ok?
|
2001-05-01 |
arpi_esp |
multi buffering added (modify NUM_BUFFERS in the source)
|
2001-04-30 |
gabucino |
kommitke
|
2001-04-30 |
arpi_esp |
FAQ filename fixed
|
2001-04-30 |
arpi_esp |
(C) fixed
|
2001-04-30 |
arpi_esp |
version changed 0.11->0.17
|
2001-04-30 |
arpi_esp |
added audio playback rate setting
|
2001-04-30 |
arpi_esp |
review, fixes
|
2001-04-30 |
arpi_esp |
How to send a quality bugreport
|
2001-04-30 |
arpi_esp |
List of known bugs and workarounds
|
2001-04-29 |
arpi_esp |
added new poeple, removed old code
|
2001-04-29 |
arpi_esp |
added g400-TVout note
|
2001-04-29 |
arpi_esp |
added MTRR and SUID notes
|
2001-04-29 |
arpi_esp |
Matrox TV-out HOWTO
|
2001-04-29 |
szabii |
nothing important
|
2001-04-29 |
arpi_esp |
G200 ramsize detection disabled, using 8M by default
|
2001-04-29 |
atmosfear |
Added simple libcss autodetect.
|
2001-04-29 |
atmosfear |
Changed vo png to use -lz which is needed on some systems.
|
2001-04-28 |
szabii |
bpp selection fixed
|
2001-04-28 |
szabii |
some cleanups
|
2001-04-27 |
gabucino |
new dir on thot.. (yawn)
|
2001-04-27 |
gabucino |
CommentCounter
|
2001-04-27 |
pontscho |
add o key
|
2001-04-26 |
arpi_esp |
v0.17a updates
|
2001-04-26 |
atmosfear |
Last second changes.
|
2001-04-26 |
arpi_esp |
removing, obsoloted
|
2001-04-26 |
arpi_esp |
-ss patch by Loring Holden
|
2001-04-26 |
arpi_esp |
compiling codec-cfg by default disabled
|
2001-04-26 |
atmosfear |
Initial release, notes about sdl out.
|
2001-04-26 |
atmosfear |
-x -y quickfix for release, code will be changed completely later.
|
2001-04-26 |
arpi_esp |
demux buffer increased 4m->8m
|
2001-04-26 |
gabucino |
ummm, what was it..
|
2001-04-26 |
arpi_esp |
asf seek debug printf removed
|
2001-04-26 |
atmosfear |
Changed code, should be faster on Athlon/K6 but slower on PIII with SSE, more portable.
|
2001-04-26 |
arpi_esp |
forcing user to re-run ./configure if it's changed
|
2001-04-26 |
arpi_esp |
added --disable-fastmemcpy
|
2001-04-26 |
lgb |
The -osdlevel switch for setting default OSD level (useful in your .config for example if you don't like watching OSD timer by default)
|
2001-04-26 |
arpi_esp |
clicks/noise at start fixed
|
2001-04-25 |
arpi_esp |
URLs fixed
|
2001-04-25 |
arpi_esp |
'asf seeking before start' bug fixed
|
2001-04-25 |
atmosfear |
Added support for osd menue and kexrepeats for mixer keys.
|
2001-04-25 |
atmosfear |
New switches for sdl added.
|
2001-04-25 |
atmosfear |
15,16,24,32Bit rgb/bgr support added, aalib fixed, performance optimizations, code cleanup and so much more...
|
2001-04-25 |
gabucino |
LIRC question added
|
2001-04-25 |
szabii |
some cleanup
|
2001-04-25 |
arpi_esp |
use ./configure --disable-dshow
|
2001-04-25 |
arpi_esp |
ACM fixes - now plays april_25.asf too
|
2001-04-24 |
gabucino |
*** empty log message ***
|
2001-04-24 |
gabucino |
last minute changes
|
2001-04-24 |
arpi_esp |
fixed start!=NULL in find_codec()
|
2001-04-24 |
arpi_esp |
DShow support selection is now by ./configure --disable-dshow
|
2001-04-24 |
arpi_esp |
-nodshow/-dshow added, -afm is working again
|
2001-04-24 |
laaz |
#if 0 'd main()
|
2001-04-24 |
laaz |
added support for SAMI subtitle support (.smi)
|
2001-04-24 |
laaz |
codecs-in.html, modified by Chass
|
2001-04-24 |
arpi_esp |
to be sure in that header is okey
|
2001-04-24 |
arpi_esp |
useless files.
|
2001-04-24 |
se7encode |
Some names, types changed.
|
2001-04-24 |
se7encode |
-Wall warnings fixed.
|
2001-04-24 |
szabii |
some cleanup
|
2001-04-24 |
se7encode |
*** empty log message ***
|
2001-04-24 |
pontscho |
clean up
|
2001-04-24 |
pontscho |
init.
|
2001-04-24 |
szabii |
fprintf(stderr converted to printf(
|
2001-04-24 |
szabii |
duplitated check fixed
|
2001-04-24 |
szabii |
some warnings killed
|
2001-04-24 |
pontscho |
-xy-x-y bug fixed.
|
2001-04-24 |
arpi_esp |
comments changed, and dll added for native codecs too (for html)
|
2001-04-24 |
arpi_esp |
html template for codecs.html
|
2001-04-24 |
arpi_esp |
changed codec-cfg.c options
|
2001-04-24 |
arpi_esp |
added html generation
|
2001-04-24 |
szabii |
warnings killed
|
2001-04-23 |
szabii |
warnings killed
|
2001-04-23 |
szabii |
warnings killed
|
2001-04-23 |
szabii |
warnings killed
|
2001-04-23 |
szabii |
warnings killed
|
2001-04-23 |
szabii |
warnings killed
|
2001-04-23 |
szabii |
some warnings have gone
|
2001-04-23 |
arpi_esp |
broken frame warning moved to verbose level 1
|
2001-04-23 |
arpi_esp |
OSD seekbar fixed for mpeg/VCD
|
2001-04-23 |
szabii |
no more warnings...
|
2001-04-23 |
arpi_esp |
.so's DOS endlines fixed :)
|
2001-04-23 |
arpi_esp |
OSD fixes
|
2001-04-23 |
lgb |
Encrypted DVD playback works again ;-)
|
2001-04-23 |
arpi_esp |
added OSD toggle (patch by kmarty)
|
2001-04-23 |
arpi_esp |
mplayer -> mplayer_lirc (thanx to kmarty@IRC)
|
2001-04-23 |
arpi_esp |
error message if ./configure wasn't ran
|
2001-04-23 |
arpi_esp |
detection of -lXxf86vm moved
|
2001-04-23 |
arpi_esp |
sorry...
|
2001-04-23 |
gabucino |
*** empty log message ***
|
2001-04-23 |
arpi_esp |
stage#1 completed: c files no more included from mplayer.c
|
2001-04-23 |
arpi_esp |
OUTBURST moved from mplayer.c to config.h
|
2001-04-23 |
arpi_esp |
added: extern int vo_dbpp
|
2001-04-23 |
arpi_esp |
find_sub() moved out from mplayer.c
|
2001-04-23 |
arpi_esp |
silly bug fixed - badly allocated stream buffer
|
2001-04-23 |
arpi_esp |
version.h added
|
2001-04-22 |
atmosfear |
New optimized SSE code, overall optimizations.
|
2001-04-22 |
arpi_esp |
little fix, just to be precise
|
2001-04-22 |
atmosfear |
Added maintainer info and disclaimer.
|
2001-04-22 |
arpi_esp |
something moved to brand new stream.h
|
2001-04-22 |
atmosfear |
Fixed broken pause function.
|
2001-04-22 |
arpi_esp |
fastmemcpy benchmark by Felix Buenemann
|
2001-04-22 |
atmosfear |
Reincluded fastmemcpy.h and added some keybindings for mixer.
|
2001-04-22 |
gabucino |
no commit.. komment
|
2001-04-22 |
arpi_esp |
added compilation of fastmem test progs
|
2001-04-22 |
arpi_esp |
added mga_vid support (systemram->videoram tests)
|
2001-04-22 |
arpi_esp |
run fastmem tests
|
2001-04-22 |
arpi_esp |
-forceidx added
|
2001-04-22 |
arpi_esp |
small fix of DivFix
|
2001-04-22 |
arpi_esp |
restore keyframes of DivX files (hack)
|
2001-04-21 |
arpi_esp |
16-byte align fix for SSE
|
2001-04-21 |
arpi_esp |
ehh fixed ;)
|
2001-04-21 |
arpi_esp |
changed behavior or -idx/-noidx
|
2001-04-21 |
arpi_esp |
seeking in raw/broken avi files (rebuilding index chunk)
|
2001-04-21 |
szabii |
nothing important
|
2001-04-21 |
atmosfear |
Initial release, used to benchmark fastmemcpy.h code from libvo.
|
2001-04-21 |
arpi_esp |
spudec_decode() moved from mplayer.c to spudec.c
|
2001-04-21 |
lgb |
Separated dvdsub code to be able to work with it easier
|
2001-04-21 |
lgb |
Detect unencrypted DVDs and not try to auth them
|
2001-04-21 |
atmosfear |
fixed sdl detection (showed outdated even if not detected)
|
2001-04-21 |
arpi_esp |
some dvd sub parsing and check added
|
2001-04-21 |
arpi_esp |
using /dev/mixer as default
|
2001-04-21 |
arpi_esp |
OSD progress bar for volume
|
2001-04-20 |
arpi_esp |
dvd sub parser move dto mplayer.c
|
2001-04-20 |
gabucino |
removed "SDL detection..."
|
2001-04-20 |
arpi_esp |
dvd sub support reading
|
2001-04-20 |
gabucino |
kommit, kommit
|
2001-04-20 |
szabii |
nothing important?
|
2001-04-20 |
arpi_esp |
new options: -dumpaudio and -dumpvideo
|
2001-04-20 |
atmosfear |
added sdl versiondetect and removed sdl warning (it's autodetect now)
|
2001-04-20 |
arpi_esp |
small bugfix in the new optimized head sync code
|
2001-04-20 |
lgb |
command line requested DVD key support for Arpi :)
|
2001-04-20 |
arpi_esp |
priorities changed
|
2001-04-20 |
arpi_esp |
some updates, and libvo description completed
|
2001-04-20 |
atmosfear |
Changed some code so it only kicks in when XV is disable.
|
2001-04-20 |
atmosfear |
doesn't include fastmemcpy.h when SDL_NOXV is defined.
|
2001-04-20 |
lgb |
Embarrassing messages while playing DVD are moved to verbose level 1
|
2001-04-20 |
arpi_esp |
some updates, not finished yet
|
2001-04-20 |
arpi_esp |
dumb bug here too :)
|
2001-04-20 |
szabii |
dumb bug fixed
|
2001-04-20 |
arpi_esp |
EOF return value of stream_read_char() changed 0 => -0x100
|
2001-04-19 |
arpi_esp |
PES vs. VOB problem... yet another solution
|
2001-04-19 |
arpi_esp |
ugly bug at usleep() fixed
|
2001-04-19 |
arpi_esp |
do not query vo drivers for format 0xFFFFFFFF (thanx to szabi)
|
2001-04-19 |
arpi_esp |
driver info now depends on detected DGA version
|
2001-04-19 |
gabucino |
do you think the stars see how hard we're fighting for them?
|
2001-04-19 |
gabucino |
GUS PNP fix
|
2001-04-19 |
atmosfear |
changed copyroght message to correct stuff :)
|
2001-04-19 |
atmosfear |
fixed missing HAVE_PNG
|
2001-04-19 |
atmosfear |
added vo png support
|
2001-04-19 |
atmosfear |
png video out renderer initial release
|
2001-04-19 |
atmosfear |
added png out support (-z switch)
|
2001-04-19 |
arpi_esp |
png detection, Xv detect fixes
|
2001-04-19 |
lgb |
A fast'n'ugly hack to correct DVD VOB playback problems
|
2001-04-19 |
gabucino |
some fix..
|
2001-04-19 |
gabucino |
reviewed for release
|
2001-04-19 |
gabucino |
*** empty log message ***
|
2001-04-19 |
szabii |
removed unused variables
|
2001-04-19 |
szabii |
changed query_format return; lots of fixes/changes
|
2001-04-18 |
pontscho |
add X11DIR variable
|
2001-04-18 |
pontscho |
remove pcm label
|
2001-04-18 |
pontscho |
add 'mixer support
|
2001-04-18 |
pontscho |
add noautosub option
|
2001-04-18 |
pontscho |
remove 'c' ...
|
2001-04-18 |
pontscho |
replace "movsl..." to small_memcpy
|
2001-04-18 |
pontscho |
some code cleanup
|
2001-04-18 |
pontscho |
add mixer.c
|
2001-04-18 |
pontscho |
add sub autoread & remove 'c' key
|
2001-04-18 |
pontscho |
add sub autodetect
|
2001-04-18 |
lgb |
preliminary DVD support and my e-mail address changed
|
2001-04-18 |
lgb |
redirector for DVD related topics ;-)
|
2001-04-18 |
lgb |
DVD docs
|
2001-04-18 |
gabucino |
minor fixes/additions..
|
2001-04-18 |
se7encode |
Some debug information (using verbose) added.
|
2001-04-18 |
szabii |
fbdev reset fixed
|
2001-04-18 |
se7encode |
Maybe a little speedup.
|
2001-04-18 |
arpi_esp |
PES supported again, VOB 0x1F0 problems fixed
|
2001-04-18 |
arpi_esp |
MPEG-ES segfault fixed, stream list printfs moved v 1->0
|
2001-04-18 |
arpi_esp |
printfs changed...
|
2001-04-18 |
arpi_esp |
disable ddebug printfs
|
2001-04-17 |
arpi_esp |
added MulDiv -> should fix Acelp.net audio
|
2001-04-17 |
arpi_esp |
Acelp.net updated.. but still not works
|
2001-04-17 |
lgb |
Seeking to sector boundary (STREAM_BUFFER_SIZE) for MPEGs
|
2001-04-17 |
lgb |
Bad interpretation of a constant by me ...
|
2001-04-17 |
acki2 |
- now also supports OSD for YV12 (big speed penalty by having to build image
|
2001-04-17 |
lgb |
preliminary DVD support using libcss
|
2001-04-17 |
arpi_esp |
YV12 is working again
|
2001-04-17 |
acki2 |
- query_format() now uses new return value concept
|
2001-04-17 |
arpi_esp |
BGR modes with VfW codecs fixed - biCompression must be 0 for BGR...
|
2001-04-17 |
se7encode |
Thanx to Arpi, There is no more YUY2 bug.
|
2001-04-17 |
arpi_esp |
vo_debug printfs...
|
2001-04-17 |
se7encode |
A couple of bugfixes.
|
2001-04-17 |
se7encode |
Tons of code rewrites.
|
2001-04-17 |
gabucino |
*** empty log message ***
|
2001-04-17 |
atmosfear |
fix to newest revision after cvs rollback
|
2001-04-17 |
arpi_esp |
sub control optimized
|
2001-04-16 |
szabii |
cmap bug fixed (I think)
|
2001-04-16 |
szabii |
now it accepts monitor_hfreq...
|
2001-04-16 |
szabii |
dumb bug
|
2001-04-16 |
pontscho |
sorry, for the #endif
|
2001-04-16 |
pontscho |
add 3dnow support
|
2001-04-16 |
szabii |
small change
|
2001-04-16 |
atmosfear |
changed keyboard input handling to pass key through to mplayer if not special to sdl
|
2001-04-16 |
gabucino |
some options fixed
|
2001-04-16 |
gabucino |
added -mixer, -master
|
2001-04-16 |
gabucino |
commiting yesterday's changes that accidently lost ;(((
|
2001-04-16 |
arpi_esp |
new YUV formats added, some fixes & updates
|
2001-04-16 |
arpi_esp |
I420/IYUV support
|
2001-04-16 |
arpi_esp |
ehh typo...
|
2001-04-16 |
arpi_esp |
other YUV formats support
|
2001-04-16 |
arpi_esp |
fixed yuvhack
|
2001-04-16 |
arpi_esp |
UYVY support
|
2001-04-16 |
pontscho |
add mixer
|
2001-04-16 |
pontscho |
add mixer support
|
2001-04-16 |
pontscho |
add --disable-select
|
2001-04-16 |
pontscho |
add mixer support
|
2001-04-16 |
pontscho |
init release
|
2001-04-16 |
pontscho |
add mixer support
|
2001-04-16 |
pontscho |
add mixer support
|
2001-04-15 |
arpi_esp |
I really hope that you will learn how to use cvs, sooner or later...
|
2001-04-15 |
pontscho |
add mixer params
|
2001-04-15 |
pontscho |
add mixer keys
|
2001-04-15 |
pontscho |
add ASLA SUS PnP
|
2001-04-15 |
gabucino |
typo fixed
|
2001-04-15 |
pontscho |
add * and /
|
2001-04-15 |
pontscho |
add mixer support
|
2001-04-15 |
atmosfear |
fixes osd/subtitle for UYVY image format and steps back to 1.15 changes
|
2001-04-15 |
atmosfear |
fixed osd for UYVY image format
|
2001-04-15 |
arpi_esp |
faszomba mar...
|
2001-04-15 |
arpi_esp |
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
|
2001-04-15 |
se7encode |
All available videomodes support added.
|
2001-04-15 |
gabucino |
typo fixed
|
2001-04-15 |
gabucino |
last fix, hopefully ;(
|
2001-04-15 |
gabucino |
poncso suxx meg mindig :)
|
2001-04-15 |
gabucino |
now it'll work ;)
|
2001-04-15 |
gabucino |
fixed mplayer.c
|
2001-04-15 |
gabucino |
ups, I missed'em..
|
2001-04-15 |
gabucino |
Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;)
|
2001-04-15 |
gabucino |
<this is an empty cvs comment ;>
|
2001-04-15 |
gabucino |
uncompressed pcm 0x0 -> 0x1
|
2001-04-15 |
atmosfear |
some additional changes to support different image formats
|
2001-04-15 |
arpi_esp |
added Jens Hoffmann
|
2001-04-15 |
arpi_esp |
ASV2 changed - no more pixels ;)
|
2001-04-15 |
arpi_esp |
bih fix for mpegs
|
2001-04-15 |
arpi_esp |
malloc->calloc at wf/bih allocation
|
2001-04-15 |
arpi_esp |
sh_audio->wf and sh_video->bih changed to dynamic (thanx to Jens Hoffmann)
|
2001-04-15 |
arpi_esp |
dirty workaround for video-only files...
|
2001-04-15 |
gabucino |
added DGA vidmode changin' stuff (but I still don't understand it, and
|
2001-04-15 |
gabucino |
ups, forgot again ;) probably bugfixes ;)
|
2001-04-15 |
gabucino |
added FBdev monitor freq section
|
2001-04-15 |
arpi_esp |
auto-generated by version.sh
|
2001-04-15 |
arpi_esp |
new stream selection code
|
2001-04-14 |
arpi_esp |
print help before reading font+sub
|
2001-04-14 |
arpi_esp |
banner changed
|
2001-04-14 |
szabii |
small change
|
2001-04-14 |
arpi_esp |
small fixes
|
2001-04-14 |
arpi_esp |
timestamping - automatic rebuild after CVS updates or config changes
|
2001-04-14 |
arpi_esp |
write cvs date+version into version.h
|
2001-04-14 |
szabii |
new fbdev parameters
|
2001-04-14 |
szabii |
lots of changes
|
2001-04-14 |
arpi_esp |
small fixes, x11libdir and --disable-x11 works before the detection
|
2001-04-14 |
arpi_esp |
X11_FULLSCREEN fix
|
2001-04-14 |
szabii |
missing braces around initializer warning fixed
|
2001-04-14 |
arpi_esp |
using shmem_alloc instead of malloc
|
2001-04-14 |
arpi_esp |
fastmemcpy added
|
2001-04-14 |
arpi_esp |
ASV2 fixed
|
2001-04-14 |
se7encode |
-bpp added.
|
2001-04-14 |
arpi_esp |
more sh_audio/sh_video cleanup, removed has_video
|
2001-04-14 |
atmosfear |
- applied SSE patch by Nick Kurshev
|
2001-04-14 |
atmosfear |
- applied overlay patch by Jens H
|
2001-04-14 |
se7encode |
24/15bpp -> 32/16bpp added.
|
2001-04-14 |
arpi_esp |
-fps is working again for all file formats
|
2001-04-14 |
arpi_esp |
more cleanup
|
2001-04-14 |
arpi_esp |
libmpeg2 codec ctrl removed
|
2001-04-14 |
arpi_esp |
ASV2 added
|
2001-04-14 |
arpi_esp |
include dpms.h moved to x11_common.c
|
2001-04-14 |
arpi_esp |
DVD PCM audio support
|
2001-04-14 |
arpi_esp |
fixed debug printfs
|
2001-04-14 |
arpi_esp |
some more fields in sh_video_t
|
2001-04-14 |
arpi_esp |
more cleanup of video decoding
|
2001-04-14 |
arpi_esp |
max packetsize changed back to 4096 - solved DVD problems
|
2001-04-13 |
arpi_esp |
dbpp check removed *AGAIN*
|
2001-04-13 |
acki2 |
- fixed bug with depth and mpg when current bpp of XServer was != 32
|
2001-04-13 |
atmosfear |
- added some defines to modify some sdl-out internas (see comments)
|
2001-04-13 |
szabii |
some changes...
|
2001-04-13 |
acki2 |
- completely rewrote depth switching
|
2001-04-13 |
acki2 |
- changed -bpp again: if vo driver obeys depth value set by user, then
|
2001-04-13 |
gabucino |
vm,fs,zoom,bpp kvadratus (suxx)
|
2001-04-13 |
gabucino |
some typos corrected
|
2001-04-13 |
arpi_esp |
-bpp changes
|
2001-04-13 |
se7encode |
Requested resolution (d_width) added.
|
2001-04-13 |
atmosfear |
- added keymapping to toggle OSD ('o' key)
|
2001-04-13 |
acki2 |
- added -bpp switch (only takes effect if IMGFMT_BGR) to select the desired depth
|
2001-04-13 |
lgb |
Autohide X11 cursor
|
2001-04-12 |
szabii |
some fixes
|
2001-04-12 |
arpi_esp |
moved printf out of switch()
|
2001-04-12 |
se7encode |
Date bugfix :)
|
2001-04-12 |
szabii |
1 printf added
|
2001-04-12 |
szabii |
cleanup
|
2001-04-12 |
szabii |
variables related to fbdev moved to cfg-mplayer.h
|
2001-04-12 |
se7encode |
Bugfixes in draw_slice.
|
2001-04-12 |
arpi_esp |
P3 fixes...
|
2001-04-12 |
arpi_esp |
some cleanup of init_video
|
2001-04-12 |
arpi_esp |
Makefile.No-DS fixes
|
2001-04-12 |
arpi_esp |
added osd key and fullscreen opts
|
2001-04-12 |
arpi_esp |
progress bar width increased
|
2001-04-12 |
arpi_esp |
OSD fixes, patch by Kebert Martin
|
2001-04-12 |
arpi_esp |
__memcpy fix
|
2001-04-12 |
arpi_esp |
pass keys a-z && A-Z
|
2001-04-12 |
arpi_esp |
small typo
|
2001-04-11 |
arpi_esp |
obsoloted
|
2001-04-11 |
arpi_esp |
png->raw image converter
|
2001-04-11 |
szabii |
-fbdepth fix2
|