Mercurial > mplayer.hg
graph
-
I'm missing a file ...2001-12-09, by jaf
-
not ready (sorry), I've to finish beginning at line ~3602001-12-09, by jaf
-
Remove annoying debug printf.2001-12-09, by atmos4
-
don't forget this ;-)2001-12-09, by jaf
-
done :)2001-12-09, by arpi
-
a52 added2001-12-09, by arpi
-
-ac a52 implemented2001-12-09, by arpi
-
resample.c added - float->int conversion and channel ordering2001-12-09, by arpi
-
10l2001-12-09, by alex
-
still fiddling with surround levels2001-12-09, by steve
-
audio/video_family synced2001-12-09, by alex
-
enabled validate_codec with some restrictions2001-12-09, by alex
-
10l?2001-12-09, by arpi
-
compiling and linking liba52 too2001-12-09, by arpi
-
updated for avifile compilance2001-12-09, by alex
-
updated cpudetection2001-12-09, by alex
-
added cpuStepping to CpuCaps struct (needed win32.c)2001-12-09, by alex
-
Patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>:2001-12-09, by pl
-
committed corrected speed calculation2001-12-09, by melanson
-
g72x and a52 added2001-12-09, by arpi
-
updated raw codecs2001-12-09, by alex
-
give the IMGFMT_ for sh_video->format not 0x02001-12-09, by alex
-
vfm_raw hack: set outfmt if format != 0x0 (for tv input)2001-12-09, by alex
-
sample program for testing liba522001-12-09, by arpi
-
mplayer-liba52 config interface2001-12-09, by arpi
-
imported from liba52 CVS2001-12-09, by arpi
-
runtime cpu detection2001-12-09, by michael
-
runtime stuff2001-12-09, by arpi
-
updates...2001-12-09, by arpi
-
CC version check done by Makefile to allow overriding CC from envvar2001-12-09, by arpi
-
updated2001-12-08, by jaf
-
Add sample bins.2001-12-08, by atmos4
-
Removed hardware syncing support. Actually movies seem to run much smoother without it.2001-12-08, by mswitch
-
ACODEC_COPY2001-12-08, by alex
-
fixed cbr audiocopy (if no sh_audio->wf)2001-12-08, by alex
-
fixed framecopy2001-12-08, by alex
-
width and height aren't mandatory anymore2001-12-08, by gabucino
-
no filename required from tuner2001-12-08, by gabucino
-
- added capture registers2001-12-08, by nick
-
Fixed scaling in doublescan & interlaced modes2001-12-08, by nick
-
Add aspect 4 to known aspect codes, probably SECAM 4:3, at least sample file was 4:3.2001-12-08, by atmos4
-
no filename needed for tv grabbing2001-12-08, by alex
-
do not fault if 2pass VbrControl can't open the logfile2001-12-08, by alex
-
selectable 2pass logfilename2001-12-08, by alex
-
default size 320x2002001-12-08, by alex
-
fixed typo2001-12-07, by alex
-
Corrected front:surround levels2001-12-07, by steve
-
to follow unix traditions2001-12-07, by gabucino
-
-dumpstream added2001-12-07, by gabucino
-
dead code (not/never used anywhere)2001-12-07, by pl
-
Fixed scaling in doublescan modes2001-12-07, by nick
-
Minor fixes2001-12-07, by nick
-
Minor flag changes2001-12-07, by nick
-
rage128_vid are fully works!!!2001-12-07, by nick
-
Checked the return values on read.2001-12-07, by bertrand
-
similar to v1.142001-12-07, by jaf
-
ehh. frame skipping fixed for -ovc frameno2001-12-07, by arpi
-
new video codec: frameno (just the number of frame - for 3-pass encoding)2001-12-06, by arpi
-
typo2001-12-06, by nexus
-
==/= fix2001-12-06, by nexus
-
recursive CC fixed2001-12-06, by arpi
-
libmp3lame optional2001-12-06, by arpi
-
mp3lame detection separated, some unneeded -lm removed2001-12-06, by arpi
-
-lm moved to the end of lib list2001-12-06, by arpi
-
Using CBR stream format for CBR mp3 audio2001-12-06, by arpi
-
similar to 1.152001-12-06, by jaf
-
print more info if -v2001-12-06, by michael
-
tested with more files, works well2001-12-06, by jaf
-
libdvdread + lib(dvd)css version number problems2001-12-06, by gabucino
-
separated release and future entries2001-12-06, by arpi
-
Code cleanup2001-12-06, by nick
-
Minor fixes2001-12-06, by nick
-
Fixed a missing </a>.2001-12-06, by bertrand
-
dithering info wasnt displayed2001-12-06, by michael
-
vertical cubic/linear scaling2001-12-06, by michael
-
dunnowhat Q/A de biztos jo2001-12-05, by gabucino
-
libvo2 draft by Ivan - with linewrapping...2001-12-05, by arpi
-
-aspect ration correction2001-12-05, by atmos4
-
compile if no uyvy support (test this change)2001-12-05, by alex
-
added DIRECTFB_LIB to VO_LIBS to compile using vo_directfb ;)2001-12-05, by alex
-
added directfb to _vomodules2001-12-05, by alex
-
patch by Tobias Diedrich <td@informatik.uni-hannover.de>2001-12-05, by pl
-
CVS is still broken with gcc3. This fixes it.2001-12-05, by pl
-
Rage128 problems. Attempt #32001-12-05, by nick
-
Minor typo fix (which I thought I commited yesterday)2001-12-05, by mswitch
-
fixed Video 1 bug which cut off decoding too soon, resulting in torn2001-12-05, by melanson
-
updated to reflect BGR32 support in MS Video 1 decoder2001-12-05, by melanson
-
Update regarding linmp1e usage, submitted by D: Holm2001-12-05, by atmos4
-
Switched from rte which caused alot of problems for some users to libmp1e.2001-12-04, by mswitch
-
Added support for the libmp1e ultrafast mpeg1 realtime encoder. This makes rte obsolete.2001-12-04, by mswitch
-
configure output no longer needed2001-12-04, by gabucino
-
mpegpes added to output modules2001-12-04, by jaf
-
similar to 1.6, finished2001-12-04, by jaf
-
CPU detection added2001-12-04, by arpi
-
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>2001-12-04, by arpi
-
similar to 1.47, no finished yes2001-12-04, by jaf
-
use return 1; if interrupted - patch by Artur Skawina <skawina@geocities.com>2001-12-04, by arpi
-
do not crash if can't get modelines (dga2.0)2001-12-04, by alex
-
unistd.h required at least by FreeBSD2001-12-04, by nexus
-
LIBAO_PLUGIN_EXTERN expansion uses wrong type2001-12-04, by steve
-
include pl_surround in available plugins2001-12-04, by steve
-
compile pl_surround.c2001-12-04, by steve
-
Dolby Surround decoding audio plugin2001-12-04, by steve
-
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>2001-12-04, by jaf
-
similar to 1.1252001-12-04, by jaf
-
framedrop extended2001-12-04, by jaf
-
Format plugin now with working switch statements2001-12-04, by anders
-
Global variables protected using volatile2001-12-04, by anders
-
correced memory deallocation bug and erors in comments2001-12-04, by anders
-
sync, typo2001-12-04, by nexus
-
Rage128 problems???2001-12-04, by nick
-
rawyuy2 added (for russian_simpsons.avi)2001-12-04, by arpi
-
msrle8 paletet fix (workcycl.avi)2001-12-04, by arpi
-
using audio.dwStart too... (for baittest.avi)2001-12-04, by arpi
-
update slow-machine-rtfm message (jo szogediesen;)2001-12-03, by gabucino
-
using cc like configure2001-12-03, by jaf
-
typo2001-12-03, by michael
-
similar to 1.5, but AVI/ASF/QT/VIV not updated yes2001-12-03, by jaf
-
updated2001-12-03, by arpi
-
similar to 1.1242001-12-03, by jaf
-
similar to 1.392001-12-03, by jaf
-
extedned TOO SLOW description2001-12-03, by arpi
-
msg limit increased2001-12-03, by arpi
-
not it looks like this 'MPlayer CVS-011203-19:47-gcc-2.95.3'2001-12-03, by jaf
-
fixed startup crash2001-12-03, by iive
-
stuff I don't remember2001-12-03, by gabucino
-
-cache added as default (8192)2001-12-03, by gabucino
-
enhanced Installation section2001-12-03, by gabucino
-
-x -y -sws added2001-12-03, by gabucino
-
typo (noticed by JAF)2001-12-03, by gabucino
-
add tv fps support2001-12-03, by alex
-
update (audio support is coming:)2001-12-03, by alex
-
FreeBSD install nas* to /usr/X11 by default (and require -lm)2001-12-03, by nexus
-
sorry.2001-12-03, by alex
-
detect termios.h if no sys/termios.h (qnx getch2 support working)2001-12-03, by alex
-
undef HAVE_SHM compilation bug fixed2001-12-03, by alex
-
Color key still causes some troubles2001-12-03, by nick
-
ADDED: scaling stuff of mencoder2001-12-03, by gabucino
-
-ao NAS support by Tobias Diedrich <ranma@gmx.at>2001-12-03, by arpi
-
vo DirectFB support by Jiri Svoboda <Jiri.Svoboda@seznam.cz>2001-12-03, by arpi
-
mpeg subtitle flickering patch by Evgeny Chukreev <codedj@echo.ru>2001-12-03, by arpi
-
similar to 1.1232001-12-02, by jaf
-
horizontal up/downscale linear & cubic2001-12-02, by michael
-
similar to 1.122001-12-02, by jaf
-
-vo mga notes2001-12-02, by nick
-
Fixed compilation on non i686 archs2001-12-02, by nick
-
thanx, fixed!2001-12-02, by gabucino
-
rage128_vid added, and link to radeon/README2001-12-02, by gabucino
-
Fixed single buffering problems and -vo mga compatibility by number of buffers2001-12-02, by nick
-
Support for MTRR and 'swap_fourcc' flag2001-12-02, by nick
-
Patch applied from Panagiotis Issaris <takis@lumumba.luc.ac.be>2001-12-02, by gabucino
-
Fixed 'cat' problems2001-12-02, by nick
-
some DONE added2001-12-01, by arpi
-
using #ifdef HAVE_VCD2001-12-01, by arpi
-
-vcd prints message if not supported2001-12-01, by arpi
-
HAVE_VCD, some obsolete stuff removed (-alsa, xmmp)2001-12-01, by arpi
-
Added a beginners guide2001-12-01, by mswitch
-
-dumpstream2001-12-01, by arpi
-
file format detection reordered to get better hits2001-12-01, by arpi
-
combined PS/PES sync to allow .VDR playback from stdin2001-12-01, by arpi
-
some more stuff, vivo seek removed as being impossible2001-12-01, by arpi
-
Minor improvements2001-12-01, by nick
-
More information2001-12-01, by nick
-
More useful example2001-12-01, by nick
-
More configurable stuff2001-12-01, by nick
-
init_v4l only present if HAVE_TV_V4L2001-12-01, by alex
-
linux() bsd() ... etc is no longer case sensitive2001-12-01, by pl
-
Tune up driver through reading and writing /dev/radeon_vid ;)2001-12-01, by nick
-
Improving auto-install2001-12-01, by nick
-
added support for packet 0x82 (from vivodump.c by arpi)2001-12-01, by alex
-
Auto-install stuff2001-12-01, by nick
-
updated for support detection by configure2001-12-01, by alex
-
added auto detection of tv v4l and changed tv to enabled2001-12-01, by alex
-
bugfix if only -x or only -y is used2001-12-01, by michael
-
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>2001-12-01, by gabucino
-
restructured Installation section2001-12-01, by gabucino
-
patch by Adam Di Carlo <adam@onshore-devel.com>:2001-12-01, by pl
-
yv12 scaling (-x & -y)2001-12-01, by michael
-
dusplay sub_delay patch by Evgeny Chukreev <codedj@echo.ru>2001-11-30, by arpi
-
0x82 support2001-11-30, by arpi
-
Added support for codecs that supports BGR24 (some opensource codecs and vivo)2001-11-30, by mswitch
-
typo fixes2001-11-30, by gabucino
-
magic_number checking added2001-11-30, by alex
-
secret :)2001-11-30, by arpi
-
similar to 1.62001-11-30, by jaf
-
similar to 1.1222001-11-30, by jaf
-
similar to 1.162001-11-30, by jaf
-
msg to Nick: where is the rage128_vid stuff ??2001-11-30, by gabucino
-
oh 10l2001-11-30, by gabucino
-
hmm many things.. (sorry now i'm a bit confused:)2001-11-30, by gabucino
-
pts support2001-11-30, by alex
-
update2001-11-30, by alex
-
fixed2001-11-30, by alex
-
Fix green borders -> black borders, patch from D. Holm, also small fix to dxr3 ao.2001-11-30, by atmos4
-
fixed DGA detection2001-11-29, by arpi
-
similar to 1.45, not finished yet2001-11-29, by jaf
-
sliced scaleing bugfix2001-11-29, by michael
-
similar to r1.1212001-11-29, by jaf
-
similar to -r1.362001-11-29, by jaf
-
similar to 1.152001-11-29, by jaf
-
lame won't compile properly with gcc 2.962001-11-29, by gabucino
-
Arpi: you were right, now it's explained.2001-11-29, by gabucino
-
swscaler cleanup2001-11-29, by michael
-
Support for YV12 with DXR3, patch by D. Holm.2001-11-29, by atmos4
-
new configure didn't build mplayer with mediaLib on solaris any more.2001-11-29, by jkeil
-
DGA handling changed (Arpi's request)2001-11-29, by pl
-
Minor fixes2001-11-29, by nick
-
Reinvent Nexus last fix (wrong local merger on last commit)2001-11-29, by atmos4
-
Minor optimization2001-11-29, by nick
-
Newest DXR3 patch (improved 1.0rc2) by David Holm.2001-11-29, by atmos4
-
Some updates.2001-11-29, by atmos4
-
New ones2001-11-29, by nick
-
Probably ugly attempt to fix Rage128 problems2001-11-29, by nick
-
Sorry for inexactitude2001-11-29, by nick