2001-08-25 |
arpi |
commented, timer code disabled (see ws.c)
|
2001-08-25 |
arpi |
commented
|
2001-08-25 |
arpi |
fixed initDebug(0 parameter
|
2001-08-25 |
arpi |
GUI support (--enable-gui)
|
2001-08-25 |
arpi |
GUI version n-1
|
2001-08-25 |
eyck |
aaah, Andre Dahlqvist suggest using zlib1g-dev instead of meta libz-dev.
|
2001-08-25 |
eyck |
man goes to /usr/share
|
2001-08-25 |
arpi |
-vo help fixed
|
2001-08-25 |
arpi |
codecs.html renamed to codecs-status.html
|
2001-08-25 |
gabucino |
*** empty log message ***
|
2001-08-25 |
gabucino |
*** empty log message ***
|
2001-08-25 |
gabucino |
*** empty log message ***
|
2001-08-25 |
gabucino |
*** empty log message ***
|
2001-08-24 |
gabucino |
*** empty log message ***
|
2001-08-24 |
lgb |
Gabu, you've corrected the missing <LI> things but ...
|
2001-08-24 |
gabucino |
*** empty log message ***
|
2001-08-24 |
jkeil |
Oops, remove some debug code in the configure script.
|
2001-08-24 |
jkeil |
Enable mediaLib support for Solaris on UltraSPARC CPUs
|
2001-08-24 |
jkeil |
Add a few ifdefs, so that the code compiles on old solaris releases (2.6 and 7)
|
2001-08-24 |
atmos4 |
added memalign detection, maps to malloc if fails.
|
2001-08-24 |
zybi |
Resolved endianess issues.
|
2001-08-24 |
zybi |
Described encodings issues in more details.
|
2001-08-24 |
zybi |
Added --unicode switch. This is for UTF-8 encoded subtitles.
|
2001-08-24 |
atmos4 |
Show filename on beginning of playback.
|
2001-08-23 |
folke |
works now (two typing mistakes caused compilation errors)
|
2001-08-23 |
arpi |
avi info changed, artist->author, subject->title
|
2001-08-23 |
arpi |
print AVI info block (copyright,artist etc) (-v only)
|
2001-08-23 |
eyck |
fix for debian potato
|
2001-08-23 |
jkeil |
Typo: #ifndef -> #ifdef
|
2001-08-23 |
gabucino |
*** empty log message ***
|
2001-08-23 |
eyck |
install man accordingly to Debian Policy
|
2001-08-23 |
arpi |
addedd #ifdefs to uninit
|
2001-08-23 |
eyck |
html in single file.
|
2001-08-23 |
arpi |
directshow uninit
|
2001-08-23 |
atmos4 |
Applied patch by Bohdan.
|
2001-08-23 |
eyck |
More data added.
|
2001-08-23 |
eyck |
preliminary linuxdoc version of docs in polish. this is not only unfinished
|
2001-08-23 |
arpi |
file_format -> demuxer->file_format
|
2001-08-23 |
arpi |
num_elementary_packets1xx reset
|
2001-08-23 |
arpi |
parse_es init fixed
|
2001-08-23 |
arpi |
freeing video buffer
|
2001-08-23 |
arpi |
new field: inited
|
2001-08-23 |
arpi |
zeroing picture struct
|
2001-08-23 |
arpi |
dec_video uninit
|
2001-08-23 |
arpi |
shmem_alloc->memalign
|
2001-08-23 |
arpi |
shmem_alloc->memalign, adding function to free memory
|
2001-08-23 |
arpi |
fixed duplicated loading of sub
|
2001-08-23 |
atlka |
make automatic subfile detection working with many files
|
2001-08-23 |
arpi |
typos, small fixes
|
2001-08-23 |
eyck |
no need for dep
|
2001-08-23 |
atlka |
added draw_alpha_XXXX functions, draw_alpha_func<=correct one in init
|
2001-08-23 |
atmos4 |
Blah
|
2001-08-23 |
lgb |
Renamed dvd.html (cdrom&dvd info)
|
2001-08-23 |
arpi |
DOCS->etc
|
2001-08-22 |
arpi |
free demux/ds/sh
|
2001-08-22 |
arpi |
free'ing priv struct
|
2001-08-22 |
arpi |
free stream/demuxer. continue playback with next file if error found
|
2001-08-22 |
eyck |
Fixup to vplayer subtitle submitted to sourceforge by Igor Wojnicki
|
2001-08-22 |
arpi |
initial multifile support
|
2001-08-22 |
arpi |
MSGTR_Exit_error added
|
2001-08-22 |
arpi |
fixed mga uninit
|
2001-08-22 |
arpi |
do table permutation only once
|
2001-08-22 |
eyck |
no need for nasm
|
2001-08-22 |
eyck |
Changes to debian packaging based on patches by Josip Rodin (joy debian org)
|
2001-08-22 |
arpi |
exit->return
|
2001-08-22 |
arpi |
status management
|
2001-08-22 |
arpi |
exit() -> return NULL
|
2001-08-22 |
arpi |
old, unused stuff -> remoevd
|
2001-08-22 |
arpi |
multifile support in config parser
|
2001-08-22 |
arpi |
seeking flags implemented: 0x1=rel/abs and 0x2=time/percent
|
2001-08-22 |
arpi |
absolute seek debugging with 1-8 keys (disabled by default)
|
2001-08-22 |
arpi |
removed ugly switch/goto hack
|
2001-08-22 |
gabucino |
not mine
|
2001-08-22 |
gabucino |
*** empty log message ***
|
2001-08-22 |
arpi |
added demuxer->seekable flag to generalize seeking ability test
|
2001-08-22 |
arpi |
printf added to seq. header error handlers
|
2001-08-22 |
arpi |
removed 0.17
|
2001-08-22 |
zybi |
Changed my email address.
|
2001-08-22 |
jkeil |
test -e file => test -f file (for bourne shell / solaris)
|
2001-08-22 |
nick |
libdvdread desc.
|
2001-08-22 |
arpi |
argh. yet another ugly bug: missing --dvd_angle
|
2001-08-21 |
arpi |
some debug messages
|
2001-08-21 |
arpi |
removed double +angle stuff
|
2001-08-21 |
arpi |
DOCS/codecs.conf -> etc/codecs.conf
|
2001-08-21 |
arpi |
removed - old, unmaintained stuff
|
2001-08-21 |
gabucino |
new, splitted, etc dox
|
2001-08-21 |
gabucino |
they've been moved to html
|
2001-08-21 |
gabucino |
*** empty log message ***
|
2001-08-21 |
arpi |
ugly seeking bug fixed, correct multiangle seek implemented
|
2001-08-21 |
jkeil |
Provide a better default for the DVD device on solaris.
|
2001-08-21 |
zybi |
Implemented new Gaussian blur algorithm, extended font.desc format, optimized for speed and memory usage.
|
2001-08-21 |
atmos4 |
NASM no longer required.
|
2001-08-21 |
zybi |
Some cleanups.
|
2001-08-21 |
atlka |
if option -sub filename.utf then switch sub_utf8 on
|
2001-08-21 |
atmos4 |
Applied bohdans patch.
|
2001-08-21 |
atlka |
minor changes according to OSD
|
2001-08-21 |
atmos4 |
Happy configure version bumping (bugfix of bugfix).
|
2001-08-21 |
atmos4 |
Fixed small flying thingy..erm bug with css vs. libdvdread.
|
2001-08-21 |
atmos4 |
Made -bps default.
|
2001-08-21 |
nick |
libdvdread desc.
|
2001-08-20 |
arpi |
fixed seeking (now allows seeking before start position)
|
2001-08-20 |
arpi |
libDVDread support
|
2001-08-20 |
arpi |
seeking in DVD
|
2001-08-20 |
arpi |
new type: DVD
|
2001-08-20 |
arpi |
DVD added
|
2001-08-20 |
atmos4 |
Commented out annoying printfs with -autoq.
|
2001-08-20 |
atlka |
draw speedups, cut text if too many lines
|
2001-08-20 |
gabucino |
*** empty log message ***
|
2001-08-20 |
folke |
now in german
|
2001-08-19 |
arpi |
more magzar
|
2001-08-19 |
arpi |
msg translation by Bohdan Horst <nexus@hoth.amu.edu.pl>
|
2001-08-18 |
arpi |
merge with Gabucino
|
2001-08-18 |
arpi |
open.c/demuxer.c messages translated
|
2001-08-18 |
arpi |
more messages for translator :)
|
2001-08-18 |
arpi |
ehh. mp_msgt->mp_msg
|
2001-08-18 |
arpi |
erros emssages moved to help_mp.h for translation
|
2001-08-18 |
arpi |
error messages added
|
2001-08-18 |
gabucino |
*** empty log message ***
|
2001-08-18 |
folke |
typo fixed
|
2001-08-17 |
gabucino |
*** empty log message ***
|
2001-08-17 |
folke |
aalib 1.4.X incombatibility fixed
|
2001-08-17 |
folke |
now linux/curses detection works
|
2001-08-17 |
folke |
osd problem with YV12 fixed
|
2001-08-17 |
atlka |
minor changes according to subtitle positioning
|
2001-08-17 |
atlka |
changes according to max of vo_font->pic_a[font]->h for the last line of subs
|
2001-08-17 |
arpi |
vo_font SEGFAULT fixed
|
2001-08-17 |
arpi |
updated
|
2001-08-17 |
arpi |
updated
|
2001-08-17 |
atlka |
skip lines with negative y position if there is too many lines to display
|
2001-08-17 |
atlka |
modifications to use variable number of arguments in #define with GCC
|
2001-08-17 |
arpi |
printf->mp_msg/mp_dbg
|
2001-08-17 |
arpi |
updated
|
2001-08-17 |
arpi |
exporting DEBUG
|
2001-08-16 |
arpi |
mp_msg init
|
2001-08-16 |
arpi |
constans shortend
|
2001-08-16 |
arpi |
new message printing system
|
2001-08-16 |
szabi |
more verbose videomode selection
|
2001-08-16 |
arpi |
exception stuff fixed
|
2001-08-16 |
arpi |
fixes
|
2001-08-16 |
arpi |
error handling
|
2001-08-16 |
arpi |
Indeo5ds-YV12 disabled (broken)
|
2001-08-16 |
gabucino |
*** empty log message ***
|
2001-08-16 |
arpi |
Start/Stop state flag fixed - requires for brightness/contrast/etc stuff...
|
2001-08-16 |
folke |
define USE_OSD / USE_SUB fixes
|
2001-08-16 |
folke |
vo_aa: +subtitles, +progressbar, key violation with mplayer keys fixed, +consoleblanking disabled, +/dev/vcsa checking +header change
|
2001-08-16 |
folke |
changes made for vo_aa
|
2001-08-16 |
folke |
vo_aa: +subtitles, +progressbar, key violation with mplayer keys fixed, +consoleblanking disabled, +/dev/vcsa checking
|
2001-08-16 |
zybi |
*** empty log message ***
|
2001-08-16 |
atlka |
minor changes in sub.c
|
2001-08-16 |
atlka |
changes according to proper subfont bar positioning and char spaceing - sub.c
|
2001-08-16 |
arpi |
alloc frame buffer for directshow codec - requires for avifile sync
|
2001-08-16 |
arpi |
display number of decoded frames (for progr. mpeg2)
|
2001-08-16 |
arpi |
big avifile sync - from now we have common code
|
2001-08-16 |
arpi |
updated
|
2001-08-16 |
arpi |
UnregisterComClass added
|
2001-08-15 |
gabucino |
*** empty log message ***
|
2001-08-15 |
gabucino |
*** empty log message ***
|
2001-08-15 |
atmos4 |
Small update.
|
2001-08-15 |
folke |
'--disable-sdl;; _aa=no' fixed
|
2001-08-15 |
folke |
All aalib options can be passed to aalib (-aaXXX), also -aahelp is new. fixed wrong char
|
2001-08-15 |
folke |
All aalib options can be passed to aalib (-aaXXX), also -aahelp is new
|
2001-08-15 |
folke |
New feature for option processing: CONF_TYPE_FUNC_FULL
|
2001-08-15 |
folke |
added vo_aa section
|
2001-08-15 |
folke |
AAlib section updated
|
2001-08-15 |
atmos4 |
Added SSE note by Bohdan Horst.
|
2001-08-15 |
arpi |
AFMT_AC3 fixed
|
2001-08-15 |
gabucino |
*** empty log message ***
|
2001-08-15 |
arpi |
silly bug fixed - thanx Szekeres Istvan <szekeres@webvilag.com>
|
2001-08-15 |
arpi |
o_bps changes for hwac3 driver
|
2001-08-15 |
arpi |
ac3/spdif patch by German Gomez Garcia <german@piraos.com>
|
2001-08-15 |
atmos4 |
Fix OSD, small misspelling.
|
2001-08-15 |
arpi |
updated
|
2001-08-15 |
arpi |
fixed BITMAPINFO struct length truncation (WMV8)
|
2001-08-15 |
arpi |
segfault fixed
|
2001-08-14 |
folke |
Spelling mistakes fixed
|
2001-08-14 |
folke |
Spelling mistakes fixed
|
2001-08-14 |
gabucino |
*** empty log message ***
|
2001-08-14 |
folke |
write fault error fixed
|
2001-08-14 |
gabucino |
*** empty log message ***
|
2001-08-14 |
folke |
vo_aa: configurable now
|
2001-08-14 |
jkeil |
Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compile
|
2001-08-14 |
gabucino |
*** empty log message ***
|
2001-08-14 |
jkeil |
Use the standard mplayer config test for finding libraries, so that it can
|
2001-08-14 |
gabucino |
*** empty log message ***
|
2001-08-14 |
gabucino |
*** empty log message ***
|
2001-08-14 |
atlka |
small changes to erase only needed place (rectangles doesn't overlap)
|
2001-08-14 |
atmos4 |
Added cool aalib vo driver.
|
2001-08-14 |
jkeil |
In case the open on the dvd device fails, print some hints based on errno
|
2001-08-14 |
atmos4 |
Removed D key for doublesize, already clobbered by framedrop.
|
2001-08-14 |
atlka |
update pts to obtain OSD time display change while rewinding/forwarding
|
2001-08-13 |
arpi |
speed optimized :)
|
2001-08-13 |
arpi |
return value of iconv fixed for glibc 2.1.3, using strrchr instead of basename, as basename is buggy
|
2001-08-13 |
arpi |
upgraded to 1.0b version by Artur Zaprzala <artur.zaprzala@talex.com.pl>
|
2001-08-13 |
atlka |
modified mplayer.c to rewert to PLAY after rewinding after 1 sec
|
2001-08-13 |
atlka |
libvo/sub.c corrections
|
2001-08-13 |
atlka |
atlka@pg.gda.pl:
|
2001-08-13 |
atlka |
changes according to -utf8 option, draw_osd() function added
|
2001-08-13 |
gabucino |
*** empty log message ***
|
2001-08-12 |
arpi |
terrible -idx bug fixed, thanx to Raphael Manfredi
|
2001-08-12 |
arpi |
PTS calc updates, fixes, cleanups, mess...
|
2001-08-12 |
arpi |
seek.c moved to demuxer.c, stream_reset in new_demuxer()
|
2001-08-12 |
arpi |
cleanup...
|
2001-08-12 |
arpi |
add define of DEFAULT_CDROM_DEVICE
|
2001-08-12 |
arpi |
SetCodecPath -> win32_codec_name
|
2001-08-12 |
gabucino |
*** empty log message ***
|
2001-08-12 |
arpi |
print BITMAPINFOHDR too
|
2001-08-12 |
arpi |
return type of stream_seek changed void->int
|
2001-08-12 |
arpi |
MOV file support - not works yet
|
2001-08-12 |
arpi |
ffmpeg prints moved to verbose=2
|
2001-08-11 |
arpi |
raw (uncompressed) video codec
|
2001-08-11 |
arpi |
better fix - now it's backward compatible
|
2001-08-11 |
arpi |
VCD fix
|
2001-08-11 |
arpi |
AVI demuxer cleanups, fileformat-dependent stuff moved to priv_t
|
2001-08-11 |
arpi |
updated
|
2001-08-11 |
gabucino |
*** empty log message ***
|
2001-08-11 |
arpi |
--enable-streaming fix
|
2001-08-11 |
arpi |
AVI pts/seek fixes, VBR support, faster NI seek
|
2001-08-10 |
gabucino |
*** empty log message ***
|
2001-08-10 |
gabucino |
*** empty log message ***
|
2001-08-10 |
arpi |
'too slow' message is fixed - better detection now based on both drop_cnt and A-V sync
|
2001-08-10 |
arpi |
ehh. yet anouther silly a_pts bug
|
2001-08-09 |
arpi |
silly a_pts bug
|
2001-08-09 |
atmos4 |
Applied vladimirs freebsd patch (largefile default on freebsd and misc)
|
2001-08-09 |
arpi |
more optimization
|
2001-08-09 |
arpi |
using OPTFLAGS and CC from config.mak
|
2001-08-09 |
arpi |
some optimization
|
2001-08-09 |
arpi |
dirty fix to get it work with glibc 2.1.x, and changed blur algorithm
|
2001-08-09 |
arpi |
mplayer font-generator using FreeType 2.x by Artur Zaprzala <zybi@fanthom.irc.pl>
|
2001-08-09 |
arpi |
mplayer font-generator GIMP plugin by lanzz@lanzz.org
|
2001-08-09 |
arpi |
freebsd fix
|
2001-08-09 |
arpi |
stream opening -> open.c, initialframes ignored
|
2001-08-08 |
arpi |
format-specific seeking code moved to demuxer_ stuff
|
2001-08-08 |
arpi |
PIX_FMT_YUV422P undeclared error fixed
|
2001-08-08 |
arpi |
changed chunkid/size check
|
2001-08-08 |
arpi |
mpeg2 fourcc changed
|
2001-08-08 |
arpi |
ffmpeg12 fix - now passing sequence header
|
2001-08-08 |
atmos4 |
Fixed Makefile for test programs.
|
2001-08-07 |
arpi |
printf stuff moved back to mplayer.c
|
2001-08-07 |
arpi |
printf stuff moved seek.c->mplayer.c, resetting drop_frame_cnt after seek
|
2001-08-07 |
eyck |
typo noticed by Amy.
|
2001-08-07 |
arpi |
old InitialFrames stuff disabled - should work without it
|
2001-08-06 |
arpi |
printfs cleanup - moved to higher -v level or moved to stderr
|
2001-08-06 |
arpi |
interleaved AVI: audio preload PTS compensation
|
2001-08-06 |
arpi |
temporary hack: YUV422P -> YUY2 converter (for ffmpeg MJPEG testing)
|
2001-08-06 |
arpi |
new ffmpeg codecs added
|
2001-08-06 |
atmos4 |
Fixes WIN32_PATH on OpenBSD and possibly others (seems to be ok with linux too).
|
2001-08-06 |
atmos4 |
Start OpenBSD support and fix detection of older GNU as.
|
2001-08-06 |
jkeil |
Solaris' and *BSD's sed does not like the "i" flag in the substitute command.
|
2001-08-06 |
arpi |
ehh. 10l again...
|
2001-08-06 |
arpi |
-quiet option patch by Adam Tla/lka atlka@pg.gda.pl
|
2001-08-06 |
arpi |
better local display connection patch by Adam Tla/lka atlka@pg.gda.pl
|
2001-08-06 |
arpi |
DATADIR/font/ patch by Adam Tla/lka atlka@pg.gda.pl
|
2001-08-06 |
arpi |
ehh. duplicated GL check removed... drinkin' 10l...
|
2001-08-06 |
arpi |
more paranoia -> check for DEC_OPT_FRAME_311
|
2001-08-06 |
arpi |
better divx4 detection, --disable-divx4
|
2001-08-05 |
eyck |
nice texts. substvars shouldn't be in cvs.
|
2001-08-05 |
atmos4 |
Make cygwin define WIN32 for compatibility with mingw and visualc, ...
|
2001-08-04 |
arpi |
debug printf() removed
|
2001-08-04 |
arpi |
-autoq option...
|
2001-08-03 |
arpi |
define USE_MMX_IDCT for libavcodec
|
2001-08-03 |
arpi |
made mmx/mmxext idct public -> now libavcodec can use it
|
2001-08-03 |
atmos4 |
Pre commit so I won't have to sync with later configure changes (cygwin stuff)
|
2001-08-03 |
gabucino |
*** empty log message ***
|
2001-08-03 |
gabucino |
*** empty log message ***
|
2001-08-02 |
atmos4 |
Win32 portability.
|
2001-08-01 |
gabucino |
*** empty log message ***
|
2001-08-01 |
arpi |
missing #ifdef DIRECTSHOW... thanx gruel
|
2001-08-01 |
arpi |
missing unistd.h (requires for off_t under freebsd)
|
2001-08-01 |
arpi |
contrast/brightness/etc patch (temporary)
|
2001-07-31 |
arpi |
largefile patch by Stephen Davies <steve@daviesfam.org>
|
2001-07-31 |
arpi |
divx4linux autodetection
|
2001-07-30 |
gabucino |
*** empty log message ***
|
2001-07-30 |
atmos4 |
sdl-config fixed - again =) huje atmos
|
2001-07-30 |
jkeil |
Solaris /bin/sh does not like the extra ; in a "for var do ... done" loop
|
2001-07-30 |
nick |
Furter compatibility with new ffmpeg stuff.
|
2001-07-30 |
arpi |
libvo2 support
|
2001-07-29 |
arpi |
nosound avi seeking fixed
|
2001-07-29 |
arpi |
removed obsolote frame_corr_* stuff
|
2001-07-29 |
atmos4 |
Fixed override of --with-sdl-config.
|
2001-07-29 |
arpi |
removed email
|
2001-07-29 |
arpi |
note about lists
|
2001-07-29 |
arpi |
partial avifile-CVS merge
|
2001-07-29 |
arpi |
new -fsmode flag: 0x8 enables XSetTransientForHint
|
2001-07-29 |
arpi |
-fsmode range extended
|
2001-07-29 |
atmos4 |
Fixed check for mmx2 extensions.
|
2001-07-29 |
atmos4 |
Display detected OS and arch.
|
2001-07-29 |
jkeil |
Pre-allocate some stack space to work around a problem with DLL alloca() code
|
2001-07-29 |
arpi |
using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)
|
2001-07-29 |
arpi |
video pts calculation fixed (Desperado-trailer.avi)
|
2001-07-29 |
arpi |
some cleanup, asf/mpg seek precision improved
|
2001-07-29 |
arpi |
acm convert message verbose1->2
|
2001-07-28 |
arpi |
small cosmetics fix
|
2001-07-28 |
arpi |
seeking code moved out from mplayer.c -> seek.c
|
2001-07-28 |
atmos4 |
Added checking for x86 cpu extensions using test-programs.
|
2001-07-28 |
arpi |
seeking code - initial version
|
2001-07-28 |
arpi |
mpeg seeking fixed
|
2001-07-28 |
arpi |
using sh_video->i_bps...
|
2001-07-28 |
arpi |
stage2 step 1
|
2001-07-28 |
atmos4 |
Fixed portability issue in StrongARM patch.
|
2001-07-28 |
eyck |
update to perl debconf. fixed problem with configure.
|
2001-07-28 |
eyck |
using debhelper instead of hardcoded stuff
|
2001-07-28 |
atmos4 |
Added double/normal resize patch by Wojtek Kaniewski <wojtekka at bydg.pdi.net>
|
2001-07-28 |
atmos4 |
Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at qualcomm.com> and fixed a --datadir bug in configure.
|
2001-07-27 |
atmos4 |
First development version of dct64, mixed with 3dnow/k7 and fpu code.
|
2001-07-27 |
atmos4 |
Beginning sse optimization of dct code.
|
2001-07-27 |
arpi |
trying to fix -idx problem
|
2001-07-26 |
arpi |
support for null codecs
|
2001-07-26 |
arpi |
odivx<->divx4 order changed, null video codec added
|
2001-07-25 |
gabucino |
*** empty log message ***
|
2001-07-25 |
atmos4 |
Detect gcc 3.0.x
|
2001-07-24 |
gabucino |
*** empty log message ***
|
2001-07-24 |
gabucino |
ready
|
2001-07-24 |
atmos4 |
Perl multifile playback helper tool.
|
2001-07-24 |
atmos4 |
Applied patch by pl <p_l@tfz.net> (help switch anywhere).
|
2001-07-23 |
arpi |
added #define CONFIG_DECODERS to support latest ffmpeg CVS
|
2001-07-23 |
arpi |
grab.mpg fixed
|
2001-07-22 |
gabucino |
*** empty log message ***
|
2001-07-22 |
gabucino |
*** empty log message ***
|
2001-07-22 |
gabucino |
dvdfaq added (not yet formatted)
|
2001-07-22 |
gabucino |
-vfm max range updated to 7
|
2001-07-22 |
gabucino |
-vfm updated
|
2001-07-21 |
arpi |
parse_es moved out from mplayer.c (it was included as .c file)
|
2001-07-21 |
arpi |
file-format detection stuff moved out from mplayer.c to demuxer.c and dec_video.c
|
2001-07-21 |
gabucino |
AUTHORS (A'rpi) updated
|
2001-07-21 |
gabucino |
only FAQ and SOUNDCARDS stuff not formatted/missing
|
2001-07-21 |
gabucino |
IMC added
|
2001-07-21 |
gabucino |
pre0alpha version
|
2001-07-21 |
nick |
Fixed 'teh' typo
|
2001-07-21 |
arpi |
a_frame, v_frame killed, using sh_audio/video->timer. has_audio not more used after initialization.
|
2001-07-21 |
arpi |
video pts calculation precision fixed
|
2001-07-20 |
arpi |
MMX problem workaround for broken (win32) codecs
|
2001-07-20 |
arpi |
URL fixed
|
2001-07-20 |
jkeil |
mpeg2 video decode time is counted twice.
|
2001-07-20 |
gabucino |
*** empty log message ***
|
2001-07-20 |
gabucino |
-vfm -afm -vc -ac
|
2001-07-20 |
jkeil |
Fix segfault in DShow video decoder. Using directshow, the
|
2001-07-20 |
atmos4 |
Some corrections.
|
2001-07-20 |
arpi |
some cleanup, redundant code removed
|
2001-07-20 |
arpi |
fontpath fixed again...
|
2001-07-20 |
arpi |
indeo5-vfw vs. YV12 update
|
2001-07-20 |
arpi |
crash fixed if no [fontpath] in .desc
|
2001-07-20 |
arpi |
argh. -d fixed. fixed?
|
2001-07-20 |
arpi |
fixed typo
|
2001-07-20 |
arpi |
install -D changed to -d
|
2001-07-20 |
arpi |
Applied DATADIR patch by Vladimir Kushnir
|
2001-07-20 |
arpi |
fixed shmem size, and now compiles without divx4linux too :)
|
2001-07-19 |
arpi |
info about odivx vs. divx4
|
2001-07-19 |
arpi |
DivX4Linux support
|
2001-07-19 |
arpi |
DivX4Linux support
|
2001-07-19 |
arpi |
added Gerard Lantau, ffmpeg/libavcodec author
|
2001-07-19 |
jkeil |
Solaris 2.6 and older do not support MAP_ANON, just fail the mmap MAP_ANON
|
2001-07-19 |
jkeil |
AUDIO_ENCODING_LINEAR8 format is not available on sunos 5.5. Format is
|
2001-07-19 |
jkeil |
x11_common does not compile, when the XDPMS extension is not available on the
|
2001-07-19 |
jkeil |
Remove "sdl-config: not found" error message during configure, when the system
|
2001-07-19 |
jkeil |
ASF support for non-x86 cpus
|
2001-07-19 |
jkeil |
ASF support for non-x86 cpus
|
2001-07-18 |
arpi |
Initial draft of my new cache system...
|
2001-07-17 |
arpi |
demuxer struct access code temporary disabled - FIXME
|
2001-07-17 |
jkeil |
svga driver didn't compile on linux/ppc
|
2001-07-16 |
arpi |
mpeg PES steram support (only 1E0 & 1C0 packets, no 1BA/1BB headers)
|
2001-07-16 |
jkeil |
MPlayer doesn't compile on linux/alpha
|
2001-07-16 |
jkeil |
vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.
|
2001-07-16 |
jkeil |
Detect cpu architecture for a few more linux variants (linux/sparc, linux/ppc,
|
2001-07-16 |
arpi |
some more cleanup
|
2001-07-16 |
eyck |
Translated by Justyna Biala <nell@skrzynka.pl>
|
2001-07-16 |
eyck |
Poprawki wprowadzone przez: Justyna Bia?a <nell@skrzynka.pl>
|
2001-07-16 |
arpi |
ds->type removed - using id-based audio format detection in mplayer.c
|
2001-07-16 |
arpi |
d_audio->type stuff fixed
|
2001-07-16 |
arpi |
kernel 2.2.x + SSE warning message extended
|
2001-07-16 |
arpi |
ranges fixed (MAX vs. MAX+1 dilemma)
|
2001-07-16 |
arpi |
some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_audio
|
2001-07-16 |
arpi |
added prototype of vo_init()
|
2001-07-16 |
arpi |
removed unused DEFAULT_MPG123 stuff
|
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)
|