log

age author description
2005-11-11 joey Add double-click mouse events.
2005-11-11 joey Intercept maximize event and go into fullscreen mode.
2005-11-11 joey DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -10,000 to 0.
2005-11-11 joey Adds a target parameter to the volnorm filter.
2005-11-11 reynaldo -waveheader is deprecated, using -ao pcm:waveheader instead
2005-11-10 diego alphabetical order
2005-11-10 joey add a switch, slave command, and vo control to toggle borderless window.
2005-11-10 reynaldo [TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemux
2005-11-10 joey move window style to a macro for easier maintaining
2005-11-10 reimar attempt to fix missing and/or broken boundary checks
2005-11-10 reimar ffmpeg truemotion1 codec now outputs BGR32 for some files
2005-11-10 reimar do not set ctx->vo_inited when init fails. This caused a crash when a
2005-11-10 reimar Do not hang forever when the card delivers no new data.
2005-11-10 reimar implement norm switching, which was already documented??
2005-11-10 gpoirier Sync with help_mp-en.h 1.198, patch by Emfox Zhou emfoxzhou AH
2005-11-10 albeu Allow setting the mixer per instance so one can fallback between
2005-11-10 al Test if source image dimensions are too big.
2005-11-10 ptt small typo
2005-11-10 ptt synced with 1.198
2005-11-09 ptt reordered subtitles language OSD display, since it worked bad for ogm...
2005-11-09 gpoirier sync with 1.1150 (megaslow pp:) )
2005-11-09 faust3 it looks like width needs to be a multiple of 64 for newer cards
2005-11-09 ranma new orthography
2005-11-09 ranma Speling (das -> daÃ?)
2005-11-09 diego typo, trailing whitespace
2005-11-08 rathann SDL no longer needed by default
2005-11-08 rtognimp Add another content-type for aac audio in shoutcast streams
2005-11-08 ranma document new vf_uspp
2005-11-08 michael ultra simple&slow pp filter, yes yet another spp like filter :)
2005-11-08 diego fd --> file descriptor, small fixes
2005-11-07 reimar do not call glFinish when we do not have a context
2005-11-07 reimar Do not show cache-line size message, I've never seen a case where it was useful
2005-11-07 diego typo: libcio --> libcdio
2005-11-06 reimar Fix compilation, use vo_fs instead of fullscreen variable. Not tested.
2005-11-06 faust3 save us from #ifndef hell
2005-11-06 gabrov synced with 1.197
2005-11-06 faust3 there is no sh_video for audio only files
2005-11-06 ranma mostly formatting fixes
2005-11-06 faust3 libcdio
2005-11-06 faust3 make it optionally possible to compile MPlayer with libcdio instead of libcdparanoia
2005-11-06 nicodvb fixed possible uint8 overflow; assign progid to the newly created pmt
2005-11-06 ranma 10l: osd_show_dvd_nav_highlight is just a flag
2005-11-06 reimar fix typos: aslo->also, falback->fallback (they were just too annoying *g*)
2005-11-06 ranma Two minor corrections by mitch (mitch at cgarbs dot de)
2005-11-06 reimar Fix bugs/crash introduced by translation patch
2005-11-06 ranma Number of frames to show the OSD shouldn't be hardcoded, derive from fps instead
2005-11-06 gpoirier sync w/ 1.1149
2005-11-06 reimar "describe" cdda://n-m syntax
2005-11-06 reimar fix cdda://n syntax: do not hang when n > nr_tracks and play only track n,
2005-11-06 reimar estimate total time also for audio-only files.
2005-11-06 ptt added support for OSD localization
2005-11-06 ptt Added translatable messages for OSD localization to help/help_mp-en.h
2005-11-06 ptt Added translatable messages for OSD localization from libvo/sub.c
2005-11-05 gabrov synced with 1.98
2005-11-05 gpoirier Sync with 1.1148
2005-11-05 ranma sync with rev. 1.196
2005-11-05 ranma Translated strings might be longer than the originals. One unnecessary dependancy on string length fixed; quadrupled buffer size for matroska case
2005-11-05 rtognimp Use correct demuxer type for aac in shoutcast streams
2005-11-05 reimar Speex audio decoding
2005-11-05 reimar Speex support. Seeking and pts generation does not work.
2005-11-05 reimar set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise.
2005-11-05 reimar Allow detection of theora without pkg-config and linking against internal
2005-11-05 lorenm sort timestamps instead of assuming conventional B-frame order. (fixes x264 B-pyramid)
2005-11-05 ptt Enabled OSD localization / moved msgs to help/help_mp-en.h
2005-11-05 ptt Added translatable messages for OSD localization
2005-11-05 ptt Little fixes around ':' and spaces
2005-11-05 ptt Changed MSGTR_MPDEMUX_URL_MallocFailed to MSGTR_MemAllocFailed (msg defined two times in help_mp-en.h)
2005-11-05 ptt Changed MSGTR_MPDEMUX_ASF_MallocFailed to MSGTR_MemAllocFailed (msg defined two times inhelp_mp-en.h)
2005-11-05 ptt Changed MSGTR_MPDEMUX_MMST_MallocFailed to MSGTR_MemAllocFailed (msg defined two times inhelp_mp-en.h)
2005-11-05 ptt changes from MSGTR_MPDEMUX_AIALSA1X_* to MSGTR_MPDEMUX_AIALSA_* since they are the same messages
2005-11-05 ptt MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.h
2005-11-05 ptt libmpdemux translatables corrections
2005-11-04 ptt synced with 1.136
2005-11-04 jheryan Synced with 1.98
2005-11-04 jheryan Synced with 1.1146
2005-11-04 jheryan Synced with 1.193
2005-11-04 lorenm sync to x264 r360 (trellis)
2005-11-03 albeu Autoload vobsub's from ~/.mplayer/sub
2005-11-03 ptt changed KEY_PREVIOUS to KEY_PREV, cause the first undefined
2005-11-03 ptt small grammar/wording fixes
2005-11-03 reynaldo typo fix bust/must
2005-11-03 ptt sync with 1.192 by PaulTT
2005-11-02 albeu libvo input cleanup: remove the dependency on libinput,
2005-11-02 ranma sync with 1.193
2005-11-02 ranma sync with rev. 1.192
2005-11-02 ranma Too much spare time on tuesday, compared about 2/3 of the english manpage with the german one to find missing sections; some rephrasing
2005-11-02 gpoirier synced with 1.1146
2005-11-01 gpoirier bump sync tag
2005-11-01 reimar close stream_fd on uninit. Fixes bugzilla bug #400.
2005-11-01 gpoirier synced with 1.98, patch by Johan Bos.
2005-11-01 reimar Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzilla
2005-10-31 nicodvb more precise seeking based on calculated average video bitrate; works quite well in case of a TS with only 1 video stream
2005-10-31 reynaldo libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2
2005-10-31 reynaldo libmpdemux translatables to help_mp part 1 / messages / try 2
2005-10-31 reimar 10l typo, nomanyfmts should be used against playback problems.
2005-10-31 reimar More consistent and sane types. Also avoids some gcc 4 warnings.
2005-10-31 gpoirier synced with 1.34, patch by Johan Bos + fixes by me
2005-10-30 reimar move resync_audio_stream after seeking to demuxer.c
2005-10-30 reimar Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.
2005-10-30 reimar Provide percentage even when demuxer->movi_start and movi_end are not available
2005-10-30 reimar 10l, uninit() was not used, fixes bug #401
2005-10-29 reynaldo Updating little things I have done so far
2005-10-29 albeu Allow the user to set the $MPLAYER_HOME environment variable to point to the location
2005-10-28 reynaldo preliminary support for wpl playlists, closes #362
2005-10-27 ods15 add a \n after whole cache fill.
2005-10-26 diego updates
2005-10-26 reynaldo make myself console help messages maintainter at diego's request
2005-10-26 diego gcc -dumpmachine outputs x86_64-something on some machines and
2005-10-26 gabrov synced with 1.192
2005-10-26 diego Clarify subtitle alignment behavior.
2005-10-26 syrjala Added support for remote controls.
2005-10-26 reynaldo Complete sync with 1.192
2005-10-26 diego Unify include paths, -I.. is in CFLAGS.
2005-10-25 diego Run dh_makeshlibs to create proper shlibs files and avoid warnings.
2005-10-25 diego Unify include paths, -I.. is in CFLAGS.
2005-10-25 reimar big-endian fixes for "extended" (i.e. mythtv) files.
2005-10-25 rfelker 10l broken asm crap needs an external name
2005-10-25 reynaldo INPUT section created, added messages from input/input.c and input/joystick.c
2005-10-25 reynaldo translatable eng strings to new section on help_mp-en
2005-10-25 reynaldo printf to mp_msg
2005-10-25 rfelker fix incorrect use of strl* functions (patch by reimar)
2005-10-25 rfelker fix broken (off-by-one) behavior of our strl* functions (patch by reimar)
2005-10-25 rfelker do not export useless symbols! fixed compile bug with decode support in lame
2005-10-25 gpoirier synced with 1.1145
2005-10-25 diego Extra processor information needs to be known in the x86_64 case as well
2005-10-25 gabucino fixing the unverified patch (one of the millions) commited by:
2005-10-24 diego Switch from our own to the upstream DVD key caching strategy and directory.
2005-10-24 diego 10l to Reimar: common.h belongs to libdvdcss, not libdvdread.
2005-10-24 lorenm sync to x264 r334 (crf)
2005-10-23 gpoirier Synced with 1.1143
2005-10-23 diego minor spelling wording fixes
2005-10-23 diego author list prettyprinting
2005-10-23 diego Reformat section titles so that it becomes easier to tell sections and
2005-10-23 diego Make include paths consistent among files in libvo. Since -I.. is added
2005-10-23 rfelker improve documentation of -subalign
2005-10-23 rfelker make bottom alignment the default since it's the only sane mode when sub_pos is near bottom (default)
2005-10-23 rfelker reverse incorrect sub alignment change, ok'd by diego
2005-10-23 rfelker 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't bother anyone already using it too much
2005-10-23 rfelker comment on -noskip patch
2005-10-23 diego spelling/grammar/wording
2005-10-23 diego The conditions for bottom (2) and top (1) subtitle alignment are reversed.
2005-10-23 diego support for prescott, nocona and pentium-m processors
2005-10-23 diego Add a comment to an esac where the case is very far away.
2005-10-23 diego Simplification of the system_name check and the PPC CPU type check.
2005-10-23 diego Add a comment to else clauses where the if is very far away.
2005-10-23 rfelker honor decoder's/filter's decision to remove frames when using -noskip.
2005-10-23 rfelker reapply rawaudio muxer fix (don't disable audio without user's permission!) (previously reversed because of mistake in patch.. 10l to me :)
2005-10-23 rfelker reverse patch that was mistakenly applied with unwanted unrelated changes
2005-10-22 diego Add missing quotes around .IPs argument.
2005-10-22 iive Support for video files created by Samsung Miniket VP-M100 diskless camcorder
2005-10-22 mosu Added support for A_AAC.
2005-10-21 ods15 cross compiling probably worth mentioining
2005-10-20 diego Add a few more XML tags for better semantics markup.
2005-10-20 diego Explain how to place subtitles in black bands.
2005-10-20 faust3 mach64_mmio size fix from vidix.sf.net, possible bugfix for #59
2005-10-20 faust3 sync amd64 fixes from vidix.sf.net
2005-10-20 reimar Fix seeking in wav files: align relative to start of data, not start of file
2005-10-20 diego sync with 1.32
2005-10-20 diego ilmv --> ilme typo fix
2005-10-20 reimar semi-hack: avoid passing 0-length blocks to audio filters.
2005-10-20 ods15 document hack
2005-10-20 diego -vc null -vo null is not the fastest way to dump...
2005-10-19 diego Converted from GBK to UTF-8 encoding.
2005-10-19 diego further sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >
2005-10-19 diego sync with 1.188 by Paul TT < paultt == at == hackerjournal == dot == it >
2005-10-19 jheryan Synced with 1.98
2005-10-19 jheryan Typo hunting.
2005-10-19 jheryan Formal syncing. Typo hunting.
2005-10-19 diego charset for help_mp-zh_TW.h
2005-10-19 rfelker processing audio is sometimes essential for a/v sync, so 1000l to
2005-10-18 aurel add cross-compiling support
2005-10-18 aurel replace all the direct $TMPO calls by a tmp_run() function call
2005-10-18 aurel replace mp3lame version detection by required features detection
2005-10-18 aurel modify DirectFB version detection so that it only requires pre-processing
2005-10-18 aurel modify alsa version detection so that it don't require running the generated binary
2005-10-18 aurel add a cxx_check function to simplify C++ libs checking
2005-10-18 gpoirier synced with 1.1140
2005-10-18 rtognimp Update
2005-10-18 rtognimp Add FFmpeg QDM2 audio decoder
2005-10-18 diego xscreensaver --> XScreenSaver
2005-10-18 diego Embarassing goofs in the basic key sections that nobody noticed for ages
2005-10-18 diego Make a few more messages translatable by moving them into help_mp-en.h.
2005-10-18 diego Add a few more CPU models to the list.
2005-10-17 diego Add a note about the "synce with 1.XXX" line that should be in every
2005-10-17 diego Add a note and a workaround about broken hardware players and how they
2005-10-17 gpoirier synced with 1.1139 + Reimar's patch
2005-10-17 rfelker new message was even worse -- B/s means bytes per second, not sample!
2005-10-17 diego further sync by Emfox Zhou < emfoxzhou == at == gmail == dot == com >
2005-10-17 diego deobfuscatioin: csp --> colorspace
2005-10-17 diego Guillaume now maintains the MEncoder documentation.
2005-10-17 diego minor typo
2005-10-17 rfelker 100l -- mismatched type after changing sizes to type long!