Mercurial > mplayer.hg
graph
-
fixed 10l bug: using ds instead of dp, and adding some debug printsSun, 31 Mar 2002 20:09:17 +0000, by arpi
-
vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1Sun, 31 Mar 2002 20:08:19 +0000, by arpi
-
UpdatedSun, 31 Mar 2002 20:07:38 +0000, by mswitch
-
-alang sig11 when playing avis fixed - 10lSun, 31 Mar 2002 19:20:01 +0000, by arpi
-
changed int -> float for proper PTS calculation (works just as well as theSun, 31 Mar 2002 18:29:09 +0000, by melanson
-
backed out unneeded modSun, 31 Mar 2002 18:28:00 +0000, by melanson
-
fixed ibpsSun, 31 Mar 2002 17:25:11 +0000, by melanson
-
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
-
Issue a warning in VDec if disp_w and disp_h weren't set by codec and try workaround.Wed, 27 Mar 2002 02:58:55 +0000, by atmos4
-
draft v0.1Wed, 27 Mar 2002 02:08:14 +0000, by arpi
-
vplayer sub fix by Arkadiusz Podgorski <wodzu@softomat.com.pl>Wed, 27 Mar 2002 01:22:11 +0000, by arpi
-
applied Diego's cosmetics patch :) with some small fixesWed, 27 Mar 2002 00:54:45 +0000, by arpi
-
XorA added the option of switching between fame/avcodec withoutTue, 26 Mar 2002 18:47:42 +0000, by mswitch
-
ported back hack for interlaced mpeg2, without it mplayer draws whole frame for every field -100% slowdownTue, 26 Mar 2002 17:05:09 +0000, by iive
-
Updated neomagic info.Tue, 26 Mar 2002 16:56:24 +0000, by atmos4
-
fixed green lines caused by missing rounding to 2Tue, 26 Mar 2002 16:45:21 +0000, by iive
-
Don't kill me, pure indent change as I forgot to reindent when copy and pasting from dec_audio.c, as this is the first revision it doesn't break changelog!Tue, 26 Mar 2002 16:37:42 +0000, by atmos4
-
Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved buffering scheme.Tue, 26 Mar 2002 15:53:18 +0000, by atmos4
-
Check for proper Vorbis version.Tue, 26 Mar 2002 12:43:01 +0000, by atmos4
-
ooops :)Tue, 26 Mar 2002 05:47:04 +0000, by atmos4
-
fixed up this audio decoder tooTue, 26 Mar 2002 05:34:41 +0000, by melanson
-
Fileslist support for mf demuxer, delemited by ',' and change mf fps to float.Tue, 26 Mar 2002 05:25:15 +0000, by atmos4
-
added YUY2 output to the widely used (heh) CYUV decoder because it seemedTue, 26 Mar 2002 05:03:10 +0000, by melanson
-
fixed so the decoder cooperates better with the rest of the systemTue, 26 Mar 2002 04:41:43 +0000, by melanson
-
fixed to work nicely with the new system (and yes, I did originate the RoQTue, 26 Mar 2002 04:22:47 +0000, by melanson
-
I wonder noone noticed this, wrong output of extra[inc|lib]Tue, 26 Mar 2002 03:09:57 +0000, by atmos4
-
Suggest --enable-debug=3Tue, 26 Mar 2002 02:38:58 +0000, by atmos4
-
Fix aac decoded size.Tue, 26 Mar 2002 01:01:09 +0000, by atmos4
-
ad_msgsm addedMon, 25 Mar 2002 22:25:58 +0000, by arpi
-
ok, use ad_* stuffMon, 25 Mar 2002 22:04:33 +0000, by arpi
-
argh... Nick messed up driver names tooMon, 25 Mar 2002 22:03:33 +0000, by arpi
-
imporetd from MPlayerXP, with small modificationMon, 25 Mar 2002 21:23:06 +0000, by arpi
-
do not export the WorldMon, 25 Mar 2002 21:13:02 +0000, by arpi
-
imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface functions changed to static, info->author field addedMon, 25 Mar 2002 21:06:01 +0000, by arpi
-
changed to be more-or-less compatible with Nick's stuffMon, 25 Mar 2002 19:53:41 +0000, by arpi
-
10lMon, 25 Mar 2002 16:38:13 +0000, by michael
-
byte interleaving for mgaMon, 25 Mar 2002 16:35:24 +0000, by michael
-
no native support for I420 in G200Mon, 25 Mar 2002 16:22:15 +0000, by arpi
-
disabel DR and UV swapping for g200 planar modesMon, 25 Mar 2002 16:21:39 +0000, by arpi
-
dump stuffMon, 25 Mar 2002 13:35:23 +0000, by arpi
-
eeh 10l, removed one line too much :(Mon, 25 Mar 2002 11:35:21 +0000, by atmos4
-
Fix some silly logical bugs and fix memory cleanup in case mp4_parse_es returned with an error by memsetting the esds struct to 0 on init.Mon, 25 Mar 2002 11:13:14 +0000, by atmos4
-
Fix aspect info for square pixel.Mon, 25 Mar 2002 09:52:15 +0000, by atmos4
-
Bugfix by XorAMon, 25 Mar 2002 05:13:19 +0000, by mswitch
-
reset selectionMon, 25 Mar 2002 03:20:42 +0000, by arpi
-
check and set codec selection - impossible to do it at find_codecMon, 25 Mar 2002 03:19:43 +0000, by arpi
-
100l :(Mon, 25 Mar 2002 03:19:06 +0000, by arpi
-
use codec selectionMon, 25 Mar 2002 03:07:27 +0000, by arpi
-
tagging selected codec to avoid trying the same codec several timesMon, 25 Mar 2002 03:02:57 +0000, by arpi
-
proposal for audio decodersMon, 25 Mar 2002 02:39:58 +0000, by arpi
-
common stuff moved to mpc_info.hMon, 25 Mar 2002 02:39:36 +0000, by arpi
-
typo...Mon, 25 Mar 2002 02:10:08 +0000, by arpi
-
I420 supportMon, 25 Mar 2002 01:32:40 +0000, by arpi
-
-fs aspect fix by KotHSun, 24 Mar 2002 21:22:16 +0000, by arpi
-
fallback to server's control() - patch by KotHSun, 24 Mar 2002 21:17:16 +0000, by arpi
-
U,V plane odrer fixedSun, 24 Mar 2002 20:55:06 +0000, by arpi
-
U,V plane odrer fixedSun, 24 Mar 2002 20:45:30 +0000, by arpi
-
I420 UV swapping fixedSun, 24 Mar 2002 19:14:40 +0000, by arpi
-
UV vs VU fixSun, 24 Mar 2002 19:01:01 +0000, by arpi
-
fixes, extended by mplayer's planes[]Sun, 24 Mar 2002 18:44:15 +0000, by arpi
-
Two fixes:Sun, 24 Mar 2002 18:42:27 +0000, by ksorim
-
soem explanationSun, 24 Mar 2002 18:42:05 +0000, by arpi
-
fixed U/V swapping for direct rendering, and 3rd plane offset calculation when height!=0Sun, 24 Mar 2002 18:19:14 +0000, by arpi
-
Fixed bug in Athlon detection code ;)Sun, 24 Mar 2002 18:01:08 +0000, by mswitch
-
XorA found a bug in the avcodec codeSun, 24 Mar 2002 15:33:12 +0000, by mswitch
-
Default to avcodec if installed, otherwise use fame. Apparently fame output is very very blockySun, 24 Mar 2002 15:18:38 +0000, by mswitch
-
Use esds parser for movie esds atom and only pass decoder specific configuration into the stream_header.Sun, 24 Mar 2002 14:47:28 +0000, by atmos4
-
allow negative mul valuesSun, 24 Mar 2002 14:15:24 +0000, by pl
-
- Add parsing of Sync Layer DescriptorSun, 24 Mar 2002 06:10:13 +0000, by atmos4
-
Support for decoder specific config from mp4 header for AAC decoder.Sun, 24 Mar 2002 03:08:20 +0000, by atmos4
-
10l fix memory allocationSun, 24 Mar 2002 03:07:18 +0000, by atmos4
-
eeh 10l, forgot malloc of esds struct.Sun, 24 Mar 2002 02:38:20 +0000, by atmos4
-
Improved MP4 parsing (finally)Sun, 24 Mar 2002 02:25:41 +0000, by atmos4
-
OS2 supportSun, 24 Mar 2002 01:09:08 +0000, by arpi
-
timer.c not used - why to compileSun, 24 Mar 2002 01:05:57 +0000, by arpi
-
check for mman.hSun, 24 Mar 2002 01:05:43 +0000, by arpi
-
include stdlib.hSun, 24 Mar 2002 00:58:27 +0000, by arpi
-
we don't need mman.hSun, 24 Mar 2002 00:44:54 +0000, by arpi
-
moved font_laod.hSun, 24 Mar 2002 00:39:44 +0000, by arpi
-
moved font_laod.hSun, 24 Mar 2002 00:32:13 +0000, by arpi
-
include font_load.h directly, instead of via video_out.hSat, 23 Mar 2002 22:50:25 +0000, by arpi
-
sys/types.h required for off_tSat, 23 Mar 2002 21:52:13 +0000, by arpi
-
MANGLE() the 3dnow codeSat, 23 Mar 2002 21:48:55 +0000, by arpi
-
use .balign instead of .alignSat, 23 Mar 2002 21:44:05 +0000, by arpi
-
more ugly hackSat, 23 Mar 2002 21:35:03 +0000, by arpi
-
we don't use mmap() in mplayer.c, so why should we include mman.h...Sat, 23 Mar 2002 21:12:38 +0000, by arpi
-
OS/2 workaroundSat, 23 Mar 2002 20:56:34 +0000, by arpi
-
10l - va_start needs teh pointer to stack - not the translated messageSat, 23 Mar 2002 19:29:48 +0000, by arpi
-
we don't need dl nor stat functions - why to include tehir headers...Sat, 23 Mar 2002 19:14:13 +0000, by arpi
-
added missing #include config.h, removed LIBVO2 ifdef.Sat, 23 Mar 2002 18:59:36 +0000, by arpi
-
OS2 supportSat, 23 Mar 2002 18:40:54 +0000, by arpi
-
dlfcn.h shouldn't be included if XANIM support disabledSat, 23 Mar 2002 18:38:41 +0000, by arpi
-
Aspect code reenabled, apparently users didn't like running moviesSat, 23 Mar 2002 18:16:22 +0000, by mswitch
-
added aspect ratio support and local ctxSat, 23 Mar 2002 17:29:35 +0000, by alex
-
10l, hopefully fixed query formatSat, 23 Mar 2002 17:27:46 +0000, by alex
-
fixed query formatSat, 23 Mar 2002 17:16:49 +0000, by alex
-
10l. IMGFLAG_ALLOCATED shouldn't be set from vd driver\! - it's for internal use by the coreSat, 23 Mar 2002 16:56:05 +0000, by arpi
-
moved get_image into decoder (Arpi's request)Sat, 23 Mar 2002 16:46:02 +0000, by alex
-
Disable prebuffering on athlons (3DNowEx) as the ones running at 266MHzSat, 23 Mar 2002 16:36:42 +0000, by mswitch
-
As jittering is corrected we might as well play the movie in full resSat, 23 Mar 2002 15:43:17 +0000, by mswitch
-
Jitter-bug fixed by Marcel Hild <hild@b4mad.net>, many many thanks goesSat, 23 Mar 2002 15:27:47 +0000, by mswitch
-
added xanim urlSat, 23 Mar 2002 15:09:05 +0000, by alex
-
adding support for 12 bit planar YUV formats (for YUV4MPEG(2))Sat, 23 Mar 2002 14:26:53 +0000, by rik
-
Support for cropping in mencoder. New options:Sat, 23 Mar 2002 13:13:12 +0000, by ksorim
-
applied Melanson's patchSat, 23 Mar 2002 10:47:13 +0000, by gabucino
-
Fix swapped uv planes when playing yv12 data with direct renderingSat, 23 Mar 2002 10:24:51 +0000, by ksorim
-
Fixes crash which occured when it wasn't possible to connect to the displaySat, 23 Mar 2002 10:09:39 +0000, by ksorim
-
try to uncomment this line - very funny effect (skipping I frames)Sat, 23 Mar 2002 02:41:31 +0000, by arpi
-
syncSat, 23 Mar 2002 00:32:59 +0000, by jonas
-
added zlibFri, 22 Mar 2002 22:14:01 +0000, by alex
-
added zlib supportFri, 22 Mar 2002 22:12:09 +0000, by alex
-
added, supporting only BGR24 (avizlib.dll does the same)Fri, 22 Mar 2002 21:20:50 +0000, by alex
-
committed Roberto Togni's patch for control() function in HuffYUV decoderFri, 22 Mar 2002 14:11:13 +0000, by melanson
-
Fix for OSD when width != pitchFri, 22 Mar 2002 07:35:48 +0000, by ksorim
-
increasing libavcodec -vme rangeFri, 22 Mar 2002 04:14:43 +0000, by michael
-
ixes bug in draw_slice and also fixes compilance toFri, 22 Mar 2002 03:22:34 +0000, by atmos4
-
Add Parsing off ftyp box and some more docs refFri, 22 Mar 2002 00:54:10 +0000, by atmos4
-
I knew I had a typo just as I commited :(Thu, 21 Mar 2002 22:51:44 +0000, by atmos4
-
update my stuffThu, 21 Mar 2002 22:33:04 +0000, by atmos4
-
Add a usefull url, btw. audio esds needs some fixing with some files, I'll investigate.Thu, 21 Mar 2002 22:26:52 +0000, by atmos4
-
some more...Thu, 21 Mar 2002 21:00:21 +0000, by arpi
-
insert mpeg4 video header into the first chunkThu, 21 Mar 2002 20:43:43 +0000, by arpi
-
0.1lThu, 21 Mar 2002 20:19:00 +0000, by arpi
-
support multiple video header extension chunksThu, 21 Mar 2002 20:18:30 +0000, by arpi
-
query flag addedThu, 21 Mar 2002 19:53:31 +0000, by arpi
-
print meaningfull error message instead of "hmm, arpi said that isnt used...Thu, 21 Mar 2002 19:23:20 +0000, by michael
-
Im proved Build Version selection for DivX 5.Thu, 21 Mar 2002 18:59:07 +0000, by atmos4
-
fixing bgr15&16 on big_endianThu, 21 Mar 2002 18:53:32 +0000, by michael
-
some updatesThu, 21 Mar 2002 17:16:21 +0000, by alex
-
a bit update to libvo1.5, i think we should make a seperate documentationThu, 21 Mar 2002 17:11:38 +0000, by alex
-
argh 0.5lThu, 21 Mar 2002 16:44:15 +0000, by atmos4
-
Recognize and skip ftype chunk used by some .mp4 files andThu, 21 Mar 2002 16:42:58 +0000, by atmos4
-
temporary disabled len=0 code due to reported loop errorsThu, 21 Mar 2002 15:01:39 +0000, by alex
-
This will hopefully fixThu, 21 Mar 2002 14:08:40 +0000, by ksorim
-
Fix crash when playing multiple files. The bug was triggered when the first fileThu, 21 Mar 2002 10:22:55 +0000, by ksorim
-
Fix crash when SDL had to do rgb -> rgb conversion. Removed some codeThu, 21 Mar 2002 09:22:55 +0000, by ksorim
-
wording patch by Diego & EggerThu, 21 Mar 2002 06:32:13 +0000, by gabucino
-
Add some atom parsing to movie trak and a bit cosmetics ;), Michael can now write esds movie header whereever he wants.Thu, 21 Mar 2002 06:05:14 +0000, by atmos4
-
added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>Thu, 21 Mar 2002 01:21:49 +0000, by melanson
-
some new funcs and fixes for quicktimeWed, 20 Mar 2002 22:32:17 +0000, by arpi
-
allow LPSTR typedefWed, 20 Mar 2002 22:31:52 +0000, by arpi
-
not vbt, but vratetolWed, 20 Mar 2002 21:23:59 +0000, by gabucino
-
added input optionsWed, 20 Mar 2002 21:14:36 +0000, by gabucino
-
-oldpp info fixedWed, 20 Mar 2002 20:25:44 +0000, by gabucino
-
-drWed, 20 Mar 2002 20:24:47 +0000, by gabucino
-
new lavc optsWed, 20 Mar 2002 20:23:40 +0000, by gabucino
-
some small updatesWed, 20 Mar 2002 18:07:03 +0000, by gabucino
-
extended FAAD detectionWed, 20 Mar 2002 17:53:44 +0000, by alex
-
Fame support enabled, awaiting bugreports =DWed, 20 Mar 2002 17:26:52 +0000, by mswitch
-
using -dr instead -vaa_drWed, 20 Mar 2002 15:39:08 +0000, by alex
-
splitted mp_msg_init and mp_msg_set_levelWed, 20 Mar 2002 15:38:13 +0000, by alex
-
Bugfix for --disable-runtime-cpudetectionWed, 20 Mar 2002 15:28:26 +0000, by ksorim
-
splitted mp_msg_init and mp_msg_set_levelWed, 20 Mar 2002 15:22:48 +0000, by alex
-
splitted mp_msg_init and mp_msg_set_level and added i18n support to initWed, 20 Mar 2002 15:14:59 +0000, by alex
-
10l ;)Wed, 20 Mar 2002 14:56:26 +0000, by alex
-
Added options -input keylist and -input cmdlist to list all knowWed, 20 Mar 2002 13:30:57 +0000, by albeu
-
Set the params given to a playlist url to the playlistWed, 20 Mar 2002 10:27:27 +0000, by albeu
-
Fix endless loop at end of an audio only file. It occured when the last chunkWed, 20 Mar 2002 09:48:47 +0000, by albeu
-
New string list option typeWed, 20 Mar 2002 09:45:39 +0000, by albeu
-
added a BMP file demuxer...yeah, that's right, a static image BMP fileWed, 20 Mar 2002 05:15:53 +0000, by melanson
-
oh yeah, this is it...MPlayer now has 4-bit MS RLE support...I thinkWed, 20 Mar 2002 05:09:38 +0000, by melanson
-
add alternative samplerate calculation for files with timescale\!=samplerateWed, 20 Mar 2002 04:22:14 +0000, by atmos4
-
InitializeQTML(0) addedWed, 20 Mar 2002 03:03:29 +0000, by arpi
-
comments on compilingWed, 20 Mar 2002 01:39:09 +0000, by arpi
-
simple sample proggy, using qtmlClient.dll to access QT componentsWed, 20 Mar 2002 01:36:41 +0000, by arpi
-
fixing runtime cpudetect with pre SSE cpusTue, 19 Mar 2002 22:32:45 +0000, by michael
-
config vo if resolution changed (after decoded image read the dimensions out of lavc context)Tue, 19 Mar 2002 22:12:18 +0000, by alex
-
allow sh_audio struct to be initialized by demuxer, add parsing of mp4 esds header to mov demuxer, init faad from info from mov headerTue, 19 Mar 2002 21:48:55 +0000, by atmos4
-
show sub/av delay at osdlevel=1 - patch by Marcin Juszkiewicz <marcinj@netbox.pl>Tue, 19 Mar 2002 19:22:00 +0000, by arpi
-
non-blocking open - patch by Fredrik Kuivinen <freku045@student.liu.se>Tue, 19 Mar 2002 19:16:01 +0000, by arpi
-
hotfix (i doubt it will really fix this issue) by Fredrik Kuivinen <freku045@student.liu.se>Tue, 19 Mar 2002 18:57:24 +0000, by arpi
-
runtime msg changedTue, 19 Mar 2002 18:49:39 +0000, by arpi
-
a bit modified runtime fix patch by Fredrik Kuivinen <freku045@student.liu.se>Tue, 19 Mar 2002 18:42:27 +0000, by arpi
-
10L bug fix. Thx to Fredrik Kuivinen <freku045@student.liu.se>.Tue, 19 Mar 2002 18:27:54 +0000, by albeu
-
Automatically use avcodec if it exists, otherwise fall back to fame (dueTue, 19 Mar 2002 15:08:15 +0000, by mswitch
-
A bug fix in the auto-repeat stuff + moved all printf to mp_msgTue, 19 Mar 2002 13:30:16 +0000, by albeu
-
Commentting sessionTue, 19 Mar 2002 13:29:28 +0000, by albeu
-
A bug fix + moved error msg from verbose to errorTue, 19 Mar 2002 13:28:45 +0000, by albeu
-
Fix a typo error with JOY_BTN2 and JOY_BTN3Tue, 19 Mar 2002 13:27:44 +0000, by albeu
-
small update to english version.Tue, 19 Mar 2002 11:01:37 +0000, by jonas
-
MPlayer now has a Microsoft RLE decoder to call its own...only supportsTue, 19 Mar 2002 07:07:06 +0000, by melanson
-
10l. -ao mpegpes shouldn't be disabled if no DVBTue, 19 Mar 2002 00:11:44 +0000, by arpi
-
update hall of fame :)Mon, 18 Mar 2002 23:59:42 +0000, by atmos4
-
Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 video in qt to ffmpeg4 although it's still buggy in decodingMon, 18 Mar 2002 23:30:04 +0000, by atmos4
-
updates by Jiri.Svoboda@seznam.czMon, 18 Mar 2002 23:20:13 +0000, by arpi
-
-nosound option addedMon, 18 Mar 2002 22:25:03 +0000, by gabucino
-
applied Melanson's patchMon, 18 Mar 2002 22:24:18 +0000, by gabucino
-
syncMon, 18 Mar 2002 15:21:28 +0000, by jaf
-
updated to english version.Mon, 18 Mar 2002 14:57:34 +0000, by jonas
-
usr/lib/mplayer not /usr/lib, as reminded by Amy Fong.Mon, 18 Mar 2002 09:39:18 +0000, by eyck
-
syncMon, 18 Mar 2002 09:10:54 +0000, by nexus
-
the RoQ video decoder is so very close to working, I can almost taste itMon, 18 Mar 2002 05:29:59 +0000, by melanson
-
added PTS for audio, but seeking still doesn't workMon, 18 Mar 2002 03:17:20 +0000, by melanson
-
supports query_format in codecsMon, 18 Mar 2002 03:08:21 +0000, by arpi
-
changed status of 'null' codec to avoid prefering it over buggy codecsMon, 18 Mar 2002 01:55:38 +0000, by arpi
-
video codec selection failed message changed - it depends on -vo tooMon, 18 Mar 2002 01:54:33 +0000, by arpi
-
status numbers changed to fit our detection orderMon, 18 Mar 2002 01:52:51 +0000, by arpi
-
migrate to new init_video()Mon, 18 Mar 2002 01:51:47 +0000, by arpi
-
video codec selection redesigned and moved to libmpcodecs - now it's 'intelligent'Mon, 18 Mar 2002 01:49:42 +0000, by arpi
-
init_video() changed, make all externMon, 18 Mar 2002 01:48:40 +0000, by arpi
-
decore version check for divx3 and divx5Mon, 18 Mar 2002 01:48:22 +0000, by arpi
-
don't call video->get_info if it's NULLMon, 18 Mar 2002 01:47:47 +0000, by arpi
-
init_video() changed - now it handles codec selectionMon, 18 Mar 2002 01:47:14 +0000, by arpi
-
libavcodec bitrate is in kbit now ...Mon, 18 Mar 2002 01:00:43 +0000, by michael
-
added vo_configMon, 18 Mar 2002 00:55:58 +0000, by arpi
-
decore version check for divx3 and divx5Mon, 18 Mar 2002 00:46:44 +0000, by arpi
-
lirc fix by Keller Attila <mikimo3@freemail.hu>Sun, 17 Mar 2002 20:28:19 +0000, by arpi
-
supporting ffmpegs "hopefully better bitrate control"Sun, 17 Mar 2002 17:09:04 +0000, by michael
-
rage mobility m3 is rage128 based and not mach64 ...Sun, 17 Mar 2002 16:08:39 +0000, by michael
-
correct LIBDIRSun, 17 Mar 2002 16:02:21 +0000, by eyck
-
Add a (more or less dummy) reference to vo_format_name(), to pull theSun, 17 Mar 2002 15:11:44 +0000, by jkeil
-
xp addedSun, 17 Mar 2002 15:03:25 +0000, by jaf
-
Mp4S fixedSun, 17 Mar 2002 14:21:07 +0000, by arpi
-
fixSun, 17 Mar 2002 09:42:20 +0000, by gabucino
-
sync the f* manual (with arpi's english changes)Sun, 17 Mar 2002 09:41:26 +0000, by gabucino
-
uninit bugs fixedSun, 17 Mar 2002 03:38:16 +0000, by arpi
-
FILM demuxer is leaner, meaner, and cleaner, also with proper bailout onSun, 17 Mar 2002 02:59:04 +0000, by melanson
-
libvo printfs added (moved from mplayer.c), mpi buffers free'd to fix multifile playbackSun, 17 Mar 2002 02:30:29 +0000, by arpi
-
init_video_vaa() removedSun, 17 Mar 2002 02:29:41 +0000, by arpi
-
init/uninit libvo/ao/getch2/cache2 order fixedSun, 17 Mar 2002 02:28:32 +0000, by arpi
-
fixed colorspace detectionSun, 17 Mar 2002 02:13:18 +0000, by arpi
-
don't free our_out_buffer - it's obsoletedSun, 17 Mar 2002 02:04:06 +0000, by arpi
-
- cleanup pass 1. more to come soon...Sun, 17 Mar 2002 00:47:15 +0000, by arpi
-
useless 'max benchmar' removedSun, 17 Mar 2002 00:43:01 +0000, by arpi
-
removed pitches[] messSat, 16 Mar 2002 22:51:07 +0000, by arpi
-
using LIBDIR instead prefix/lib/mplayerSat, 16 Mar 2002 21:20:47 +0000, by alex
-
writing LIBDIR to config.mak and removed USR_PREFIX from config.h as it was the same as PREFIXSat, 16 Mar 2002 21:20:03 +0000, by alex
-
libvo flagsSat, 16 Mar 2002 20:57:53 +0000, by alex
-
mpegpes supportSat, 16 Mar 2002 20:36:24 +0000, by arpi
-
accept IMGFMT_MPEGPESSat, 16 Mar 2002 20:35:59 +0000, by arpi
-
added proper PTS support for FILM demuxerSat, 16 Mar 2002 19:58:07 +0000, by melanson
-
BSD compatibility fix by Steven M. SchultzSat, 16 Mar 2002 19:17:58 +0000, by alex
-
fame enabeldSat, 16 Mar 2002 19:15:12 +0000, by arpi
-
libfame addedSat, 16 Mar 2002 18:43:10 +0000, by arpi
-
workaround lack of -fomit-frame-pointerSat, 16 Mar 2002 17:12:19 +0000, by michael
-
Fixed the bug that make mplayer crash with no sound and an invalidSat, 16 Mar 2002 17:10:15 +0000, by albeu
-
1L : removed redondant enter key bindingSat, 16 Mar 2002 16:57:35 +0000, by albeu
-
ENTER now quits after last fileSat, 16 Mar 2002 16:47:35 +0000, by gabucino
-
Now enter key quit if no next file is avaibleSat, 16 Mar 2002 16:36:32 +0000, by albeu
-
Fixed some bugs with fame, had to disable prebuffering with fame thoughSat, 16 Mar 2002 15:49:26 +0000, by mswitch
-
Initial ogg demuxer. No seeking, a/v sync is broken. Support aviSat, 16 Mar 2002 14:32:03 +0000, by albeu
-
Fixed problem with seeking/sync when using libfameSat, 16 Mar 2002 06:01:13 +0000, by mswitch
-
prefer outfmt with no conversion (see vo's query flags)Sat, 16 Mar 2002 02:46:49 +0000, by arpi
-
added directrendering support and better query_formatSat, 16 Mar 2002 02:42:19 +0000, by alex
-
rtfm hint msg depends on runtime detectionSat, 16 Mar 2002 02:15:10 +0000, by arpi
-
let's make users testing runtime stuff... he-heSat, 16 Mar 2002 02:03:37 +0000, by arpi
-
hints on RTFMSat, 16 Mar 2002 01:56:19 +0000, by arpi
-
updatesSat, 16 Mar 2002 01:34:45 +0000, by arpi
-
obsolete... will be deleted SOONSat, 16 Mar 2002 01:28:11 +0000, by arpi
-
handle error from mpcodecs_config_vo()Sat, 16 Mar 2002 01:10:31 +0000, by arpi
-
"obladi-oblada" -- Gabucino, Feb 11 20:03:21 2002Fri, 15 Mar 2002 23:53:58 +0000, by arpi
-
"sok ize, mutyur, bizbasz." --Gabucino, Feb 12 23:39:36 2002Fri, 15 Mar 2002 23:42:52 +0000, by arpi
-
added a message :)Fri, 15 Mar 2002 23:25:25 +0000, by alex
-
workaround to compile without new-input supportFri, 15 Mar 2002 23:22:36 +0000, by alex
-
szrii, tuu, van, fajorFri, 15 Mar 2002 23:17:50 +0000, by gabucino
-
printf to mp_msg by Anders Rune JensenFri, 15 Mar 2002 23:16:32 +0000, by alex
-
"ez+az" -- Gabucino, 2001Fri, 15 Mar 2002 23:15:36 +0000, by arpi
-
"nememlex" --Gabucino, 2002Fri, 15 Mar 2002 22:57:16 +0000, by arpi
-
changed printf's to mp_msgFri, 15 Mar 2002 22:42:28 +0000, by alex
-
faszom.Fri, 15 Mar 2002 22:29:22 +0000, by arpi
-
syncFri, 15 Mar 2002 22:27:09 +0000, by gabucino
-
changed printf's to mp_msgFri, 15 Mar 2002 22:25:57 +0000, by alex
-
xanim search path fixedFri, 15 Mar 2002 22:16:56 +0000, by gabucino
-
runtime cpudetectionFri, 15 Mar 2002 22:16:02 +0000, by alex
-
volume normalizer plugin addedFri, 15 Mar 2002 22:14:26 +0000, by gabucino
-
fixes...Fri, 15 Mar 2002 21:43:22 +0000, by arpi
-
spelling type fix by Anders Rune JensenFri, 15 Mar 2002 21:38:54 +0000, by alex
-
using mp_gettextFri, 15 Mar 2002 21:37:10 +0000, by alex
-
a "few" "small" "fixes" ...Fri, 15 Mar 2002 21:24:48 +0000, by arpi
-
changed to mp_msgFri, 15 Mar 2002 21:23:49 +0000, by alex
-
-audiofile addedFri, 15 Mar 2002 21:12:33 +0000, by gabucino
-
added i18n supportFri, 15 Mar 2002 21:08:14 +0000, by alex
-
added mp_gettext macro for i18nFri, 15 Mar 2002 21:07:48 +0000, by alex
-
added i18n support (also disabled, later auto detection will be enabled)Fri, 15 Mar 2002 20:48:42 +0000, by alex
-
softclipping (ammegmi?)Fri, 15 Mar 2002 20:36:20 +0000, by gabucino
-
0.1l ;)Fri, 15 Mar 2002 17:58:19 +0000, by alex
-
No longer force the device into not using fameFri, 15 Mar 2002 17:24:27 +0000, by mswitch
-
noaudio ... try#2Fri, 15 Mar 2002 16:49:42 +0000, by gabucino
-
[REVERSE] aszitted mi?Fri, 15 Mar 2002 16:43:58 +0000, by gabucino
-
RM seeking works (?)Fri, 15 Mar 2002 16:38:36 +0000, by gabucino
-
-noaudiobaszasFri, 15 Mar 2002 16:36:47 +0000, by gabucino
-
10lFri, 15 Mar 2002 16:36:45 +0000, by arpi
-
added some ifdef's to make possible to compile with --disable-new-input --enable-guiFri, 15 Mar 2002 16:13:27 +0000, by alex
-
TVI BSD BT848 supportFri, 15 Mar 2002 16:10:29 +0000, by alex
-
tv -noaudio support by Charles HenrichFri, 15 Mar 2002 16:10:06 +0000, by alex
-
update by Charles HenrichFri, 15 Mar 2002 16:08:14 +0000, by alex
-
audio support and pts based packet handling by Charles HenrichFri, 15 Mar 2002 16:07:06 +0000, by alex
-
mp_msg'ized (for i18n ;)Fri, 15 Mar 2002 16:06:10 +0000, by alex
-
added get_sh_video/audio and realmedia seekingFri, 15 Mar 2002 15:53:11 +0000, by alex
-
added PRE-ALPHA seeking ability and index table generator (like avi's one)Fri, 15 Mar 2002 15:51:37 +0000, by alex
-
added TVI BSD BT848Fri, 15 Mar 2002 15:01:34 +0000, by alex
-
initialFri, 15 Mar 2002 14:59:32 +0000, by alex
-
place subtitles under the imageFri, 15 Mar 2002 14:42:15 +0000, by arpi
-
RoQ video decoder is much closer to being categorized as "working" (thereFri, 15 Mar 2002 05:08:07 +0000, by melanson
-
10l? frames_per_sequence==GOPsize... so it should be few secondsFri, 15 Mar 2002 03:49:17 +0000, by arpi
-
temp workaround for mencoderThu, 14 Mar 2002 23:58:46 +0000, by arpi
-
pitches mess removedThu, 14 Mar 2002 23:29:33 +0000, by arpi
-
libvo init moved to libmpcodecsThu, 14 Mar 2002 23:28:51 +0000, by arpi
-
vo_flags unusedThu, 14 Mar 2002 23:09:27 +0000, by arpi
-
missing config_voThu, 14 Mar 2002 23:08:47 +0000, by arpi
-
libvo2 #ifs removedThu, 14 Mar 2002 21:31:25 +0000, by arpi
-
updated to english version.Thu, 14 Mar 2002 21:26:15 +0000, by jonas
-
corrections by "Bena, Daniel" <Daniel.Bena@dm-drogeriemarkt.sk>Thu, 14 Mar 2002 19:16:48 +0000, by jaf
-
10lThu, 14 Mar 2002 17:20:28 +0000, by gabucino
-
mp3 detection fixed...Thu, 14 Mar 2002 11:18:19 +0000, by arpi
-
some cleanup, fixes for video header parsing. finally we get the coded size instead of display size\!Thu, 14 Mar 2002 02:26:49 +0000, by arpi
-
ijpg for jpegsWed, 13 Mar 2002 15:33:55 +0000, by gabucino
-
This will slow down wobbling (just a bit)Wed, 13 Mar 2002 14:39:24 +0000, by mswitch
-
Added preliminary fame supportWed, 13 Mar 2002 14:15:00 +0000, by mswitch
-
Added soft clipping for software volume controlWed, 13 Mar 2002 12:32:42 +0000, by anders
-
upsz ... 10l :)Wed, 13 Mar 2002 12:11:21 +0000, by pontscho
-
small changes in event handlingWed, 13 Mar 2002 10:59:20 +0000, by pontscho
-
10l - config.h should be included...Wed, 13 Mar 2002 01:45:42 +0000, by arpi
-
using libFAME...Wed, 13 Mar 2002 01:23:36 +0000, by arpi
-
sdl dr supportTue, 12 Mar 2002 23:34:52 +0000, by atmos4
-
10l forgot to remove debug printfsTue, 12 Mar 2002 23:10:04 +0000, by atmos4
-
fix dga key handlingTue, 12 Mar 2002 22:11:35 +0000, by atmos4
-
nortc patch by Attila KinaliTue, 12 Mar 2002 18:02:02 +0000, by atmos4
-
corrections by Diego Biurrun <diego@biurrun.de>Tue, 12 Mar 2002 12:36:00 +0000, by jaf
-
lexical fixes (COSMETIC :)) and one 'real fix': grap_frames -> grab_frames -- feel free to flame and reverseTue, 12 Mar 2002 12:04:40 +0000, by alex
-
Using yv12_to_yuy2 sw convertor for cards which have no native yv12 supportTue, 12 Mar 2002 07:31:41 +0000, by nick
-
users should know what he loseTue, 12 Mar 2002 07:16:29 +0000, by nick
-
Bugfix for sig11 when playing multiple filesTue, 12 Mar 2002 06:32:02 +0000, by anders
-
fixed long-standing issue with stereo IMA4 decoderTue, 12 Mar 2002 01:32:46 +0000, by melanson
-
libjpeg and loader conflict workaroundMon, 11 Mar 2002 20:13:45 +0000, by pontscho
-
Compute aspect ratio only onceMon, 11 Mar 2002 09:24:09 +0000, by nick
-
remove obsoleted function (mplResize)Mon, 11 Mar 2002 09:19:15 +0000, by pontscho
-
Fixed fullscreen modeMon, 11 Mar 2002 09:01:43 +0000, by nick
-
Fixed color key definitions. Waiting for new bugreports ;)Mon, 11 Mar 2002 08:48:54 +0000, by nick
-
Fixed default background color for proper color key usageMon, 11 Mar 2002 08:48:06 +0000, by nick
-
kill few warningMon, 11 Mar 2002 08:42:07 +0000, by pontscho
-
Fixed swapping of UV planes in single buffered modeMon, 11 Mar 2002 07:46:04 +0000, by nick
-
framedrop fixMon, 11 Mar 2002 01:13:13 +0000, by arpi
-
very obsoleted...Mon, 11 Mar 2002 00:58:32 +0000, by arpi
-
ijpg handles AVID and Photo JPEG tooMon, 11 Mar 2002 00:49:52 +0000, by arpi
-
hopefully fixed divx5 header + xvid conflictMon, 11 Mar 2002 00:39:40 +0000, by arpi
-
JPEG_LIB moved to common libs, requires by mencoder tooMon, 11 Mar 2002 00:13:26 +0000, by arpi
-
libjpeg detection cleanupMon, 11 Mar 2002 00:13:05 +0000, by arpi
-
1000l. directfb 0.9.9 detection fixed?Sun, 10 Mar 2002 23:55:36 +0000, by arpi
-
removed unneeded includesSun, 10 Mar 2002 23:45:44 +0000, by arpi
-
fix fs handlingSun, 10 Mar 2002 23:20:01 +0000, by pontscho
-
rewrite MWM hint handlingSun, 10 Mar 2002 23:05:44 +0000, by pontscho
-
keeps it cleanSun, 10 Mar 2002 23:04:31 +0000, by jaf
-
Add IJPG decoder.Sun, 10 Mar 2002 22:49:18 +0000, by pontscho
-
fixed strides for packed fourccsSun, 10 Mar 2002 17:51:52 +0000, by nick
-
32bpp support not implemented - do not lieSun, 10 Mar 2002 17:46:22 +0000, by arpi
-
DirectFB 0.9.9 support - patch by Aubin Paul <aubin@punknews.org>Sun, 10 Mar 2002 15:47:01 +0000, by arpi
-
new smoothing method ('#define AVG 2' to enable'n'test it)Sun, 10 Mar 2002 13:53:38 +0000, by pl
-
updated to english versionSun, 10 Mar 2002 12:03:13 +0000, by jonas
-
xvid in mencoderSun, 10 Mar 2002 09:28:02 +0000, by gabucino
-
10lityiSun, 10 Mar 2002 09:25:18 +0000, by gabucino
-
XViD section addedSun, 10 Mar 2002 09:03:37 +0000, by gabucino
-
fullscreen with 'f' keySun, 10 Mar 2002 08:19:43 +0000, by gabucino
-
VM fixes by Nilmoni Deb.Sun, 10 Mar 2002 08:16:07 +0000, by atmos4
-
DivX5 supportSun, 10 Mar 2002 08:12:24 +0000, by gabucino
-
bindings for subposSun, 10 Mar 2002 08:02:33 +0000, by gabucino
-
applied patch from KotHSun, 10 Mar 2002 07:44:09 +0000, by gabucino
-
-subpos key bindings with new input layer - patch by Tomas Konir <moje@molly.vabo.cz>Sun, 10 Mar 2002 03:47:53 +0000, by arpi
-
video_eq support - applied brightness/contrast patch by Brian J. MurrellSun, 10 Mar 2002 03:37:26 +0000, by arpi
-
min() moved out of #if, applied brightness/contrast patch by Brian J. MurrellSun, 10 Mar 2002 03:36:16 +0000, by arpi
-
DX50 worx with ffodivxSun, 10 Mar 2002 03:01:06 +0000, by arpi
-
postprocess.h requires for GET_PP_QUALITY_MAX - patch by Fredrik KuivinenSun, 10 Mar 2002 01:38:21 +0000, by arpi
-
Add DIvX5 FourCCSun, 10 Mar 2002 01:18:35 +0000, by atmos4
-
using libmpcodecs by defaultSun, 10 Mar 2002 00:15:21 +0000, by arpi
-
x1!=mpi->width bug fixed... always trust in x1Sat, 09 Mar 2002 22:07:22 +0000, by arpi
-
round up width/height if mod 2 != 0Sat, 09 Mar 2002 21:53:03 +0000, by arpi
-
DR fixed for BGR24Sat, 09 Mar 2002 21:50:03 +0000, by arpi
-
old temp vars removed, in-codecs equalizer support added, error message if -vfm N/ASat, 09 Mar 2002 21:33:17 +0000, by arpi
-
vo_config request printfSat, 09 Mar 2002 21:31:54 +0000, by arpi
-
divx_quality and equalizer support doneSat, 09 Mar 2002 19:18:46 +0000, by arpi
-
voctls for decoding aheadSat, 09 Mar 2002 17:27:37 +0000, by nick
-
3.0.x sux + some other stuffSat, 09 Mar 2002 14:09:27 +0000, by gabucino
-
PNG decoding using libpngSat, 09 Mar 2002 14:08:53 +0000, by gabucino
-
Optimization and get_image fixes (still untested)Sat, 09 Mar 2002 08:08:43 +0000, by nick
-
mpng, libmpeg2 added, none of them finished :(Sat, 09 Mar 2002 02:18:33 +0000, by arpi
-
divx5 support into libmpcodecs (untested)Sat, 09 Mar 2002 00:57:05 +0000, by atmos4
-
updated to english versionSat, 09 Mar 2002 00:17:50 +0000, by jonas
-
DivX5linux support working (only tested with divx3 and divx4 upto now, will try getting divx5 damples now)Sat, 09 Mar 2002 00:12:49 +0000, by atmos4
-
dr + libmpcodecsFri, 08 Mar 2002 20:17:33 +0000, by arpi
-
small changes in libvo's X11 supportFri, 08 Mar 2002 20:14:08 +0000, by pontscho
-
-audiofileFri, 08 Mar 2002 17:37:25 +0000, by gabucino
-
VOCTRL_GET_IMAGE (untested but should work)Fri, 08 Mar 2002 16:15:54 +0000, by nick
-
TODO listFri, 08 Mar 2002 07:15:50 +0000, by arpi
-
cyuv, nuv, qtrle, qtsmc, roq addedFri, 08 Mar 2002 07:14:34 +0000, by arpi
-
comments fixedThu, 07 Mar 2002 21:12:27 +0000, by arpi
-
fli and msvideo1 addedThu, 07 Mar 2002 21:06:59 +0000, by arpi
-
common includes moved to private vd_internal.hThu, 07 Mar 2002 20:43:17 +0000, by arpi
-
+10l to .soThu, 07 Mar 2002 20:14:52 +0000, by arpi
-
'f' and -/+ fixed (noticed by XYZ user)Thu, 07 Mar 2002 19:45:07 +0000, by gabucino
-
sorry, 10l:)Thu, 07 Mar 2002 18:29:11 +0000, by pontscho
-
HTML: different font handling - idea from new hp dezignThu, 07 Mar 2002 17:55:34 +0000, by gabucino
-
rewrite fullscreen support in some libvo driverThu, 07 Mar 2002 17:50:25 +0000, by pontscho
-
direct rendering supportThu, 07 Mar 2002 16:57:40 +0000, by arpi
-
PlayToPause bug with mouse fixedThu, 07 Mar 2002 15:06:02 +0000, by pontscho
-
small bugfix.Thu, 07 Mar 2002 14:16:43 +0000, by pontscho
-
vm pecs applied from daniel carter <hedonist@win.co.nz>Thu, 07 Mar 2002 14:04:15 +0000, by pontscho
-
direct rendering can be disabled -vaa_nodrThu, 07 Mar 2002 13:09:10 +0000, by arpi
-
accept STATIC buffers if num_buffers==1Thu, 07 Mar 2002 13:02:35 +0000, by arpi
-
small bug fixed and workarounds :(Thu, 07 Mar 2002 11:57:33 +0000, by pontscho
-
video_out added to sh_video_tThu, 07 Mar 2002 02:49:46 +0000, by arpi
-
MP_IMGFLAG_TYPE_DISPLAYED addedThu, 07 Mar 2002 02:44:42 +0000, by arpi
-
direct rendering supportThu, 07 Mar 2002 02:44:16 +0000, by arpi
-
control+preinit moved to mga_common.cThu, 07 Mar 2002 01:51:28 +0000, by arpi
-
xanim, raw, rle addedThu, 07 Mar 2002 01:39:07 +0000, by arpi
-
vfw, vfwex, odivx, divx4 addedThu, 07 Mar 2002 00:44:58 +0000, by arpi
-
10lThu, 07 Mar 2002 00:44:18 +0000, by arpi
-
commente dout info's declThu, 07 Mar 2002 00:43:55 +0000, by arpi
-
sorry, 10l:)Thu, 07 Mar 2002 00:03:51 +0000, by pontscho
-
many changes but debian version stayed the same.Wed, 06 Mar 2002 23:56:28 +0000, by eyck
-
small changesWed, 06 Mar 2002 23:54:20 +0000, by pontscho
-
ACCEPT_WIDTH flag addedWed, 06 Mar 2002 23:40:31 +0000, by arpi
-
corrected typos and bad italian...Wed, 06 Mar 2002 23:28:06 +0000, by frodone
-
workaround for gui a short time.Wed, 06 Mar 2002 23:27:20 +0000, by pontscho
-
.sonak, hogy ne gorbuljon sirasra az.. arca - meg ha nevnapja nincs isWed, 06 Mar 2002 23:16:33 +0000, by gabucino
-
vd_dshow addedWed, 06 Mar 2002 22:03:46 +0000, by arpi
-
new controls added for query/set pp levelWed, 06 Mar 2002 22:02:51 +0000, by arpi
-
KEY_ENTER->quit binding. why doesn't 'pt_step 1' exits if no more file left?Wed, 06 Mar 2002 21:59:24 +0000, by arpi
-
11lWed, 06 Mar 2002 21:01:07 +0000, by arpi
-
order of #includes changed - shouldn't include local things before config.hWed, 06 Mar 2002 20:56:06 +0000, by arpi
-
avcodec_inited moved to vd_ffmpegWed, 06 Mar 2002 20:55:37 +0000, by arpi
-
vd_ffmpeg addedWed, 06 Mar 2002 20:54:43 +0000, by arpi
-
vd_ffmpeg added, handling of EXPORT imgtype changedWed, 06 Mar 2002 20:54:14 +0000, by arpi
-
bazmeg a playtree - tWed, 06 Mar 2002 18:42:56 +0000, by pontscho
-
using mem2agpcpy_pic()Wed, 06 Mar 2002 15:48:54 +0000, by arpi