DOCS
|
GUI vs suidroot - fixed!
|
2001-12-16 23:45:23 +00:00 |
Gui
|
Add subtitle loader for gui
|
2001-12-15 15:36:07 +00:00 |
TOOLS
|
0x82 support
|
2001-11-30 23:13:05 +00:00 |
TVout
|
recursive CC fixed
|
2001-12-06 22:31:57 +00:00 |
debian
|
c++ compiler would also be handy during build
|
2001-11-11 21:08:30 +00:00 |
drivers
|
Tuned some values:
|
2001-12-14 16:48:36 +00:00 |
etc
|
vfw codecs can't do 16bpp, but 15
|
2001-12-16 14:10:37 +00:00 |
liba52
|
C optimizations
|
2001-12-16 23:00:03 +00:00 |
libao2
|
tweaked surround lowpass filter, included some new test code
|
2001-12-14 21:25:49 +00:00 |
libmpdemux
|
reset ds eof flags at seeking - requires for mpeg -loop
|
2001-12-17 00:03:50 +00:00 |
libmpeg2
|
runtime cpu detection
|
2001-11-26 23:21:24 +00:00 |
libvo
|
applied Panagiotis' patch
|
2001-12-14 17:37:45 +00:00 |
linux
|
sorry.
|
2001-12-03 15:30:06 +00:00 |
loader
|
ULONG bug fix
|
2001-12-16 23:45:49 +00:00 |
mp3lib
|
Add sample bins.
|
2001-12-08 16:57:07 +00:00 |
postproc
|
print more info if -v
|
2001-12-06 19:07:25 +00:00 |
xa
|
…
|
|
.cvsignore
|
Bring into alphabetical order and add mencoder.
|
2001-11-20 12:51:57 +00:00 |
Makefile
|
Patch by Adam Di Carlo <adam@onshore-devel.com>:
|
2001-12-16 11:32:59 +00:00 |
README
|
to follow unix traditions
|
2001-12-07 17:43:20 +00:00 |
ac3-iec958.c
|
…
|
|
ac3-iec958.h
|
…
|
|
alaw.h
|
…
|
|
bswap.h
|
…
|
|
cfg-common.h
|
-vivo version option added
|
2001-12-15 16:49:45 +00:00 |
cfg-mencoder.h
|
vcodec_raw added
|
2001-12-13 17:50:19 +00:00 |
cfg-mplayer-def.h
|
…
|
|
cfg-mplayer.h
|
-noloop added
|
2001-12-16 23:59:28 +00:00 |
cfgparser.c
|
fixed commandline bug: handling '-' as option when '--' unused
|
2001-11-03 19:04:58 +00:00 |
cfgparser.h
|
added subconfig type
|
2001-11-02 00:47:38 +00:00 |
codec-cfg.c
|
enabled validate_codec with some restrictions
|
2001-12-09 18:25:09 +00:00 |
codec-cfg.h
|
g72x and a52 added
|
2001-12-09 16:20:03 +00:00 |
configure
|
Patch by Adam Di Carlo <adam@onshore-devel.com>:
|
2001-12-16 11:35:14 +00:00 |
cpudetect.c
|
added cpuStepping to CpuCaps struct (needed win32.c)
|
2001-12-09 17:03:04 +00:00 |
cpudetect.h
|
added cpuStepping to CpuCaps struct (needed win32.c)
|
2001-12-09 17:03:04 +00:00 |
cputable.h
|
…
|
|
dec_audio.c
|
changed for updated DShow wrapper api
|
2001-12-10 20:11:31 +00:00 |
dec_audio.h
|
some cleanup
|
2001-10-30 17:04:59 +00:00 |
dec_video.c
|
final cleanup of new_dshow
|
2001-12-10 22:11:16 +00:00 |
dec_video.h
|
more cleanup, warnings fixed
|
2001-10-30 17:38:09 +00:00 |
divx4_vbr.c
|
divx4_vbr -> mplayer integration
|
2001-11-02 23:58:26 +00:00 |
divx4_vbr.h
|
divx4_vbr -> mplayer integration
|
2001-11-02 23:58:26 +00:00 |
dll_init.c
|
added in/out format debug to acm init like in vfw init (for testing vivo decoder dll :)
|
2001-12-10 17:22:52 +00:00 |
dll_init.h
|
…
|
|
fibmap_mplayer.c
|
…
|
|
fifo.c
|
Profiling fix by Artur Skawina <skawina@geocities.com>
|
2001-11-20 00:23:49 +00:00 |
find_sub.c
|
Added proper #include's for libvo2
|
2001-11-14 11:16:45 +00:00 |
fli.c
|
fixed endian-ness for FLI and MS Video 1 decoders; fixed padding bug in
|
2001-12-16 00:26:21 +00:00 |
get_path.c
|
some cleanup
|
2001-10-30 17:04:59 +00:00 |
help_mp-cs.h
|
added the "FLI format detected" message to all the language help files
|
2001-11-25 00:01:13 +00:00 |
help_mp-de.h
|
similar to 1.16, Add subtitle loader for gui
|
2001-12-16 10:34:06 +00:00 |
help_mp-dk.h
|
added the "FLI format detected" message to all the language help files
|
2001-11-25 00:01:13 +00:00 |
help_mp-en.h
|
Add subtitle loader for gui
|
2001-12-15 15:36:07 +00:00 |
help_mp-es.h
|
added the "FLI format detected" message to all the language help files
|
2001-11-25 00:01:13 +00:00 |
help_mp-fr.h
|
update to match the latest update in English version
|
2001-12-15 17:40:59 +00:00 |
help_mp-hu.h
|
Add subtitle loader for gui
|
2001-12-15 15:36:07 +00:00 |
help_mp-nl.h
|
applied Panagiotis' patch
|
2001-12-14 17:37:45 +00:00 |
help_mp-no.h
|
added the "FLI format detected" message to all the language help files
|
2001-11-25 00:01:13 +00:00 |
help_mp-pl.h
|
sync
|
2001-12-15 16:21:22 +00:00 |
help_mp-ro.h
|
added the "FLI format detected" message to all the language help files
|
2001-11-25 00:01:13 +00:00 |
help_mp-ru.h
|
Sync with rev 1.16
|
2001-12-15 16:29:14 +00:00 |
ima4.c
|
…
|
|
ima4.h
|
…
|
|
lirc_mp.c
|
…
|
|
lirc_mp.h
|
…
|
|
mencoder.c
|
Patch by Adam Di Carlo <adam@onshore-devel.com>:
|
2001-12-16 11:37:23 +00:00 |
mixer.c
|
…
|
|
mixer.h
|
…
|
|
mmx.h
|
…
|
|
mmx_defs.h
|
…
|
|
mp_msg.c
|
msg limit increased
|
2001-12-03 21:10:18 +00:00 |
mp_msg.h
|
added MSGT_OSDEP
|
2001-11-23 16:09:05 +00:00 |
mplayer.c
|
-loop fixed
|
2001-12-16 23:59:13 +00:00 |
mplayer.h
|
…
|
|
msvidc.c
|
fixed endian-ness for FLI and MS Video 1 decoders; fixed padding bug in
|
2001-12-16 00:26:21 +00:00 |
my_profile.c
|
using volatile modifier
|
2001-11-11 15:20:19 +00:00 |
my_profile.h
|
using volatile modifier
|
2001-11-11 15:20:19 +00:00 |
spudec.c
|
Patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>:
|
2001-12-09 16:56:23 +00:00 |
spudec.h
|
Fix spudec compile with libdvdread enabled.
|
2001-11-28 14:55:56 +00:00 |
subreader.c
|
Patch by artur Zaprzala:
|
2001-12-10 14:48:02 +00:00 |
subreader.h
|
minor cleanups:
|
2001-11-15 11:53:11 +00:00 |
tvision.c
|
uyvy->yv12->postprocess->libvo
|
2001-11-10 23:37:25 +00:00 |
version.sh
|
CC version check done by Makefile to allow overriding CC from envvar
|
2001-12-09 01:24:01 +00:00 |
videodev.h
|
…
|
|
xacodec.c
|
removed vivo shit
|
2001-11-25 16:47:04 +00:00 |
xacodec.h
|
more cleanup, warnings fixed
|
2001-10-30 17:38:09 +00:00 |