Mercurial > mplayer.hg
graph
-
fixed RoQ framerate by multiplying PTS calculation by some absurd constantSun, 31 Mar 2002 17:24:12 +0000, by melanson
-
modified the new MS RLE decoder to support BGR15/16 output formats inSun, 31 Mar 2002 15:33:32 +0000, by melanson
-
copy palette to 4*256 bytes area to avoid sig11 when colors<256 but index>colors (broken files)Sun, 31 Mar 2002 10:11:49 +0000, by arpi
-
I hate M$. it seems that MSRLE biSize is always 40 when number of colors < 256 instead of 40+colors*4Sun, 31 Mar 2002 09:50:17 +0000, by arpi
-
migrating to Melanson's great codec name change... which is of course nonsense but why not...Sun, 31 Mar 2002 09:29:19 +0000, by arpi
-
check depth for direct renderingSun, 31 Mar 2002 09:28:17 +0000, by arpi
-
updates - thanks to Melanson...Sun, 31 Mar 2002 03:32:42 +0000, by arpi
-
fix uninit() crash if no config() callSun, 31 Mar 2002 03:03:12 +0000, by arpi
-
fixed to be able to handle extra-quirky .film files on Lemmings 3DOSun, 31 Mar 2002 02:57:53 +0000, by melanson
-
added soem debug prints, and fixed 10l bug of AlbanSun, 31 Mar 2002 02:45:14 +0000, by arpi
-
1 step closed to solving memory corruptionsSun, 31 Mar 2002 02:22:40 +0000, by arpi
-
10l - fixed soem weird sig11 at multifileSat, 30 Mar 2002 23:18:40 +0000, by arpi
-
adpcm.c is no longer neededSat, 30 Mar 2002 23:02:13 +0000, by melanson
-
reworked ADPCM decoders; changes include:Sat, 30 Mar 2002 22:27:45 +0000, by melanson
-
the long standing /dev/sound/dspW => .../dspSat, 30 Mar 2002 19:25:11 +0000, by pl
-
10lSat, 30 Mar 2002 18:09:30 +0000, by arpi
-
using interleaveBytes() for G200 draw_sliceSat, 30 Mar 2002 17:40:22 +0000, by arpi
-
FreeBSD require stdlib.hSat, 30 Mar 2002 14:42:32 +0000, by nexus
-
FreeBSD warning fixSat, 30 Mar 2002 14:12:25 +0000, by nexus
-
again some bugfixesSat, 30 Mar 2002 10:02:44 +0000, by jaf
-
some bugfixesSat, 30 Mar 2002 09:24:37 +0000, by jaf
-
fixed -hr-mp3-seek descriptionSat, 30 Mar 2002 07:58:22 +0000, by gabucino
-
added libvorbis to installation section, and a link to daily CVSSat, 30 Mar 2002 07:49:37 +0000, by gabucino
-
added -ifo optionSat, 30 Mar 2002 07:42:17 +0000, by gabucino
-
Fixed avcodec init bugSat, 30 Mar 2002 06:24:49 +0000, by mswitch
-
better opendivx-divx4 interface explanationFri, 29 Mar 2002 22:37:14 +0000, by gabucino
-
applied Diego's patchFri, 29 Mar 2002 22:34:12 +0000, by gabucino
-
Justyna's updateFri, 29 Mar 2002 22:25:46 +0000, by gabucino
-
Add a configure test for the strsep function (it's missing on solaris)Fri, 29 Mar 2002 21:24:36 +0000, by jkeil
-
Fix bug noticed by Hajba Szilard in message <20020329151644.A23301@revai.hu>Fri, 29 Mar 2002 15:12:41 +0000, by kmkaplan
-
use avcodec_inited instead of av_fdct to see if avcodec was initialized by another part of mplayerFri, 29 Mar 2002 13:46:34 +0000, by rik
-
libavcodec 2pass broke mencoder if divx4encore was not available. fixed.Fri, 29 Mar 2002 07:20:44 +0000, by rfelker
-
quick hack to make vo_mga accept multiple calls to configFri, 29 Mar 2002 05:03:25 +0000, by rfelker
-
* New command line switch for mplayer & mencoder:Fri, 29 Mar 2002 03:17:57 +0000, by kmkaplan
-
Allow cache to be disabled at commandline.Fri, 29 Mar 2002 02:52:45 +0000, by atmos4
-
2-pass lavc encoding fixedFri, 29 Mar 2002 01:01:35 +0000, by arpi
-
eeh, really remove keybinding for w/s for volume control. =)Fri, 29 Mar 2002 00:06:35 +0000, by atmos4
-
Remove alternative volume control binding that clash with libdvdnav support.Fri, 29 Mar 2002 00:04:14 +0000, by atmos4
-
2-pass encoding with libavcodec - untestedThu, 28 Mar 2002 23:45:33 +0000, by arpi
-
10l fix, patch by Mark Szabo <mw3@bsd.hu>Thu, 28 Mar 2002 23:14:14 +0000, by arpi
-
typo, thx to Mark Szabo <mw3@bsd.hu>Thu, 28 Mar 2002 22:45:09 +0000, by arpi
-
DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>Thu, 28 Mar 2002 20:40:21 +0000, by arpi
-
.ttf font loader - based on TOOLS/subfont-cThu, 28 Mar 2002 20:22:34 +0000, by arpi
-
small updateThu, 28 Mar 2002 17:30:46 +0000, by gabucino
-
lego++ bug fixed by XorAThu, 28 Mar 2002 15:05:51 +0000, by mswitch
-
libavcodec 4mv supportThu, 28 Mar 2002 05:01:09 +0000, by michael
-
I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmeticsThu, 28 Mar 2002 00:59:06 +0000, by arpi
-
reordered video codecs to work better with new codec selection codeThu, 28 Mar 2002 00:26:23 +0000, by arpi
-
10l to nick - ACCEPT_WIDTH fixedWed, 27 Mar 2002 21:49:19 +0000, by arpi
-
some under-devel code, will be required for qtx codecsWed, 27 Mar 2002 21:27:38 +0000, by arpi
-
we don't need ac3-iec958 any moreWed, 27 Mar 2002 21:10:46 +0000, by arpi
-
ac3_iec958_build_burst moved from ac3-iec958.cWed, 27 Mar 2002 21:05:39 +0000, by arpi
-
incremented PACK_BYTES for BSDBT848 - by Charles HenrichWed, 27 Mar 2002 12:12:24 +0000, by alex
-
Fix resizing when zoom is used and image size changes between frames.Wed, 27 Mar 2002 04:16:38 +0000, by atmos4
-
Allow to disable crasj sighandler to enable creation of coredump files.Wed, 27 Mar 2002 03:45:55 +0000, by atmos4
-
eeh 10l removed too much lines :(Wed, 27 Mar 2002 03:07:07 +0000, by atmos4