log

age author description
2002-04-03 arpi 10l
2002-04-03 mswitch Subpic encoder added (used on DXR3 and similar hardware that has a subpic channel)
2002-04-03 arpi IMGTYPE_IPB fix
2002-04-03 arpi rewritten - it replaces libmpeg2/decode.c now
2002-04-02 arpi divx4 I420 removed - i hate that buggy shit nvidia
2002-04-02 kmkaplan Add '-subdelay' support for vobsub.
2002-04-01 arpi sample
2002-04-01 arpi yes, typo. 10l. noticed by atmos
2002-04-01 atmos4 Fix I420 handling, though still don't know why divx4 codec queries for I420 not YUY2!
2002-04-01 arpi audio codec uninit
2002-04-01 arpi audio input buffer allocation/free cleanup
2002-04-01 alex config vo only if aspect really changed and width&&height isn't changed (if w||h changes, we set it later)
2002-04-01 arpi freeing codec in/out buffers is job of libmpcodecs, not demuxer
2002-04-01 arpi cleanup
2002-04-01 arpi ehh. vorbis support...
2002-04-01 arpi twos audio fixed
2002-04-01 michael overread in the mmx2 horizontal scaler fixed
2002-04-01 alex added vfw uninit
2002-04-01 alex added acm uninit
2002-04-01 alex added vfw and acm uninit
2002-04-01 alex using sh->context and added proper uninit
2002-04-01 alex using sh->context
2002-04-01 jonas sync
2002-04-01 gabucino -dr is now off by default
2002-04-01 gabucino remark about Ogg-in-AVI suxxhaxx
2002-04-01 gabucino applied trey's patch
2002-04-01 gabucino minor typo fix (in comment)
2002-03-31 arpi after some STFW i've found some info about fps codes
2002-03-31 arpi mtvp says its' 29.97 not 1 fps
2002-03-31 arpi seeking fixed (variable fps videos needs to reset PTS after seeking)
2002-03-31 arpi fixed new_chunk calculation at seeking (seeking not work yet) and added -nosound support
2002-03-31 arpi 10l
2002-03-31 arpi -alang/-slang support in mencoder too
2002-03-31 arpi 10l... int/1000 will be int while we want float, so let's do int*0.001
2002-03-31 arpi better message when vo->preinit fails
2002-03-31 arpi open(/dev/mga_vid) moved to preinit
2002-03-31 arpi use only 1 buffers if dr=yes and double=no
2002-03-31 arpi disabling direct rendering by default (too buggy and conflicts with osd/sub)
2002-03-31 arpi argh, some samples sue new header chunks - fixed
2002-03-31 arpi BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)
2002-03-31 arpi fixed 10l bug: using ds instead of dp, and adding some debug prints
2002-03-31 arpi vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1
2002-03-31 mswitch Updated
2002-03-31 arpi -alang sig11 when playing avis fixed - 10l
2002-03-31 melanson changed int -> float for proper PTS calculation (works just as well as the
2002-03-31 melanson backed out unneeded mod
2002-03-31 melanson fixed ibps
2002-03-31 melanson fixed RoQ framerate by multiplying PTS calculation by some absurd constant
2002-03-31 melanson modified the new MS RLE decoder to support BGR15/16 output formats in
2002-03-31 arpi copy palette to 4*256 bytes area to avoid sig11 when colors<256 but index>colors (broken files)
2002-03-31 arpi I hate M$. it seems that MSRLE biSize is always 40 when number of colors < 256 instead of 40+colors*4
2002-03-31 arpi migrating to Melanson's great codec name change... which is of course nonsense but why not...
2002-03-31 arpi check depth for direct rendering
2002-03-31 arpi updates - thanks to Melanson...
2002-03-31 arpi fix uninit() crash if no config() call
2002-03-31 melanson fixed to be able to handle extra-quirky .film files on Lemmings 3DO
2002-03-31 arpi added soem debug prints, and fixed 10l bug of Alban
2002-03-31 arpi 1 step closed to solving memory corruptions
2002-03-30 arpi 10l - fixed soem weird sig11 at multifile
2002-03-30 melanson adpcm.c is no longer needed
2002-03-30 melanson reworked ADPCM decoders; changes include:
2002-03-30 pl the long standing /dev/sound/dspW => .../dsp
2002-03-30 arpi 10l
2002-03-30 arpi using interleaveBytes() for G200 draw_slice
2002-03-30 nexus FreeBSD require stdlib.h
2002-03-30 nexus FreeBSD warning fix
2002-03-30 jaf again some bugfixes
2002-03-30 jaf some bugfixes
2002-03-30 gabucino fixed -hr-mp3-seek description
2002-03-30 gabucino added libvorbis to installation section, and a link to daily CVS
2002-03-30 gabucino added -ifo option
2002-03-30 mswitch Fixed avcodec init bug
2002-03-29 gabucino better opendivx-divx4 interface explanation
2002-03-29 gabucino applied Diego's patch
2002-03-29 gabucino Justyna's update
2002-03-29 jkeil Add a configure test for the strsep function (it's missing on solaris)
2002-03-29 kmkaplan Fix bug noticed by Hajba Szilard in message <20020329151644.A23301@revai.hu>
2002-03-29 rik use avcodec_inited instead of av_fdct to see if avcodec was initialized by another part of mplayer
2002-03-29 rfelker libavcodec 2pass broke mencoder if divx4encore was not available. fixed.
2002-03-29 rfelker quick hack to make vo_mga accept multiple calls to config
2002-03-29 kmkaplan * New command line switch for mplayer & mencoder:
2002-03-29 atmos4 Allow cache to be disabled at commandline.
2002-03-29 arpi 2-pass lavc encoding fixed
2002-03-29 atmos4 eeh, really remove keybinding for w/s for volume control. =)
2002-03-29 atmos4 Remove alternative volume control binding that clash with libdvdnav support.
2002-03-28 arpi 2-pass encoding with libavcodec - untested
2002-03-28 arpi 10l fix, patch by Mark Szabo <mw3@bsd.hu>
2002-03-28 arpi typo, thx to Mark Szabo <mw3@bsd.hu>
2002-03-28 arpi DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
2002-03-28 arpi .ttf font loader - based on TOOLS/subfont-c
2002-03-28 gabucino small update
2002-03-28 mswitch lego++ bug fixed by XorA
2002-03-28 michael libavcodec 4mv support
2002-03-28 arpi I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added, some cosmetics
2002-03-28 arpi reordered video codecs to work better with new codec selection code
2002-03-27 arpi 10l to nick - ACCEPT_WIDTH fixed
2002-03-27 arpi some under-devel code, will be required for qtx codecs
2002-03-27 arpi we don't need ac3-iec958 any more
2002-03-27 arpi ac3_iec958_build_burst moved from ac3-iec958.c
2002-03-27 alex incremented PACK_BYTES for BSDBT848 - by Charles Henrich
2002-03-27 atmos4 Fix resizing when zoom is used and image size changes between frames.
2002-03-27 atmos4 Allow to disable crasj sighandler to enable creation of coredump files.
2002-03-27 atmos4 eeh 10l removed too much lines :(
2002-03-27 atmos4 Issue a warning in VDec if disp_w and disp_h weren't set by codec and try workaround.
2002-03-27 arpi draft v0.1
2002-03-27 arpi vplayer sub fix by Arkadiusz Podgorski <wodzu@softomat.com.pl>
2002-03-27 arpi applied Diego's cosmetics patch :) with some small fixes
2002-03-26 mswitch XorA added the option of switching between fame/avcodec without
2002-03-26 iive ported back hack for interlaced mpeg2, without it mplayer draws whole frame for every field -100% slowdown
2002-03-26 atmos4 Updated neomagic info.
2002-03-26 iive fixed green lines caused by missing rounding to 2
2002-03-26 atmos4 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!
2002-03-26 atmos4 Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved buffering scheme.
2002-03-26 atmos4 Check for proper Vorbis version.
2002-03-26 atmos4 ooops :)
2002-03-26 melanson fixed up this audio decoder too
2002-03-26 atmos4 Fileslist support for mf demuxer, delemited by ',' and change mf fps to float.
2002-03-26 melanson added YUY2 output to the widely used (heh) CYUV decoder because it seemed
2002-03-26 melanson fixed so the decoder cooperates better with the rest of the system
2002-03-26 melanson fixed to work nicely with the new system (and yes, I did originate the RoQ
2002-03-26 atmos4 I wonder noone noticed this, wrong output of extra[inc|lib]
2002-03-26 atmos4 Suggest --enable-debug=3
2002-03-26 atmos4 Fix aac decoded size.
2002-03-25 arpi ad_msgsm added
2002-03-25 arpi ok, use ad_* stuff
2002-03-25 arpi argh... Nick messed up driver names too
2002-03-25 arpi imporetd from MPlayerXP, with small modification
2002-03-25 arpi do not export the World
2002-03-25 arpi imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface functions changed to static, info->author field added
2002-03-25 arpi changed to be more-or-less compatible with Nick's stuff
2002-03-25 michael 10l
2002-03-25 michael byte interleaving for mga
2002-03-25 arpi no native support for I420 in G200
2002-03-25 arpi disabel DR and UV swapping for g200 planar modes
2002-03-25 arpi dump stuff
2002-03-25 atmos4 eeh 10l, removed one line too much :(
2002-03-25 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.
2002-03-25 atmos4 Fix aspect info for square pixel.
2002-03-25 mswitch Bugfix by XorA
2002-03-25 arpi reset selection
2002-03-25 arpi check and set codec selection - impossible to do it at find_codec
2002-03-25 arpi 100l :(
2002-03-25 arpi use codec selection
2002-03-25 arpi tagging selected codec to avoid trying the same codec several times
2002-03-25 arpi proposal for audio decoders
2002-03-25 arpi common stuff moved to mpc_info.h
2002-03-25 arpi typo...
2002-03-25 arpi I420 support
2002-03-24 arpi -fs aspect fix by KotH
2002-03-24 arpi fallback to server's control() - patch by KotH
2002-03-24 arpi U,V plane odrer fixed
2002-03-24 arpi U,V plane odrer fixed
2002-03-24 arpi I420 UV swapping fixed
2002-03-24 arpi UV vs VU fix
2002-03-24 arpi fixes, extended by mplayer's planes[]
2002-03-24 ksorim Two fixes:
2002-03-24 arpi soem explanation
2002-03-24 arpi fixed U/V swapping for direct rendering, and 3rd plane offset calculation when height!=0
2002-03-24 mswitch Fixed bug in Athlon detection code ;)
2002-03-24 mswitch XorA found a bug in the avcodec code
2002-03-24 mswitch Default to avcodec if installed, otherwise use fame. Apparently fame output is very very blocky
2002-03-24 atmos4 Use esds parser for movie esds atom and only pass decoder specific configuration into the stream_header.
2002-03-24 pl allow negative mul values
2002-03-24 atmos4 - Add parsing of Sync Layer Descriptor
2002-03-24 atmos4 Support for decoder specific config from mp4 header for AAC decoder.
2002-03-24 atmos4 10l fix memory allocation
2002-03-24 atmos4 eeh 10l, forgot malloc of esds struct.
2002-03-24 atmos4 Improved MP4 parsing (finally)
2002-03-24 arpi OS2 support
2002-03-24 arpi timer.c not used - why to compile
2002-03-24 arpi check for mman.h
2002-03-24 arpi include stdlib.h
2002-03-24 arpi we don't need mman.h
2002-03-24 arpi moved font_laod.h
2002-03-24 arpi moved font_laod.h
2002-03-23 arpi include font_load.h directly, instead of via video_out.h
2002-03-23 arpi sys/types.h required for off_t
2002-03-23 arpi MANGLE() the 3dnow code
2002-03-23 arpi use .balign instead of .align
2002-03-23 arpi more ugly hack
2002-03-23 arpi we don't use mmap() in mplayer.c, so why should we include mman.h...
2002-03-23 arpi OS/2 workaround
2002-03-23 arpi 10l - va_start needs teh pointer to stack - not the translated message
2002-03-23 arpi we don't need dl nor stat functions - why to include tehir headers...
2002-03-23 arpi added missing #include config.h, removed LIBVO2 ifdef.
2002-03-23 arpi OS2 support
2002-03-23 arpi dlfcn.h shouldn't be included if XANIM support disabled
2002-03-23 mswitch Aspect code reenabled, apparently users didn't like running movies
2002-03-23 alex added aspect ratio support and local ctx
2002-03-23 alex 10l, hopefully fixed query format
2002-03-23 alex fixed query format
2002-03-23 arpi 10l. IMGFLAG_ALLOCATED shouldn't be set from vd driver\! - it's for internal use by the core