log

age author description
2002-03-01 melanson Added BGR32 output support to PNG vo target because, hey, why
2002-03-01 melanson fixed some endian issues, like changing bswap_32() -> be2me_32(), and
2002-03-01 arpi implemented basic wrapper functions to new libmpcodecs api
2002-03-01 arpi dec_video.c added
2002-03-01 arpi 10l... forgot to set VFM
2002-03-01 arpi fixed stride for packed formats, more detailed printf at image allocation
2002-02-28 arpi removed codec dependent parts, only core left
2002-02-28 arpi PIM1 is playable with ffmpeg12. thx to Togni Roberto <rtogni@bresciaonline.it>
2002-02-28 arpi 10l... gcc 3.x fix
2002-02-28 michael print the number of buffers used
2002-02-28 michael use 4 buffers, fallback to fewer buffers if the video ram isnt large enough
2002-02-28 albeu Added waitpid in free_stream to avoid zombies
2002-02-28 albeu Fix when stdin is used as a file
2002-02-28 albeu New option use-stdin
2002-02-28 albeu New option use-stdin to use when stdin will be used as a file
2002-02-28 atlka Corrections to position saving/restore under vo=X11.
2002-02-28 nick Use stdout as default mencoder's output if no filename specified
2002-02-28 melanson fixed another color chunk issue
2002-02-28 laaz -subfps and -subdelay alters -dumpmpsub's output
2002-02-28 arpi cinepak added
2002-02-28 arpi cinepak added
2002-02-28 arpi callbacks added
2002-02-28 arpi cinepak decoder - untested
2002-02-28 arpi stride!=width*bpp support to cinepak decoder
2002-02-28 laaz Fixed a bug with -dumpmpsub
2002-02-28 arpi libmpcodecs video decoder template
2002-02-28 arpi libmpcodecs core - initial version
2002-02-28 arpi new flags added for direct rendering (libmpcodecs core)
2002-02-27 michael check if planar formats are supported
2002-02-27 nick We should know size of out buffer
2002-02-27 nick unroll stuff
2002-02-27 nick disable color key support - causes a lot of unnecessary problems
2002-02-26 michael YVU9 support
2002-02-26 jonas german mencoder manpage
2002-02-26 jonas small updates: html fixes, man2html compatibility, some new options...
2002-02-26 nick color key support
2002-02-26 arpi early draft
2002-02-26 frodone Italian translation
2002-02-25 michael triple buffering
2002-02-25 michael OVERLAY_KEY_CNTL values
2002-02-25 nick provide unstable code
2002-02-25 nick POSIX compatible timer's callback
2002-02-25 michael 10l
2002-02-25 michael colorkey support fixed (thanks to nick for the mga_vid tip ... i should RTFS more)
2002-02-25 albeu A first attempt to document the playtree system
2002-02-25 anders Adding SW volume control
2002-02-25 pontscho add half new input support for gui
2002-02-25 albeu Small bugfix with getting playlist last line.
2002-02-25 nick rename V -> VC just for understanding
2002-02-25 nick Minor fixes and probably final fix of vsync
2002-02-25 melanson fixed, strengthened, rewrote, and renamed a variety of the ADPCM decoders
2002-02-25 michael colorkey enabled ... until colorkey is correctly supported in vidix
2002-02-24 pontscho mem corruption bug fix.
2002-02-24 michael colorkey support
2002-02-24 albeu Small bugfix (memcpy too small without sizeof(int) :( )
2002-02-24 albeu Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV block
2002-02-24 pontscho fix playtree bug. but ... i dont' see this ... bazmeg
2002-02-24 michael vsync
2002-02-24 pontscho 10l++
2002-02-24 pontscho inttypes.h bug fix. 10l
2002-02-24 nick exclude benchmark stuff execution from normal playback
2002-02-24 nick make -frames key optional for max/total benchmark
2002-02-24 albeu Really take tab as a space in cmd parsing.
2002-02-24 alex older API fixes, support for async mode
2002-02-24 nick Additional notes
2002-02-24 nick More info on dropped frames
2002-02-24 nick frame dropping prediction with benchmarks
2002-02-24 albeu Fix bad lib order wich lead to undefined ref in postproc/libpostproc.a and
2002-02-24 albeu Added an option to select the input config file
2002-02-24 albeu Fix my mistake (forgot to remove a getch2_enable) but in the rigth
2002-02-24 nick max & average benchmarks
2002-02-24 rfelker fixes bug in alban's new input handling code that caused the terminal
2002-02-24 rfelker fixes build with new-input disabled
2002-02-24 alex do not fault if no directbuffer available (for example: ggi display-multi)
2002-02-24 alex reworked :) should work on low bpp outputs
2002-02-24 michael dont ignore --disable-mmx, ...
2002-02-23 alex totally reworked, working fine on fbdev too, applied Andres Beck's patches, quad-buffering support
2002-02-23 alex ehh, return error if cannot open display
2002-02-23 albeu Also use tab as cmd arg sepparator
2002-02-23 albeu Make blocking call in libmpdemux interuptable (only with new input,
2002-02-23 albeu Change in configure relative to lirc, same thing in Makefile plus
2002-02-23 albeu Make old and new lirc support independant from each other
2002-02-23 albeu These 2 files are intended for code common to the whole lib
2002-02-23 albeu Fixed bug with comments in input.conf parser
2002-02-23 albeu Bug fix in entry parsing.
2002-02-23 gabucino html fixes (noticed by some hawk-eyed one, whose name disappeared into the
2002-02-23 pontscho new gui interface, and gtk moved into mplayer process. fork ... bleh :)
2002-02-23 bertrand Handle HTTP OK response that doesn't contain a mime-type.
2002-02-23 bertrand Fixed the http response parser when the http header only has the HTTP
2002-02-23 albeu Bugfix in x11_common.c mainly. Don't screw up the display name,
2002-02-22 gabucino "At least next new file translated and very little fixes in the second."
2002-02-22 alex using vo_dx, vo_dy
2002-02-22 alex setting vo_dx and vo_dy in event handling
2002-02-22 alex added vo_dx,vo_dy (used currently only by X based outputs)
2002-02-22 atmos4 10l accidently commited an already customized version with different default scaling algo.
2002-02-22 atmos4 Forgot to commit with vo_sdl osd patch.
2002-02-22 alex clear the window if resized but no scaling used. Enable runtime fullscreen selectin when no zooming available
2002-02-22 atmos4 osd outside movie support for vo_sdl, patch by Fredrik Kuivinen
2002-02-22 michael use assert.h
2002-02-22 pontscho mondom fix bazmeg.
2002-02-22 pontscho fix nexus's key bug :) 10l, sorry :)
2002-02-22 alex using PATH_DEV_*
2002-02-22 albeu Finnaly figured out this little long living bug
2002-02-22 alex added linux devfs support (for oss), original patch by Olaf Kohler <thorin@yifan.net>
2002-02-22 melanson discovered what appears to be another valid FLI frame magic number
2002-02-22 arpi EXTRA_INC added (Nexus)
2002-02-21 pontscho new interface ? :)
2002-02-21 pontscho 10l+
2002-02-21 michael fixing scaled output
2002-02-21 pontscho small changes
2002-02-21 michael 101++
2002-02-21 michael fixing bgr32 output on big-endian systems