log

age author description
2005-04-06 diego Errors that cause MEncoder to exit should be MSGL_FATAL, not MSGL_ERR.
2005-04-06 diego Change all MSGT_FIXME, MSGL_FIXME to appropiate values.
2005-04-05 rfelker 10l, integer overflow. who uses 14 fractional bits?! only faad developers.... *sigh*
2005-04-04 rfelker 100l, messed up coefficients when improving precision..
2005-04-04 wight Better spelling of charset
2005-04-04 wight Another 10l for autror (whoever he was)
2005-04-04 wight Minor fixes
2005-04-03 gpoirier Online audio switching is for MPEG files only at the moment.
2005-04-03 gpoirier Sync with 1.925:
2005-04-03 gpoirier The online switching patch also features a slave command: switch_audio
2005-04-03 gpoirier Added support of audio stream switching in the MPEG demuxer using the #-key
2005-04-03 nicodvb allocate and fill extradata field for video_avc (raw nal units, extradata contains sps+pps); fixed payload_size assignment for SL payloads
2005-04-02 wight Translation review
2005-04-02 wight 100l for missing #ifdef in previous commit
2005-04-02 faust3 windows priority support patch by Rune Petersen <runner at mail.tele.dk> with the freedom to shoot yourself in the foot
2005-04-02 nicodvb better description for mpeg audio demuxer entry
2005-04-02 nicodvb mpeg audio layers 1 and 2
2005-04-02 nicodvb added support for mpa layers 1 and 2
2005-04-01 diego grammar fix by the Wanderer
2005-04-01 rfelker 1l! mplayer's verbose variable is not a flag but a signed number
2005-04-01 wight sync 1.923
2005-04-01 lorenm filename-based detection for h264 ES
2005-03-31 diego misc fixes
2005-03-31 diego grammar/spelling
2005-03-31 diego updates
2005-03-31 gpoirier Fixes better wording. Suggestions by The Wanderer and Josh Varner.
2005-03-31 diego typo
2005-03-31 diego correct spelling for mailing list names
2005-03-31 diego spelling + updates
2005-03-31 diego Rephrase codecs.conf entry to warn more clearly against using it.
2005-03-31 rathann Fix memset() usage, patch by Ismail Donmez
2005-03-31 jheryan Sync with 1.67
2005-03-31 jheryan Sync with 1.923
2005-03-31 rfelker mplayer changes notice (take 2, 10l to diego :)
2005-03-30 rtognimp Fix alac from QTpro (in standard mov file, not in m4a file)
2005-03-30 rtognimp Support wnv1 natively via lavc
2005-03-29 rfelker usable downmixing for fixed point mode (take 2, previous patch reversed immediately on account of 1000l error :)
2005-03-29 rfelker step 1 of fixing ad_faad:
2005-03-28 gpoirier Sync with 1.923:
2005-03-28 gpoirier Fixes and improves the description of vqcomp.
2005-03-28 diego Mark tfields default mode as such.
2005-03-28 gpoirier Technical explanation of how to use vqcomp, and why, featured by Loren Merritt
2005-03-26 gpoirier Spelling corrections. Patch by Bougiz
2005-03-26 rfelker sane default mode
2005-03-26 rfelker 1000l, last commit broke qpel interp entirely
2005-03-25 michael various (de)muxer_lavf fixes
2005-03-25 gpoirier Improved encoding guide:
2005-03-25 diego endianness fix by Chris White <chriswhite at gentoo dot org>
2005-03-25 michael less amateurish-looking mpcf.txt patch by (Jeff >snacky ikaruga co uk<)
2005-03-25 michael set i_bps
2005-03-25 diego plastik skin
2005-03-25 michael 1000l (dwSampleSize != nSamplesPerSec)
2005-03-25 michael discard streams we dont need
2005-03-24 jheryan Synced with 1.24
2005-03-24 jheryan Synced with 1.13
2005-03-24 jheryan Synced with 1.65
2005-03-24 jheryan Synced with 1.23
2005-03-24 jheryan Synced with 1.59
2005-03-24 jheryan Synced with 1.921
2005-03-24 jheryan Synced with 1.167
2005-03-23 rfelker 100l to oded.. edl was causing the decoder to get a first broken packet
2005-03-23 gpoirier Fix the codecs.conf entry.
2005-03-23 diego Fix shared libpostproc installation.
2005-03-23 nicodvb wrong binary operator
2005-03-23 nicodvb consider parse random_access_point from the adaption_field to determine if the payload is an access point (for SL)
2005-03-22 diego Mark modified files as such to comply more closely with GPL §2a.
2005-03-22 diego MPlayer-specific changes to liba52
2005-03-22 diego Remove the MPlayer-specific copyright notices. The diff would not apply
2005-03-22 gpoirier New FAQ entry: Newer MPlayer can't play Vorbis file with an old codecs.conf
2005-03-22 gabrov synced with 1.13
2005-03-22 gabrov synced with 1.65
2005-03-22 gabrov synced with 1.78
2005-03-22 gabrov synced with 1.23
2005-03-22 gabrov synced with 1.167
2005-03-22 diego Fixes rgb32to16 conversion for I think all platforms since the int8
2005-03-22 nicodvb SL payloads are pushed to audio and video fifo only when they are flagged with random_accesspoint or access_unit_start
2005-03-21 wight Sync 1.13
2005-03-21 gpoirier Cumulative sync with 1.921
2005-03-21 diego Remove pp=tn from the filter chain, it's bad.
2005-03-21 diego credits for ods15, updates
2005-03-21 wight Sync 1.921
2005-03-21 diego MEncoder now supports multiple files.
2005-03-20 wight Sync 1.920 and some random fixes
2005-03-20 rfelker don't buffer more future context that we need
2005-03-20 rtognimp alac and others
2005-03-20 rfelker new mencoder features
2005-03-20 rfelker direct rendering support drastically improves speed, but it's buggy. :( disabled for now...
2005-03-20 rfelker 100l, meaning of strict_breaks was backwards...
2005-03-20 nicodvb initial support for SL packetized data, with certain limitations; partly reworked the tables management for a better code reuse
2005-03-20 nicodvb export getbits() as mp_getbits()
2005-03-20 wight Sync 1.78
2005-03-20 wight Sync 1.23
2005-03-19 rfelker EDL for mencoder, patch by Oded (ods15)
2005-03-19 diego -speed and -oac copy may fail together.
2005-03-19 diego Replace placeholder message with something sane.
2005-03-19 diego nitpicks
2005-03-19 diego -speed is now available for MEncoder as well.
2005-03-19 diego wording
2005-03-19 diego precise framerate values everywhere
2005-03-19 wight Sync 1.916
2005-03-19 wight Some missing \ before -
2005-03-18 rathann missing declaration, fixes:
2005-03-17 rfelker 1000l to me: could break a/v sync and eventually cause buffer exhaustion on soft-telecined input that's ugly
2005-03-16 gpoirier Sync with 1.915: small fixes
2005-03-16 jonas Small fixes.
2005-03-16 rfelker improve handling of soft-telecined input (faster, fewer mistakes)
2005-03-15 kraymer 1.869: pp filter documentation
2005-03-15 kraymer completed x264enc options.
2005-03-15 gpoirier Sync with English man page 1.914:
2005-03-15 faust3 get_space fix by Florian Dietrich <flodt8 at yahoo.de>
2005-03-15 gabrov Added correct message for -speed.
2005-03-15 gabrov synced with 1.165
2005-03-15 rfelker Oded's patch for -speed in mencoder. This can be used for purposes
2005-03-14 lorenm sync to x264 171: chroma_me, chroma_qp_offset
2005-03-14 jheryan New translated file. Synced with 1.64
2005-03-13 rfelker patch by ods15:
2005-03-11 gpoirier Sync with 1.913:
2005-03-11 ivo support for multichannel wav files; -aa* is no longer valid and replaced by
2005-03-11 diego Mark modified files as such to comply more closely with GPL §2a.
2005-03-11 diego MPlayer-specific changes to libdvdread
2005-03-11 kraymer 1.163: fixes for encoding of multiple files
2005-03-11 ivo Convert vo_aa suboption parser to using the subopt-helper.
2005-03-09 rtognimp Rather simple patch for RAWDV demuxer which lets it say whats the total
2005-03-09 jheryan New translated file. Synced with 1.12
2005-03-09 jheryan New translated file. Synced with 1.21
2005-03-09 jheryan New translated file. Synced with 1.31
2005-03-08 henry missing return statement (1e5l for me)
2005-03-07 syrjala Clean up properly if preinit() fails.
2005-03-07 nicodvb set AvgBytesPerSecond to the correct value if encoding with mp3lame in cbr mode
2005-03-07 nicodvb fixed support for mp3 at <32000 sample_rate
2005-03-06 gpoirier sync with 1.912:
2005-03-06 nicodvb documented scale=-n where n <= -9
2005-03-06 nicodvb subtracting 8 from negative w and h rounds the dimension to the closest multiple of 16
2005-03-06 nicodvb added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSM
2005-03-06 rtognimp alac support via lavc decoder
2005-03-06 attila add a short note about how to use ttf fonts
2005-03-06 iive use inttypes.h for checks instead of less spread-ed stdint.h
2005-03-04 michael returning to the old index at the end system, alternatives are too complex with questionable advantages
2005-03-04 gpoirier Typos
2005-03-04 gpoirier Sync with 1.910:
2005-03-04 lorenm sync to x264 r150: new option 'b_pyramid'
2005-03-04 nicodvb restrictions on muxer's telecine option
2005-03-04 nicodvb converted vframerate to CONF_TYPE_FLOAT
2005-03-04 gpoirier Typos
2005-03-04 paszczi synced with 1.907
2005-03-04 michael store local keyframes too so faster seeking is possible
2005-03-04 rfelker 100l to reimar.. sh_audio->samplerate and sh_audio->i_bps are not the same
2005-03-03 rtognimp Fix very old ra files with no fourcc
2005-03-03 rtognimp Fix some 28.8 ra files with four text strings
2005-03-03 gpoirier Sync with 1.907:
2005-03-03 michael partial indexes
2005-03-03 al Update xv and xvmc documentation to reflect recent colorkey changes.
2005-03-03 alex finished tasks
2005-03-03 nplourde do not always request little-endian despite the actual sound format. by Alexander Strange - astrange@ithinksw.com
2005-03-03 diego ADTS AAC works now.
2005-03-03 diego libdvdcss is patched, move Tremor up with the other codec libs.
2005-03-03 diego MEncoder now supports multiple files, Jack transport API requested.
2005-03-03 diego better explain where and how to use doxygen comments
2005-03-03 diego Patches should not be sent as replies to unrelated threads.
2005-03-03 reimar Fix rm files with a really big index chunk.
2005-03-03 reimar Make nuv files work on bigendian (but old nuv files created with mencoder
2005-03-03 nicodvb mention telecine in mpeg muxer section
2005-03-03 nicodvb recalculate frame duration after soft telecine
2005-03-03 rathann options in config file have been using '-' instead of '_' for ages
2005-03-02 gpoirier 35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions.
2005-03-02 gpoirier Sync with 1.905:
2005-03-02 wight libsmbclient is sometimes built with ssl support. This takes it into account
2005-03-02 gpoirier Some more translations of 1.894 revision
2005-03-02 rfelker configurable field parity (default from source); bugfixes; speed up mode 0
2005-03-01 rathann Fix:
2005-03-01 rathann missing #include (for malloc and free)
2005-03-01 rathann missing #include
2005-03-01 rathann missing externs (fixes implicit declaration warnings)
2005-03-01 rathann obvious typo
2005-03-01 gpoirier all synced up to 1.905, except the part of the translation of 1.894
2005-03-01 nicodvb 100l wrong binary operator when setting progressive frame
2005-03-01 nicodvb telecine now works in display order (rather than decoding), as far as there are no more than 4 consecutive b-frames; added support for FMP4
2005-03-01 gpoirier Sync with 1.893:
2005-03-01 henry fixes for encoding of multiple files
2005-03-01 reimar set sh_audio->delay ins audio-only case so that correct time is displayed
2005-03-01 ivo 10l Don't set SDL to X11 by default.
2005-03-01 gpoirier From Eng man page 1.902: fix outdated/incorrect info about -srate.
2005-03-01 kraymer 1.159: fix missing check against lame_init_params that was leading to video only files on low (under 32) audio bitrates
2005-03-01 gpoirier Typo noticed by Diego: it's mmap, not nmap.
2005-03-01 gabrov synced with 1.21
2005-03-01 gpoirier Sync with 1.880:
2005-03-01 gabrov synced with 1.64
2005-03-01 jheryan Synced with 1.162
2005-03-01 jheryan Synced with 1.903
2005-03-01 gabrov synced with 1.162
2005-03-01 gpoirier From Eng manpage 1.892:
2005-03-01 wight We should match end of token as well, to prevent MSGTR_FOO2 matching instead of
2005-03-01 gpoirier From Eng manpage 1.882:
2005-03-01 gpoirier Sync with 1.878: Updates -af format
2005-03-01 gpoirier From Eng manpage 1.904:
2005-03-01 diego MPlayer-specific changes to libdvdcss
2005-03-01 diego Mark modified files as such to comply more closely with GPL §2a.
2005-03-01 diego Preserve $Id$ keyword from upstream on unmodified files.
2005-03-01 diego cosmetics: Make diff -R apply without offsets.
2005-03-01 ivo Remove -noxv and -forcexv command line options and replace them by
2005-03-01 diego Arpi prefers root@mphq for CVS problems.
2005-03-01 ivo Remove left-over from old -z command line switch.
2005-03-01 michael some comments and whitespace changes by (Luca Barbato <lu_zero gentoo org>)
2005-02-28 jheryan Sync with 1.898
2005-02-28 ivo Don't print (stupid) message if output directory is .
2005-02-28 rfelker stupid mistake i made when writing about divtc..
2005-02-28 ivo Fix compile warnings
2005-02-27 reimar aos should respect the immed uninit flag (quit immediatly vs waiting till file
2005-02-27 ivo 10l fix. misplaced ;
2005-02-27 ivo vo_jpeg now uses the generic int_pos() from subopt-helper.c
2005-02-27 lorenm memory leak
2005-02-27 rfelker Multifile 10l bugfix by Oded:
2005-02-27 gpoirier cumulative sync with 1.877 + some fixes and misc.
2005-02-27 rfelker Fix the ogg fourcc nightmare!!!
2005-02-27 gpoirier Sync with 1.870: man page review page XIV
2005-02-27 diego Move native RealAudio 1.0 / 2.0 up in the list to prefer it over the binary
2005-02-27 rfelker soft telecine support! :)) patch by nico
2005-02-27 rfelker reversed, as this breaks vorbis decoding! 1000l! someone figure out why this is the case and fix it before re-committing
2005-02-27 rfelker more on tivo vstream support.. 1000l to Joey for forgetting this file and breaking MPlayer build! :)
2005-02-27 rfelker fix outdated/incorrect info about -srate. others, feel free to improve this more...i did the bare minimum to make it non-misleading
2005-02-27 joey added a stream module for the vstream client library
2005-02-27 rtognimp Yet another fourcc for mpeg-4 (files should be made with Xvid)
2005-02-26 ivo Have OSS audio out fall back to s16ne instead of u8 if it can't open the
2005-02-26 ivo Add support for 32-bit float WAV files and support for extended WAV files
2005-02-26 reimar some more "guessed" encodings, please check them
2005-02-26 reimar helper files for charset conversion.
2005-02-26 reimar --charset configure option to convert help messages charset
2005-02-26 diego Recommend using a stable gcc version or upgrading frequently, suggested by Rich.
2005-02-25 diego grammar fix by Corey Hickey <bugfood-ml at fatooh dot org>
2005-02-25 henry cleanups of the Multiple files patch
2005-02-25 nicodvb auto-fps for h264 and better wording
2005-02-25 nicodvb 50000l: fixed various memleaks; CC discontibuities aren't necessarily error conditions
2005-02-25 diego general gcc bug FAQ entry
2005-02-25 diego typo
2005-02-25 henry compile fix
2005-02-25 alex where the hell they got these infos from
2005-02-25 alex swf adpcm
2005-02-25 hzoli Remove file-global mpadec, add ad_driver member to sh_audio_t instead.
2005-02-25 alex finally remove the refences to bps outside libaf. also simplification of some messages and removed redundants
2005-02-25 hzoli Add float output support. Add ADCTRL_QUERY_FORMAT control to report the
2005-02-25 alex better infoline
2005-02-25 hzoli If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query the
2005-02-25 alex more verbose message
2005-02-25 rfelker do not hide frame skips/dups! if they happen it's very bad!!
2005-02-25 diego Document reorder and noreorder as (no)reorder.
2005-02-25 paszczi synced with 1.31
2005-02-25 paszczi synced with 1.897
2005-02-25 nicodvb both reorder and noreorder flags are now available
2005-02-25 hzoli Always print dup/skip messages when !quiet.
2005-02-25 reynaldo Some to-be-redundant EDL code moved to edl.c with mencoder's edl in mind. Stack handling improvements, Patch by Oded Shimon
2005-02-25 diego mphq uses ssh.com, explain RSA key generation for it.
2005-02-25 diego UDP support implemented.
2005-02-25 diego updates
2005-02-25 diego -format description updated to match current behavior.
2005-02-25 rfelker MEncoder multiple files patch by Oded Shimon (ods15)
2005-02-25 diego documentation for the tools in the TOOLS directory
2005-02-24 nicodvb changed noreorder to reorder in mpegopts (ordering disabled by default)
2005-02-24 nicodvb disabled by default frame reordering
2005-02-24 nicodvb framerate autodetection for H264 in raw/ts streams
2005-02-24 al Always use vo_x11_sizehint function ( even when going fullscreen ) to
2005-02-24 rfelker strides should always be signed
2005-02-24 rfelker no effect in practice, but strides should always be signed
2005-02-24 rfelker 100l to me: bugfix for negative stride
2005-02-24 rfelker bugfix for negative stride
2005-02-24 rfelker stride must be signed! otherwise negative stride is broken on 64bit systems
2005-02-24 rfelker 100l for me, lrintf is better. now fixed so it should be prototyped, and should work even if there is no prototype
2005-02-24 wight sync 1.883
2005-02-24 alex quick solution for making an option less braindead
2005-02-24 gabrov synced with 1.31
2005-02-24 diego Move audio filter descriptions to the man page.
2005-02-24 rfelker 100l to michael :))))
2005-02-24 diego missing linebreak
2005-02-23 lorenm sync to x264 r137: adaptive B-frame decision, flush delayed frames.
2005-02-23 reimar 100l, forgot to change an ifdef on last commit
2005-02-23 al Don't change buffers when paused and redrawing.
2005-02-23 henry revert the flip part of vd_theora fix
2005-02-23 henry revert the flip part of vd_theora fix
2005-02-23 nicodvb replace bzero() with memset()
2005-02-23 diego vstrict vs mjpeg update, typo
2005-02-23 diego Make vd message fit 80 character displays.
2005-02-23 joey a helpful new message about vd.
2005-02-23 reimar Use PIX_FMT_YUVJ420P for mjpeg so that vstrict=-1 is not necessary
2005-02-22 diego indentation fix
2005-02-22 lorenm List the 'context' option for the ffvhuff codec.
2005-02-22 nicodvb renamed init_adelay to vdelay with opposite range
2005-02-22 diego The MPEG muxer now supports MPEG-2 as well.
2005-02-22 diego typos
2005-02-22 nplourde rids ao_macosx of the buffer mutex by using the same buffering scheme as ao_sdl - Patch by Reimar Doffinger
2005-02-22 diego spelling, wording and consistency fixes
2005-02-22 diego Sync -channels and -srate options with the XML docs.
2005-02-22 michael switch from DIVX -> FMP4 fourcc for libavcodec
2005-02-22 diego Finish incomplete -af-adv documentation.
2005-02-22 diego Mention that vstrict is necessary for some codecs, add ffvhuff.
2005-02-22 henry Theora fixes:
2005-02-22 reynaldo fix missing check against lame_init_params that was leading to video only files on low (under 32) audio bitrates
2005-02-22 reimar fix for MAP_ANON vs. MAP_ANONYMOUS fix...
2005-02-22 wight fixes for previous commits
2005-02-22 lorenm Sync to x264 r134: weighted prediction for B-frames.
2005-02-22 rfelker finally the dreaded white-noise-with-floats bug is fixed!!!!
2005-02-21 nicodvb initial, extremely experimental, libavformat muxer; don't expect anything to work yet
2005-02-21 nicodvb mention new mpeg muxer
2005-02-21 nicodvb added new mpeg muxer options
2005-02-21 reimar typo, missing _no
2005-02-21 nicodvb new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (sanity checks in the muxer_init functions)
2005-02-21 alex proper output formats for ffduck
2005-02-21 alex swf and flv through libavformat
2005-02-21 alex filter for adding a center channel, adding a high pass filter would be nice
2005-02-21 alex filter for adding a center channel, adding a high pass filter would be nice
2005-02-21 alex move the format related stuff to format.c
2005-02-21 reimar Remove a lot of duplicate code
2005-02-21 diego Add OpenDoh and changuito skin authors.
2005-02-21 diego small updates
2005-02-20 diego -af surround delay default is 20ms, not 15ms.
2005-02-20 al We should not crash, only because we couldn't hide the cursor.
2005-02-20 al Unified colorkey code for vo xv and vo xvmc.
2005-02-20 diego man page review part XVI
2005-02-20 gabrov fix sync tag after update by Reynaldo
2005-02-20 ivo Description of -af format was outdated. This updates it. Feel free to change
2005-02-20 lorenm x264: expose option "level_idc".
2005-02-19 paszczi synced with 1.876
2005-02-19 al Move generic tests to a common place.
2005-02-19 reimar Corrected/improved usage example for -af pan
2005-02-19 diego Update the MEncoder telecine documentation.
2005-02-19 wight correct filename
2005-02-19 diego Mark locally modified files as such to comply more closely with GPL 2a.
2005-02-19 diego Point to local_changes.diff.
2005-02-19 diego Update patch with missing changes.
2005-02-19 diego Sync missing cosmetics from the 2004-07-12 CVS snapshot.
2005-02-19 diego Correct CVS snapshot date and provide a little more detail.
2005-02-19 diego Remove modification notice from files that have not been locally modified.
2005-02-19 diego Remove modification notice from files that have not been locally modified.
2005-02-18 wight - sync 1.77
2005-02-18 wight trailing whitespace cosmetics
2005-02-18 wight sync 1.875
2005-02-18 lorenm Move x264 version check into configure.
2005-02-17 nicodvb mention udp:// streaming
2005-02-17 nicodvb added support for raw udp:// streaming
2005-02-17 lorenm sync to x264 r129: modified ratecontrol equation.
2005-02-17 reimar Make seek command parameter float.
2005-02-17 reimar confusing mixture of typecasts and casted variable, removed typecasts
2005-02-17 syrjala Added NV12/NV21 support.
2005-02-16 syrjala Improved NV12/NV21 support.
2005-02-16 wight sync tag bump to 1.24
2005-02-16 wight sync 1.59
2005-02-16 diego MPlayer-specific changes to libfaad
2005-02-16 diego updates
2005-02-16 diego typo
2005-02-15 rtognimp Update for my latest commits
2005-02-15 rtognimp Support for RealPlayer10 cook.so decoder in Linux
2005-02-15 reynaldo outdated EDL limit reference
2005-02-15 rtognimp Mp3On4 demuxer support
2005-02-15 gpoirier Should be in sync with 1.874, except both man pages reviews which will be done
2005-02-15 gabrov synced with 1.158
2005-02-15 gabrov synced with 1.59
2005-02-15 gabrov synced with 1.62 & fixed mis-spelling
2005-02-15 wight ./postproc contains libswscale.a not libpostproc.a
2005-02-15 diego Simplify FAAD instructions.
2005-02-14 nplourde set device id to 0 if the device selected on startup do not exist
2005-02-14 nexus FreeBSD fix
2005-02-14 jheryan Another files translated
2005-02-13 diego Fix -sstep description.
2005-02-13 faust3 10l
2005-02-13 faust3 avisynth demuxer
2005-02-13 faust3 avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>
2005-02-13 faust3 always take the focus in fullscreen mode patch by Gianluigi Tiesi <mplayer at netfarm.it>
2005-02-13 diego Document missing slave mode commands.
2005-02-12 diego better explanation of N-pass encoding
2005-02-12 diego vf_detc parameter names fixed.
2005-02-12 diego Put general note at the top of the file.
2005-02-12 kraymer 1.158: ESD configuration dialog and software volume control option for Gui
2005-02-12 reimar ESD configuration dialog and software volume control option for Gui
2005-02-12 reynaldo small reordering to make future 'multiple files' changes more modular, puts single file loading separate from global option loading in the begginning. patch by Oded Shimon
2005-02-12 henry command to log current subtitle to file
2005-02-12 diego Comment and info field spelling/grammar corrections.
2005-02-11 diego man page review part XV
2005-02-11 aurel fix "Unknown argument" with cmd containing spaces
2005-02-10 jheryan Fixed bug near line 761.
2005-02-10 diego man page review page XIV
2005-02-09 al Fix the behaviour of -geometry according to the documentation.
2005-02-09 diego translation maintainer updates
2005-02-09 paszczi sync
2005-02-08 jheryan Sync with 1.57
2005-02-08 jheryan Sync with 1.58
2005-02-08 jheryan Sync with 1.869
2005-02-07 wight sync 1.157
2005-02-06 reimar DGA works only with x11
2005-02-06 diego pp filter documentation
2005-02-06 gpoirier Sync with 1.868 + small fix
2005-02-06 wight sync 1.58
2005-02-06 wight sync 1.57
2005-02-06 reimar Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).
2005-02-06 gabrov synced with 1.77
2005-02-06 gabrov synced with 1.60
2005-02-06 reimar X11 headers must be included also when X11_FULLSCREEN is not defined (although
2005-02-06 gabrov synced with 1.57
2005-02-06 gabrov synced with 1.61
2005-02-06 gabrov synced with 1.58
2005-02-06 gabrov synced with 1.30
2005-02-06 diego The included libfaad is at version 2.1 beta.
2005-02-05 diego XvMC is not yet autodetected, don't claim otherwise in the help output,
2005-02-05 henry removed forgotten old license clause
2005-02-05 wight Missing space
2005-02-05 diego Add Reimar's hint for building 32 bit MPlayer on Athlon64.
2005-02-05 diego updates
2005-02-05 diego small updates and typo fixes
2005-02-05 diego Remove inaccurate guess about keyframe intervals.
2005-02-05 gpoirier Sync with 1.867
2005-02-05 diego link fix
2005-02-05 diego Remove unnecessary options from the -dumpmicrodvdsub command line and add
2005-02-05 reimar Some systems (e.g. FreeBSD 5.3) only define MAP_ANON, not MAP_ANONYMOUS
2005-02-04 diego Remove outdated and hard to maintain sound driver table.
2005-02-04 kraymer 1.876: -alang suppots many languages
2005-02-04 faust3 avoid null pointer dereference with .ssa subtitles when the video codec is missing patch by Philip Chong <pchong at ic.eecs.berkeley.edu>
2005-02-04 faust3 bzero is deprecated patch by ?Gianluigi Tiesi <mplayer at netfarm.it>
2005-02-04 faust3 bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>
2005-02-04 wight sync 1.867
2005-02-04 wight -alang suppots many languages, guessing by the examples
2005-02-03 reimar fix for streams that do not send a bitrate
2005-02-03 aurel makes --enable-*-faad really enable without any further check and drop support for old external faad2 versions (<= 1.1)
2005-02-03 diego sync with 1.57 by Savchenko Andrew <Bircoph at list dot ru>
2005-02-02 diego Separate XF86 video mode extension check from XF86 keysym check as
2005-02-02 iive Query XV_COLORKEY only when listed in attribute list, fixes displaying with non overlay ports
2005-02-02 diego sync with 1.55 by Savchenko Andrew <Bircoph at list dot ru>
2005-02-01 alex pass wave extradata to the codec..
2005-02-01 diego Updated the outdated audio section somewhat.
2005-02-01 diego Print which of Tremor, internal Tremor or libvorbis has been enabled.
2005-02-01 reimar Compile fix on non-x86
2005-01-31 rtognimp BGR32 is now supported also by lavc tscc decoder
2005-01-31 diego support for 32 bit Camtasia samples
2005-01-31 reimar Yet another memleak...
2005-01-31 syrjala - Don't advertise IMGFMT_RGBxx
2005-01-31 aurel makes funnyCode pages executable (for CPU with NX bit)
2005-01-31 alex now supports float based operation aswell
2005-01-31 alex using af_softclip
2005-01-31 alex af_softclip
2005-01-31 alex af_softclip
2005-01-31 alex added ecx to clobber list
2005-01-31 alex adding proper parenthesing
2005-01-31 alex unused definitions removed
2005-01-31 gabrov synced with 1.157
2005-01-31 gabrov synced with 1.60
2005-01-30 diego Remove overly outdated entries, update a few others.
2005-01-30 diego Expose support for 444P and 422P raw video.
2005-01-30 reimar Allow monitoraspect > 3 (up to 9)
2005-01-30 reimar Typo in hwac3 string
2005-01-30 nicodvb discard lavf packets with wrong ids
2005-01-29 reimar Print CPUflags and extension support on x86_64, too
2005-01-29 reimar print "Unknown/not supported internal format" message only with -v as it
2005-01-29 reimar Fix possible hang when playing broken MP3 from linear stream and remove
2005-01-29 iive several sets of headers declare global variables in them, which causes multiple definition errors with gcc 4.x
2005-01-28 reimar Fixed the syntax of the spdif device string.
2005-01-28 jheryan Sync with 1.866
2005-01-28 jheryan Sync with 1.157
2005-01-28 jheryan Sync with 1.864
2005-01-27 gpoirier Sync with 1.866:
2005-01-27 kraymer matroska capitalized
2005-01-27 kraymer sync
2005-01-27 kraymer NUT doesn't contain subtitles so the example with the nutfile had to be changed.
2005-01-27 kraymer sync with 1.157: Add half size entry to the GMPlayer menu.
2005-01-26 reimar "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work again
2005-01-25 rtognimp Always select correct descramblig matrix for sipr audio
2005-01-25 rik free MSTRZ args also if parser fails
2005-01-25 rik vo_zr2 moved to OPT_ARG_MSTRZ from OPT_ARG_STR
2005-01-25 gpoirier Sync with 1.864: Force missing linebreak.
2005-01-25 diego small updates by <plazmus at gmail dot com>
2005-01-25 diego Add translator mail address.
2005-01-25 diego Force missing linebreak.
2005-01-25 diego Add half size entry to the GMPlayer menu.
2005-01-25 reimar x1 and y1 give last used position, must be < width/height
2005-01-25 diego small updates
2005-01-24 rtognimp Do not read any more data at eof: if got eof in the middle of an audio
2005-01-24 rtognimp Be less verbose with -v (do not print a line for each demuxed packet)
2005-01-24 gpoirier Sync with 1.863: Unify some option descriptions.
2005-01-24 diego Explain how to include libavcodec in cvs updates.
2005-01-23 diego Unify some option descriptions.
2005-01-23 reimar Reset stream eof after parsing header, fixes bug #218
2005-01-22 diego Add support for the Linux RealPlayer 10 RV30/40 codec.
2005-01-22 diego The test to check for working pthreads fails if the system can support
2005-01-22 diego Reduce excessive verbosity.
2005-01-22 alex avoid using vo_subdevice
2005-01-22 alex wmv3 needs extradata
2005-01-22 diego Remove obsolete options.
2005-01-22 mosu More user-friendly stream, -xid and -slang info output even in non-verbose mode part 2.
2005-01-22 diego Make configure check for aalib dependency on libX11 if it fails without.
2005-01-22 reimar 100l, missing () around *valp
2005-01-22 nicodvb replaced bzero() with memset(); stream_type 0x0f is AAC
2005-01-22 gpoirier Sync with the English description of "-alang".
2005-01-22 gpoirier Make this file compile with gcc-4.0.0:
2005-01-22 rtognimp Play RV30 with 8-elements cmsg24
2005-01-21 alex openbsd xf86 aperture support
2005-01-21 alex better test for MAP_FAILED by Ian Lindsay
2005-01-21 gpoirier Make this file compile with gcc-4.0.0. The old code was invalid C.
2005-01-21 nicodvb tries to sync to ADTS/ADIF header before initializing the decoder; implement SYNC
2005-01-21 gpoirier Cumulative sync with 1.862:
2005-01-21 mosu More user-friendly stream, -xid and -slang info output even in non-verbose mode.
2005-01-21 mosu Handle missing palettes in the info part of VobSubs in Matroska files correctly by giving mplayer a NULL pointer. This way it will use a default palette instead of black only. Patch by Csillag Kristof (fenwick () freemail ! hu)
2005-01-21 diego NUT does not contain subtitles, correct -sid description.
2005-01-21 gabrov synced with 1.59
2005-01-21 diego "Synced with 1.XXX" commit message rule.
2005-01-21 diego Fix -alang and -slang descriptions, they should be similar.
2005-01-21 aurel fix few x86_64 registers handling
2005-01-21 faust3 support immed flag, always initialize write_offset, min_free_space doesn't seem to be required anymore after Florian Dietrichs patches
2005-01-21 wight sync 1.860
2005-01-21 diego small fixes
2005-01-21 jheryan Next file done.
2005-01-21 kraymer 1.859: Split examples into MPlayer and MEncoder examples, fix -aspect description, small fixes.
2005-01-21 nicodvb fixed wrong deinterleaving of channels
2005-01-20 reimar Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problems
2005-01-20 gpoirier Sync with 1.860:
2005-01-20 diego Split examples into MPlayer and MEncoder examples, fix -aspect description,
2005-01-20 wight Minor bugfixes
2005-01-20 wight this shouldn't be here in the first place
2005-01-20 wight Omission from previous commit.
2005-01-20 wight sync 1.859
2005-01-20 reimar remove all setlocale calls, they break the behaviour of sscanf and
2005-01-19 diego Clarify confusing error message.
2005-01-19 diego Print warning message when using -dvd-device without libdvdread support.
2005-01-19 reimar use MSTRZ suboption type
2005-01-19 reimar New suboption type: malloc'ed, zero terminated string
2005-01-19 reimar initialize modify_ldt struct to 0.
2005-01-19 reimar 100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_
2005-01-19 reimar 100l, completely broken pointer arithmetic causing crashes.
2005-01-18 jheryan Sync with 1.859. Some cosmetic appearance changes ignored for typographic reasons.
2005-01-18 diego Binary codecs and Windows section overhauled to reflect recent changes.
2005-01-17 diego wording, spelling, small updates
2005-01-17 faust3 update
2005-01-17 faust3 print the actual commandline to stdout, too
2005-01-17 faust3 WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver combinations and seems to be useless anyway
2005-01-17 faust3 preload quicktime.qts, this allows us to ignore the hardcoded path inside the dlls so that quicktime.qts doesn't need to be in the windows system dir, patch by Gianluigi Tiesi <mplayer at netfarm.it>, comments by myself
2005-01-17 iive Revert sh_audio->wf freeing.
2005-01-16 kraymer added section for x264enc options.
2005-01-16 rtognimp If asf/tcp fails, asf/http used a wrong port
2005-01-16 gpoirier Sync with: 1.859
2005-01-16 reimar detect and use the codecs paths instead of win32.
2005-01-16 kraymer added video encoding options for nuppel video (nuvopts)
2005-01-16 kraymer Good news everyone! I finally managed to sync all lavcenc options :)
2005-01-16 kraymer some minor formatting changes
2005-01-16 kraymer synced (wording, formatting) the following lavc options: trell, cbp, mv0, qprd, last_pred, preme, subq, psnr,
2005-01-16 gabrov synced with 1.55
2005-01-16 kraymer synced (wording, formatting) the following lavc options: naq, ildct, ilme, alt, top, format, pred, coder, context, qpel, mbcmp, ildctcmp,
2005-01-16 kraymer synced (wording, formatting) the following lavc options: tcplx_mask, scplx_mask, p_mask
2005-01-16 mosu More support for AVC in Matroska.
2005-01-16 kraymer synced (wording, formatting) the following lavc options: vpsize, ss, gray, vfdct, idct, lumi_mask, dark_mask
2005-01-16 reimar set sub_utf8 only when actually using mkv subtitles, will break external
2005-01-16 kraymer sync:
2005-01-16 kraymer synced (wording, formatting) the following lavc options: vrc_override, vrc_init_cplx, vqsquish, vlelim, vcelim, vstrict, vdpart
2005-01-16 paszczi sync
2005-01-16 paszczi synced with 1.156
2005-01-15 ivo Replaced suboption parser by call to suboption helper.
2005-01-15 paszczi sync
2005-01-15 ivo 1l. parser can work with pnm_maxfiles directly
2005-01-15 paszczi synced with 1.858
2005-01-15 ivo Transition of suboption parser to subopt-helper parser.
2005-01-15 faust3 print why waveOutOpen failed
2005-01-15 reimar Move generic length and percent pos calculation to demuxer.c
2005-01-15 reimar mms-over-http related fixes by me
2005-01-15 reimar Add missing escaping for "
2005-01-15 rtognimp Update
2005-01-15 rtognimp Decode MP3 in rm files
2005-01-15 diego Codec packages now have different names, try to be less confusing about it.
2005-01-14 reimar Add missing \ in multiline define.
2005-01-14 gpoirier Sync with 1.858:
2005-01-14 attila 10l
2005-01-14 diego disambiguate wording of -aspect
2005-01-14 diego icc support by Darek Ostolski <ostolski at kwantum dot gda dot pl>
2005-01-13 reimar set ss_mul to number of channels. Works with all samples I found.
2005-01-13 reimar 100l, no endian conversion on floats!
2005-01-13 mosu Do not access word-sized elements on potentially unaligned memory addresses. RISC processors usually do not like that.
2005-01-13 lorenm more on H.264's quantization parameter
2005-01-13 wight \- instead of -
2005-01-13 gpoirier Sync with 1.855: Force linebreak.
2005-01-13 diego Force linebreak.
2005-01-13 gpoirier Sync with 1.854: better vf_lavcdeint description
2005-01-13 gabrov synced to 1.54
2005-01-13 diego better vf_lavcdeint description
2005-01-12 gpoirier Cumulative sync with 1.853: (NB: new CVS log commentation acknoledged)
2005-01-12 reimar actually mp_msg.h includes config.h, but for consistency better include it
2005-01-12 reimar af_format.h needs config.h to be included first.
2005-01-12 reimar ensure null-termination after snprintf
2005-01-12 nicodvb automatic fps calculation for mpeg4 in raw stream/mpeg-ts
2005-01-12 gabrov synced to 1.156
2005-01-12 gabrov synced to 1.28
2005-01-12 jheryan Sync. Long lines' shortening.
2005-01-12 gabrov synced to 1.76
2005-01-12 jheryan Format correction in microdvdsub section.
2005-01-12 michael Here is an updated draft with the bits discussed previously merged:
2005-01-12 jheryan Sync.
2005-01-12 attila sun grep doesn't like binary files, thus the compiled file
2005-01-12 lorenm sync to x264 r93:
2005-01-12 jheryan Bugfix and improve microdvd conversion and bugfix section.
2005-01-11 gpoirier Sync with 1.850:
2005-01-11 gpoirier Sync with 1.848 (and 1.847): more detail on x264's subq
2005-01-11 diego updates
2005-01-11 diego Translation section created, small additions and fixes.
2005-01-11 diego man page review part XIII
2005-01-11 reimar Call subcp_close when closing the demuxer
2005-01-11 reimar free http field_name to fix memleak
2005-01-11 danny Synced with 1.842, trailing spaces
2005-01-11 mosu Support for AVC in Matroska.
2005-01-10 paszczi sync
2005-01-10 paszczi synced with 1.851
2005-01-10 aurel assume OS support SSE on x86_64
2005-01-10 kraymer synced (wording, formatting) the following lavc options: vqblur (pass 1 and 2), vqcomp, vrc_eq
2005-01-10 kraymer typos :(
2005-01-10 kraymer 1.851: Implementation of vo_png suboption parser with subopt-helper and removal
2005-01-10 ivo Implementation of vo_png suboption parser with subopt-helper and removal
2005-01-10 kraymer 1.849: documentation for ao dsound
2005-01-10 wight Ignore autogenerated file
2005-01-10 jheryan Sync with 1.156
2005-01-10 jheryan Sync with 1.846, remove trailing spaces, minor bugfix.
2005-01-10 jheryan Remove autogenerated.
2005-01-10 jheryan Minor bugfix, autogenerated file remove.
2005-01-10 diego Remove audio output driver table, it's incomplete, does not belong in that
2005-01-10 diego Typo, remove mention of audio plugins.
2005-01-10 diego Move audio filters section up one hierarchy level.
2005-01-10 diego Audio plugins have been removed.
2005-01-09 diego typo
2005-01-09 paszczi synced
2005-01-09 paszczi synced with 1.849
2005-01-09 reimar 100l, set inited to 0 in uninit, otherwise only first file will play video.
2005-01-09 faust3 mention ao dsound
2005-01-09 faust3 documentation for ao dsound
2005-01-09 lorenm more detail on x264's subq
2005-01-08 reimar always cancel down fractions (frac_t) to avoid overflows and playback
2005-01-08 reimar Fix black line on right of subtitle with -spuaa 4 by setting alpha of
2005-01-08 reimar change malloc and free to av_ variants where needed.
2005-01-08 reimar set sub_bg_alpha only to 255 when using hardware OSD.
2005-01-08 rik replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.org
2005-01-08 rik vo_zr2 moves to subopt-helper (per Alex's request)
2005-01-08 gabrov synced to 1.12, initial translation
2005-01-08 nicodvb fixed broken seeking in mpeg-es files; syncword seeking for all 3 video codecs
2005-01-08 gabrov synced to 1.52
2005-01-08 gabrov synced to 1.22
2005-01-07 diego consistent two pass, pass two etc spelling
2005-01-07 diego consistent pass two and pass one spelling
2005-01-07 diego consistent "two pass" spelling
2005-01-07 paszczi typo
2005-01-07 gpoirier Sync with 1.846 + spelling corrections :
2005-01-07 gabrov synced to 1.75
2005-01-07 paszczi synced with 1.847
2005-01-07 gabrov synced to 1.59
2005-01-07 diego massive update and retranslation by plazmus at gmail dot com
2005-01-07 henry more information about source files
2005-01-07 henry Tremor vorbis decoder
2005-01-07 alex aop has been removed
2005-01-07 lorenm x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed),
2005-01-07 reimar Playback video with multiple windows.
2005-01-06 reimar Cleanup, removing internal conversions. Testing welcome.
2005-01-06 kraymer typo
2005-01-06 kraymer wording ("Regressionstest")
2005-01-06 kraymer synced (wording, formatting) the following lavc options:
2005-01-06 reimar libao2/eq.h was removed, use libaf/equalizer.h instead.
2005-01-06 reimar Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ...
2005-01-06 rtognimp Reduce index verbosity
2005-01-06 rtognimp Real multirate files support
2005-01-06 faust3 fixed-vo/libmpeg2 aspect change fix
2005-01-06 faust3 256 color mode support, use -vm to get better output when overlay is not supported
2005-01-06 reimar af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1)
2005-01-06 faust3 device selection support
2005-01-06 reimar Check for every 24 and 32 bit AFMT_ separately if it is defined.
2005-01-06 henry license issues clarified
2005-01-06 reimar Print waveheader only when verbose
2005-01-06 jheryan Sync.
2005-01-06 jheryan Added cs subdirectory.
2005-01-06 gpoirier Sync with 1.845:
2005-01-06 diego RTC check should no longer be Linux-only.
2005-01-06 alex 100l, mp_msg instead af_msg
2005-01-06 alex unused parts removed
2005-01-06 kraymer small fixes and wording
2005-01-06 diego typo/wording
2005-01-06 diego small fixes
2005-01-06 diego missing ","
2005-01-06 nicodvb mention ATSC in the dvb section
2005-01-06 nicodvb mention ATSC tools and conf.file (dvb section)
2005-01-06 nicodvb added support for ATSC tuner and conf.file
2005-01-06 diego RTC support on FreeBSD, inspired by a patch from Michael Johnson
2005-01-05 kraymer adjusted beginning of lavc section, work will go on from here
2005-01-05 kraymer lavc is reintegrated, just as it was before removal some commits ago
2005-01-05 kraymer finished xvid (api4) specific encoding options by adding the following options:
2005-01-05 reimar 6-channel raw acc on stereo speakers playback example
2005-01-05 kraymer added new xvid (api4 only) options: frame_drop_ratio, (no)qpel, (no)gmc, (no)trellis
2005-01-05 gpoirier commit 1.841 changes: mostly small formatting changes for better readability
2005-01-05 kraymer rest of sync of xvidenc encoding options that already existed
2005-01-05 paszczi sync
2005-01-05 kraymer began with sync of xvidenc encoding options
2005-01-05 gpoirier Just the sync with 1.842: Remove bogus lines.
2005-01-05 diego Remove bogus lines.
2005-01-05 henry changes against 1.0 + Dec 2004 SVN math code
2005-01-05 kraymer mostly small formatting changes for better readability
2005-01-05 kraymer added toolame to codec specific encoding options
2005-01-04 kraymer (re-)added lameopts to codec specific encoding options
2005-01-04 kraymer removed typos and changed wording regarding a few previous commits (courtesy to diego!)
2005-01-04 kraymer creatded section for codec specific encoding options
2005-01-04 faust3 10l, pointers aren't always 32bit
2005-01-04 kraymer further sync in encoding options, ranging from 'ovc' to 'vobsuboutindex'
2005-01-04 kraymer synced encoding options from 'info' to 'ofps'
2005-01-04 gpoirier Cumulative sync with 1.840:
2005-01-04 kraymer fixed single typo
2005-01-04 kraymer small changes (formatting, sync) to sections files, examples, bugs, authors
2005-01-04 kraymer added video filters: delogo, zrmjpeg
2005-01-04 kraymer added video filters: framestep, tile
2005-01-04 kraymer updated/synced video filters: boxblur, sab, smartblur, perspective
2005-01-04 kraymer added video filters: telecine, tinterlace, tfields
2005-01-04 reimar fix/simplify os_types.h. MPlayer needs inttypes.h anyway to compile.
2005-01-04 kraymer copyright change
2005-01-04 jheryan Adding new files to czech translation.
2005-01-04 henry Tremor license
2005-01-04 danny Synced with 1.837, typos form 1.831
2005-01-04 diego Extend copyright to 2005, typos.
2005-01-03 kraymer anti-10l pepsi (removed english stuff from where it didn't belong)
2005-01-03 kraymer 1.838: bump (was already fixed)
2005-01-03 diego alphabetical order
2005-01-03 kraymer small fixes/improvements
2005-01-03 kraymer 1.832: small improvement
2005-01-03 paszczi sync
2005-01-03 kraymer 1.827: Better -lavdopts option descriptions.
2005-01-03 paszczi synced with 1.837
2005-01-03 kraymer 1.826: Created audio filters section to replace -af description.
2005-01-03 kraymer 1.821: Clarify vo_yuv4mpeg filename handling. (bump, was already corrected)
2005-01-03 kraymer 1.814: sstep is usually inaccurate.
2005-01-03 kraymer 1.812: -double is now default, thus -nodouble needs to be documented instead.
2005-01-03 alex af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control in format.c
2005-01-03 ivo Ignore .depend
2005-01-03 kraymer changed wording enkodier* to encode* to be consistant with manpage
2005-01-03 kraymer trivial: added [cfg]-tag in cfg.c section
2005-01-03 kraymer 1.154: printf --> mp_msg conversion, less verbosity
2005-01-03 gpoirier Sync to 1.837:
2005-01-03 diego More commands documented, based on Reimar's findings.
2005-01-03 reimar Use the subopt-helper for parsing suboptions.
2005-01-03 reimar Default to audiodump.pcm with nowaveheader again, but document it in the manpage this time.
2005-01-03 reimar Use lavcresample only when libavcodec is compiled in.
2005-01-03 reimar Add missing break that caused an irritating error message all the time when using slave mode.
2005-01-03 gpoirier Sync with 1.836:
2005-01-03 diego grab_frame, osd_show_text, sub_step, screenshot documented.
2005-01-03 gabrov synced to 1.74 (typo fix)
2005-01-03 gpoirier Sync with 1.835
2005-01-03 diego Clarification as suggested by Alexander Strasser.
2005-01-03 gabrov typo fixes
2005-01-03 gabrov whitespace fixes
2005-01-03 arpi many 10ls fixed... also better debugging
2005-01-03 gabrov synced to 1.21
2005-01-03 gabrov synced to 1.51
2005-01-03 gabrov synced to 1.58
2005-01-03 lorenm x264: clarify 4x4mv, b8x8mv (thanks to Bond)
2005-01-02 diego Framestepping does not require pause mode.
2005-01-02 diego happy new year
2005-01-02 diego Document minimum required ALSA version.
2005-01-02 diego Forward framestepping is now implemented.
2005-01-02 lorenm x264: group together the primary ratecontrol options. misc clarifications.
2005-01-02 lorenm change rc_init_buffer to be a fraction of total buffer size.
2005-01-02 rtognimp Decode WV1F version of MPEG4 with libavcodec
2005-01-02 diego more credits, some wording consistency
2005-01-02 gpoirier Sync with 1.834: Add -ao pcm suboptions and remove -aofile and -waveheader options.
2005-01-02 reimar Raw encoder does not support stride.
2005-01-02 faust3 win95 fix fix by Rune Petersen <rune.mail-list at mail.tele.dk>
2005-01-02 reimar Do not use strndup, it is missing on MinGW.
2005-01-02 faust3 missing ;
2005-01-02 faust3 Mingw compile fix, hm doesn't the inttypes solution always work?
2005-01-02 reimar Add -ao pcm suboptions and remove -aofile and -waveheader options.
2005-01-02 reimar Use libc qsort to sort ODML index.
2005-01-02 diego happy new year
2005-01-01 gabrov synced to 1.58
2005-01-01 reimar fix string argument parsing (e.g. one char strings were not accepted)
2005-01-01 gabrov synced to 1.14
2005-01-01 reimar Make af_control_any_rev return the matching filter
2005-01-01 reimar Install libdha into LIBDIR.
2005-01-01 arpi rate/format matching and volume get/set support
2005-01-01 gabrov synced to 1.72, initial translation
2004-12-31 paszczi synced with 1.833
2004-12-31 reimar fix quicksort to avoid stack overflow and extreme runtimes
2004-12-31 reimar Use subopt helper to parse arguments
2004-12-31 reimar Add a type name for the test function
2004-12-31 reimar Use subopt parser
2004-12-31 michael faster packed<->planar conversation
2004-12-31 nicodvb replaced deprecated FE_GET_EVENT with FE_READ_STATUS (only for DVB_HEAD); added a workaround for drivers that don't support FE_TIMEDOUT
2004-12-31 al suboption parser for vo and ao modules
2004-12-30 henry internal Tremor decoder for Ogg/Vorbis
2004-12-29 rtognimp Fix channels, sample rate and sample size for 3gp files
2004-12-29 rtognimp Support amr_nb and amr_wb via libavcodec
2004-12-29 rtognimp Update for after-pre6 changes
2004-12-29 rtognimp TwinVQ decoder and demuxer
2004-12-29 alex less namespace pollution #2 (prefixed globals in filter.c with af_filter_)
2004-12-29 alex less namespace pollution
2004-12-29 alex more verbose messages
2004-12-29 alex accelerated conversions
2004-12-29 rtognimp Updated with a reminder for mplayer-announce
2004-12-29 reimar Remove unused defines
2004-12-29 reimar Doxygen comments improved
2004-12-29 diego wording/spelling
2004-12-29 rathann last draft with some insignificant changes
2004-12-28 gpoirier Sync with 1.833
2004-12-28 rtognimp Try http if pnm connection fails
2004-12-28 alex af_fmt2str_short
2004-12-28 alex af_fmt2str_short
2004-12-28 reimar 10l, variable declarations must be before mp_msg.
2004-12-28 rtognimp 100l use right mask type when checking for input format
2004-12-28 rtognimp 100l set default format for AF_FORMATs not supported by sound card
2004-12-28 lorenm new x264 options: b8x8mv, direct_pred
2004-12-28 ivo Make af_ladspa use new AF_FORMAT define that was introduced by Alex's
2004-12-28 lorenm sync to x264 r72.
2004-12-27 reimar ensure af_fmt2str always return a 0 terminated string
2004-12-27 reimar 100l, buf etc. in af_fmt2str call are already pointers...
2004-12-27 reimar Do not use audio plugins anymore
2004-12-27 faust3 win95 does not support GetMonitorInfo
2004-12-27 alex 10l, nasty ao drivers
2004-12-27 alex maybe now..
2004-12-27 faust3 10l, patch by Martin Braun <braun12@gmx.de>
2004-12-27 alex hopefully final fix
2004-12-27 alex removing AFMT_ dependancy
2004-12-27 alex 10l
2004-12-27 alex CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMT
2004-12-27 alex removing AFMT_ dependancy
2004-12-27 al Fix ontop for some WMs that lose ontop state after fullscreen event.
2004-12-26 reimar Use lavcresample when accuracy-optimized audio filter chain is requested.
2004-12-26 reimar Demuxer was fixed, so do not skip the first frame anymore
2004-12-26 reimar Set message level of the added subtitle message to INFO, fixes bug #139
2004-12-25 paszczi big sync
2004-12-25 paszczi synced with 1.832
2004-12-25 diego typo
2004-12-25 reimar fix memleak in idx parser. patch by elupus [elupus {at] ecce <dot) se]
2004-12-25 reimar fix stream selection and -bandwidth for mms-over-http.
2004-12-24 gpoirier Sync with 1.832: small improvements
2004-12-24 diego small improvements
2004-12-24 gabrov synced to 1.155
2004-12-23 diego even more ffmpeg changes
2004-12-23 diego some more FFmeg changes
2004-12-23 diego release name
2004-12-23 gpoirier Sync with 1.831:
2004-12-23 diego one more item
2004-12-23 diego fixes
2004-12-23 reimar do not use pthreads on hpux (broken, hardly useful).
2004-12-23 reimar When setting HAVE_PTHREADS, set HAVE_THREADS also to avoid linking problems with lavc (because utils.c defines a stub otherwise)
2004-12-23 diego support for Real codecs on OS X
2004-12-23 reimar forgot to remove now useless extern monitor_aspect
2004-12-23 diego wording, spelling, new categories, reordered entries
2004-12-23 reimar vo_screenwidth/vo_screenheight is _not_ monitor_aspect.
2004-12-23 wight sync 1.830
2004-12-23 danny Synced with 1.831
2004-12-23 danny Synced with 1.830
2004-12-23 ivo Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
2004-12-23 ivo Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
2004-12-22 rtognimp 1l misplaced variable declaration
2004-12-22 aurel fix a segfault when calling loadfile during v4l2 playback
2004-12-22 reimar Make filters request a supported input format instead of failing.
2004-12-21 reimar add missing registers in clobber list, fixes bug #169
2004-12-21 gpoirier Cumulative sync:
2004-12-21 gpoirier Last round French corrections for this file (spelling, corrects wrong
2004-12-21 gpoirier French corrections:
2004-12-21 paszczi additional fixes by Torinthiel and Rathann
2004-12-21 joey added -wid support for vo_directx.
2004-12-21 joey automatic monitoraspect calculation for vo_directx.
2004-12-21 joey added colorkey support for vo_directx.
2004-12-21 faust3 savage_vid added
2004-12-21 faust3 experimental savage vidix driver by Reza Jelveh <reza.jelveh at tu-harburg.de>
2004-12-21 gpoirier Sync with 1.828: Remove spurious .RE macro
2004-12-21 gpoirier sumulative sync with 1.827:
2004-12-21 diego small updates, spelling
2004-12-21 diego Remove spurious .RE macro.
2004-12-21 reimar fix position bar and length display for mov files
2004-12-21 reimar Use demuxer_get_percent_pos for the OSD position bar
2004-12-21 danny Synced with 1.825
2004-12-20 faust3 Radeon R200 QM (Radeon 9100) support patch by Simone <beniamino.scanzoni at fastwebnet.it>
2004-12-20 paszczi patches suggested by rathann
2004-12-20 diego Better -lavdopts option descriptions.
2004-12-20 diego Created audio filters section to replace -af description.
2004-12-20 jheryan Sync with 1.822
2004-12-20 jheryan Sync with 1.154
2004-12-19 gpoirier More French corrections
2004-12-19 reimar Hopefully fixes problems with non-working vobsubs.
2004-12-19 alex 10l fix I hope, reverse if not
2004-12-19 reimar Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.
2004-12-18 wight sync 1.825
2004-12-18 gpoirier Sync to 1.825
2004-12-18 reimar add the flip filter at the end of the filter chain.
2004-12-18 diego Fix paragraph indentation.
2004-12-18 reimar Fixes the bug that after opening the preferences panel gmplayer plays files
2004-12-18 nicodvb added conditional lowres description
2004-12-18 diego Handle raw yv12 video as I420 to fix some Broadcast 2000 created samples.
2004-12-17 gpoirier Sync with 1.823: Mention how to concatenate files with -vo yuv4mpeg and -fixed-vo.
2004-12-17 reimar Somebody obviously took a course "coding non-portable".
2004-12-17 diego Christoph Egger is now the vo_ggi maintainer.
2004-12-17 diego - Fixed mode setting, so any video can be played on all supported ggi targets.
2004-12-17 diego Mention how to concatenate files with -vo yuv4mpeg and -fixed-vo.
2004-12-17 diego some clarification
2004-12-17 reimar Set mixer.afilter at a more appropriate place.
2004-12-17 reimar Added rawy800 codec as according to the manpage it should be there
2004-12-17 reimar Allow Y8 and Y800 as OUT format in codecs.conf
2004-12-17 nicodvb conditional lowres: activate lowres if frame width >= threshold
2004-12-17 wight sync tag bump
2004-12-17 diego pre5try2 release
2004-12-16 diego y420 vs i420 typo
2004-12-15 gpoirier Fixes suggested by Diego
2004-12-15 rtognimp Security fixes ported from upstream (xine)
2004-12-15 reimar fix a problem pointed out by iDEFENSE and several similar ones.
2004-12-15 reimar Looks like it was too weird after all ;-)
2004-12-15 reimar fix a vulnerability reported by iDEFENSE.
2004-12-15 iive disable demuxer_bmp,
2004-12-15 reimar fix security vulnerability reported by iDEFENSE
2004-12-15 gpoirier Cumulative sync to 1.821 (1.821, 1.820, 1.819)
2004-12-15 faust3 enable memalign hack for libavcodec when memalign is not present, hopefully the mencoder segfaults on mingw are gone now
2004-12-15 diego printf --> mp_msg conversion, less verbosity
2004-12-14 nicodvb credit Daniele Forghieri's work on lavc audio code
2004-12-14 diego small wording fixes
2004-12-14 diego more details about the structure of VCDs
2004-12-13 paszczi synced with 1.821
2004-12-13 jheryan Sync with 1.818
2004-12-13 jheryan Sync with 1.153.
2004-12-12 diego Clarify vo_yuv4mpeg filename handling.
2004-12-12 diego printf --> mp_msg
2004-12-12 wight sync 1.820
2004-12-12 wight better mention -vo yuv4mpeg can change output filename
2004-12-12 reimar fix leak with -fixed-vo, allow concatenating
2004-12-11 rtognimp Fix streaming if not mlti_data (for some non-multirate streams)
2004-12-11 diego Some fixes and better wording, remove alsa9 and alsa1x audio output drivers
2004-12-11 reimar Improving gl2 under windows, moving some functionality to gl_common
2004-12-11 diego Remove alsa9 and alsa1x entries as well as duplicate video output drivers.
2004-12-10 reimar 10l, should check for != NULL before using not after...
2004-12-09 paszczi language fix
2004-12-09 diego make clean should also clean the native subdirectory.
2004-12-08 wight sync 1.58
2004-12-08 wight - corrected <device< to <device>
2004-12-08 faust3 disable all unknown formats in the windows aos
2004-12-08 paszczi sync + random fixes
2004-12-07 rtognimp Support for "NONE" audio in MOV files generated by Kodak CX6230
2004-12-07 gpoirier More French fixes
2004-12-07 gpoirier Default rescaler is 2; bicubic
2004-12-07 gabrov synced to 1.20
2004-12-07 gabrov synced to 1.50
2004-12-07 gabrov synced to 1.57
2004-12-07 nicodvb added support for dvhs and h264 over ts
2004-12-07 diego URL updates
2004-12-07 diego updates, typo
2004-12-07 diego Remove duplicate includes.
2004-12-07 diego Make include paths consistent.
2004-12-07 diego Remove dead link.
2004-12-07 diego link updates, noticed by Nicolas Le Gaillart
2004-12-06 diego wording fix
2004-12-06 gpoirier some French fixes here and there: some better translations and better tech words
2004-12-06 michael fix byteorder
2004-12-06 gabrov synced to 1.56 (link update)
2004-12-06 gabrov synced to 1.57 (link updates)
2004-12-06 gabrov synced to 1.22
2004-12-06 diego More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.
2004-12-05 diego link updates
2004-12-05 diego ao_alsa and ao_polyp added, typo.
2004-12-05 gabrov synced to 1.16 (new mailing list)
2004-12-05 gpoirier Some other fixes. Better wordings and better translations of tech stuff
2004-12-05 gpoirier A great deal of French fixes (Nico doesn't seem to be an "audio litterate" ;-)
2004-12-05 wight sync 1.16
2004-12-05 gpoirier French fixes
2004-12-05 gpoirier some fixes, mainly wrong translations
2004-12-05 gpoirier Sync with 1.818:
2004-12-05 diego MPlayer-translations mailing list created.
2004-12-05 wight sync 1.818 and vocabulary fix
2004-12-04 diego Use common labels.
2004-12-04 kraymer Add a file= suboption to set output file. (stream.yuv -> %s)
2004-12-04 nicolas new sync, first was fucked up
2004-12-04 nicolas content moved to usage.xml, file no more needed
2004-12-03 nicolas sync, typo fixes, better wording
2004-12-03 reimar keyframes are more like 10 - 20 seconds apart, not 120.
2004-12-03 reimar yuv4mpeg now has file suboption
2004-12-03 reimar Add a file= suboption to set output file.
2004-12-03 rfelker remove old buggy workaround. kerneltwosix.h itself will be removed soon if this doesn't cause problems
2004-12-03 diego Unify all image encoding examples and fix a typo (*.jpg vs *.png) noticed
2004-12-03 aurel dvd_aid_from_lang() should return -1 if lang was not found
2004-12-03 gabrov synced to 1.17
2004-12-03 reimar Move selection of internal texture format to appropriate place, should
2004-12-02 reimar Make the context not current before destroying it.
2004-12-02 reimar mention new -key-fifo-size option
2004-12-02 aurel enable the run slave commande even without libmenu
2004-12-02 diego better label
2004-12-01 diego Add "Available video filters:" line to -vf help.
2004-12-01 gpoirier Sync with 1.8.16: Better wording, better explain -nodouble.
2004-12-01 gpoirier Sync with
2004-12-01 nplourde do not bring process to front if HAVE_SDL
2004-12-01 nplourde clear menubar before adding new menu
2004-12-01 lorenm suppress dummy frames due to B-frame delay.
2004-12-01 diego Better wording, better explain -nodouble.
2004-12-01 reimar More similar code from gl and gl2 moved to gl_common
2004-12-01 reimar use a configurable-size ringbuffer instead of a pipe for buffering key events.
2004-12-01 reimar sstep is usually inaccurate.
2004-12-01 henry reserve enough memory for image
2004-12-01 henry call draw_slice in top-down order (fixes crash with -vf expand=...,scale)
2004-12-01 henry fix image dimensions at filter config time
2004-12-01 jheryan Sync with 1.152, minor bugfix.
2004-12-01 jheryan Sync to 1.811, bugfix
2004-11-30 diego -identify now prints subtitle/audio track information.
2004-11-30 diego -double is now default, thus -nodouble needs to be documented instead.
2004-11-30 rfelker very old 10l, discussed a long time ago but never fixed (default should be same vol, not -10 dB)
2004-11-30 paszczi synced
2004-11-30 rfelker it's stupid for the default to be something both slower (for xv+dr) and visually incorrect.. use -nodouble if you want old behavior
2004-11-30 rfelker more verbosity spam fixes
2004-11-30 gabrov synced to 1.55 (better label, new entry)
2004-11-30 gabrov synced to 1.56 (better label)
2004-11-29 wight build fix, reflection English doc change
2004-11-29 diego better label
2004-11-29 rathann FAQ about audio-only encoding (approved by Diego)
2004-11-29 diego Explain how (not) to handle execute permissions and binary files.
2004-11-28 mosu Make use of the default duration for one frame if it is present in the file. This produces much smoother timecodes for laced audio frames. And I REALLY don't know why I missed that before...
2004-11-28 lorenm new lavc codec: ffvhuff
2004-11-28 ranma Compile fix
2004-11-27 rtognimp fl32: BE float32 PCM audio in mov files
2004-11-26 mosu Added support for MPEG-1 and MPEG-2 in Matroska.
2004-11-26 henry rescale the fonts with hidden OSD too
2004-11-26 syrjala Remove the rest of fb_dev_name + directfb usage.
2004-11-26 gabrov synced to 1.49
2004-11-26 gabrov synced to 1.55
2004-11-26 zdar fb_dev_name no longer user in vo directfb
2004-11-26 diego We now only support directfb >= 0.9.13.
2004-11-25 diego sync by Philippe De Swert <philippedeswert at pi dot be>
2004-11-25 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
2004-11-25 zdar 10l for me => is not >=
2004-11-25 diego URL update, more concise description
2004-11-25 zdar Removal of vo_directfb.c. From now DirectFB => 0.9.13 is required for vo directfb.
2004-11-25 zdar Removal of vo_directfb.c (configure part). From now DirectFB => 0.9.13 is required for vo directfb.
2004-11-25 faust3 10l initial patch by Oded Shimon <ods15 at ods15.dyndns.org>
2004-11-25 gpoirier Sync with 1.811 using gvim find/replace option. Hope I got them all...
2004-11-24 kraymer 1.802: Mention unichrome_vid in the list of VIDIX drivers
2004-11-24 wight sync
2004-11-24 kraymer further updates in video filters section
2004-11-24 paszczi small fix :)
2004-11-24 paszczi synced with 1.811 + some small language fix
2004-11-24 nicodvb merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS
2004-11-24 gabrov synced to 1.48 (MPEG-X spelling)
2004-11-24 gabrov synced to 1.12 (MPEG-X spelling)
2004-11-24 gabrov synced to 1.16 (MPEG-X spelling)
2004-11-24 gabrov synced to 1.53 (MPEG-X spelling)
2004-11-24 gabrov synced to 1.20 (MPEG-X spelling) and small fix
2004-11-24 gabrov synced to 1.55 (MPEG-X spelling)
2004-11-24 danny Synced with 1.810
2004-11-24 diego Separate XML and man page translation maintainers.
2004-11-24 diego MPEG-X spelling
2004-11-24 diego MPEG-X spelling
2004-11-24 lorenm set sample aspect ratio
2004-11-23 michael removing strange csp matching code (was copy&pasted from vf_pp where it originated from arpi 2.5 years ago) -> fixes spp+scale+x11 crash
2004-11-23 iive Remove broken support for directbuffer and including frame-handling use.
2004-11-23 diego updates
2004-11-23 diego spelling and small updates
2004-11-22 gabrov synced to 1.54
2004-11-22 rtognimp Try port 7070 if 554 fails for realrtsp streams
2004-11-22 henry fix segfault with (height|width)%6!=0
2004-11-22 henry revert useless uyvy planar->packed converter
2004-11-22 henry check for __builtin_expect (used by libmpeg2)
2004-11-22 henry revert useless uyvy planar->packed converter
2004-11-22 henry 1e6l fix (use 422P instead of UYVY)
2004-11-22 jheryan Added maintainer of czech translation related files
2004-11-22 jheryan Sync with 1.149 and retranslations of some messages for consistency with manpage by Jiri Heryan. Applied some suggestions of Tomas Blaha and Jiri Svoboda.
2004-11-22 jheryan *** empty log message ***
2004-11-21 gpoirier Sync with 1.810: wording
2004-11-21 rathann typo
2004-11-21 al Restore normal/double size GUI functionality ( broken since EWMH fs support ).
2004-11-21 wight sync 1.810 + some wording
2004-11-21 diego Explain what you need to read to add a codec yourself, patch by
2004-11-21 diego wording
2004-11-21 nicodvb forced autodetection of file format when content-type is video-x-mpeg to give mpeg-ts a chance
2004-11-21 al The GUI shouldn't handle key events at two places.
2004-11-21 gpoirier Sync with 1.809, with a different phrasing than original English one.
2004-11-20 wight should be \$ not $\
2004-11-20 diego Some fixes by myself and compn <tempn at twmi dot rr dot com>
2004-11-20 henry support for debianized LIVE.COM library
2004-11-20 henry head related transfer function
2004-11-20 henry libmpeg2 4:2:2 decoding
2004-11-20 nicodvb added support for 192 packet size, remove junk data after 188 bytes. Patch by Marcus Metzler (mocm@mocm.de)
2004-11-20 reimar 4 and 8 bit formats use a palette, so we cannot really support them (atm).
2004-11-20 reimar 4 and 8 bit formats work with a palette.
2004-11-20 reimar add "pausing" prefix for MPlayer commands
2004-11-20 wight - sync 1.808
2004-11-20 reimar declare check_format and check_bps static, they are used nowhere else.
2004-11-19 paszczi synced with latest versions
2004-11-19 gabrov synced to 1.13
2004-11-19 gabrov synced to 1.15 (URL update)
2004-11-19 gabrov synced to 1.52 (URL update)
2004-11-19 gabrov synced to 1.53 (URL update)
2004-11-19 gabrov synced to 1.21 (URL update)
2004-11-19 gpoirier Sync with 1.808: v4l2 norm setting
2004-11-19 diego correct encoding
2004-11-19 reimar 24bit LPCM is signed...
2004-11-19 henry v4l2 norm setting
2004-11-19 henry setting the norm using text ID instead of numeric
2004-11-19 diego URL updates
2004-11-19 diego URL updates with some help by Gabor Mizda
2004-11-19 diego grammar fix by the Wanderer
2004-11-19 diego one more DivX --> MPEG4 change
2004-11-19 diego typo patch by Gabor Mizda
2004-11-18 gpoirier Sync to 1.807:
2004-11-18 gabrov synced to 1.13
2004-11-18 gabrov synced to 1.50
2004-11-18 gabrov synced to 1.19
2004-11-18 gabrov initial translation, synced to 1.11
2004-11-18 wight Language fixes
2004-11-18 wight sync 1.19 + some language fixes
2004-11-18 lorenm sync to x264 r61 (improved 2pass ratecontrol)
2004-11-17 gpoirier Sync with 1.806: various fixes, and some long standing french fixes
2004-11-17 gabrov fixed missing para tag
2004-11-17 gabrov synced to 1.12, fixed header
2004-11-17 diego DivX is MPEG4, so let's call it MPEG4 to avoid confusion.
2004-11-17 diego Better explanation of how to build an MPlayer that runs on different
2004-11-17 diego miscellaneous fixes
2004-11-15 diego Audio plugins are now audio filters, noticed by Gabor Mizda.
2004-11-15 nicodvb added language identifier (if any) to the caller during probing phase
2004-11-15 iive free freetype descriptor and library and mconfig data right before exit
2004-11-15 iive Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed.
2004-11-15 mosu Extended support for other object type IDs in the ESDS. This enables e.g. MPEG2 video in the MP4 container.
2004-11-15 iive 3 memory leaks fixed
2004-11-15 gabrov initial translation, synced to 1.10
2004-11-15 gabrov sync to 1.23
2004-11-15 gabrov sync to 1.54
2004-11-15 gabrov sync to 1.49, little fix
2004-11-15 diego warning fix
2004-11-15 diego wording
2004-11-15 diego Reduce excessive verbosity.
2004-11-14 rtognimp Update for Lsvc codec
2004-11-14 rtognimp Vianet Lsvx video decoder
2004-11-14 rtognimp Update for WVP2, fixed codec name from picture to image
2004-11-14 rtognimp Windows media video 9 image v2 support
2004-11-14 gpoirier My e-mail address has changed
2004-11-14 gpoirier Sync with 1.805:
2004-11-14 diego More detailed Debian package building instructions, based on a patch by
2004-11-14 diego spelling, wording
2004-11-14 attila document last status line entry
2004-11-14 reimar fix crash when a "driver" line is missing in codecs.conf.
2004-11-14 reimar keep screensaver off when playing multiple files.
2004-11-14 reimar -softvol and -softvol-max parameters
2004-11-14 reimar allow forcing of software volume control and setting maximum amplification.
2004-11-14 reimar fix: when doing -loop 0 -shuffle, the arg after shuffle was skipped
2004-11-14 gabrov initial translation, synced to 1.10
2004-11-14 lorenm update description of lavc's keyint, vb_strategy, and mbqmin.
2004-11-13 rtognimp MSS2 can decode also MSS1
2004-11-13 reimar fix scrolling status line in windows
2004-11-13 diego URL update, noticed by Gabor Mizda.
2004-11-13 reimar Avoid drawing before transformation matrices are set up.
2004-11-12 reimar fix for negative values for width and height (aspect-preserving scaling).
2004-11-11 wight sync tag bump
2004-11-11 wight Sync with structure changes
2004-11-11 wight sync 1.803
2004-11-11 reimar added missing declaration of releaseGlContext
2004-11-11 reimar missing return for InitGl function
2004-11-11 reimar added fourcc of PNG-encoded Quicktime files
2004-11-11 reimar compilation fix for gcc 3.4.2
2004-11-11 diego compilation fix and partial sync
2004-11-11 diego compilation fix
2004-11-11 diego devices.html is no more, link updated.
2004-11-11 diego devices.html is no more, links updated.
2004-11-11 diego Update links to match the XML docs structure change.
2004-11-11 diego Remove pointless devices section, make video and audio top level sections.
2004-11-10 gabrov initial translation, synced to 1.19
2004-11-10 nplourde osx finder support
2004-11-10 nplourde add support for macosx finder argument support (let you bundle mplayer to be a finder compliant .app) patch by Chris Roccati <roccati@pobox.com>
2004-11-10 rathann small clarification and syntactic fix (approved by Diego)
2004-11-10 rathann fix --disable-termios, approved by Diego
2004-11-09 reimar use get_screen_size from getch2.c instead of ioctl, fixes bug #131.
2004-11-09 gpoirier 10l
2004-11-08 wight sync 1.23 + language fixes
2004-11-08 wight redundant "Note:" removed
2004-11-08 gabrov initial translation, synced to 1.51
2004-11-08 faust3 h/w revision detection patch by Timothy Lee <timothy.lee@siriushk.com>
2004-11-08 diego Mention unichrome_vid in the list of VIDIX drivers
2004-11-08 wight sync 1.51 and wording
2004-11-08 gabrov initial translation, synced to 1.12
2004-11-08 diego Converted printf calls to mp_msg, reduced verbosity.
2004-11-07 gabrov synced with 1.53
2004-11-07 mosu Handle "tail" and "head" properly. If using "-1" does not work then use "-n 1". Throw away warnings in both cases.
2004-11-07 gpoirier Some work on the XviD section:
2004-11-07 reimar fix insane CPU usage with ao_null
2004-11-07 diego We no longer provide (int)types.h for obsolete versions of Cygwin/MinGW,
2004-11-07 diego Mac OS X shlib support has been replaced by support for Helix codecs.
2004-11-07 diego more changes
2004-11-07 reimar Improved A-V sync, patch by Ed Wildgoose [lists(at)wildgooses<dot>com].
2004-11-06 gabrov initial translation, synced to 1.22
2004-11-06 reimar respect immed uninit flag, initialize ao_data.outburst.
2004-11-06 rfelker recommit sascha's commit (Lennart Poettering's polyaudio stuff)
2004-11-05 kraymer little video filters update
2004-11-05 reimar fix "last file is always played last" bug.
2004-11-05 wight And some corrections approved by frogu.
2004-11-05 reynaldo Replaces edl_mute_count with togle making code more understandable, other trivial list suggested changes too, Patch by Oded Shimon
2004-11-05 mosu Fix member alignment for usage on 64bit processors.
2004-11-05 gpoirier Changes the word "frontend" to "module"
2004-11-05 faust3 ao_polyp
2004-11-05 faust3 polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de>
2004-11-05 faust3 10l
2004-11-05 frogu sync to 1.46
2004-11-05 frogu sync to 1.66
2004-11-05 diego Explain how to use custom options while building Debian packages, based on a
2004-11-05 diego slight grammar/wording/spelling/markup improvements
2004-11-05 iive fix "stuck mouse button" by setting O_NONBLOCK, instead of using select() to check write() blocking on pipe.
2004-11-04 reimar more fullscreen fixes and gl2 uses setGlWindow.
2004-11-03 gabrov added myself
2004-11-03 gabrov Added Gabor Mizda (myself) as maintainer of the hungarian translation
2004-11-03 reynaldo Fix broken seek while on edl and audio only, spoted by Oded Shimon
2004-11-03 reynaldo Fix EDL mute behavior, Patch by Oded Shimon
2004-11-03 lorenm add Loren Merritt as ve_x264 maintainer
2004-11-03 atmos4 proper gcc4 compile-fix suggested by richard
2004-11-03 aurel enable mmx support on x86_64 in libmpeg2
2004-11-03 gabrov synced to 1.52
2004-11-03 gabrov synced to 1.15
2004-11-03 gpoirier - the sync with XviD's API-4.1 has been
2004-11-03 nplourde remove mac shlb support to use new helix codec for realvideo support on osx
2004-11-03 michael libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas dot edu>)
2004-11-03 reynaldo fixed some doxygen comments, patch by Oded Shimon
2004-11-02 reimar reworked the status line to avoid scrolling and remove duplicate code.
2004-11-02 nplourde remove window shadow in fullscreen
2004-11-02 nplourde set aqua default theme
2004-11-02 gpoirier Sync
2004-11-02 gpoirier have each XviD's option flag have its (no)counterpart
2004-11-02 diego icons for the GUI context menu
2004-11-02 faust3 winvidix requires -lgdi32
2004-11-02 diego typo
2004-11-02 diego spelling, wording, updates
2004-11-02 diego further sync by Carl Furstenberg <azatoth at gmail dot com>
2004-11-02 kraymer several updates in video filters section, almost finished sync
2004-11-01 nplourde enable vcd support on all based darwin system
2004-11-01 wight sync 1.799
2004-11-01 reimar vo_gl should work fine with -fixed-vo
2004-11-01 reimar fullscreen fixes and GUI support for vo_gl
2004-11-01 nplourde fix build on darwin ppc
2004-11-01 nplourde do not hide mouse and menubar in fulscreen if not using main device
2004-11-01 nplourde more panscan fix
2004-11-01 rathann small compilation fix
2004-11-01 rathann small fix to find DocBook DTD in more exotic locations like
2004-11-01 rtognimp Memleak fix: free index data at demuxer_close
2004-11-01 rtognimp More changes
2004-10-31 nplourde osx port related
2004-10-31 rtognimp Typo, found by Nico Sabbi
2004-10-31 diego more pre6 changes by Roberto and me
2004-10-31 reimar Different buffering scheme, avoiding possible races (SDL is using threads!).
2004-10-31 gpoirier French fixes
2004-10-31 faust3 some people have GREP_OPTIONS set to --ignore-case what makes it a bit dangerous to rely on the string MPlayer for the big endian check
2004-10-31 atmos4 gcc-4 compile fix: invalid lvalue in assignment
2004-10-31 atmos4 Fix erroneus extern declarations, fix wrong signedness of some vars
2004-10-31 atmos4 gcc-4.0.0-20041024 compile-fix
2004-10-31 rtognimp Update decoders section
2004-10-31 rtognimp QuickDraw video decoding support via lavc
2004-10-31 faust3 a few 10l fixes by Wei Jiang <jiangw98@yahoo.com>
2004-10-31 wight sync 1.15
2004-10-31 diego preliminary pre6 changes from Reimar
2004-10-30 diego QuickSilver skin author, typo
2004-10-30 diego sync with homepage
2004-10-30 kraymer (re-)synced with 1.798 downto video filters section
2004-10-30 nplourde window now save is old position when going in fullscreen or while using resize preset
2004-10-30 kraymer (re-)sync downto decoding/filtering options
2004-10-30 wight sync tag bump, forgot previously
2004-10-30 wight -sync 1.798
2004-10-30 wight -sync 1.52
2004-10-30 diego Marillat's homepage has moved.
2004-10-30 wight sync tag bump
2004-10-30 kraymer sync to 1.151 (but doesn't reflect according changes in help_mp-en.h; it's
2004-10-30 kraymer little wording
2004-10-30 faust3 AMD64 fixes based on patch by Timo Teräs <timo.teras@iki.fi>
2004-10-30 faust3 small memleak fix, based on patch by Wei Jiang <jiangw98@yahoo.com>
2004-10-30 faust3 Memory Free function Fix, based on patch by Wei Jiang <jiangw98@yahoo.com>
2004-10-30 gpoirier Sync with 1.798 + french fixes
2004-10-30 faust3 avoid infinite recursion patch by Bernhard Rosenkraenzer <bero@arklinux.org>
2004-10-30 mosu DTS uses the format tag 0x2001. Patch by Joakim Plate (joakim ! plate () ecce ! se)
2004-10-30 mosu Declare a prototype for the function before it is used. Otherwise some compiler versions will "optimize" them away, and linking will fail.
2004-10-30 faust3 fix XVideo misdetection on OSF/1, patch by Gabucino <gabucino at mplayerhq.hu>
2004-10-29 al Fixed the assumption user will always give 2+ args to the program.
2004-10-29 rtognimp ffmpeg mjpeg-b is working
2004-10-29 kraymer continuing updates
2004-10-29 pontscho compile fix on G3
2004-10-29 nplourde panscan now supported in vo_quartz
2004-10-29 nplourde resize preset now respect movie aspect
2004-10-29 nplourde enable pan-scan + menu option
2004-10-28 reimar Allow attaching gdb on crash automatically.
2004-10-28 nplourde get proper movie aspect
2004-10-28 nplourde menu option to set desired movie aspect & keep aspect on window resize
2004-10-28 nplourde autodetect proper monitor aspect
2004-10-28 diego better wording
2004-10-28 nplourde fs_res desc for vo_quartz
2004-10-28 nplourde let you choose fullscreen resolution for slower system
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
2004-10-28 diego spelling
2004-10-28 diego vivodump compiles now, so it can be added to OBJS.
2004-10-28 diego Remove hardcoded filenames in favor of command line parameters, some error
2004-10-28 diego compilation fix, mostly by Reza Jelveh
2004-10-27 kraymer wording corrected again..
2004-10-27 kraymer began updates of that part of the manpage that was in sync before (~six weeks ago)
2004-10-27 rtognimp Miro VideoXL support via lavc
2004-10-27 nplourde fix windows resizing ui glitch
2004-10-27 gpoirier Sync with 1.794: vcresample & sweep filters
2004-10-27 michael lavcresample & sweep filters
2004-10-27 nplourde repace call to sleep_accurate to usleep which fix hang while using -cache option on osx
2004-10-27 faust3 make it possible to select the monitor even when in nonexclusive mode, based on patch by Anton Ragarsson <anton at infeline.org>
2004-10-26 reynaldo Removed one Edl debug message
2004-10-26 reynaldo Fixed 2 debug edl messages
2004-10-26 kraymer 1.147: skipped, typo was fixed earlier
2004-10-26 kraymer Added dots at end of sentence (m_config.c section)
2004-10-26 kraymer 1.145: Translatable messages moved to help_mp-en.h. (codec-cfg.c)
2004-10-26 diego sync by Gabor Mizda <gabrov at freemail dot hu>
2004-10-26 reimar cmd can be NULL when leaving the paused mode and using the GUI
2004-10-26 wight Removal of help_mp.h on make distclean, as requested by Felix Buenemann
2004-10-26 diego Audio plugins have been superceded by audio filters, noticed by Gabrov.
2004-10-26 diego further translation and sync by Mizda Gabor <gabrov at freemail dot hu>
2004-10-25 diego further translation by Carl Furstenberg <azatoth at gmail dot com>
2004-10-25 diego whitespace fixes by Mizda Gabor <gabrov at freemail dot hu>
2004-10-25 paszczi synced with 1.50
2004-10-25 ivo It has not written debug information to a file, but it has dumped the core ;)
2004-10-25 ivo 10l
2004-10-25 kraymer 1.142: removing ao_alsa9.c and ao_alsa1x.c
2004-10-25 kraymer 1.134: New translatable messages for vo_pnm
2004-10-25 kraymer 1.132: MSGTR_EdlCantOpenForWrite updated
2004-10-25 diego sync by Jiri Heryan <technik at domotech dot cz>
2004-10-25 wight sync tag bump
2004-10-25 diego Marillat's homepage has been down for ages.
2004-10-24 diego translation (yet incomplete) by Carl Furstenberg <azatoth at gmail dot com>
2004-10-24 diego Important typo noticed by Piero di Vita <scognito at libero dot it>
2004-10-24 rtognimp Support wmspdmod.dll version 10.0.0.3646
2004-10-24 rtognimp Support WMV Screen Codec 2 (MSS2) with binary codec
2004-10-24 michael print build num
2004-10-24 rtognimp Decode VDOWave (VDOM) with binary codec
2004-10-24 michael 10l (mplayer doesnt like AV_NOPTS_VALUE)
2004-10-24 reimar _def_enca should always be set to something! And preferrably correctly..
2004-10-24 rtognimp Windows media video advanced profile (wmva) support via binary codec
2004-10-23 ivo Add --enable and --disable options for vo_pnm and vo_md5sum to configure.
2004-10-23 reimar 100l for playback speed changing in audio-only case
2004-10-23 reimar 10l, missing playback_speed argument in mp_msg call.
2004-10-23 reimar FreeBSD compilation fix
2004-10-23 rtognimp Remove obsoleted comment about wma9sp running only on windows
2004-10-23 rtognimp Fix for Windows media audio 9 voice codec (format 0x0a)
2004-10-23 aurel seeking based on the largest timestamp in an mpeg stream
2004-10-22 gpoirier Sync with 1.793:
2004-10-22 faust3 overlay color control support based on patch by Vitos Laszlo <laca <at> evol.ro>
2004-10-22 faust3 ringbuffer variable intialization fix for multifile playback patch by Rune Petersen <rune.mail-list at mail.tele.dk>
2004-10-22 nplourde Enable live resize
2004-10-22 aurel 10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patch
2004-10-21 diego MEncoder needs -srate together with -af resample,
2004-10-21 diego sync by Mizda Gabor <gabrov at freemail dot hu>
2004-10-21 michael user selectable cutoff frequency
2004-10-21 reimar crash with Y8 colourspace fixed
2004-10-21 gpoirier Sync with 1.792
2004-10-21 gpoirier Sync with 1.791 + some French fixes
2004-10-21 diego small fixes
2004-10-21 nplourde quartz vo driver specific key binding definition
2004-10-21 wight sync 1.18 + linebreak
2004-10-21 wight missing \
2004-10-21 nplourde fixed typo
2004-10-21 michael sine sweep generator
2004-10-21 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
2004-10-21 nplourde move variable declaration at beginning of block
2004-10-21 diego The Hungarian translation has been available in XML format for some time
2004-10-21 diego Remove incomplete key list and command list and update the other sections
2004-10-21 diego Clarify filters vs plugins.
2004-10-21 diego Better descriptions merged from the XML docs.
2004-10-21 diego grammar + indentation cosmetics
2004-10-21 michael libavcodec resampling ...
2004-10-20 nplourde removed duplicate case and fixed aspect ratio for window zoom feature
2004-10-20 nplourde darwin vcd support credit
2004-10-20 reimar allow changing playback speed during playback.
2004-10-20 gpoirier Sync with 1.788: wording/spelling
2004-10-20 reimar fix -loop in combination with -shuffle
2004-10-20 nplourde Fixed event handling for menubar and window close button.
2004-10-20 diego sync and fixes by Carl Furstenberg <azatoth at gmail dot com>
2004-10-20 reynaldo Small Mp/mp/MP typo fix
2004-10-20 reynaldo partial sync with help_mp-en 1.148
2004-10-20 wight Move help_mp.h generation to Makefile, so it's easier to maintain on
2004-10-20 wight make uninstall was leaving vidix, dha, and libmpdvdkit libraries
2004-10-20 diego sync by Carl Fürstenberg <azatoth at gmail dot com>
2004-10-20 atmos4 Index-Recovery cosmetix
2004-10-20 diego printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
2004-10-20 diego wording/spelling
2004-10-20 diego Typo noticed by Reimar Döffinger.
2004-10-20 diego sync and fixes by Carl Fürstenberg <azatoth@gmail.com>
2004-10-19 diego translation by Carl Furstenberg <azatoth@gmail.com>
2004-10-19 gpoirier Sync with 1.787:
2004-10-19 nplourde fix menu bar support and add new movie zoom option menu a la quicktime
2004-10-19 diego lavc is faster than XviD and thus recommended for decoding and PP.
2004-10-19 diego man page review part XII
2004-10-19 diego consistent I/P/B-frame spelling
2004-10-19 diego Spelling/wording/clarity improvements and bug fixes.
2004-10-19 diego sync by Mizda Gabor <gabrov at freemail dot hu>
2004-10-19 diego Typo noticed by Nicolas Plourde.
2004-10-19 diego Remove redundant ASF status line, there is another for all formats.
2004-10-19 diego Fix playback on big-endian systems.
2004-10-18 faust3 10l, patch by Jan Knutar <jknutar@nic.fi>
2004-10-18 wight sync 1.783
2004-10-18 nplourde support function for vcd on darwin
2004-10-18 nplourde enable vcd for all darwin based sys not only mac osx
2004-10-18 faust3 document global variables used with fribidi
2004-10-18 faust3 correctly display the commas of most hebrew subtitles on the left side
2004-10-18 nplourde add vcd support to darwin for ppc
2004-10-18 rtognimp Fix compilation when LOG is defined
2004-10-18 rtognimp EOF detection (fix hanging at end of stream)
2004-10-18 rathann Bitrate setting option in ve_xvid4.c doesn't follow the rules described
2004-10-18 faust3 channel reorder patch by Florian Dietrich <flodt8 at yahoo.de>
2004-10-18 rtognimp Fix segfault for unexistant/unreachable rtsp streams
2004-10-18 reimar Limit Gui redraw rate.
2004-10-18 atmos4 Recover Keyframe-Index for XviD aswell
2004-10-18 danny Synced with 1.779, some typo from 1.771
2004-10-18 rfelker 10l...autoaspect was always applied to muxer aspect if using newer libavcodec...hope this is ok
2004-10-18 diego icon now in /usr/share/pixmaps not /usr/share/icons
2004-10-18 diego Applications menu entry now handled through the top-level Makefile.
2004-10-18 diego Menu entry for all freedesktop.org compliant window managers.
2004-10-18 diego sync by Jiri Heryan <technik at domotech dot cz>
2004-10-18 diego bug fixes by Jiri Heryan <technik at domotech dot cz>
2004-10-17 wight sync 1.782 + 2 spelling mistakes
2004-10-17 gpoirier Sync with 1.782: Only use S/PDIF output when no other alsa device is set,
2004-10-17 reimar Only use S/PDIF output when no other alsa device is set, allows to use
2004-10-17 reimar OSD variant for vo_gl.c that behaves more like the one of other vos.
2004-10-17 pontscho compile error fix on PPC/G3
2004-10-17 iive Mark I-frames as seekable only if we encode with one reference frame, IDR are always seekable
2004-10-17 faust3 Added new PCI IDS, patch by Benjamin Zores <ben@tutuxclan.org>
2004-10-17 faust3 I420 support patch by Benjamin Zores <ben@tutuxclan.org>
2004-10-17 gpoirier Sync with 1.780: Documents two new postprocessing options: "dering-luma"
2004-10-17 gpoirier Documents two new postprocessing options: "dering-luma" and "dering-chroma"
2004-10-17 reimar added gl_common for code used by both vo_gl.c and vo_gl2.c.
2004-10-16 iive Sync with GomGom's patch-12 version.
2004-10-16 nplourde Fix incompatibility with audio devices with more then 2 channels
2004-10-15 gpoirier Sync with 1.779: missing sentence dots
2004-10-15 reimar avoid segfault with -vc dummy
2004-10-15 wight missing sentence dots
2004-10-15 wight - sync 1.778
2004-10-15 danny Synced with 1.771, drop not necessry \&
2004-10-14 paszczi synced with 1.19
2004-10-14 gpoirier Sync with 1.778: Make '.' key default for framestepping
2004-10-14 gpoirier Sync with 1.777
2004-10-14 reimar Make '.' key default for framestepping
2004-10-14 reimar some memory leaks fixed
2004-10-14 faust3 ao dsound improvements patch by Florian Dietrich <flodt8 at yahoo.de>
2004-10-14 diego 10l to me, noticed by Torinthiel
2004-10-14 diego Added missing toolame to the list of codec specific encoding options.
2004-10-14 diego sync by Mizda Gabor <gabrov@freemail.hu>
2004-10-14 diego vo_gl now supports -panscan as well.
2004-10-14 diego man page review part XI
2004-10-13 diego Comment clarified, patch by Sylvain Colinet <scolinet at gmail dot com>.
2004-10-13 gpoirier Sync with 1.773: allow to step only one frame forward by pressing s.
2004-10-13 reimar fixed small memleaks
2004-10-13 diego typo
2004-10-13 diego sync by Mizda Gabor <gabrov at freemail dot hu>
2004-10-13 diego typo found by Mizda Gabor <gabrov at freemail dot hu>
2004-10-13 diego Remove CPU speed detection since
2004-10-13 diego clarification
2004-10-12 reimar allow to step only one frame forward by pressing s.
2004-10-12 rtognimp Creative ADPCM native decoder from lavc
2004-10-12 reimar -fno-PIC will not work on OSX, and it is only useful on x86 anyway.
2004-10-12 iive 10l
2004-10-12 alex better component_func
2004-10-12 alex runtime patching vp31vfw.dll, so non-patched dlls can be used aswell. note: this does not breaks if the dll is already patched
2004-10-12 aurel modified outdated message which was still referring to ALSA 0.5 and 0.9
2004-10-12 diego Translatable messages moved to help_mp-en.h.
2004-10-12 diego bug fixes by Jiri Heryan <technik at domotech dot cz>
2004-10-12 diego updates
2004-10-12 diego translation by Mizda Gabor <gabrov at freemail dot hu>
2004-10-11 diego sync by Mizda Gabor <gabrov at freemail dot hu>
2004-10-11 gpoirier Sync with 1.772: XviD's bvhq option desc
2004-10-11 gpoirier XviD's bvhq option description
2004-10-11 reimar Zeta OS support, mostly working.
2004-10-11 michael too large extradata
2004-10-11 iive Sync with GomGom's patch-12 version.
2004-10-11 aurel set myself (Aurelien Jacobs) as vo_vesa maintainer
2004-10-11 nicodvb removed dependency on liba52
2004-10-10 michael LIBAVFORMAT_BUILD >= 4619
2004-10-10 faust3 fix compilation on macosx with --enable-qtx patch by Zachary Bedell <zaclist@adirondack.net>
2004-10-10 faust3 CLE266 Vidix driver initial patch by Timothy Lee <timothy@siriushk.com>, doxygen comments by Benjamin Zores <ben@tutuxclan.org>
2004-10-10 faust3 fix Cyberblade VidiX driver TVOUT patch by Benjamin Zores <ben@tutuxclan.org>
2004-10-10 reimar Do not loose commands while paused.
2004-10-10 diego The full name of the GPL is GNU General Public License.
2004-10-10 reimar aspect scaling and panscan support for vo_gl.c
2004-10-10 diego typo noticed by Shixin Zeng <shixinzeng at sjtu dot edu dot cn>
2004-10-10 reimar Variables for OSD support should be static
2004-10-09 rtognimp Windows Media Image (WMVP) can be decoded with WMV9 dmo codec
2004-10-09 paszczi synced with 1.770
2004-10-09 diego sync by Mizda Gabor <gabrov at dana dot hu>
2004-10-09 reimar Support for 24 bit and 20 bit LPCM (simple and slow :-( )
2004-10-09 faust3 correct scaling when the screen resolution is smaller than the flat panel resolution
2004-10-09 iive add new control message, that is send after end of stream, to flush all remaining frames in the video system
2004-10-09 gpoirier Sync with 1.770: af_extrastereo, af_volnorm
2004-10-09 faust3 fix compilation on mingw
2004-10-09 diego af_extrastereo, af_volnorm
2004-10-09 diego consistency fix, typos and better wording as suggested by Loren Merritt
2004-10-08 rtognimp Support ON2 variation of AVI format (.vp5 files)
2004-10-08 gpoirier Sync with 1.767
2004-10-08 gpoirier minor revision to improve clearness, add a comprehensive list of all
2004-10-08 reimar OpenGL OSD rendering for vo_gl
2004-10-08 iive Adds a parameter 'scenecut', to control the threshold for inserting extra I-frames.
2004-10-08 diego Hint at FIXED_POINT for better (SBR) performance.
2004-10-07 diego partial sync by Mizda Gabor <gabrov@dana.hu>
2004-10-07 nicodvb fixed a bug that makes the demuxer loop forever probing a52 audio when a52_syncinfo() returns 0
2004-10-07 gpoirier Some french corrections, mostly "s" on plurial forms
2004-10-07 reimar fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev (dot) org), see also bug #102
2004-10-07 diego credits for the Wanderer, by himself
2004-10-07 diego printf --> mp_msg conversion
2004-10-06 reimar 10l compilation fix
2004-10-06 reimar fixed UNPACK_ALIGNMENT setting.
2004-10-06 diego Make Makefile conform to the general MPlayer style, alaw-gen added.
2004-10-06 diego Also ignore alaw-gen and its output.
2004-10-06 diego Missing .cvsignore file added.
2004-10-06 diego Made Makefile conform to the general MPlayer style, clean target added.
2004-10-06 diego File filter dropdown box value is now preserved between dialog invocations.
2004-10-06 diego sync by Jiri Heryan <technik@domotech.cz>
2004-10-06 faust3 Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the get
2004-10-05 paszczi synced with 1.765
2004-10-05 alex make af_help conform better to the the afm/vfm/etc equivalents
2004-10-05 alex unsinged 32 and 24bit types
2004-10-05 michael postproc/yuv2rgb_altivec.c compile fix
2004-10-05 michael keyframe index
2004-10-05 diego xvmc clarification
2004-10-05 michael branch field to distinguish mncf from nut
2004-10-05 michael remove short startcodes
2004-10-05 michael remove non native codec specific data
2004-10-05 gpoirier Sync with 1.764: -alang needs a language code, not a country code.
2004-10-05 danny Syntax check, space after apostrophe, i.e. and e.g. translated
2004-10-05 diego -alang needs a language code, not a country code.
2004-10-05 danny Errors from 1.737 sync, pointed out by Diego
2004-10-04 reynaldo Corrected 'synced with' string, now 1.18
2004-10-04 alex make use of 24bit afmt
2004-10-04 alex make use of new defines: 24 and 32bit integer types
2004-10-04 alex move the file writers after vo_null so they don't get autoselected - following the same logic as in libao2
2004-10-04 alex reimplementation of the pl_extrastereo and pl_volnorm plugins
2004-10-04 alex fixing authors
2004-10-04 alex introducing 24bit formats and make the values compliant to OSS
2004-10-04 diego How to take a screenshot, how to use dmix, how to choose languages and
2004-10-04 gpoirier Sync with 1.763:
2004-10-04 gpoirier Better description of x264 PSNR stats.
2004-10-04 mosu -alang is not limited to the libdvdread dependant code anymore but used in other demuxers as well. Therefore it should not be inside a "#ifdef USE_DVDREAD".
2004-10-04 diego -alang description corrected.
2004-10-04 reimar removing ao_alsa9.c and ao_alsa1x.c as they are superseded by ao_alsa.c
2004-10-04 ivo Added missing EOL.
2004-10-03 reimar fixed memleak, especially for fixed-vo.
2004-10-03 paszczi fixed compilation warnings and errors (previously my network went down)
2004-10-03 paszczi fixed compilation warnings and errors
2004-10-02 paszczi synced with latest english docs
2004-10-02 paszczi synced with 1.140
2004-10-02 rtognimp Typo, pointed out by lu_zero
2004-10-02 paszczi synced with 1.761
2004-10-02 diego typo
2004-10-02 diego typos
2004-10-02 diego Remove preceding newline to make -XXX help output consistent.
2004-10-02 diego Removed all obsolete and unused messages.
2004-10-02 diego Obsolete and unused message removed.
2004-10-02 faust3 support newer gcc
2004-10-02 gpoirier Sync with 1.760:
2004-10-02 paszczi synced with 1.760
2004-10-02 diego -sws and -vf scale sections improved, small fixes.
2004-10-02 diego compilation fix
2004-10-02 diego typos
2004-10-01 gpoirier Nroff fixes.
2004-10-01 reimar mpi->w and h are set by vf_get_image, do not overwrite them.
2004-10-01 reimar fixed small memleak
2004-10-01 gpoirier Sync with 1.759:
2004-10-01 diego sync by Jiri Heryan <technik at domotech dot cz>
2004-10-01 gpoirier Documentation of x264 3-pass mode, and typos/fixes on lavc's *_mask
2004-09-30 paszczi typos
2004-09-30 paszczi synced with 1.758
2004-09-30 gpoirier Sync
2004-09-30 diego consistency between the blur filter descriptions
2004-09-30 diego sync by Jiri Heryan <technik at domotech dot cz>
2004-09-29 diego Explanation how to play a VOB from the hard disk.
2004-09-29 diego -dvd-device can point to a directory to play a VOB from the hard disk.
2004-09-29 gpoirier Sync with 1.756:
2004-09-29 ivo Removal of vo_md5 and vo_pgm of MAINTAINERS file.
2004-09-29 ivo Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnm
2004-09-29 diego sync by Reynaldo H. Verdejo Pinochet <reynaldo at opendot dot cl>
2004-09-28 diego Better wording/descriptions as suggested by the Wanderer.
2004-09-28 paszczi synced with 1.754
2004-09-28 reimar better, tuneable (via #define) MP3 detection, limit demux_audio to scanning
2004-09-28 joey show ogg subtitle language on OSD, if available
2004-09-28 joey fix sub_select fiasco with global sub numbering. now multiple sub sources can be managed in essentially one list.
2004-09-28 joey make sure exit_player gets called
2004-09-28 wight sync
2004-09-28 gpoirier THE "vf=eq2=1.0:-0.8" fix
2004-09-27 ivo changed include of stdint.h to inttypes.h
2004-09-27 iive better default parameter,added counterpart option, better names for few options, 3-pass support and improved documentation.
2004-09-27 gpoirier This reverts the x264 modifications to the man page suggested my Loren, and
2004-09-27 diego identical text for identical suboptions
2004-09-27 gpoirier I need Cola! -vf=eq2=1.0:-0.8 is the syntax for conf file, -vf eq2=1.0:-0.8 is
2004-09-27 gpoirier Sws default setting correction, and random wordings
2004-09-27 diego MEncoder-users mailing list created.
2004-09-27 diego Porting of CRTC2 to mga_vid is stalled.
2004-09-27 michael compensate for width/height being picture width/height instead of bitstream width/height
2004-09-27 paszczi synced with 1.749 + random fixes
2004-09-27 gpoirier Better phrasing suggested by The Wanderer
2004-09-27 gpoirier Tons of French corrections
2004-09-27 rfelker SBR code does NOT work with fixed point (uses floats, slow as hell)
2004-09-26 gpoirier Sync with 1.748: better descriptions for remaining, poorly documented masking
2004-09-26 nauj27 sync with 1.685
2004-09-26 gpoirier better descriptions for remaining, poorly documented masking options.
2004-09-26 gpoirier Cumulative sync patch:
2004-09-26 faust3 use aspect code when used with vidix
2004-09-26 diego man page review part X
2004-09-26 faust3 detect byte order even for cross-compiling
2004-09-26 faust3 --host-cc option for crosscompiling
2004-09-26 michael -lavdopts lowres
2004-09-26 diego Look for SDL includes in /usr/include as well, use cc instead of gcc.
2004-09-26 diego Wrong comment, the bitmap is blue, not green.
2004-09-26 michael low resolution decoding
2004-09-26 gpoirier Encoding tip regarding x264's deblock filter suggested by Loren Merritt.
2004-09-26 gpoirier Cumulative sync with 1.744
2004-09-26 diego -lpthread --> $(ARCH_LIB), helps linking on systems without pthread.
2004-09-25 diego quantizer --> quantization as pointed out by Attila
2004-09-25 diego Hint at examples, better wording, some cosmetics.
2004-09-25 diego printf --> mp_msg conversion in ao_plugin
2004-09-25 paszczi synced with 1.742
2004-09-25 nauj27 almost sync :)
2004-09-25 gpoirier Sync with 1.742
2004-09-25 gpoirier Better vme description
2004-09-25 diego printf --> mp_msg transition in vo_yuv4mpeg
2004-09-25 faust3 add ao_dsound author
2004-09-25 faust3 directsound audio output plugin, patch by Gabor Szecsi <deje at miki.hu> some minor modifications by me
2004-09-25 syrjala Fixed [no]input suboptions.
2004-09-25 paszczi synced with 1.49
2004-09-25 paszczi synced with 1.741
2004-09-25 gpoirier Better x264 descriptions/fixes based on Loren Merritt's patch (Thu, 23 Sep 2004)
2004-09-24 diego DirectX 7 or later is needed for -vo directx.
2004-09-24 diego FAAD updated by adland.
2004-09-24 diego Update FAAD to a 2.1 beta CVS snapshot from 2004.07.12.
2004-09-24 ivo Same wording of vo_jpeg's outdir option as vo_pnm's.
2004-09-24 diego sync by Jiri Heryan <technik@domotech.cz>
2004-09-23 rathann missing extern
2004-09-23 paszczi synced with 1.739
2004-09-23 diego roff fixes
2004-09-23 gpoirier sync with 1.738 and fixes
2004-09-23 gpoirier Encoding tips for x264 + 10l
2004-09-23 diego Rroff markup fixes and point out a 10l.
2004-09-23 diego roff markup fix
2004-09-23 reimar fix examples for ao_alsa options dialog and add example for mixer index.
2004-09-23 danny Synced with 1.737
2004-09-22 paszczi synced with 1.738 + small fixes
2004-09-22 rtognimp Add comment to remind that voxmsdec.ax requires also msms001.vwp
2004-09-22 diego small fixes
2004-09-22 faust3 100l
2004-09-22 gpoirier Cumulative patch
2004-09-22 gpoirier Better lumi/dark_masking descriptions, tips for 4mv and autoaspect and 10l fix
2004-09-22 gpoirier Better nssew description
2004-09-22 reimar allow to select an alsa mixer channel index.
2004-09-22 gpoirier Sync with 1.733: add support for subpel quality refinement option in x264.
2004-09-22 gpoirier fixes, better wordings on the new portable anymap and md5sum video output
2004-09-22 iive add support for subpel quality refinement option in x264.
2004-09-22 rfelker 10l
2004-09-22 diego Nobody maintains dvdnav, it's not supported.
2004-09-21 gpoirier sync with 1.732: encoding to mp2 with libtoolame
2004-09-21 reimar setting samplesize to 2 in decoders where neccessary.
2004-09-21 nicodvb encoding to mp2 with libtoolame
2004-09-21 nicodvb encoding to mp2 with libtoolame - only cbr atm
2004-09-21 mosu With the latest change to dec_audio.c (1.32) the demuxers have to set sh_a->samplesize to something != 0.
2004-09-21 alex lot of bigendian fixes
2004-09-21 diego credit for Loren Merritt, patch by himself
2004-09-21 diego clarification about FFmpeg license, typo
2004-09-21 gpoirier Sync with 1.731: Better description of lavc's dia encoding option, thanks
2004-09-21 diego Better explain why we have no DVD menus and what to do about it (DIY).
2004-09-21 diego typo, Xine --> xine
2004-09-21 gpoirier Better description of lavc's dia encoding option, thanks to Loren Merritt
2004-09-21 gpoirier Fixes suggested by Diego
2004-09-21 gpoirier Cumulative patch 1.727 and 1.722
2004-09-21 diego split patches up as far as sensibly possible, but no further.
2004-09-21 diego typo
2004-09-21 diego Cosmetics, start new sentences on a new line.
2004-09-21 diego Roff interprets ' as markup, thus lines should never start with '.
2004-09-21 diego sync by Jiri Heryan <technik at domotech dot cz>
2004-09-20 paszczi cosmetics
2004-09-20 paszczi synced with 1.728 + random fixes
2004-09-20 gpoirier Reworked description of lavc's 3-pass encoding; patch by its creator
2004-09-20 gpoirier 10l: Make turbo mode compatible with 3-pass encoding
2004-09-20 gpoirier Better description of Loren Merritt's 3-pass mode, better qns desc., and a
2004-09-20 ivo Added the uCIFS library, of which a part is used by vo_md5sum.
2004-09-20 gpoirier "partial" sync with 1.726: Document the new portable anymap and md5sum video
2004-09-20 al Don't output error when testing for JACK. Also _insist_ on a JACK version
2004-09-20 ivo Credit where credit's due :)
2004-09-20 ivo Document the new portable anymap and md5sum video output drivers.
2004-09-20 ivo Added myself to AUTHORS and MAINTAINERS for the new vo_pnm and vo_md5sum
2004-09-20 ivo This patch enables the compilation and linking of vo_md5sum to libvo.
2004-09-20 ivo This patch enables the compilation and linking of vo_pnm (the portable
2004-09-20 ivo New translatable messages for vo_pnm (the portable anymap video output
2004-09-20 ivo New MD5 sum video output driver. For every frame, it calculates the MD5 sum
2004-09-20 ivo New generic 'portable anymap' video output driver. It supports portable
2004-09-19 michael 100l typo
2004-09-19 gpoirier Sync with 1.725: Better wording and clarity as suggested by the Wanderer.
2004-09-19 faust3 handle sigchld in mplayer.c
2004-09-19 faust3 switch_ratio may not work with some filter chains
2004-09-19 diego Better wording and clarity as suggested by the Wanderer.
2004-09-19 paszczi cosmetics by frogu
2004-09-19 gpoirier Fixes indentation around my contributions, and adds lavc's "turbo" mode,
2004-09-19 gpoirier New lavc flag: "turbo" mode which is supposed to speed up 2-pass encoding
2004-09-18 michael support generating divx2pass.log on 2nd pass patch by (Loren Merritt <lorenm at u dot washington dot edu>)
2004-09-18 paszczi synced with 1.723
2004-09-18 ivo mp_msg transition of unmaintained audio output drivers.
2004-09-18 gpoirier Cumulative patch:
2004-09-18 reimar fix playback of files with displaysize not set (aspect was set to NaN for these)
2004-09-18 diego Use the same names as on mphq for the generated man pages.
2004-09-18 diego Reduce excessive verbosity a bit.
2004-09-18 diego man page review part IX
2004-09-18 diego czech man page translation by Jiri Heryan <technik at domotech dot cz>
2004-09-18 gabucino compile fix
2004-09-18 reimar force compilers not to optimize/inline extend_stack_for_dll_alloca
2004-09-18 rfelker fix reimar's 10l...no actually imho it's arpi's 100l for writing the
2004-09-18 michael passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags
2004-09-17 paszczi synced with 1.40 + random fixes
2004-09-17 nauj27 A bit of sync
2004-09-17 paszczi synced with 1.721
2004-09-17 gpoirier Sync with English manpage
2004-09-17 diego -menu-startup, based on patch by Aurelien Jacobs <aurel at gnuage dot org>
2004-09-17 diego runtime aspect switching, patch by Aurelien Jacobs <aurel at gnuage . org>
2004-09-17 diego Quit now sends an optional return value, based on patch sent by Aurelien
2004-09-17 diego Translate up to MSGL_STATUS so all normal output is translated.
2004-09-17 diego MicroDVD IS a frame-based subtitle format, mistake noticed by Jiri Heryan
2004-09-17 diego wording, spelling and small fixes to the video output driver section
2004-09-17 diego Made the wording of MSGTR_EdlCantOpenForWrite and MSGTR_EdlCantOpenForWrite
2004-09-17 faust3 10l
2004-09-17 faust3 center the image when screenw & height are set
2004-09-17 kraymer lastes sync with EDL messages
2004-09-17 diego Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch
2004-09-16 reimar moved sh_audio initialization from dec_audio to demuxer.c to fix
2004-09-16 rtognimp IBM Ultimotion native decoding via libavcodec
2004-09-16 faust3 Changed the default again so that the initial video position is in
2004-09-16 diego nick
2004-09-16 faust3 make it possible to use the run command from a menu config file, based on a patch by Aurelien Jacobs <aurel@gnuage.org>
2004-09-16 faust3 stdout and stderr are macros --- you can't assign to them. Assignment doesn't make sense anyway, because freopen will always return the same FILE * structure that it got in parameter. patch by Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2004-09-16 faust3 declare modify_ldt with syscall3 macro for older glibcs patch by Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz>
2004-09-15 rtognimp Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
2004-09-15 faust3 Depend on bio2jack v0.3 as it fixes an important bug in JACK_Write() function patch by ismail donmez <kde@myrealbox.com>
2004-09-15 paszczi synced with 1.718
2004-09-15 faust3 mingw compile fix
2004-09-15 faust3 fix not matching prototype, patch by Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz>; remove ^M
2004-09-15 faust3 fix a memory corruption and make sure only getch2 handles stdin
2004-09-15 faust3 option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage.org>
2004-09-15 faust3 This time is a patch to improve subtitle alignment management. It
2004-09-15 gpoirier Cumulative patch:
2004-09-15 faust3 fix ineffectual video equalizer command line options, patch by kiriuja <mplayer-bugs at en-directo.net>, closes #37, some more variable docu by me
2004-09-15 danny Audio output driver suboptions documented
2004-09-15 faust3 slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at gnuage.org>
2004-09-15 faust3 quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <aurel at gnuage.org>
2004-09-15 faust3 add a comment to the Xorg workaround
2004-09-14 rtognimp Index must be positive to prevent endless loop on bad data
2004-09-14 faust3 workaround for Xorg-6.8 not saving the surface registers on bigendian
2004-09-14 iive fix compile on gcc 2.95.3
2004-09-13 rtognimp AVC support moved to libavcodec, avcC atom is now passed in extradata
2004-09-13 wight sync 1.717
2004-09-12 wight random fixes, spelling, vocabulary
2004-09-12 wight Consistency fixes, spelling
2004-09-12 gpoirier Sync with English mp-v1.715.
2004-09-12 danny All video driver suboptions documented, gif and tga examples
2004-09-12 diego small fixes
2004-09-12 kraymer changed wording (s/Unteroption/Suboption)
2004-09-12 iive 2pass encoding support for x264(r46).
2004-09-12 mosu Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.
2004-09-12 gpoirier Sync with 1.711:
2004-09-12 ivo Added one more error check. Forgot it last time (grrr :) ).
2004-09-11 kraymer removed occurence of work as maintainer (in regard to Diego's email)
2004-09-11 kraymer updates in video output drivers section (update rev 1710 of en/mplayer.1)\nother minor fixes
2004-09-11 kraymer hopefully last format correction regarding prior commit in video output drivers section
2004-09-11 kraymer fixes some typos, wording and formatting
2004-09-11 ivo Fixed typo.
2004-09-11 ivo * Changed malloc and strncpy to strdup. Less code.
2004-09-11 kraymer added myself to AUTHORS file
2004-09-11 kraymer changed email address
2004-09-11 kraymer minor changes I came across during sync of videofilters section
2004-09-11 kraymer spell-checking done for beginning until player-specific options (mplayer only)
2004-09-11 diego Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>
2004-09-11 reimar fix seeking in audio-only case (crash when seeking backwards, time reset to 0)
2004-09-11 danny Video driver null, yuv4mpeg, gif89a, pgm, png and tga documented, jpeg drop from the list to document
2004-09-11 alex info packet is now file global, while meta pakcet is stream specific, as discussed with Rich
2004-09-11 reimar output faad error message in case of a decoder error
2004-09-10 rtognimp 100l
2004-09-10 al Don't prepend basepath to a full unix path. ( 10l to Joey. )
2004-09-10 diego libavformat
2004-09-10 rtognimp Fixes for VirtualAlloc function:
2004-09-10 diego typos, wording
2004-09-10 rfelker show video format for all demuxers, not just avi (move this somewhere else if you prefer)
2004-09-10 ivo Removed unused variable (leftover of having two instances of directory creation
2004-09-09 reimar avoid always skipping first junk with a "sync lost" message
2004-09-09 rtognimp Don't leave a messed up terminal after a crash
2004-09-09 gpoirier typos and wordings picked up by Diego
2004-09-09 gpoirier Sync with 1.709: "some typo, case change"
2004-09-09 gpoirier Encoding options update, most are XviD related
2004-09-09 paszczi sync
2004-09-09 danny some typo, case change
2004-09-09 paszczi synced with 1.708 (aka first sync from my laptop;P)
2004-09-09 gpoirier All video filters are now documented and in sync against English man page.
2004-09-09 attila adding the code documentation guide lines
2004-09-08 diego chunk size fix from Ross Finlayson, ported from xine
2004-09-08 diego CVS policy updated as discussed on dev-eng.
2004-09-08 diego Von/van should not determine alphabetical order, email address added.
2004-09-08 gpoirier Typos on the XviD section
2004-09-08 danny Synced with 1.707
2004-09-08 ivo Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
2004-09-08 ivo This patch moves the directory creation code to a separate function. I have
2004-09-07 gpoirier Big changes on XviD documentation.
2004-09-07 diego OpenBSD clarification by Björn Sandell <biorn @ dce . chalmers . se>
2004-09-07 kraymer newly created videofilters section
2004-09-07 kraymer finished translation and review of decoding/filtering section
2004-09-07 kraymer \-af note added
2004-09-07 gpoirier Cumulative patch
2004-09-07 gpoirier Sync with Diego's alphabetical order for lavdopts
2004-09-07 michael disable direct rendering for h264
2004-09-07 diego MPlayer X11 options do not affect SDL.
2004-09-07 diego spelling
2004-09-06 kraymer reorder lavdopts suboptions to achieve alphabetical order
2004-09-06 kraymer \-jpeg moved
2004-09-06 rfelker finally diego will be happy....this is totally useless but oh well :)
2004-09-06 ivo mplayer -af help now lists all available audio filters.
2004-09-06 reimar do not modify d_width and d_height when -xy option was given, otherwise -xy has no effect with e.g. vo_gl
2004-09-06 rfelker pullup docs + new feature for slow cpus :)
2004-09-06 reimar Copy-n-Paste bug breaking channel selection in audio configuration dialog
2004-09-06 diego typo
2004-09-06 diego pan filter needs number of _input_ channels, ported from the man page.
2004-09-06 diego List administrators.
2004-09-06 diego mailing lists and german documentation maintainers, spelling
2004-09-06 diego -lavdopts fast, small fix to -lavdopts ec
2004-09-06 diego alphabetical order for lavdopts
2004-09-06 diego MB, QP explanation, some more consistency
2004-09-06 diego some new patch policy: compression, mail threading, printf vs mp_msg
2004-09-06 gpoirier More information on XviD's "interlaced" and "4mv" options thanks to a
2004-09-05 rfelker fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_pts
2004-09-05 kraymer Sorry, typo
2004-09-05 kraymer sync to latest updates in vo_jpeg.c section
2004-09-05 gpoirier Pretty much all filters documented and in sync now (up to "phase" filter,
2004-09-05 ivo Some minor vo_jpeg fixes:
2004-09-05 joey fixed --enable-gif bug
2004-09-05 rfelker fixed warning in my patch
2004-09-05 rfelker ensure that avi files have a valid header as soon as possible.
2004-09-05 gpoirier updates -vo jpeg:options and minor sync
2004-09-04 ivo Removal of -jpeg commandline option.
2004-09-04 reimar alignment for SPARC64, second try
2004-09-04 reimar af_pan wants number of _input_ channels, fixes bugzilla bug #22
2004-09-04 diego switch_vsync patch by Aurelien Jacobs <aurel @ gnuage.org>, small fix
2004-09-03 kraymer sync to latest manpage reviews by Diego
2004-09-03 al We don't need to support the old nvidia binary driver bug any longer.
2004-09-03 gpoirier better documentation of not obvious subq default setting
2004-09-03 gpoirier Diego's man page review part VIII commited, small syncs on video filters
2004-09-03 diego alphabetical order
2004-09-03 gpoirier All libavcodec encoding options are now documented
2004-09-03 reimar improved suboption parsing, fixes also compiler warnings
2004-09-03 reimar first attempt to make 24-bit PCM DVDs work
2004-09-03 rfelker strictness level -1 to 'almost' ignore breaks
2004-09-02 rfelker just some debugging junk i'd like to have in there for now :)
2004-09-02 reimar missing initialization of round
2004-09-02 michael hue filter bugfix by ("James Crowson" <jbcrowso at ncsu dot edu>)
2004-09-02 nauj27 sync by Andoni Zubimendi <andoni at lpsat.net>
2004-09-02 michael non spec compliant optizations support
2004-09-02 faust3 subtitle autodetection regardles of case (bug #65), patches Michal Svec <rebel at atrey.karlin.mff.cuni.cz> and Reynaldo H. Verdejo Pinochet <reynaldo at opendot.cl>
2004-09-02 faust3 slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gnuage.org>
2004-09-02 faust3 fix for i420 format, initial patch by Aurelien Jacobs <aurel at gnuage.org> from the Geexbox mplayer patchset, some modification by me
2004-09-02 wight sync tag bumped to 1.47
2004-09-02 wight sync 1.65
2004-09-02 wight sync 1.47
2004-09-02 wight - <screen> -> <command>, improves readibility and sense.
2004-09-02 diego typo
2004-09-01 wight - sync 1.45
2004-09-01 paszczi synced with 1.694 + additional fixes
2004-09-01 diego man page review part VIII
2004-09-01 gpoirier Fixes some upercase/points on sentences
2004-09-01 ivo One-time cosmetics update.
2004-08-31 gpoirier Sync against Diego's man page review part VI & VII
2004-08-31 gpoirier Massive updates and sync on filters section.
2004-08-31 diego man page review part VII
2004-08-31 paszczi synced with 1.692 + random fixes
2004-08-31 gpoirier cropdetect description update
2004-08-31 diego man page review part VI
2004-08-31 diego cropdetect style fixup
2004-08-31 diego Compn wished for forcing codecs.
2004-08-31 diego The threads lavc option may negatively affect motion estimation.
2004-08-30 kraymer Modified Files:
2004-08-30 reimar Using updated colorspace specifications from colorspaces.txt.
2004-08-30 reimar Adds rounding parameter for width and height values returned.
2004-08-30 danny synced with 1.682
2004-08-30 reimar allow empty assignments, necessary for some weird servers...
2004-08-30 gpoirier Small sync of just lavc options...
2004-08-30 gpoirier Small syncs against english manpage around old-DiviX post-processing filtrers.
2004-08-30 gpoirier removal of (hopefully) trailing spaces, small fixes and syncs.
2004-08-30 diego URL with lavc option descriptions, pointed out by Attila.
2004-08-30 diego unrarlib
2004-08-30 paszczi synced with 1.64 + fixed previous sync
2004-08-30 diego #ifdef simplification and higher consistency
2004-08-30 diego For some reason the arts sdl audio subdriver is called artsc.
2004-08-29 paszczi synced with 1.63
2004-08-29 paszczi synced with 1.688 + some fixes
2004-08-29 gpoirier Cumulative patch for all Diego's patches before Aug 29 18:38:15 CEST 2004. Some minor fixes too.
2004-08-29 gpoirier Addition of x264 encoding options plus minor spelling and syncs
2004-08-29 rtognimp AVC (fourcc avc1) in mp4 support
2004-08-28 diego typo
2004-08-28 rathann small gcc warning fixes
2004-08-28 rathann small fixes
2004-08-28 rathann fix overcomplicated macros and a few warnings
2004-08-28 rathann fix missing includes
2004-08-28 diego fall back to --> fall back on, some consistency
2004-08-28 rathann use correct headers
2004-08-28 rathann loader gcc warning fixes and avifile sync
2004-08-28 rathann small gcc warning fix
2004-08-28 diego x264 section reviewed.
2004-08-28 diego more consistency, small changes
2004-08-28 diego credits for Reynaldo Verdejo Pinochet
2004-08-28 diego trailing whitespace
2004-08-28 diego Small changes for added consistency.
2004-08-28 diego Consistently insert lines with only "." between options.
2004-08-28 gpoirier Sync against english manpage. All done until "video filters"
2004-08-28 diego sync by Sebastian Krämer <mail@skraemer.de>
2004-08-28 paszczi synced with 1.682 + random fixes
2004-08-28 wight Some more dependency tracking
2004-08-28 diego updates by Sebastian Krämer <mail@skraemer.de>
2004-08-28 al Added Reynaldo as maintainter for MPlayer's EDL code.
2004-08-28 rtognimp EDL enhancement/fixes:
2004-08-27 faust3 Rough but working bigendian support for radeon cards, patch by Luca Barbato <lu_zero at gentoo.org>
2004-08-27 iive x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at arklinux dot org>, modifications by Loren Merritt <lorenm at u.washington dot edu>, Jeff Clagg <snacky at ikaruga.co dot uk> and me
2004-08-27 gpoirier Includes latest english patches translated in French, new sync against the
2004-08-27 ivo Updated the AUTHORS file.
2004-08-27 paszczi wording
2004-08-27 paszczi sync with 1.681
2004-08-27 henry sync to 1.125
2004-08-27 diego better -slang description inspired by a patch from Guillaume Poirier
2004-08-27 diego simplification
2004-08-26 ivo Added output to multiple directories for vo_jpeg.
2004-08-26 joey added "xbutton" support for 4-5 button mice
2004-08-26 diego Patches should be gzip or bzip2 compressed if necessary.
2004-08-26 nicodvb added forgotten dvb-t params lp_coderate and hierarchy
2004-08-26 ivo Added myself as maintainer of vo_jpeg.
2004-08-26 gpoirier fixed the removal of French maintainer of the Doc Nicolas Le Gaillart
2004-08-26 henry clenups
2004-08-26 gpoirier Changed the name of the French documentation maintainer
2004-08-26 faust3 some more segfault fixes
2004-08-26 michael 10l
2004-08-26 rathann remove unnecessary mips check (it's obsolete anyway)
2004-08-26 henry update
2004-08-26 gpoirier More sync against latest english manpage patches and french grammar corrections
2004-08-26 michael change to match current bgr/rgb definition
2004-08-26 diego properly set linking flags for NetBSD, patch by jb13@gomerbud.com
2004-08-25 wight sync + some small fixes
2004-08-25 wight Add \: after /
2004-08-25 paszczi synced with 1.677
2004-08-25 diego Apparently the latin1 groff device gives better results than ascii.
2004-08-25 faust3 prevent libmpeg2 from freeing sh
2004-08-25 diego warning fixes and a 10l (.IPS vs .IPs)
2004-08-25 diego Detect if the assembler supports receiving data through -pipe,
2004-08-25 diego Search for X11 libs in /usr/lib as well (Digital Unix), patch by Gabucino.
2004-08-25 diego keyboard control: some fixes and extensions, punctuation
2004-08-25 diego Cycle through the available subtitles with 'b'.
2004-08-25 iive allow alignment without ATTRIBUTE_ALIGNED_MAX been defined, it fixes sparc unaligned memory access
2004-08-25 faust3 10l
2004-08-25 mosu Cosmetics: fix some compiler warnings.
2004-08-25 diego Document how to specify multiple paths with the --with-* options,
2004-08-24 mosu Display the language code for subtitles from Matroska files.
2004-08-24 henry compile fix (missing string)
2004-08-24 mosu Do not use globals. Put the variables into the appropriate demuxer struct instead.
2004-08-24 mosu Support for subtitle switching in Matroska.
2004-08-24 danny Synced with 1.642, minor changes, space at end of line
2004-08-24 nplourde add rgb32 csp support
2004-08-24 henry postproc fix
2004-08-24 diego printf -> mp_msg conversion, first steps
2004-08-24 diego id3edit updated
2004-08-24 diego updates by Guillaume POIRIER <gpoirier@irisa.fr>
2004-08-24 nplourde fix crash when using close button
2004-08-24 henry more TARGET_* conditionals
2004-08-24 henry actually use the acceleration on SPARC
2004-08-24 henry fix compilation withoud libdvdread
2004-08-24 paszczi synced with 1.46
2004-08-24 paszczi spelling
2004-08-24 paszczi synced with 1.675
2004-08-24 henry libmpeg2 B-frame fix
2004-08-24 diego H.263 spelling
2004-08-24 faust3 vm window handling fixes
2004-08-24 diego cosmetics
2004-08-24 diego spelling, rewording, some additions
2004-08-23 diego vo_svga suboptions, yuv4mpeg note
2004-08-23 diego wrong formats
2004-08-23 diego 10l Pepsi
2004-08-23 wight default style
2004-08-23 diego updates by Guillaume POIRIER <gpoirier@irisa.fr>
2004-08-23 diego large updates by Sebastian Krämer <mail@skraemer.de>
2004-08-23 iive prevent XFree execution on wrong condition
2004-08-23 diego mime handling support, patch by Konstantin G. Khlebnikov <c00nst@ezmail.ru>
2004-08-23 wight Check if -liconv is needed for iconv.
2004-08-23 attila Make the stepsize of volume changes, changeable by a commandline paarameter
2004-08-23 attila Adding doxygen stuff.
2004-08-22 diego small fixes
2004-08-22 wight sync
2004-08-22 joey fix for audio position inaccuracy
2004-08-22 wight sync tag bump
2004-08-22 joey forgot some ifdef's and broke mplayer.c without ogg & dvdread
2004-08-22 joey added runtime toggle of root window playback
2004-08-22 joey added -rootwin support to vo_directx
2004-08-22 joey moved combined vobsub_lang into sub_select
2004-08-22 diego spelling/wording as suggested by Sebastian Krämer <mail@skraemer.de>
2004-08-22 diego wording fix suggested by the Wanderer
2004-08-22 wight sync 1.669
2004-08-22 wight minor fixes
2004-08-22 wight sync
2004-08-22 rtognimp H.261 support via lavc codec and lavf demuxer
2004-08-22 diego spelling
2004-08-22 diego more genre IDs by Bernd Ernesti <mplayer@lists.veego.de>
2004-08-22 diego updates by Sebastian Krämer <mail@skraemer.de>
2004-08-22 diego small fixes by Sebastian Krämer <mail@skraemer.de>
2004-08-21 wight sync + random fixes
2004-08-21 wight minor fixes
2004-08-21 wight missing \
2004-08-21 alex support for snow
2004-08-21 alex support snow
2004-08-21 alex ffsonic
2004-08-21 alex nut is only handled by lavf, speed up detection
2004-08-21 lumag sync
2004-08-21 lumag Include origin text for quote.
2004-08-21 diego updates by Sebastian Krämer <mail@skraemer.de>
2004-08-21 diego man page review part V
2004-08-21 diego updates by Guillaume POIRIER <gpoirier@irisa.fr>
2004-08-21 paszczi sync
2004-08-20 diego Fix English before the translations.
2004-08-20 diego man page review part IV
2004-08-20 rtognimp typo
2004-08-20 diego Credits for Guillaume Poirier, maintainers are listed elsewhere.
2004-08-20 diego spelling/wording fixes
2004-08-20 syrjala Removed fb_dev_name handling.
2004-08-20 wight sync 1.663
2004-08-20 wight consistency fix, same sentence should be changed to same
2004-08-20 wight sync 1.17
2004-08-20 al Removed superfluous XFlush calls before XSync.
2004-08-19 diego portability fix taken from the NetBSD patch set
2004-08-19 diego updates by Guillaume POIRIER <gpoirier@irisa.fr>
2004-08-19 diego better description of the chroma_opt XviD option
2004-08-19 diego spelling/wording consistency as suggested by the Wanderer
2004-08-19 diego readability whitespace fix
2004-08-19 diego updates by Guillaume POIRIER <gpoirier@irisa.fr>
2004-08-19 nicodvb user can select which dvb card to use as vo
2004-08-19 nicodvb user can select dvb card number to use (V3 api only)
2004-08-18 diego spelling: big-endian and little-endian
2004-08-18 diego minor fixes
2004-08-18 diego updates by Guillaume POIRIER <gpoirier@irisa.fr>
2004-08-18 rtognimp Sync with 1.123
2004-08-18 wight sync
2004-08-18 wight missing .br's added
2004-08-18 wight sync 1.657
2004-08-18 wight another wrong style Warning
2004-08-18 wight Consistency, punctuation, some minor fixes/clarifications.
2004-08-18 diego sync by Sebastian Krämer <mail@skraemer.de>
2004-08-18 diego Missing quotes added.
2004-08-18 diego 10l, sb, st and vstats are lavc _de_coding, not _en_coding options.
2004-08-17 wight massive sync, rewording, consistency, fixes etc.
2004-08-17 diego xvid options sync, patch by Guillaume POIRIER <gpoirier@irisa.fr>
2004-08-17 wight simplify rounding
2004-08-17 michael maybe more understandable?
2004-08-16 diego Clarify a few things, spelling and wording fixes, some of this belongs to
2004-08-16 diego credits for Robert Kesterson
2004-08-15 diego dfbmga now fixed-vo compliant, lavc exports field flags.
2004-08-15 syrjala Removed useless SetOpacity() calls.
2004-08-15 syrjala Fixed BES aspect ratio.
2004-08-15 syrjala Reorganized init/unint so that fixed-vo works.
2004-08-14 iive Revised description of --with-xvmclib configure option, inspired by The Wanderer's patch
2004-08-14 iive print matroska check result
2004-08-14 rtognimp TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
2004-08-14 diego typo
2004-08-14 diego Wording and spelling improvements, mostly suggested by the Wanderer.
2004-08-14 diego Patch updated for latest changes to libmpeg2.
2004-08-14 diego Change patch structure so it applies cleanly to libmpeg2 sources.
2004-08-14 diego Improved SPARC CPU detection and SPARC compilation fixes.
2004-08-14 faust3 untested multichannel support
2004-08-13 wight Missing quotes added
2004-08-13 faust3 fix slave mode for mingw, patch by Anton Ragnarsson <anton.ragnarsson.1093 at student.uu.se> some cleanup by be
2004-08-13 diego better XviD option descriptions by Guillaume POIRIER <gpoirier@irisa.fr>
2004-08-13 wight sync 1.45
2004-08-13 diego Update ao_jack for new bio2jack API, improve check in configure.
2004-08-12 joey mpdvdkit now accepts X:\ as a device name, as well as X:
2004-08-12 joey windows path seperator fixes
2004-08-12 al As discussed with Attila, I am now the new maintainer of
2004-08-12 faust3 do not exit without an error message
2004-08-12 rtognimp Credit for DTS
2004-08-12 rtognimp DTS support via lavc and libdts
2004-08-12 diego -rootwin is no longer X11 only.
2004-08-11 diego nick, typo
2004-08-11 diego typo
2004-08-11 diego Documented sb, st and vstats lavc options.
2004-08-11 diego Break some lines, stray .RE removed.
2004-08-11 rik --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:
2004-08-11 michael RGBA variants
2004-08-11 nauj27 sync by Andoni Zubimendi <andoni at lpsat.net>
2004-08-11 michael better? RGB/BGR spec
2004-08-11 michael missing 32bit RGBA variants and some cleanup
2004-08-10 diego man page review part III
2004-08-10 diego alphabetical order
2004-08-10 reimar width instead of chromWidth causing segfault in some cases
2004-08-10 reimar do not attempt to seek backward in stream on MDPR chunk with no codec data
2004-08-10 diego typo and consistency fixes
2004-08-10 diego man page review part II
2004-08-10 diego Lots of Pepsi, this was a leftover from the stone age.
2004-08-10 diego Empty lines are not good troff markup, use .sp 1 instead.
2004-08-10 diego trailing whitespace cosmetics
2004-08-10 diego vo_tdfxfb
2004-08-10 paszczi synced with 1.637
2004-08-09 diego embarassing typo
2004-08-09 diego more precise wording
2004-08-09 diego some new maintainers, some cleanup
2004-08-09 diego Don't drop frames when paused, fixes not displaying the pause OSD icon
2004-08-09 syrjala Don't use flicker filtering.
2004-08-09 wight Better protection against double definition of MPEGLAYER3WAVEFORMAT
2004-08-09 diego XviD option descriptions, patch by Guillaume POIRIER <gpoirier@irisa.fr>
2004-08-09 wight compilation fixes
2004-08-09 wight We shouldn't translate filter names
2004-08-09 wight sync with 1.123
2004-08-09 wight LIVE.COM tests moved to ./configure
2004-08-09 wight LIVE.COM autodetection
2004-08-08 nplourde now use vo_rootwin var to check for -rootwin switch
2004-08-08 nplourde -rootwin switch use vo_rootwin var for all vo
2004-08-08 diego qpel and ilme lavc options are mutually exclusive.
2004-08-08 wight Make symlinks behavior more sensible - regenerate symlinks (and documentation)
2004-08-07 rtognimp Use port number embedded in url for mms streams
2004-08-07 reimar fix for crash when seeking with -novideo option
2004-08-07 reimar compilation fix for test program
2004-08-05 mosu Leftover from the old Matroska demuxer detection removed.
2004-08-05 diego language handling simplification
2004-08-05 diego Ignore some more generated files.
2004-08-05 diego Makefile replacement for compile script
2004-08-05 diego sync with recent changes
2004-08-05 diego Some explanation what the tool is good for added.
2004-08-05 diego ADTS AAC support
2004-08-04 mosu Removed the old Matroska demuxer.
2004-08-04 diego fibmap_mplayer is long obsolete, noticed by Torinthiel.
2004-08-04 wight libosdep directory does not exist. osdep does.
2004-08-04 wight And a tiny compile fix.
2004-08-04 wight Native darwin timer update.
2004-08-04 wight missed word
2004-08-04 wight sync with 1.12
2004-08-04 wight sync with 1.10
2004-08-04 wight sync
2004-08-04 wight sync missing \
2004-08-04 reimar missing \ before -rawaudio
2004-08-03 wight Sync, some spelling and copy/paste issues.
2004-08-03 diego credits for Ismail Dönmez
2004-08-03 faust3 avoid outoptimization of static variables patch by ismail dönmez <ismail.donmez at gmail.com>
2004-08-03 diego even better -vo md5 description
2004-08-03 diego sync by Philippe De Swert <philippedeswert@pi.be>
2004-08-03 al Corrected my mistake in the last memfix patch.
2004-08-03 diego This fbset version is outdated and it is generally available in distros.
2004-08-03 diego Moved to the TOOLS directory.
2004-08-03 diego This alternative Debian directory was never used, so I'm removing it with
2004-08-02 reimar Hint how to decode raw AC3
2004-08-02 henry summary of the MPlayer specific libmpeg2 changes
2004-08-02 reimar applied old patch that was missing an include...
2004-08-02 henry forgotten libmpeg2 postprocessing
2004-08-02 diego Better documentation for -vo md5.
2004-08-02 diego -cache-min, -cache-prefill documented.
2004-08-02 henry Importing libmpeg2 from mpeg2dec-0.4.0b
2004-08-02 danny Synced with 1.630, some typo from 1.624
2004-08-02 henry missing guess_cp declaration (patch by Ismail Dönmez)
2004-08-02 atmos4 Preliminary Support for building MPlayer with Intel C++ compiler.
2004-08-02 atmos4 ICC 8.0 compilation fixes
2004-08-01 reimar support for passing mouse events on to MPlayer
2004-08-01 faust3 10l query format at least when used with vidix, disable colorkeying with vidix, should fix #38 and #33
2004-07-31 diego 10l to the author of this longstanding and obscure bug. Each language
2004-07-31 reimar 100l, fixes DXR3 compile problems caused by my last patch.
2004-07-31 diego cosmetic warning fix (missing newline at end of file)
2004-07-31 lumag sync
2004-07-31 faust3 mingw stdin fixes
2004-07-30 diego Removed long obsolete files.
2004-07-30 reimar Use = instead if # in ALSA device name, as # irritates our config-parser.
2004-07-30 reimar unified audio options dialog, fixes also bug #40
2004-07-30 diego Remove obsolete entries, patch by VMiklos <mamajom@axelero.hu>.
2004-07-30 diego These files are long obsolete.
2004-07-30 lumag Remove leftover references to libmpflac/ad_flac
2004-07-29 diego Obsolete now that the docs are XML.
2004-07-29 reimar support for 24 bit audio
2004-07-29 nplourde add var vo_rootwin and -rootwin switch for mac osx
2004-07-29 diego compilation fixes from Gentoo by Chris White <webmaster@securesystem.info>
2004-07-28 reimar 10l, FILE is defined in stdio.h
2004-07-28 reimar fixes a crash and unchecked string-handling in ENCA code.
2004-07-28 reimar automatic loading of af_volume, original patch by Dan Christiansen (danchr (at) daimi (dot) au (dot) dk)
2004-07-28 paszczi added missing 'synced with'
2004-07-28 lumag Sync
2004-07-28 diego We're long past 0.90.
2004-07-28 diego typos
2004-07-28 diego We support more than just DivX 5.01.
2004-07-27 arpi ff-snow added
2004-07-27 diego Fabian's nick
2004-07-26 diego Wording/spelling suggestions by the Wanderer, merged sections about when to
2004-07-26 iive prevent segfault on shmem failer
2004-07-26 diego Explain how to handle big patches and why uploading patches is bad.
2004-07-25 nauj27 More sync
2004-07-25 rtognimp Fix -nosound and -novideo (bug #28)
2004-07-25 reimar removed saver_on, saver_off calls, they are already in x11_common.c
2004-07-25 rtognimp Fix segfault caused by changing a pointer that will be freed later
2004-07-25 rathann fix segfault when loading subtitles (idea by pl)
2004-07-24 nauj27 almost sync
2004-07-23 al added src level documentation for the get_path() function
2004-07-23 al false-use-of-get_path() memleak fixes.
2004-07-23 nplourde removed ref to extern WinID
2004-07-23 nplourde add support for -rootwin command
2004-07-23 nplourde add rootwin cmd to mac osx
2004-07-22 nplourde listen for key repeats, patch by Dan Christiansen
2004-07-22 reimar fix for people experimenting with GUI under windows
2004-07-22 paszczi typo
2004-07-22 paszczi sync
2004-07-21 rathann update RedHat RPM sites in doc translations
2004-07-21 rathann update RPM site location in docs
2004-07-21 diego nroff bugs fixed.
2004-07-21 alex reduced code complexity, and also made consistent with other parts
2004-07-21 alex removing broken and unneeded copy
2004-07-21 alex skip ecc only if present, patch by Alexis Durelle <alexis.durelle@cen.cnamts.fr> (needed for the Aiptek DV3500 camera)
2004-07-20 diego unmaintained, outdated, unnecessary, removed
2004-07-20 diego reorganized, reformatted, explanation improved, typos, wording
2004-07-20 diego Fix typos and better explanatory text.
2004-07-20 diego Patches should get an answer.
2004-07-20 diego 0.18 was never released and a few dates added.
2004-07-20 michael mencoder psnr segfaults on readonly fs patch by (Fabio Russo <f.russo at sosinformatica dot com>)
2004-07-20 paszczi synced with 1.121
2004-07-20 paszczi synced with 1.629
2004-07-20 paszczi sync
2004-07-20 attila -adapters only works with directx
2004-07-20 rsf Updated to conform to a small change in the LIVE.COM API.
2004-07-20 rsf Updated to cnform to a small change in the LIVE.COM API.
2004-07-20 diego Hint about . and ' in nroff.
2004-07-19 diego updates and fixes by Sebastian Krämer <mail@skraemer.de>
2004-07-19 diego embarassing typo
2004-07-19 diego name change
2004-07-19 diego embarassing typo
2004-07-19 diego typo
2004-07-19 diego embarassing typo and new name
2004-07-19 diego embarassing typo
2004-07-19 diego embarassing typos
2004-07-19 diego -monitor-* options corrected.
2004-07-19 diego cat disclaimer > /dev/null
2004-07-19 diego Remove stray \.
2004-07-19 diego typo
2004-07-19 diego name change, codec download location
2004-07-19 diego typos pointed out by The Wanderer.
2004-07-18 paszczi removed unnecessary comments
2004-07-18 paszczi manpage translated (finally) by Torinthiel and me
2004-07-18 paszczi sync
2004-07-18 paszczi style
2004-07-18 alex no redefinition, clashes with OpenBSD
2004-07-17 danny Synced with 1.624
2004-07-17 reimar changed misleading TEXTUREFORMAT_32BPP (was 24bpp!) to vo_gl2 style TEXTUREFORMAT_ALWAYS
2004-07-17 reimar use RGB32 textures on OS X
2004-07-17 alex individual sub_select option not interferring with vobsub_lang
2004-07-17 alex 1, killed some 100l's (no error checking). 2, added subotion for output filename. 3, fallback to 'md5' in case 'md5sum' is not available - this is the case on Darwin
2004-07-17 iive let DirectFB find it's headers in --with-extraincdir=DIR
2004-07-17 alex fix altivec.h inclusion (vector keyword in structure)
2004-07-17 alex simplify the init
2004-07-17 alex some fixes
2004-07-16 iive cache min fill adjustment, based on patch by Jeremy Huddleston
2004-07-16 lumag Major translation update. Sync, some rewording, etc.
2004-07-16 lumag typo
2004-07-16 lumag Add <application> tags around MPlayer.
2004-07-16 lumag two small typos
2004-07-16 nplourde Fixed typo
2004-07-15 rtognimp Cinepak, CVID and RoqA/V are now in ffmpeg
2004-07-15 rtognimp Cinepak and RoqA/V are now in ffmpeg
2004-07-15 rtognimp Cinepak, CYUV and RoqA/V are now in ffmpeg
2004-07-15 nplourde Add Window Level Key, Can switch mode with T key
2004-07-15 lumag Sync, reword, fix 80 column barrier :)
2004-07-15 diego It's past midnight ;-P
2004-07-14 diego Number of subtitles corrected.
2004-07-14 diego last changes for pre5 (really)
2004-07-14 diego VCD support does not yet work on OpenBSD.
2004-07-14 paszczi synchronizoation
2004-07-14 joyping removed status in debug_msg as it is nonsens anyway.
2004-07-14 iive missed function name change after ENCA support commit
2004-07-14 diego last minute changes/typos
2004-07-14 diego -use-stdin renamed to -noconsolecontrols.
2004-07-14 diego trailing whitespace removed (cosmetics)
2004-07-14 diego pid syntax documented by Nico Sabbi
2004-07-14 diego cd and cgop lavc options documented, based on a patch by Nico Sabbi.
2004-07-14 diego Patches should be created from the root of the source directory, explanation
2004-07-14 joyping volume calc fixes for mixer, by reimar döffinger, 10l reverse by me
2004-07-13 diego saner order, additions, deletions for pre5
2004-07-13 diego final (?) pre5 changes
2004-07-13 diego clarification
2004-07-13 reimar ao_alsa now uses the device= suboption syntax instead of hw= or hw:
2004-07-13 iive fix 10l fixed_quant bug reported by Michael
2004-07-13 joyping fixes provided by reimar dörfinger. mixer, subdevice parsing, alsa#help,
2004-07-12 rtognimp Status updates and comments about other dll required by some codecs
2004-07-12 nicodvb added multi-pid parsing code (up to 15), pid 0 is always added (for the PAT)
2004-07-12 diego Fix build on Turkish locales when LC_ALL is already set.
2004-07-12 diego OpenBSD portability fixes from the OpenBSD ports tree
2004-07-12 faust3 x86_64 fix by John Stebbins <john@stebbins.name>
2004-07-11 rtognimp Make rtp:// cohexist with LIVE.COM
2004-07-11 rtognimp Indentation fix from previous patch, as discussed on IRC.
2004-07-11 diego OpenBSD portability patches from the OpenBSD ports tree
2004-07-11 rtognimp This fixes the problems that originated from my ewmh
2004-07-11 faust3 10l
2004-07-11 faust3 don't use uninitialized font descriptions
2004-07-11 faust3 avoid using corrupted font descriptions patch by Daniel von Dincklage <danielvd+mpl@cs.colorado.edu>
2004-07-10 nplourde ao_macosx is fixed, moving it back to top
2004-07-10 faust3 10l, patch by Piero di Vita
2004-07-10 rtognimp updates
2004-07-10 nplourde ao_macosx by Dan Christiansen
2004-07-10 nplourde enables resampling of audio in ao_macosx by Dan Christiansen
2004-07-09 reimar fix for xscreensaver disabling
2004-07-09 rtognimp Remove duplicated make distclean for libavformat and libavcodec
2004-07-09 nplourde make mplayer capable of being in the foreground by Dan Christiansen
2004-07-09 diego better menu icons by Piero di Vita <scognito@libero.it>
2004-07-09 diego output wording
2004-07-09 diego updates
2004-07-09 diego updates, corrections, wording, spelling
2004-07-09 diego homepage design, codec packages maintainers
2004-07-09 diego typo
2004-07-09 diego threads lavc option by Loren Merritt <lorenm@u.washington.edu>, typo
2004-07-08 diego Sync and changed character encoding from euckr to utf8 by
2004-07-08 diego 3-pass encoding is evil.
2004-07-08 iive make config accept true/false as parameters
2004-07-07 diego sync by Sebastian Krämer <mail@skraemer.de>
2004-07-07 rtognimp Sync with mp_help-en.h v1.121
2004-07-07 diego updates by Sebastian Krämer <mail@skraemer.de>
2004-07-07 diego sync by Ioannis Panteleakis <pioann@csd.auth.gr>
2004-07-07 luran sync with help_mp-en.h
2004-07-06 faust3 default is now to center the image
2004-07-06 michael Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
2004-07-06 diego better wording/spelling as suggested by the wanderer
2004-07-06 diego more credits, spelling
2004-07-06 michael dc=11 fixed
2004-07-06 michael dc precision and closed gop patch by (Nico Sabbi <nsabbi at tiscali dot it>)
2004-07-06 diego Console message corrected and moved to help_mp-en.h.
2004-07-06 reimar 100l, OSX compile fix, patch by Steven Schulz (sms (at) 2BSD (dot) com)
2004-07-06 mosu Use aspect ratio from Theora context. Patch by j at v2v dot cc
2004-07-06 michael multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot edu>)
2004-07-05 diego NSV added to formats, cinepak etc codec updates by Roberto Togni.
2004-07-05 diego improved DVD ripping guide by Jason Tackaberry <tack@sault.org>
2004-07-05 diego Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
2004-07-05 mosu Do not add libmad to the X libraries. Patch by Evgueni V. Gavrilov <aquatique at rusunix dot org>
2004-07-03 ranma Remove useless "size restrictions" message
2004-07-03 diego Point at new XML documentation translation.
2004-07-02 reimar fix crash when no audio-out is available (e.g. mplayer -ao bad test.avi).
2004-07-02 rtognimp We now have JACK audio output
2004-07-02 rtognimp WMP doesn't encode urls with mmst protocol
2004-07-02 reimar removed XFlush() before XSync(), made config_glx return-type signed, force 32bit on Darwin, idea from a patch by Marc Hoffman (mmh <at> pleasantst.com).
2004-07-02 reimar removed XFlush() before XSync()
2004-07-02 reimar ao_alsa now uses -mixer-channel instead of its special -mixer syntax
2004-07-02 joyping string, alloca etc. fixes
2004-07-02 diego updates by Sebastian Krämer <mail@skraemer.de>
2004-07-02 diego better wording by Sebastian Krämer
2004-07-02 diego sync with mplayer.1, noticed by Sebastian Krämer
2004-07-01 diego (hopefully) better -use-stdin description
2004-07-01 diego final pre5 changes, release name
2004-07-01 diego code cleanup
2004-07-01 diego ao_alsa and ao_oss documented.
2004-07-01 diego Bandaid linking fix, somebody should do this properly some day.
2004-07-01 diego 10l
2004-06-30 ranma We still need to make sure the upper 16 bits of dwFlags are cleared
2004-06-30 ranma Remove borken index fixup (breaks more than it fixes)
2004-06-30 rtognimp Support for Winnov Videum WINX and WNV1 codecs with binary dll
2004-06-30 diego updates by Sebastian Krämer <mail@skraemer.de>
2004-06-30 diego updates by Sebastian Krämer <mail@skraemer.de>
2004-06-30 diego incomplete skin directories, noticed by Sebastian Krämer <mail@skraemer.de>
2004-06-30 diego typos pointed out by Sebastian Krämer <mail@skraemer.de>
2004-06-29 diego small updates by Sebastian Krämer <mail@skraemer.de>
2004-06-29 nauj27 sync and change widget -> control by Andoni Zubimendi <andoni@lpsat.net>
2004-06-29 ranma If we don't have a NEWAVIINDEX chunk, but have an OpenDML index,
2004-06-29 diego freedesktop.org compliant menu support
2004-06-29 diego updates by Sebastian Krmer <mail@skraemer.de>
2004-06-29 diego sync
2004-06-29 diego sync by Sebastian Krämer <mail@skraemer.de>
2004-06-28 diego new error icon by piero <scognito@libero.it>
2004-06-28 diego better wording
2004-06-28 mosu Do not dereference NULL if no track could be found for a block.
2004-06-28 diego Zsolt Barat maintains all the new ALSA drivers.
2004-06-28 diego typo
2004-06-28 diego This should be the final changelog for pre5 up to now.
2004-06-28 diego more credits for Reza
2004-06-28 diego VIDEO OUTPUT DRIVERS moved right after VIDEO OUTPUT OPTIONS.
2004-06-28 diego better -really-quiet description
2004-06-28 diego Let's keep the full functionality for the release, we can switch this off
2004-06-28 rfelker 100l, stripping credits when applying patches is NOT a good way to get developers!!
2004-06-28 diego -rtc-device
2004-06-28 diego 10l of a sweet liquid to Alex:
2004-06-28 diego pre5 changes by Reimar and myself
2004-06-27 reimar avoid visuals with low color-depth.
2004-06-27 rtognimp Negate default palette for grayscale cvid
2004-06-27 faust3 10l
2004-06-27 faust3 mingw crosscompiling step 1
2004-06-27 nauj27 Sync by Andoni Zubimendi <andoni@lpsat.net>
2004-06-27 rtognimp Paletted cvid support
2004-06-27 mosu The granulepos does not depend on the number of channels, only on the sample size. Patch by Wolfram Gloger (wmglo at dent dot med dot uni-muenchen dot de).
2004-06-27 reimar 1000l in GET_VOLUME. Fix by Lu Ran, hephooey (at) fastmail (dot) fm.
2004-06-27 diego Explain that commenting string operations is important.
2004-06-27 faust3 update
2004-06-27 faust3 10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi Tiesi <sherpya at netfarm.it>
2004-06-27 michael altivec yuv->rgb converter
2004-06-26 diego Real now supports index building as well.
2004-06-26 rfelker this is broken and causes relink during 'make install'. fix it or leave it disabled
2004-06-26 diego grammar/typos pointed out by the Wanderer
2004-06-26 alex mga_vid under linux 2.6.x support written by F. O. Tempel, Ed Sweetman, Gergely Nagy among others
2004-06-26 alex simple, smooth, ram-saving dynamic potmeter, which feature is required by the tvisor skin, patch by Andre Kuhne
2004-06-26 alex make the awk script working for localized machines too, patch by Onur Kucuk
2004-06-26 diego Fix GUI compilation, patch by Reimar Döffinger and Alexander Strasser.
2004-06-26 diego Seeking in RM works now.
2004-06-26 alex Support for comments in plaintext playlist by adland
2004-06-26 alex 1000l
2004-06-26 alex x86-64 (amd64) support by Kenny Root
2004-06-26 alex simple subtitle editor by Michael Klepikov
2004-06-26 alex scroll strings from the left to right, patch by Andre Kuhne
2004-06-26 faust3 ac3 passthrough, initial patch by Gianluigi Tiesi <sherpya at netfarm.it>
2004-06-26 alex asyncblit slows down on UP systems, regarding to the SDL docs, noticed by John Phillip
2004-06-26 alex SDL_HWACCEL is a readonly flag according to DOCS, noticed by John Philip
2004-06-26 alex rtc-device cmd option by James Noble
2004-06-26 faust3 fix loader build on windows
2004-06-26 alex avoid double slashes, patch by Yoshinori Sato
2004-06-26 alex cseq starts from 1 according to the standard, patch by Yoshinori Sato
2004-06-26 faust3 10l
2004-06-26 alex 10
2004-06-26 alex disable iconv in case setlocale is disabled - compile fix
2004-06-26 alex user nl_langinfo if langinfo support present for proper chinese support, feature requested by Shixin Zheng <shixinzheng@sjtu.edu.cn>
2004-06-26 alex make the internal sdl mixer optional, idea by Reimar Doffinger
2004-06-26 alex New 'Mixer API' with ability to change volume through libaf (this part was written by Reimar Doffinger) and lesser global variables
2004-06-26 wight sync tag bump
2004-06-26 michael top/bottom mb row skipping
2004-06-25 diego mplayer.rc moved to osdep where it belongs, approved by Sascha.
2004-06-25 alex Send a command throught the filter chain until some item returns AF_OK. Patch by Reimar Doeffinger
2004-06-25 alex 10l
2004-06-25 diego silence gcc 3.4 warnings, patch by VMiklos <mamajom@axelero.hu>
2004-06-25 alex index creation/reading behaviour just like the avi demuxer, patch based on work by Reza Jelveh, Moritz Bunkus und myself
2004-06-25 diego shorten description, typo
2004-06-25 diego 10l
2004-06-25 alex JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>
2004-06-25 alex email changeback
2004-06-25 alex neomagic tv out support throught vesa vbe, patch by Rudolf Marek
2004-06-25 diego line breaks, clarification
2004-06-25 alex enable .PHONY for correct dependancy handling
2004-06-25 alex bigendian fix
2004-06-25 alex static tables
2004-06-25 alex more verbosity
2004-06-25 alex correct spelling
2004-06-25 alex degccify
2004-06-25 alex 1l cosmetics
2004-06-25 diego typo
2004-06-25 diego Unify the config.h #include, use "config.h" instead of "../config.h"
2004-06-25 diego more wishes
2004-06-25 diego Real codecs and Mac OS X, don't recommend installing Real player.
2004-06-25 diego credits for Alexander Strasser
2004-06-25 diego string handling security fixes
2004-06-25 diego name change
2004-06-25 alex darwin flags cleanup by Dan Christiansen
2004-06-25 alex dvd-device option by Anton Tropashko <atropashko@yahoo.com>
2004-06-25 alex green stripe fix by Jan Kanty Palus <atler@o2.pl>
2004-06-25 alex remove the latest use of log10 in favor of the better af_to_dB helper function, patch by Reimar Doffinger
2004-06-25 alex tcp fragging bugfix by Song Du <freewizard at gmail.com>
2004-06-25 alex mpst fix
2004-06-25 alex RFC compliance patch by Eric Lammerts <eric@lammerts.org>
2004-06-25 alex uber 10l found by Ilia <chest4l at mail.ru>
2004-06-25 alex move macosx in the priority list after sdl, patch by Dan Christiansen
2004-06-25 diego credits for Alexander Neundorf, straight from Linuxtag
2004-06-24 alex ranlib cleanup
2004-06-24 alex another 10l
2004-06-24 alex ranlib cleanup by Dan Christiansen
2004-06-24 iive Fix memory corruption, noticable at reallocate image
2004-06-24 alex support for realvideo codecs under macosx, original patch by Donnie Smith (together with an altivec patch by Dan Christiansen)
2004-06-24 alex 10l
2004-06-24 alex support for realvideo codecs under macosx, original patch by Donnie Smith
2004-06-24 diego credits for Fabian Franz
2004-06-24 wight build fix
2004-06-23 diego More information about modifications to comply more closely with GPL 2a.
2004-06-23 nplourde added more key to keyboard event
2004-06-23 nplourde removed buggy rgb32 support
2004-06-23 alex bugzilla
2004-06-22 diego wording/spelling improvements as suggested by the Wanderer
2004-06-22 diego wording, spelling, bug fixes
2004-06-21 diego typo
2004-06-21 diego better wording, patch by Sebastian Krämer <mail@skraemer.de>
2004-06-21 iive width and height in seq_header could never be 0
2004-06-21 wight sync VOBsub
2004-06-21 diego uniform VOBsub spelling
2004-06-20 rtognimp Prefer libavcodec for cvid files
2004-06-18 faust3 disable buggy sse on mingw
2004-06-18 nicodvb added support for ac3 in non-pes aligned private1 streams; removed useless and commented code
2004-06-18 diego Just a tiny fix with configure/Makefile for not using
2004-06-18 faust3 calling bind with multicast addresses doesn't work on windows, patch by Martin Decky <deckm1am at ss1000.ms.mff.cuni.cz>
2004-06-18 faust3 array initialization fix by SungKwanKang <ksquarekr at yahoo.com>
2004-06-18 faust3 10l, patch by Michael Nottebrock <michaelnottebrock@gmx.net>
2004-06-17 diego 10l for Michael, nsse_weight should be nssew, spelling.
2004-06-17 diego credits for Dan Christiansen, by himself
2004-06-17 diego libfame has been removed from MPlayer long ago. Compilation fix pointed
2004-06-17 wight Debian Sarge build instructions
2004-06-17 wight another DTD location
2004-06-17 diego cosmetic reformatting (preparation for upcoming changes)
2004-06-17 nplourde moved vo_quartz higher in the list
2004-06-17 nplourde consistent suboption description for vo_quartz
2004-06-17 diego MEncoder has problems reading from stdin, files need to be concatenated
2004-06-17 diego consistent suboption description for vo_quartz
2004-06-17 diego Better audio filter description, use same values as in the XML docs,
2004-06-16 paszczi sync
2004-06-16 nplourde add more info about vo_quartz
2004-06-15 paszczi synced with 1.44
2004-06-15 michael nsse
2004-06-15 diego typo
2004-06-15 diego Address removed upon request.
2004-06-15 wight some missing libraries
2004-06-15 wight Make configure point to translated docs
2004-06-14 wight sync
2004-06-14 wight and one more consistency change
2004-06-14 diego More consistent naming pointed out by Torinthiel.
2004-06-14 wight sync tag bump
2004-06-14 diego 10l for a copy and paste error noticed by Alex.
2004-06-14 diego typos pointed out by the wanderer
2004-06-14 attila major reindentation of x11 code try #2
2004-06-13 michael qprd needs mbd=2
2004-06-13 paszczi synced with 1.38
2004-06-13 diego Sync with website, more uniformity, better descriptions.
2004-06-13 diego 's should be outside of <application> tags.
2004-06-13 wight Sync tag bump - was OK.
2004-06-13 diego 10l to Alex
2004-06-13 joey change linking order for static build with live.com on mingw
2004-06-13 reimar detect screen resolution as in x11_common.c
2004-06-12 rtognimp Fix for big endian systems
2004-06-12 iive display height may be a lot smaller or larger than picture height, sample provided by winnicki
2004-06-11 rtognimp Fix playback of file after playing an url
2004-06-11 henry additional formats - 8bit & float
2004-06-11 henry debug printf junk
2004-06-11 diego freetype depends on iconv
2004-06-11 wight sync
2004-06-11 alex 1l
2004-06-11 alex 1l
2004-06-11 alex translated
2004-06-11 faust3 OpenBSD/VAX support, patch by Gabucino
2004-06-11 iive mpeg2 chroma422/444 support
2004-06-10 diego We play RV20 natively, some rewording.
2004-06-10 diego wishes--;
2004-06-10 diego typos
2004-06-10 diego SYNOPSIS reordered.
2004-06-10 paszczi synced with 1.55
2004-06-10 paszczi forgot to add changes:)
2004-06-10 paszczi synced with 1.9
2004-06-10 paszczi synced with 1.43
2004-06-10 alex 1l
2004-06-10 alex removing unused parts
2004-06-10 alex ports translated
2004-06-10 mosu Support for the "custom colors" and "forced subtitles" entries in the VobSub idx. Made the parser handle whitespaces better.
2004-06-10 rfelker configurable 'junk' borders for pullup
2004-06-10 rfelker old changes in my local tree i forgot to commit - minor fixes
2004-06-08 mosu Try to get the "size:" and "palette:" entries for VobSub tracks from the private data.
2004-06-08 ranma We don't want junk in unused parts of the BITMAPINFOHEADER
2004-06-07 rtognimp Fix hang on broken mmst streams
2004-06-07 diego dvd:// now supports title ranges, patch by Roberto Togni.
2004-06-07 rtognimp Support dvd://start_title-end_title as requested on wishlist
2004-06-07 michael nsse weight
2004-06-07 diego small updates
2004-06-07 diego libfaad2 updated to version 2.0.
2004-06-06 rtognimp More support for audio format 0x0
2004-06-06 rtognimp Enhance detection of embedded smil playlist, add embedded ram playlist
2004-06-06 rtognimp Support for audio format 0x0
2004-06-06 danny Synced with 1.593
2004-06-06 rtognimp Use same order as WMP for mms protocols (MMSU, MMST, HTTP)
2004-06-06 rtognimp Segfault fix for some h264 in avi files
2004-06-06 rtognimp Compilation fix with --disable-liba52
2004-06-04 michael small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at irisa dot fr>)
2004-06-03 diego MinGW compilation fix from a patch by Joey Parrish, approved by Sascha
2004-06-03 diego MinGW compilation fix, idea and approval by Sascha Sommer
2004-06-03 rik fix bug reported by Leonardo Giordani: sh->aspect is not pixel aspect but movie aspect
2004-06-02 alex history translated
2004-06-02 diego update to the 2.0 release of faad, patch by adland
2004-06-02 alex progress
2004-06-02 alex hungarian xml docs
2004-06-02 alex hungarian xml docs, first try
2004-06-02 rtognimp Indeo audio support via acm binary codec
2004-06-02 diego Buffer overflow fix in string handling, patch by c0ntex, approved by .so.
2004-06-02 rsf Added "audio_id", "video_id", "dvdsub_id" to the call to "demux_open()".
2004-06-02 diego Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,
2004-06-02 nplourde choose fullscreen device with suboption device_id=#
2004-05-31 nicodvb removed unused and commented code; audio is pushed synchronously (reported to work better); pid 16 is not default PMT (100l); trails of data are add_packet()ed
2004-05-31 nplourde uyvy osd support
2004-05-31 nplourde draw alpha for uyvy
2004-05-31 nplourde Big Endian fix. Patch by Romain Dolbeau
2004-05-31 diego Fix X11 libs detection on Cygwin.
2004-05-31 diego Fix Cygwin compilation, patch by Sascha Sommer.
2004-05-30 nplourde vo_quartz now default vo on OSX
2004-05-30 diego 1000l to me, leftover line from a correction not deleted.
2004-05-30 diego Update by Alexander Strasser <eclipse7@gmx.net>, some corrections mine.
2004-05-26 diego CVS snapshots come with libavcodec.
2004-05-26 paszczi sync with 1.42
2004-05-26 diego credits for Scognito
2004-05-26 diego MPlayer logo as taskbar icon by Scognito
2004-05-25 diego xvmc and *vidix suboptions documented, better ao/vo suboption syntax
2004-05-25 diego new and improved icons by Scognito
2004-05-25 michael disposition
2004-05-25 michael index fixes
2004-05-25 michael remove index flag
2004-05-25 rfelker fix compile with network disabled
2004-05-24 diego nicer icons by Scognito
2004-05-23 rtognimp Fix "raw " audio in mov files.
2004-05-23 rfelker no kabbe-bytes or men in black or any of that nonsense here...
2004-05-22 diego MinGW comes without zlib (necessary for compressed MOV headers).
2004-05-21 diego first cut at pre5 changes
2004-05-21 diego credit for Ross Finlayson
2004-05-21 henry 1e6l
2004-05-20 reimar fix crash due to fast_memcpy calling itself instead of libc memcpy
2004-05-20 reimar MinGW doesn't accept trailing /
2004-05-19 rfelker 1000l....of pepsi :(broke -ovc copy!)
2004-05-19 rfelker more lame options
2004-05-18 nplourde Add quartz to Romain contrib
2004-05-18 nplourde re-use same window when playing multiple files
2004-05-18 reimar using bswap.h for endianness conversion
2004-05-18 faust3 more sane order for overlay workarounds, fixed a bug where the mouse would stay hidden on win98
2004-05-17 diego Remove 3-pass encoding guide (can break A/V sync), rescaling is not
2004-05-17 diego Peter Simon (wma2ogg.pl)
2004-05-17 diego WMA to Ogg conversion script by Peter Simon <simon.peter@linuxuser.hu>,
2004-05-16 reimar fix endian conversion for (curently unused) case where in buffer != out buffer
2004-05-16 diego some corrections by Haris Kouzinopoulos
2004-05-16 diego Change divx4 examples to lavc, based on a patch by Compn.
2004-05-16 reimar support for 24 bit pcm/wav files
2004-05-14 rtognimp Add detection of nsa streamed by aol ultravox server
2004-05-14 reimar removed #ifdefs that are already handled by libao2/afmt.h
2004-05-14 reimar give Y8 and Y800 lower conversion priority to avoid grayscaled video
2004-05-14 rtognimp Support audio format 0xff (it's aac)
2004-05-14 rtognimp If demuxer does not fill codecdata try to get if from waveformatex
2004-05-14 diego -ao option removed, there is a AUDIO OUTPUT DRIVERS section for that now,
2004-05-14 wight sync
2004-05-13 henry ENCA support
2004-05-13 diego skin authors, alphabetical order
2004-05-13 diego AUDIO OUTPUT DRIVERS section added.
2004-05-13 diego AUDIO OUTPUT DRIVER section added, VO section extended, small fixes.
2004-05-13 diego segfault fix by Jarrod Johnson <jbj-zl@ura.dnsalias.org>
2004-05-12 joyping alsa9/1.x merge, now with api_compat-definition
2004-05-12 joyping changes for alsa9/alsa1.x merge, only alsa.
2004-05-12 michael segfault fix
2004-05-12 joyping changes for alsa9/1.x-merge only alsa
2004-05-12 diego Mark EDL only options as such, typo.
2004-05-12 nplourde Event Handling Makeover
2004-05-12 diego correct model number
2004-05-12 michael FFSVQ1 in avi
2004-05-11 diego better CVS checkout parameters
2004-05-10 nauj27 sync (pre)
2004-05-09 rfelker more cola for jindrich
2004-05-09 diego Add support for a few more Radeons, patch by Nyk Tarr.
2004-05-09 faust3 10l
2004-05-09 diego typo
2004-05-09 danny synced with 1.587, some typo and some word untranslated
2004-05-09 faust3 report if the service creation failed
2004-05-09 rfelker 1000000l for sig11 without -subcp!!! (and 1l for my first commit :)
2004-05-08 reimar removing useless code, improving readability
2004-05-08 reimar fix bigendian problems (left-right swapped 8bit pcms), add 32bit support
2004-05-08 reimar fixed memory leak and removed unnecessary static variable
2004-05-08 reimar changes to get manyfmts nearer to working and fixed memory leak
2004-05-08 rtognimp Use roqvideo and roqaudio decoders from libavcodec
2004-05-08 henry ENCA support (http://trific.ath.cx/software/enca/)
2004-05-08 paszczi synced with 1.41
2004-05-07 rtognimp Support ffmpeg cinepak decoder
2004-05-07 reimar use fallback for unsupported formats instead of quitting
2004-05-07 diego Cygwin and MinGW now behave similarly with regard to VCD/DVD playback.
2004-05-07 diego missing spaces
2004-05-07 diego Hint at -playlist option for playing streams.
2004-05-07 diego clarification
2004-05-07 diego List Attila as maintainer of a few video out drivers.
2004-05-07 mosu Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" with "Ogg" as it is a name, not an abbreviation/acronym.
2004-05-07 nplourde More code cleanup
2004-05-07 nplourde Switch rgb32 from QD to QT
2004-05-06 faust3 Encrypted dvd playback now accepts -dvd-drive e: on mingw. fix from libdvdread, left out the various cosmetics changes for now
2004-05-05 mosu Be more verbose and tell the user which subtitle stream has been selected (if any).
2004-05-05 rtognimp Qt RLE is now in ffmpeg
2004-05-05 michael extendible frame_code table
2004-05-05 nplourde vo_quartz, yuv related usage
2004-05-05 diego more credits, names, nicks
2004-05-05 nplourde Disable live resize for yuv - HW accel bug
2004-05-05 nplourde Cosmetic change std ident style
2004-05-05 nplourde Removed unused debug code.
2004-05-04 rtognimp Support vp6vfw.dll version 6.0.7.3
2004-05-04 paszczi sync
2004-05-04 diego VIDIX now works on Win32, approved by Sascha.
2004-05-04 diego Hint at diff options useful for avoiding cosmetic changes, patch by Reimar.
2004-05-04 diego winvidix documented, alternative ways of specifying -dvd-device.
2004-05-04 diego subtitles in black bands
2004-05-04 diego unnecessary escape
2004-05-04 diego typo
2004-05-04 nplourde Add yuv csp support
2004-05-04 michael proposals by rich:
2004-05-03 rtognimp 100l for me
2004-05-03 diego libavformat, realrtsp
2004-05-03 wight sync
2004-05-03 diego Spelling and wording fixes pointed out by the wanderer.
2004-05-03 diego typos, wording and mistakes pointed out by the wanderer
2004-05-03 diego spelling, wording, consistency in comments and printed messages
2004-05-03 diego spelling, wording sync with cfg-mencoder.h
2004-05-03 diego wrong number, pointed out by Scognito
2004-05-03 diego more wishes
2004-05-03 diego missing name
2004-05-03 diego Hint at -mf in mf:// syntax description.
2004-05-03 diego Blinkenlights section expanded.
2004-05-03 diego divx --> lavc, spelling, more sensible section name
2004-05-03 diego Obsolet -mf syntax replaced by mf://, based on a patch sent by Compn, bug
2004-05-02 rtognimp Restore ftp support (was erroneusly disabled while fixing bogus errors
2004-05-02 rtognimp Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
2004-05-02 rtognimp Fix hang for some asf video stream like http://193.219.139.115/ltv/zinios/news1830_20040501.wmv
2004-05-02 michael bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
2004-05-02 reimar clear buffer after (glX)SwapBuffers in fullscreen to avoid flickering borders
2004-05-02 lumag As pointed by Diego, I forgot this.
2004-05-02 michael nicer startcode before keyframe rule
2004-05-01 rtognimp Fix url escaping and avoid double escape
2004-05-01 rtognimp Try to get an asf file with normal http protocol if http streaming
2004-05-01 diego -adapter is not directx specific anymore.
2004-05-01 diego vo_directx now supports keepaspect.
2004-05-01 faust3 keepaspect support, tryed to clean up DirectxManageDisplay a bit, enabled UYVY support and fixed bugs where switching to fullscreen would keep the console window on top and where the initial window position is wrongly calculated
2004-05-01 rfelker more stupid crap
2004-05-01 rfelker this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as such
2004-05-01 rfelker 10l
2004-05-01 rfelker ok this one is beyond stupid. the code didn't even do what was intended
2004-05-01 reimar GUI support
2004-05-01 lumag Sync, update my email.
2004-05-01 henry 10000000000l twisted typecasting
2004-05-01 michael limits too small, my CBR mp3 samples have 2x overhead after removial of size prediction
2004-05-01 rfelker more lvalue casts, ugly this time
2004-05-01 rfelker more lvalue casts
2004-05-01 rfelker more nonsense lvalue casts, at least these aren't quite as stupid
2004-05-01 rfelker and more and more stupidity
2004-05-01 rfelker more stupidity
2004-05-01 rfelker 1000000000000l
2004-05-01 wight sync + wording
2004-05-01 faust3 keepaspect and nokeepaspect are now useable by all vos
2004-05-01 wight sync
2004-05-01 wight S/PDIF spelling corrected
2004-05-01 michael cosmetic
2004-05-01 rtognimp 100l for me. Header seek is not needed to fix 28_8 and can cause sig11
2004-04-30 diego standard notation
2004-04-30 michael additional start_code rule (implemenattion does this since a long time already)
2004-04-30 diego wording
2004-04-30 ranma Allow user to disable writing of ODML index
2004-04-30 ranma Only use odml index for files that need it
2004-04-30 faust3 support for a few more radeons patch by Reza Jelveh <reza.jelveh at tu-harburg.de>
2004-04-30 faust3 10l on cygwin WIN32 gets defined in config.h
2004-04-30 faust3 add X11 headers to OPTFLAGS patch by Steven M. Schultz <sms at 2BSD.COM>
2004-04-30 faust3 Make it compile on mingw again. Now it is finally possible to include windows.h in mplayer.c
2004-04-30 rfelker more cola, not mine tho
2004-04-30 rfelker minimal fix for alex's 1000000000000l compile errors. imo the fix in
2004-04-30 rfelker oops, forgot this with the softskip patch
2004-04-30 rfelker 100l to me!
2004-04-29 rtognimp Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpeg
2004-04-29 bertrand Should be Connection: close, and not closed.
2004-04-29 mosu Leave the subs uninitialized and not "forcefully off" if the user hasn't chosen a stream with -sid. If he used -slang then we need the comment packet which might be found after demux_ogg_open has finished.
2004-04-29 wight sync
2004-04-29 diego spelling
2004-04-29 diego typos, wording
2004-04-29 wight XML translation complete
2004-04-29 nauj27 sync by Andoni Zubimendi <andoni at lpsat.net>
2004-04-29 alex dewinify
2004-04-29 alex sync by paszczi
2004-04-29 alex don't even mention avifile, 14 subtitles
2004-04-29 alex forgot to commit
2004-04-28 alex removed loader/ dependancy, imported some files from g2, also used patches from Dominik Mierzejewski
2004-04-28 paszczi sync
2004-04-28 rfelker updated documentation for detc,ivtc,pullup
2004-04-28 rfelker document harddup and softskip
2004-04-28 rfelker soft skipping for mencoder. rather than skipping decoding/filtering
2004-04-28 rfelker 1l debug junk
2004-04-28 rfelker forgot this, needed for vf_harddup
2004-04-28 rfelker "hard" frame duplication for mencoder. this finally makes it possible
2004-04-28 michael remove frame types
2004-04-27 alex play the audio buffer in case of normal eof (i know the change is rude, but mplayer.c is hopelessly obfuscated)
2004-04-27 diego Spelling, mention that one vulnerability was fixed in 1.0pre3try2.
2004-04-27 diego Mark all options that work only in combination with XXX as (XXX only).
2004-04-27 rfelker don't use odml when we don't have to -- the code is buggy!
2004-04-27 alex wma9 speech codec dmo and dshow entries
2004-04-27 rtognimp Fix for 28_8 in rm files and header length != 0x4e
2004-04-27 rtognimp More about myself + typo
2004-04-27 diego Hint about testing different colorspaces and putting codes in ./, based on
2004-04-27 rathann vocabulary
2004-04-27 diego 2 more FAQs based on a patch made by Compn.
2004-04-27 diego Send updates to mplayer-docs instead of dev-eng, wording, spelling.
2004-04-27 diego English messages removed, comments summarized.
2004-04-27 diego more demuxer maintainers
2004-04-27 diego updates
2004-04-27 diego typos pointed out by the wanderer
2004-04-27 diego More credit for adland, added a missing name.
2004-04-27 alex final
2004-04-27 diego Copyright notice added back.
2004-04-27 diego dvb_set_channel now has two parameters, patch by Nico Sabbi.
2004-04-27 diego spelling, additions, slight reordering
2004-04-27 diego New and old maintainers added.
2004-04-27 diego multiple DVB card syntax, based on a patch by Nico Sabbi
2004-04-27 diego DVB now supports multiple cards, patch by Nico Sabbi.
2004-04-26 nicodvb new configuration structure, gcc warn silencing
2004-04-26 nicodvb new configuration structure, multi-card support
2004-04-26 nicodvb new configuration structure, dvb_set_channel takes 2 parameters, 1000l memleak fix
2004-04-26 nicodvb slave command dvb_set_channel now takes 2 arguments: channel card
2004-04-26 rtognimp Update
2004-04-26 michael fix possible segfault on lavf demuxer patch by (adland <adland123 at yahoo dot com>)
2004-04-26 michael attribute_used patch by (VMiklos <mamajom at axelero dot hu>)
2004-04-26 diego The eve of a new release is always a good time to take history lessons, so
2004-04-26 michael attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)
2004-04-26 rtognimp Fix embedded smil playlist detection if there are parameters on the url
2004-04-26 diego additions, wording
2004-04-26 diego spelling, some additions
2004-04-26 rfelker imo i'm one of the nut spec authors :)
2004-04-26 nplourde Add Fullscreen, Ontop and OSD support
2004-04-26 nplourde Added Nicolas Plourde
2004-04-26 diego typos
2004-04-26 alex release name, changes
2004-04-26 alex attribute_used for gcc3.4
2004-04-26 alex reorder funcs to avoid warnings/errors (gccs are nowadays are more pickier about code than gcc2.95 with -ansi)
2004-04-26 alex attribute_used macro
2004-04-26 rfelker potentially exploitable buffer overflow with maliciously crafted cd toc
2004-04-26 rfelker fix exploitable buffer overflow
2004-04-26 alex missing
2004-04-26 alex support for ATI fireglx
2004-04-26 alex a52 dynamic range compression support by Peter Gansterer
2004-04-26 alex updated
2004-04-26 diego Ogg spelling fixed as pointed out by the wanderer.
2004-04-26 diego rawaudio bitrate option
2004-04-26 rfelker needed for a/v sync with compressed audio (e.g. raw .mp2 or .ac3 file)
2004-04-25 diego Name corrected.
2004-04-25 diego spelling
2004-04-25 danny Synced with 1.573, remove unwanted space at end of line
2004-04-25 rtognimp More keyframe search fix for VP6x
2004-04-25 syrjala Fixed CRTC2 surface size message.
2004-04-25 rtognimp Fix VP62 keyframe search
2004-04-25 rtognimp Suggest -playlist if asf_stream_start fails
2004-04-25 rtognimp Don't say that a protocol is unsupported if that's not true
2004-04-25 rtognimp Fix support for audio only streams
2004-04-25 rtognimp More bounds checking fixes (thnaks to Miguel Freitas)
2004-04-24 rtognimp Escape urls (needed for urls in playlists)
2004-04-24 rtognimp Stop parsing an url after connection failure
2004-04-24 rtognimp Handle url redirection
2004-04-24 rtognimp Fail if empty or nonexitant playlist
2004-04-24 rtognimp Some sanity and bound checking
2004-04-23 rfelker 1000000000000l to bunkus
2004-04-23 mosu Clear subs in broken OGM files (those without empty subtitle packets) a bit later in order to avoid flickering if there are more subs following immediately. Patch by Michael Reinsch <mr at uue adot org>
2004-04-23 mosu Much improved seeking. Patch by Michael Behrich <behrisch at informatik adot hu-berlin anotherdot de>
2004-04-23 diego update to version 0.5.1 by the author VMiklos <mamajom@axelero.hu>
2004-04-23 michael remove data_size prediction
2004-04-23 faust3 prefer yuv formats over rgb in case both are supported by hw
2004-04-23 diego update, spelling
2004-04-23 diego Less verbosity by moving some debug messages from printf --> dbgprintf.
2004-04-23 ranma I consider myself ao_nas maintainer
2004-04-23 alex revised list
2004-04-23 rfelker dr bugfix by zoli (author of the filter)
2004-04-22 michael new time_base_nom limit
2004-04-22 paszczi and sync counter goes up :)
2004-04-22 diego wording
2004-04-22 diego cosmetics, wording update
2004-04-22 diego missing names
2004-04-22 diego Missing options added, one put into default order.
2004-04-21 paszczi forgot to translate :)
2004-04-21 rfelker remove bad requirement
2004-04-21 paszczi sync
2004-04-21 diego more nicks
2004-04-21 diego more nicks
2004-04-21 diego copyright --> MPlayer team
2004-04-20 michael file_id_string (idea by ivan)
2004-04-20 diego Common -vo driver problem solution explained by Lukasz Proszek.
2004-04-20 diego dhahelper.sys is put here for installation.
2004-04-20 diego libavformat may be found in the main tree now.
2004-04-20 michael removing backward pointers
2004-04-19 diego QNX does not support -rdynamic.
2004-04-19 rtognimp 10l: don't run strcmp if arg is NULL
2004-04-19 ranma Get rid of the 'RIFF chunks have to be aligned on ODML_CHUNKLEN'
2004-04-19 diego credits for Ville Saari, one more nick
2004-04-18 paszczi translation prepared by Boski Cinek <boski_cinek(at)o2.pl>
2004-04-18 paszczi translation prepared by frogu <frogu(at)frogu.emdej.pl>
2004-04-18 paszczi sync
2004-04-18 paszczi sync
2004-04-17 diego Joe Barr calls us Mplayer.
2004-04-17 diego typo fix: Mplayer --> MPlayer
2004-04-17 diego /usr/lib/win32 --> /usr/lib/codecs
2004-04-17 paszczi sync
2004-04-17 rfelker New filter by Ville Saari (114263 at foo dot bar dot org)
2004-04-17 rtognimp Fix for some audio asf streams like http://ms.bandeapart.fm/bap/albums/973/6573_h_07-Patience.asf
2004-04-17 rtognimp Respect -playlist for asx streams
2004-04-17 diego sync by Daniele Forghieri
2004-04-17 diego 10l for me - stray option draft left behind.
2004-04-17 reimar vo_gl suboption doc improved
2004-04-17 diego less verbosity + printf --> mp_msg
2004-04-17 diego Patches should not be compressed.
2004-04-17 diego updates
2004-04-17 diego -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
2004-04-16 diego lol, that sure deserves some Cola
2004-04-16 michael OS/X localtime_r multiply defined patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
2004-04-15 rtognimp 10l to me: writing outside allocated memory
2004-04-15 reimar fixed suboption parsing, added help for suboptions
2004-04-15 diego All entries in alphabetical last, first name order, some nicks added.
2004-04-15 henry specify field mode when setting image height
2004-04-14 michael moving f() and u()
2004-04-14 michael type 1/2 packets must have MSB timestamps (this is already mentioned at some other places but i forgot this one)
2004-04-14 rtognimp Fix segfault if EDL is used without video
2004-04-14 rtognimp Try Real rtsp, then live.com on every rtsp stream (remove extension
2004-04-14 paszczi sync
2004-04-13 diego Missing options added to --help output.
2004-04-13 diego updates
2004-04-13 diego Nicks added.
2004-04-13 diego Make caca detection consistent with the others using *-config, also avoids
2004-04-13 diego Nicks added.
2004-04-13 diego OpenGL vo driver suboptions by Reimar and me.
2004-04-13 rtognimp Do not crash on audio only streams
2004-04-13 diego -vo quartz docs by Nicolas Plourde <nicolas.plourde@sympatico.ca>
2004-04-13 diego quartz vo, based on patch byNicolas Plourde <nicolas.plourde@sympatico.ca>
2004-04-13 faust3 printf -> mp_msg; print error msg when qtmlClient.dll is missing
2004-04-13 faust3 printf -> mp_msg, error msg when qtmlClient.dll is missing
2004-04-13 faust3 printf -> mp_msg
2004-04-13 faust3 ignore mouseclicks when activating the window
2004-04-13 diego -rdynamic is not supported on Win32. Both _xanim and _real set it, so both
2004-04-13 faust3 always add versionsinfo and icon on windows
2004-04-13 faust3 -rdynamic is not supported on windows
2004-04-13 diego DVB updates, patch by Nico <nsabbi@tiscali.it>
2004-04-13 diego DVB update, patch by Nico <nsabbi@tiscali.it>
2004-04-13 diego Some release dates added, consistent date format.
2004-04-13 diego win32 macro added to simplify detecting both Cygwin and MinGW.
2004-04-13 michael (de)coder -> (de)muxer
2004-04-13 diego whitespace changes (improves changelog mode in vim/emacs)
2004-04-13 diego libmpflac was removed.
2004-04-12 diego Add license, remove bogus comment as told by Reza Jelveh, the author.
2004-04-12 diego spelling, more wishes
2004-04-12 rtognimp Fix vp61 keyframe search (do not skip blocks if 1st frame is keyframe)
2004-04-12 faust3 libavformat support for windows
2004-04-12 rtognimp Support AAC in NSV
2004-04-12 rtognimp NSV demuxer author added
2004-04-12 rtognimp nsv (Nullsoft streaming video) demuxer
2004-04-11 michael .mp4 with lavf support
2004-04-11 michael FLV with lavc+lavf support
2004-04-11 michael 4xm with lavf+lavc
2004-04-11 michael BGR16
2004-04-11 michael lavf ASF support
2004-04-11 faust3 forgotten person who added an important feature to the mingw port
2004-04-11 michael seeking
2004-04-11 michael avoid unneeded stream_reset()
2004-04-11 michael nicer EOF solution, mpeg-ps works now too
2004-04-11 michael libavformat really doesnt like it that the streams get stuck if the end is reached
2004-04-11 michael demux_lavf
2004-04-09 iive quant_parameter is 2*mpeg1_quant, no problems noticed with too high values
2004-04-09 michael remove old example stream
2004-04-09 michael removing checksum_threshold & keyframe prediction
2004-04-09 nauj27 1l fix.
2004-04-08 reimar vo_gl supporting more color formats for testing
2004-04-08 nauj27 Added <application> missing tags.
2004-04-08 iive check for invalid user input
2004-04-07 faust3 print at least the error number when there is no text for it
2004-04-07 faust3 restore original ringbuffer constants as the current values are causing heavy stutter here, especially noticable after moving the video window
2004-04-07 paszczi typo
2004-04-07 bertrand '%' is unsafe and need to be escaped.
2004-04-07 faust3 update
2004-04-07 faust3 round len to outburst and increment full_buffers at the correct time, patch by Nehal <nehalmistry at gmx.net>
2004-04-07 michael language_code & fourcc vb->v reversal
2004-04-07 alex support for abitrary imaadpcm encoding, ported from ffmpeg
2004-04-06 faust3 10l, patch by Bjoern Sandell
2004-04-06 nauj27 sync
2004-04-06 faust3 support immed flag
2004-04-06 alex uninit immed flag
2004-04-06 alex vo_caca by Howell Tam
2004-04-06 alex SSE support under OpenBSD, patch by Bjorn Sandell
2004-04-06 alex inttypes
2004-04-06 alex altivec support under netbsd, patch by Matthew Green
2004-04-06 alex netbsd audio support by Bernd Ernesti
2004-04-06 alex correct typeconversion of fps, patches by several ppl
2004-04-06 alex MPL2 subreader, patch by Cezary Jackiewicz (cjackiewicz@poczta.onet.pl)
2004-04-06 alex 100l and sync with upstream, patch by rgselk
2004-04-06 alex skip {...} parts in SAME subs, patch by Salvatore Falco
2004-04-06 mosu Changed -sid/-aid/-vid to be zero based and select the n'th stream of its type, e.g. -sid 1 will select the second subtitle stream.
2004-04-06 alex some more globals
2004-04-06 alex removed obsoleted defs
2004-04-06 alex removing more globals
2004-04-06 alex fix symbol clashes when linking with libmp3lame including mp3 decoder, man, mp3lib is so much bloated
2004-04-06 michael AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
2004-04-06 alex libcaca video output driver by Howell Tam
2004-04-05 alex ability to disable mp3lib, liba52 and libmpeg2
2004-04-05 alex Removed mpflac as ffflac is way better and ad_flac won't compile with external flac
2004-04-05 rathann added my nick
2004-04-05 rathann full screen flipping synchronization corrections (by Adam Tla/lka)
2004-04-05 alex make gcc happy under hurd
2004-04-05 rathann Unmap window before change in decor and size while flipping full screen mode (by Adam Tla/lka)
2004-04-05 alex morphos support by Nicolas Det
2004-04-05 alex make gcc eating this under hurd
2004-04-05 alex Quartz/MacOSX video output module by Nicolas Plourde
2004-04-05 nauj27 sync
2004-04-05 michael switching from crc32 to adler32 checksums, cuz they are faster and simpler
2004-04-04 michael minor changes
2004-04-04 nicodvb fixed broken diseqc fetch from channels file
2004-04-04 faust3 10l for the orignial author and 1000l for me for commiting a broken workaround
2004-04-03 rfelker This was discussed a long time ago but some reason never done. Anyway
2004-04-03 faust3 restore old SAMPLESIZE
2004-04-03 rathann move window decor changes after setting Withdrawn state so we have no additionalwindow refresh
2004-04-03 rathann - win_gravity memorizing and restoring while switching fullscreen mode (by Adam Tla/lka)
2004-04-03 michael restrictions to ensure that O(log n) seeking and error recovery is possible
2004-04-03 rathann - compilation error fix
2004-04-03 nicodvb disallow non-sense type parameter; added support for absolute file path; prefer channels.conf.{sat,ter,cbl} over channels.conf if the file is available
2004-04-02 diego Developers should subscribe to mplayer-cvslog, mention mplayer-docs.
2004-04-02 diego cosmetics
2004-04-02 rtognimp Update my mail address
2004-04-02 mosu Support for selecting subtitles with -slang. Patch by Andriy N Gritsenko <andrej at lucky onedot net>
2004-04-02 diego 1l
2004-04-02 diego small additions, some nicks added, wording, spelling
2004-04-02 mosu Fixed the support for the A_MS/ACM CodecID which just stores a WAVEFORMATEX in the track's private data.
2004-04-02 diego Remove spurious +1 to lame_param_quality that contradicts documentation and
2004-04-02 diego Commit independent changes separately.
2004-04-01 diego Error message improved, wording.
2004-04-01 rtognimp Support for smil playlist, both standalone and embedded into other
2004-04-01 atlka ALSA syc is not so good as OSS - small corrections
2004-04-01 mosu Support for HE-AAC. Patch by Loren Merritt <lorenm at u dot washington anotherdot edu>.
2004-04-01 mosu Added my nick for easier placement of blame.
2004-04-01 faust3 let uninit wait until sound is completely played, don't restore volume at exit, fixed ringbuffer bug, patch by Nehal <nehalmistry at gmx.net>\n
2004-04-01 diego dvb should be added to $_noinputmodules as well as $_inputmodules.
2004-04-01 diego How to handle incomplete translations of message files.
2004-04-01 diego security fix
2004-04-01 faust3 prevent crash in case we are unable to get aligned buffer
2004-04-01 faust3 although this SSE fix is an ugly hack it seems to work fine for me
2004-04-01 faust3 reenable SSE support for mingw
2004-03-31 alex 10l (some broken compilers take this serious)
2004-03-31 rfelker make stupid gcc versions happy
2004-03-31 michael reversing the change to the forw/backw pointers, its somewhat simpler to update it if the forward pointer is first
2004-03-30 michael remote exploitable heap overflow fix by ("blexim" <blexim at hush dot com>)
2004-03-30 michael removing subpackets (everyone hates them ...)
2004-03-29 rfelker vf_phase filter by Ville Saari (114263 at foo dot bar dot org)
2004-03-28 rtognimp Revert my old twos fix, it seems to break more files than it fixed.
2004-03-28 paszczi added <application> tag and some 10l, patch by frogu <l_j_p@wp.pl>
2004-03-28 atmos4 svgalib 1.9.18 compile fix, still wont work for me though...
2004-03-28 rtognimp Fix hanging at end of mms:// streams.
2004-03-28 mosu Stop reading the file if an INDX chunk is found instead of a data packet.
2004-03-27 diego Missing echores "no" added, duplicate variable setting removed.
2004-03-27 diego Make wmv9 playback less verbose.
2004-03-26 mosu Implemented "seek to position".
2004-03-26 faust3 temporary workaround to make it work on windows
2004-03-26 faust3 fseeko emulation patch by Steven M. Schultz <sms at 2bsd.com>
2004-03-26 faust3 support for Radeon 9200 based video boards patch by Benjamin Zores <ben at tutuxclan.org>
2004-03-26 faust3 fix compilation on cygwin
2004-03-25 pontscho patch from Rune <runner@mail.tele.dk>
2004-03-25 rtognimp Add adland to authors
2004-03-25 rtognimp Support for Alparysoft lossless video codec (DShow and VfW)
2004-03-25 mosu Removed the limitation to max. eight laced blocks.
2004-03-25 rfelker remove stupid misadvice
2004-03-24 diego The attached patch fixes a minor build problem on GNU/k*BSD: getch2.c should
2004-03-24 ranma Round Chunklen to word boundary
2004-03-24 ranma Use aspect from encoder for AVI vprp header
2004-03-23 faust3 Mobility Radeon 9600/9700 support
2004-03-23 rtognimp Add support for Lead MCMW 2.0 wavelet codec eval version
2004-03-23 faust3 1000l
2004-03-23 faust3 Windows XP support
2004-03-23 faust3 windows xp support
2004-03-23 diego sync by danny <guru@digitalfantasy.it>
2004-03-22 ranma Include the comments from -aviaspect into the description of -useaviaspect and remove -aviaspect
2004-03-22 ranma Better vprp aspect fix
2004-03-21 diego -aviaspect option moved to its alphabetical position, new sentences should
2004-03-21 henry explicit option for AVI PRP header
2004-03-21 rtognimp Add LEAD fourcc, patch by adland < adland123 (at) yahoo (dot) com >
2004-03-20 nicodvb fix wrong detection of mpeg4 as mpeg2 and wrong handling of discontinuities/transport error bit
2004-03-19 nicodvb removed unused code, synced to szap tuning sequence and unified diseqc, tone and voltage in a (non/old)-diseqc compatible function
2004-03-19 nicodvb added missing tuning parameters (inversion and coderate) and changed debug level in dvb_streaming_read()
2004-03-19 ranma Bigendian macro 10l
2004-03-19 diego -geometry examples corrected.
2004-03-19 diego 100l bug fixes, -noaspect moved just below -aspect.
2004-03-19 rsf Fixed a bug that was accidentally introduced by the addition of MPEG Transport
2004-03-18 rtognimp Support for vp5 and vp6 dll decoders
2004-03-18 mosu Parse comma separated language lists instead of comparing the complete language string. Patch by Loren Merritt <lorenm at u dot washington dot edu>
2004-03-18 diego -adapter, -refreshrate options, based on patch by Sascha Sommer
2004-03-17 diego small correction as suggested by Nico
2004-03-17 diego updates, spelling
2004-03-17 ranma copy&paste 10l
2004-03-17 ranma OpenDML read/write support
2004-03-17 reimar corrected problems with switching to and from fullscreen mode esp. with fixed-vo
2004-03-17 ranma Raw audio and video are always keyframes
2004-03-16 iive use flag for XvMC codec recognition and enable dr1 for fixed version of lavc
2004-03-16 diego Don't mess with the window position in xinerama when -geometry changes it.
2004-03-16 diego Use system clock for xscreensaver pings (Tobias Diedrich).
2004-03-15 diego some additions, spelling fixes
2004-03-15 diego Italian man page translation by Daniele Forghieri <guru@digitalfantasy.it>
2004-03-15 diego spelling fixes
2004-03-15 diego Cygwin provides setenv. Fixes compilation on Cygwin.
2004-03-15 diego How to make MPlayer work on Fedora core.
2004-03-15 diego Explain why 'cvs admin' should only be used on the last revision of a file.
2004-03-15 diego whitespace cosmetics
2004-03-14 michael altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)
2004-03-13 ranma Use MultiplyElement to control volume.
2004-03-13 faust3 move refreshrate and adapter_num variables to video_out because they might be usefull for other drivers, too
2004-03-13 faust3 mouse support by Nehal Mistry <nehalmistry at gmx.net>
2004-03-13 faust3 fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>
2004-03-13 rtognimp Seek in HTTP streams and stdin seek fixes
2004-03-11 michael AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
2004-03-09 ranma rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>
2004-03-09 paszczi sync
2004-03-09 diego OpenGL now works under Windows.
2004-03-05 diego -vo directfb options by Jiri Svoboda
2004-03-05 diego v0.50 by VMiklos
2004-03-05 diego --disable-xmms option was missing, noticed by Enrico Weigelt.
2004-03-04 nauj27 Telecined and related sync
2004-03-04 nauj27 sync by Andoni Zubimendi <andoni@lpsat.net>
2004-03-04 henry 10l - replace 6 with AF_NCH
2004-03-02 rsf We now allow for the possibility of the RTCP audio/video synchronization being
2004-03-01 iive xvmc use get_format for IDCT/MC recognition
2004-02-29 faust3 adapter selection patch by Rune <runner at mail.tele.dk> +first attempt to implement 2 window fullscreenswitching by me
2004-02-29 faust3 replace WM_DESTROY with WM_CLOSE to make it possible to play multiple files, patch by Reimar Doeffinger
2004-02-27 henry replace set_periods and set_period_size with their _near cousins
2004-02-27 henry 1000l
2004-02-27 gabucino an almost complete re-translation of the last version of help_mp-en.h
2004-02-27 rathann Keep the ./configure options for xvid in sync.
2004-02-26 ranma Use system clock for xscreensaver pings
2004-02-26 henry fix compilation without libavcodec
2004-02-25 henry missing video thread shutdown, frame count rounding fix
2004-02-24 attila dont mess with the window position in xinerama when -geometry changes it.
2004-02-24 attila set min width/height
2004-02-24 michael spp softthresholding in mmx
2004-02-24 michael spp soft thresholding patch by (James Crowson <jbcrowso at ncsu dot edu>)
2004-02-24 michael vd_ffmpeg to set repeat-first-field patch by (Zoltan Hidvegi <mplayer at hzoli do 2y dot net>)
2004-02-23 ranma A bit late, but here's the "more sane options ordering" patch.
2004-02-23 gabucino new location of codecs-status.html
2004-02-22 rtognimp Support for v3 audio section (used with 14_4 codec) in real files
2004-02-22 attila printf -> mp_msg
2004-02-22 attila fieldparity verbosity and tvnorm patch
2004-02-22 attila dont mess up v4l volumes
2004-02-22 rsf Added support for multiplexed (audio+video) RTP streams.
2004-02-22 rsf Added support for multiplexed audio+video RTP streams.
2004-02-22 rsf Added support for handling multiplexed audio+video RTP streams.
2004-02-21 zdar cut and paste typo fixed
2004-02-19 diego Line breaks inserted, overly long lines wrapped, partly reworded.
2004-02-19 diego copyright update by the author
2004-02-19 diego update, cosmetics
2004-02-18 diego updates
2004-02-18 michael flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12)
2004-02-18 alex 10l
2004-02-18 alex replaygain
2004-02-18 alex write out extraheaders from lavc
2004-02-18 alex ffmpeg flac decoder
2004-02-17 zdar removed usage of fb_dev_name, imported field parity reporting from dfbmga, fixed vsync handling in triple buffering mode
2004-02-17 rfelker remove 1000000l example that DOES NOT WORK. 9 times out of 10 it will
2004-02-17 attila update by VMiklos
2004-02-17 attila get some new maintainers
2004-02-17 attila add support for avid meridien uncompressed files
2004-02-17 attila Adds support for the film grain effect and deblocking filters in xvid
2004-02-17 attila remove raw nonsense and replace it by one ovc
2004-02-17 attila enable seeking in http streams
2004-02-17 gabucino - Cleaned up the Makefile, added some *.o's
2004-02-17 gabucino bump version
2004-02-16 gabucino architecture type reporting for non-x86 CPUs (try 2, tested on x86 and x86-64)
2004-02-16 rik fixing segfault: libavcodec doesn't allocate some buffers if avctx->thread_count == 0
2004-02-16 gabucino adding accents and changing email address
2004-02-15 rtognimp More Camtasia colorspaces
2004-02-15 rtognimp Fix playback of some Camtasia files.
2004-02-13 gabucino Polish documentation team added
2004-02-12 rtognimp Use qtrle decoder from ffmpeg
2004-02-12 rtognimp Fix ffmpeg RGB24 mapping (needed for qtrle)
2004-02-12 gabucino dfbmga docs update
2004-02-12 iive iive fame
2004-02-11 diego SuSE docbook DTD path, patch by Thomas Jarosch <tomj@simonv.com>
2004-02-11 diego more authors, patches by themselves
2004-02-10 michael 100l (cvs commit + tired ...)
2004-02-10 diego slight wording improvement, noticed by Dominik
2004-02-10 diego small additions, patches by themselves
2004-02-10 michael m_option_type_double
2004-02-10 michael use libavcodecs float -> fraction conversation if available for -ofps, that way exact framerates like 24000/1001 are possible instead of ending up with x/10000
2004-02-10 diego We need make 3.80 to build.
2004-02-10 diego new section structure
2004-02-10 diego GENERAL OPTIONS section added with a few entries, misc changes.
2004-02-10 diego Keyboard control section moved to the beginning.
2004-02-10 diego filmdint=fast description corrected, xvidencopts clarified.
2004-02-10 michael video filters ...
2004-02-10 diego small additions, cosmetics
2004-02-10 diego better description bit_exact lavc option
2004-02-09 nicolas sync
2004-02-09 diego Display Framedropping state on the OSD.
2004-02-09 diego XAnim spelling corrected.
2004-02-09 mosu Exit when an invalid EBML ID has been read (e.g. for files that have been cut off).
2004-02-09 nicolas sync
2004-02-09 diego change_rectangle documentation by Angel <knight@sunflower.com>
2004-02-08 diego bit_exact lavc option, patch by "Steven M. Schultz" <sms@2BSD.COM>
2004-02-07 michael bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
2004-02-06 iive allow using of float fixed_quant
2004-02-06 joey new filter: vf_noformat.
2004-02-06 joey new filter: vf_noformat.
2004-02-06 rik get_bit_count -> put_bits_count
2004-02-06 diego Expand frame dropping state description, qp filter explanation improved.
2004-02-05 arpi avi-fix v0.1: simple tool to fix chunk sizes in a RIFF AVI file
2004-02-05 michael #include dsputil.h as it contains the lrintf emu code
2004-02-05 diego Duplicate -include option moved to cfg-common.h.
2004-02-05 michael qp change filter
2004-02-04 iive psnr and debug option added
2004-02-04 wight missing \
2004-02-03 pontscho 'video window vanishes after pause' bugfix, based on André Kühne's (andre.kuehne@gmx.net) bugreport
2004-02-03 nauj27 sync
2004-02-03 iive xvid4 new aspect options - patch by Nico <nsabbi@tiscali.it>
2004-02-02 diego lame accepts only integers, pointed out by iive.
2004-02-02 nicolas sync
2004-02-02 nicolas duplicate words and spaces removed
2004-02-02 iive new options - aspect,autoaspect,turbo,chroma_opt. patch by Nico <nsabbi@tiscali.it> and Edouard Gomez
2004-02-02 michael qns tip
2004-02-02 michael quantizer noise shaping
2004-02-02 wight sync
2004-02-02 wight & removed - build fix
2004-02-02 diego Search links updated.
2004-02-02 diego Fix description of -srate, as pointed out by Rich.
2004-02-01 diego Telecine HOWTO by Corey Hickey <bugfood-ml@fatooh.org>, some modifications
2004-02-01 diego rgbtest filter added, kerndeint filter description fixed and moved to a
2004-02-01 ranma kerndeint documentation
2004-02-01 faust3 1000l
2004-02-01 mosu Do not open more than one audio/video/subtitle stream at the same time.
2004-01-31 alex add libvo to include list for lavc
2004-01-31 mosu Do not try to seek beyond the end of the stream when parsing the headers.
2004-01-31 mosu Cleanup and small improvement in seeking if the final_granulepos is known. Patch by Michael Behrisch <behrisch@informatik.hu-berlin.de>
2004-01-31 paszczi sync
2004-01-30 wight 100l for forgetting to update this. It would brake building after distclean.
2004-01-30 faust3 a few more nvidia cards (only tested card is GeForceFX 5200)
2004-01-30 michael rgb test pattern generator, so we could change everything to match alex's definition of rgb/bgr
2004-01-30 wight Move symlinks to a separate target
2004-01-30 paszczi sync
2004-01-30 diego Make URL a little more precise.
2004-01-30 diego Simplified support for libc5 systems.
2004-01-30 gabucino sync (PJS name discovered:)
2004-01-30 diego build fix
2004-01-30 diego Simplifications and bug fixes by Torinthiel.
2004-01-30 rfelker 1000000000l reported by Steven Schultz (thanks!)
2004-01-30 diego sync by Ioannis Panteleakis <pioann@csd.auth.gr>
2004-01-30 diego Sync with the last DVB update, patch by Nico <nsabbi@tiscali.it>.
2004-01-29 wight Structure rewritten, to allow single language build and some simplifications.
2004-01-29 rtognimp Sync
2004-01-29 diego spelling, random fixes
2004-01-29 diego Scale filter reworded, presize option documented, lowpassfreq and
2004-01-29 ranma 10l fix by Jindrich Makovicka
2004-01-29 attila fix some 10ls in sample rate handlin
2004-01-29 attila add support for aac in real media files
2004-01-29 henry 10l
2004-01-29 attila * changes mencoder's exit code on explicit kill to 2
2004-01-29 attila fix broken fullscreen start of gmplayer
2004-01-29 attila Fix the PJS (aka dunnowhat) subtitles
2004-01-29 attila Compliance with the DVB power management specification (doesn't close
2004-01-29 ranma softpulldown + kerndeint
2004-01-29 attila continue playing real files after errors
2004-01-29 ranma kerndeint adaptive deinterlacer
2004-01-29 alex switch to inttypes.h (u_int32_t vs uint32_t) in favour of Solaris9/x86 support
2004-01-28 alex disable buggy code, patch by Romain Dolbeau
2004-01-28 alex support for latest CVS, patch by Ville Syrjala
2004-01-28 alex removed unused headeer dependencies
2004-01-28 alex use inttypes.h and std types, this fixes compilation problems on solaris 9 x86
2004-01-28 alex Set fcchandler according to fourcc, some players (Archos Jukebox) need it, also imho a player should use that field for determining fourcc, hopefully it doesn't break anything
2004-01-27 paszczi sync
2004-01-27 nicolas sync
2004-01-27 gabucino sync
2004-01-27 rfelker if the user wants fast, use fast code! otherwise the user has to put
2004-01-27 rfelker 10000l
2004-01-27 rfelker not pretty, but at least it prevents the channels from getting out of order...
2004-01-27 rfelker 100l
2004-01-27 rfelker 10l
2004-01-25 rathann Initial translation prepared by chomar <duch at wla dot pl> and myself.
2004-01-25 alex reviewed the locking codes, a mutex should be unlocked before destroying it
2004-01-25 alex Don't mutex_unlock if it was never locked. Patch by Min Sik Kim
2004-01-25 alex support for AVID DV fourcc, patch by xliska at informatics.muni.cz
2004-01-25 alex added changes until now
2004-01-25 alex Altivec optimized stereo resampler by Romain Dolbeau (made it working under Linux myself)
2004-01-25 alex ppc970 support, patch by Romain Dolbeau
2004-01-25 rtognimp Use fli decoder from libavcodec
2004-01-25 rtognimp Pass header to codec in extradata (needed by ffmpeg fli decoder)
2004-01-25 alex freebsd fix (btw, why does it needs this int_max shit?
2004-01-25 nicolas sync
2004-01-25 diego updates by smoker <smoker@smokerz.net>
2004-01-24 gabucino sync
2004-01-24 diego Make the build system print everything it does.
2004-01-24 diego small fixes
2004-01-24 attila add divx2svcd script.
2004-01-24 attila prevent subreader from segfaulting when sami subs dont have
2004-01-24 attila add option to select mixer channel
2004-01-23 arpi mkv.cpp -> mkv_old.cpp, to avoid dependency name collision with mkv.c
2004-01-23 mosu Fix for compilation with libmatroska 0.6.3.
2004-01-23 iive add lame filter options
2004-01-23 iive fix aspect 4 according to the standart
2004-01-22 mosu Do not deactivate the video stream if no audio stream was wanted/found...
2004-01-22 nauj27 sync. Named parameters documented.
2004-01-22 nauj27 sync and livavcodecs tags
2004-01-22 michael 100000l
2004-01-22 paszczi sync
2004-01-21 diego sort -u is equivalent to sort | uniq, hint by Dominik.
2004-01-21 wight some new locations from newest Gentoo
2004-01-21 diego How come TODO lists never shrink?
2004-01-21 diego Our DirectFB documentation is dated, the current version is now linked to
2004-01-21 diego 10l
2004-01-21 diego Add <systemitem class="library"> tags to libavcodec and a few others.
2004-01-21 diego uniq is ineffective without sort.
2004-01-21 diego 100l bug fix for a wrong command line by Christian Ohm <chr.ohm@gmx.net>,
2004-01-21 wight What was synced is still synced.
2004-01-20 diego Build target names shortened.
2004-01-20 diego Shiny new build system by Torinthiel, polished and improved by myself.
2004-01-20 diego Small wording and consistency improvements, named parameters documented.
2004-01-20 mosu Compiler/system compatibility fixes.
2004-01-20 alex compile fix when v4l2 is present but disabled
2004-01-20 diego How to help with documentation and translation.
2004-01-20 mosu Fixed subtitle clearing.
2004-01-20 attila prevent the libdv decoder from adding "NTSC setup" on decode
2004-01-20 diego Have the MOV demuxer recognize and display (via MPINFO) registered ISO
2004-01-20 diego MPlayer translation HOWTO
2004-01-19 mosu Fixed the subtitle line overflowing for SSA if there were too many \N in the subs.
2004-01-19 mosu Added the new C based Matroska demuxer by Aurelien Jacobs.
2004-01-19 nauj27 sync
2004-01-19 nauj27 edl.xml removed, now included into usage.xml
2004-01-19 alex support for newer openbsd versions, which are fully elf based
2004-01-18 paszczi synced with 1.35
2004-01-18 diego Some <replaceable> tags added.
2004-01-18 gabucino previously skipped text translated
2004-01-17 paszczi typo
2004-01-17 paszczi sync
2004-01-17 gabucino typo fix
2004-01-16 rtognimp Fix for Real files with header size == 0x10 (normally is 0x12)
2004-01-16 diego Time to bump the dates, filter configuration file example, .TH expanded.
2004-01-16 diego Modification statement added.
2004-01-16 diego Unknown subtitle format is PJS as pointed out by Salvador Eduardo Tropea.
2004-01-16 diego Support binding F11 and F12 keys to commands.
2004-01-16 wight Some capitalisation fixes.
2004-01-16 diego Removed obsolete entry.
2004-01-16 rfelker 100l
2004-01-15 wight And another 10l for not updateing sync tag
2004-01-15 wight 10l for not removing edl.xml
2004-01-15 wight Sync with EDL moving.
2004-01-14 diego EDL section moved into usage.
2004-01-13 wight swedish yes/no options support
2004-01-12 rtognimp Use MSZH and ZLIB decoders from libavcodec
2004-01-12 lumag Fix "panning" display
2004-01-12 attila document xv port
2004-01-12 wight polish yes/no options support
2004-01-12 diego some little clarifications and additions
2004-01-12 diego happy new year, copyright is MPlayer team now, naming cosmetics
2004-01-12 diego Happy new year to all from Argentina :-)
2004-01-11 wight sync
2004-01-11 lumag Fix (possible) memory corruption. dvd_input_t is pointer to struct dvd_input_s and not a struct.
2004-01-11 henry ALSA 1.x audio out driver
2004-01-11 mosu Added more legacy CodecIDs (S_ASS).
2004-01-11 mosu 10l off-by-one when allocating space for subs. Prevent newlines in SSA subs from overflowing the sub display.
2004-01-11 henry 10l
2004-01-10 albeu Fix long standing bug where last (and sometimes first) char of the
2004-01-10 henry 10l
2004-01-10 paszczi initial translation prepared by emdej <emdej@emdej.com>
2004-01-10 henry lavcodec compile fix
2004-01-10 attila prevent sig11 when $HOME is not set
2004-01-10 attila fix for nv12 swapped chroma
2004-01-10 attila linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr>
2004-01-10 attila use -mixer with alsa9
2004-01-09 diego filter list management
2004-01-09 diego misc fixes
2004-01-08 paszczi initial translation
2004-01-08 pontscho patch from Kelemen Gábor <kg0021@stud.unideb.hu>
2004-01-08 attila add -codecs-file for selecting a specific codecs.conf on the comand line
2004-01-06 wight proper capitalisation of DivX and the like
2004-01-06 gabucino updated -pass examples
2004-01-06 mosu Properly set the file duration for audio-only Ogg files. Patch by Michael Behrisch <behrisch@informatik.hu-berlin.de>
2004-01-06 rsf Changed to conform to recent changes to the "LIVE.COM Streaming Media" code.
2004-01-06 rsf Changes to conform to recent changes to the "LIVE.COM Streaming Media" code.
2004-01-05 michael ildctcmp, VSAD, VSSE
2004-01-05 wight sync
2004-01-05 diego MPlayer is now GPL, URL updated.
2004-01-05 diego URL updated.
2004-01-05 diego VIDEO OUTPUT DRIVERS section added.
2004-01-05 diego typo
2004-01-05 diego lavc audio codecs are now supported.
2004-01-05 diego updates by smoker <smoker@smokerz.net>
2004-01-05 diego spelling plus some docs updates
2004-01-05 nauj27 sync, tested :-P
2004-01-05 gabucino 10l
2004-01-04 paszczi synchronization
2004-01-03 wight compilation fixes
2004-01-03 nauj27 sync
2004-01-03 paszczi synced with 1.16
2004-01-03 paszczi missing dot
2004-01-03 paszczi missing <replaceable> tag
2004-01-03 nicolas sync
2004-01-03 wight sync
2004-01-02 diego an ocean of Cola for the G man
2004-01-02 diego small fixes
2004-01-02 diego DVD ripping section added courtesy of Samuli Kärkkäinen with some
2004-01-02 diego typo
2004-01-02 diego one more task
2004-01-02 diego Port to new video filter layer: -vf disabled --> -vf-clr
2004-01-02 diego typo
2004-01-02 lumag Add a note about CVS sync with main FLAC.
2004-01-02 alex documented changes since pre3
2004-01-02 alex sync with netbsd ports: audio grabbing support fixed
2004-01-02 alex x86_64/amd64 detection under freebsd
2004-01-02 alex FreeBSD 5.2-CURRENT support
2004-01-02 paszczi initial translation prepared by Qba <jim85@wp.pl>
2004-01-02 paszczi initial translation prepared by Frogu <l_j_p@wp.pl>
2004-01-02 gabucino missing subtitle type added (yeah, we dunno what its name is...)
2004-01-02 gabucino 10l
2004-01-01 paszczi synchronization
2004-01-01 paszczi synced&additional wording
2004-01-01 paszczi synced
2004-01-01 paszczi missing <application> tags
2004-01-01 paszczi <replaceable> tags' attack :P + missing space
2004-01-01 paszczi <replaceable> tags' attack :P
2004-01-01 michael disable dr1&slices for the other vissualizations too
2004-01-01 michael disable slices & dr1 if motion vector vissualization is used, still doesnt work though, maybe i should reverse the last mv vis patch ...
2004-01-01 wight <replaceable> tags by Qba <jim85@wp.pl>
2004-01-01 luran fix the crash when seek with 'unknown' subtitles, hopefully...
2003-12-31 diego -fontconfig option
2003-12-31 diego SCNR ;-)
2003-12-31 diego LRMI added.
2003-12-31 diego MPlayer's configure fails to detect fontconfig on a system with
2003-12-31 diego spelling + grammar
2003-12-31 diego sync by Philippe De Swert <philippe.deswert@student.denayer.wenk.be>
2003-12-30 michael vismv, alt, ilme options
2003-12-29 lumag Sync to original FLAC.
2003-12-29 michael interlaced scaling
2003-12-28 michael scenechange_threshold command line option patch by (Balatoni Denes <pnis at coder dot hu>)
2003-12-28 nicolas sync, various fixes
2003-12-28 nauj27 sync
2003-12-28 michael lets see if lmin/lmax for constant IP quantizer and different constant quant for B works ...
2003-12-28 nexus fix typo
2003-12-28 diego Cosmetics, inter_threshold lavc option, BUGS and AUTHORS section rewritten.
2003-12-27 diego wording cosmetics
2003-12-27 diego GSM 06.10 library and id3edit added.
2003-12-27 alex correct C init tables
2003-12-27 alex just the same include reordering as in vo_xv (codemetics :)
2003-12-27 alex optimizing for cpus on irix
2003-12-27 alex 10l. found by John Wehle <john@feith.com>
2003-12-26 wight MicroDVD, not Microdvd
2003-12-26 wight sync
2003-12-26 wight -cygwin list is also about MinGW, <application> tags
2003-12-26 arpi audio fmt 0x45 == scg726.acm added
2003-12-26 arpi workaround for min_srcsize==0 (scg726.acm)
2003-12-26 gabucino japanese translation
2003-12-25 gabucino VAX architecture support (tested on VAXstation 4000/VLC)
2003-12-24 paszczi added capital letter at the beginning of the sentence
2003-12-24 diego Pruning empty directories is a good idea and even better is using the
2003-12-24 diego occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
2003-12-23 alex better parisc detection
2003-12-23 rtognimp Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC
2003-12-23 rtognimp Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC
2003-12-23 rtognimp Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC
2003-12-23 nauj27 Christmas sync :-D
2003-12-22 michael better top_field_first behaviour (mostly what rich suggested)
2003-12-22 michael lavc options: obmc,top,loop.aiv,ss
2003-12-22 michael using top_field_first from mpi, and support overriding it
2003-12-22 michael set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACED
2003-12-22 paszczi added <systemitem class=systemname> tag to /proc
2003-12-21 rik zrmjpeg options and two examples, per Diego's request
2003-12-21 nicolas sync
2003-12-20 paszczi removed FIXME line 759, brackets with RedHat and Debian (iconv and konwert aren't distro-specific
2003-12-20 attila change email adress
2003-12-19 rtognimp 10l let path behave like before the start/stop patch
2003-12-19 rik vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV12
2003-12-19 rik add ZORAN makefile variable for conditional compilation of vf_zrmjpeg
2003-12-19 rik message fix
2003-12-19 paszczi changed <filename> tag to <filename class=directory> - font is a directory
2003-12-19 wight Makes radeon_vid work with the Radeon 9600 Pro card.
2003-12-19 henry UYVY support (port from v4l1)
2003-12-18 faust3 make outfmt=uyvy work with rivatv patch by Stephen Beahm
2003-12-16 wight and one last fontconfig
2003-12-16 paszczi added <systemitem> tag for fontconfig, some wording
2003-12-16 pontscho precise P4 and cpu speed detect
2003-12-16 colin cdda: endianness fix
2003-12-16 diego dvbstream added, info from Nico.
2003-12-15 rtognimp 100l Fix audio decoding and random sig11
2003-12-15 paszczi added <application> tag for GIMP, added 2 <replaceable> tags to font secion, made it more general
2003-12-15 michael mmx simplifications
2003-12-15 mosu For RealVideo the aspect ratio was overridden in vd_realvid.c. Implemented a workaround.
2003-12-15 faust3 remove zlib dependency
2003-12-15 rfelker mmx optimizations
2003-12-15 rfelker document new mode argument for ilpack
2003-12-15 rfelker big updates to ilpack: do proper interpolation rather than just
2003-12-14 nicolas sync
2003-12-14 rfelker various updates:
2003-12-13 lumag Sync.
2003-12-12 wight compile fix
2003-12-12 wight compile fix
2003-12-12 alex ffrv20
2003-12-11 nauj27 1l (I delete this phrase in the last sync)
2003-12-11 nauj27 sync
2003-12-11 lumag Sync
2003-12-11 lumag Sync.
2003-12-11 paszczi synced with 1.33
2003-12-11 rfelker fixing more stupid mistakes
2003-12-11 lumag Add two <replaceable> tags
2003-12-11 rfelker pass quantizer tables through (averaging values when fields come from
2003-12-11 rfelker simplified frame decision logic and reduced the occurrance of length=1
2003-12-11 rfelker and remove one stupid debug printf
2003-12-11 rfelker allow for different combing metrics to be selected (not useful yet)
2003-12-11 rfelker change some hardcoded thresholds to match results of previous 100l bugfix (without the 100000000l this time!)
2003-12-11 rfelker 100l bug found by Zoli, wasted time and unfairly delocalized the metrics
2003-12-11 rfelker Patch from the author, Zoltan Hidvegi:
2003-12-10 paszczi synced with 1.32
2003-12-10 paszczi made MorphZone resources more readable
2003-12-10 attila fix bug when bmovl can't read the whole pic at once
2003-12-10 attila This patch contains bugfixes for the esd audio output driver that I
2003-12-10 attila add codecs.conf to the dependency list of codecs.conf.h
2003-12-09 wight missing dot
2003-12-09 paszczi small word fixes
2003-12-09 paszczi sync with 1.30 and 1.31
2003-12-09 paszczi added missing <application> tags
2003-12-09 lumag Sync
2003-12-09 lumag Fix one FIXME. Url from a table below.
2003-12-09 attila dx50 = DX50
2003-12-09 lumag Sync header.
2003-12-09 wight small fixes
2003-12-09 alex using more common function strchr instead index
2003-12-09 alex hp-ux and amiga sections
2003-12-09 alex 1000l to me
2003-12-09 diego Copyright and authorship declaration along with an (incomplete) list of
2003-12-09 diego spelling cosmetics
2003-12-09 diego small fixes
2003-12-08 alex final releasename :)
2003-12-08 alex filmdint
2003-12-08 alex Yet another inverse telecine filter by Zoltan Hidvegi <mplayer@hzoli.2y.net>. Also heavily MMX centric.
2003-12-08 wight sync tag update
2003-12-08 gabucino removing last pitiful traces of old-style DVD support, with no remorse, but
2003-12-08 alex fruit of today
2003-12-08 alex Proper runtime index generation with support for growing files. Patch by rgselk <rgselknospam@yahoo.com>
2003-12-08 alex keyframe detection support by rgselk <rgselknospam@yahoo.com>
2003-12-08 alex 10l found by atmos
2003-12-08 alex removed the historic libcss support
2003-12-08 alex removed the historic libcss support
2003-12-08 alex bsdism by Steven Schultz
2003-12-08 arpi LML-M4 mpeg4 capture card raw stream format support
2003-12-08 alex vobsub seeking support by Lu Ran
2003-12-08 paszczi reorganization of subtitles and osd section, removed repeating lines, patch by me and Torinthiel
2003-12-08 gabucino nincs para
2003-12-08 iive xvid 1.0 beta2
2003-12-08 alex 100l. Probably I was smoking crack while committing...
2003-12-08 alex 100l
2003-12-08 alex Send HTTP Cookies (reading from mozilla/netscape files) support by Dave Lambley <mplayer-dev-eng@dlambley.freeserve.co.uk>. Disabled by default.
2003-12-08 alex Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, but slightly reworked
2003-12-08 alex RAWYUV output in MEncoder. Patch by Tuukka Toivonen <tuukkat@ee.oulu.fi>
2003-12-08 alex Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, but slightly reworked
2003-12-08 attila prevent possible segfault when vidmodes is freed and config() calls vo_vm_switch
2003-12-08 attila Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com>
2003-12-08 alex 1000l
2003-12-08 mosu Fixes for a couple of warnings.
2003-12-08 mosu Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@informatik.hu-berlin.de>.
2003-12-08 attila Remove unused define
2003-12-08 attila Forced subs support for mencoder
2003-12-08 diego -vf yuvcsp
2003-12-07 diego spelling, line length adjusted
2003-12-07 alex pre3 final
2003-12-07 alex VCD/SVCD Images (*.bin) option in file selector by Spammail <spammail01@gmx.net>
2003-12-07 alex Fix compilation if lavc is compiled as a shared lib. Patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>
2003-12-07 alex alsa 1.x support by Bernhard Rosenkraenzer <bero@arklinux.org>
2003-12-07 alex query_format support by Matthias Goerner <m.goerner@iu-bremen.de>
2003-12-07 alex Some more vidix crap - vidix equalizer passthrough. Patch by Oleg I. Vdovikin <vdovikin@jscc.ru>
2003-12-07 alex gigantic changelog update (past 1 and half months)
2003-12-07 diego small update
2003-12-07 diego updates
2003-12-07 diego updates, fixes, cosmetics
2003-12-07 diego redundant info, available in DOCS/tech/manpage.txt
2003-12-05 nauj27 sync and minor fixes
2003-12-05 nauj27 typo
2003-12-05 mosu Support for HE-AAC in Matroska. Also only set ds->pts to the first pts of a laced block, and set dp->pts to the current pts taking default_duration into account.
2003-12-04 wight sync by Maciek Paszta
2003-12-04 gabucino native RV20
2003-12-03 rtognimp Duck truemotion1 support using libavcodec
2003-12-03 michael vidix_get_image() fix
2003-12-03 diego NOTE: now uniformly handled.
2003-12-03 diego last missing lavc options
2003-12-02 ranma InitTimer has to be called before *Timer-Functions can be used.
2003-12-02 wight Sync and some random fixes
2003-12-02 rtognimp twos 16bit 2 channels fixed.
2003-12-02 lumag sync
2003-12-01 rathann Patch by Maciej Paszta:
2003-11-30 rtognimp lavc ra28.8 is broken with MPlayer
2003-11-30 rtognimp 10l
2003-11-30 wight Sync and a lot of cosmetics
2003-11-30 joey runtime 'stay-on-top' functionality
2003-11-30 michael ffrv20 decoder
2003-11-30 wight <application> attack
2003-11-30 diego bug fixes, cleanup, consistency, uniformity
2003-11-29 nauj27 sync
2003-11-29 alex uninit support
2003-11-29 alex yuv colorspace converter
2003-11-29 iive FreeType detection, patch send by Pierre Lombard <p_l@gmx.fr>
2003-11-29 diego --enable-dvbhead, wording, clearer error messages
2003-11-29 diego Ports section added, spelling, small additions
2003-11-29 diego Replace &quot; with proper markup.
2003-11-29 diego link fixes
2003-11-28 mswitch Added a patch from Anders Rune Jensen to support the latest em8300 CVS changes
2003-11-28 alex minor fixes by ed@catmur.co.uk
2003-11-26 wight wording & sync
2003-11-26 rtognimp Use SMC decoder from libavcodec
2003-11-26 rtognimp reget_buffer() support
2003-11-25 wight Based on previous lines and nonsense of this I guess this file
2003-11-25 wight added link to nVidia drivers
2003-11-25 diego Macedonian translation by Zoran Dimovski <zoki@email.com>.
2003-11-25 diego wording
2003-11-25 diego Executables are not directories, improved wording.
2003-11-24 diego Commands should be in <command> tags, better wording.
2003-11-24 alex Save fs before calling vm86, this might eleminate bugs (if there were any) in cooperation of using vesa with win32 dlls. Patch by Peter Kosinar <goober@ksp.sk>
2003-11-24 diego SuSE update
2003-11-24 wight wording & punctuation
2003-11-24 rtognimp Support arbitrary compression level in ZLIB.
2003-11-24 rathann Punctuation. ;)
2003-11-23 wight wording & punctuation
2003-11-23 alex workaround! exit if there's no video stream (hopefully it's a proper fix)
2003-11-23 joey fix for vf_palette, because paletted 8-bit to BGR{15,16} conversion is incorrect.
2003-11-23 joey original config:
2003-11-23 joey send quit command instead of key 'q'.
2003-11-23 joey fix version number on cygwin
2003-11-23 nauj27 sync
2003-11-23 rtognimp Update.
2003-11-23 rtognimp Real rtsp Range parameter (Start and End) support.
2003-11-23 rtognimp Add detection of Real rtsp when there are queries in url.
2003-11-23 wight Checking if MPlayer has vo Xv
2003-11-22 nauj27 sync & some fix.
2003-11-21 wight wording & style
2003-11-20 rathann Small fix by Maciej Paszta.
2003-11-20 henry freetype build fix
2003-11-20 wight double nVidia VIDIx link removed
2003-11-19 nicolas sync
2003-11-19 wight some spaces, xv -> Xv, missing "that"
2003-11-19 luran 10l
2003-11-18 iive XviD math lib missed - patch by <ismail.donmez@boun.edu.tr>
2003-11-18 wight sync & style
2003-11-18 wight sync
2003-11-18 iive remove useless --with-xvidcore option and add *-xvidlibdir and *-xvidincdir
2003-11-18 iive use the old names for 4 options
2003-11-17 rathann 10l :(
2003-11-17 nauj27 sync
2003-11-17 wight proper name instead of here
2003-11-17 wight style and vocab
2003-11-16 mosu Added the FLAC CodecId.
2003-11-16 wight install-path is obsolete
2003-11-16 mosu Support for FLAC tracks that already contain the "fLaC" header.
2003-11-16 wight move section out of <link> tags
2003-11-16 mosu Support for FLAC in Matroska written in the MS compatibility mode.
2003-11-16 gabucino patch by "ismail \(cartman\) donmez" <ismail.donmez@boun.edu.tr>
2003-11-16 faust3 Sleep(0) != usleep(0), bugreport by Paul-Kenji Cahier
2003-11-16 faust3 change vo_w32_fullscreen to behave like vo_x11_fullscreen patch by Reimar Doeffinger <someone-guy at gmx.de>
2003-11-16 mosu Support for FLAC in Matroska.
2003-11-16 michael memcpy pix instead of black screen if no DR and codec provides no qscale table
2003-11-16 mosu Made the FLAC decoder be less greedy resulting in much better A/V sync handling.
2003-11-16 attila check whether termcap is provided by tinfo
2003-11-16 attila fix smb libs inclusion when using --enable-smb.
2003-11-16 rathann Cosmetics.
2003-11-16 rathann More style corrections. ;)
2003-11-16 rathann Correct some of my corrections as discussed with Torinthiel.
2003-11-16 rathann - style corrections
2003-11-16 rathann - style and vocabulary corrections
2003-11-16 diego less verbosity
2003-11-15 mosu Small format fixes.
2003-11-15 rathann missing extern
2003-11-15 diego -quiet shortened and reworded, each sentence should start on a new line.
2003-11-15 mosu For FLAC-in-Ogg the packets are NEVER skipped, and there's no such thing as a "packet header byte" like in Ogm streams. Basically the handling for Vorbis != Theora != FLAC != Ogm.
2003-11-15 gabucino message made similar to other vidix drivers' (and only print if -v)
2003-11-15 gabucino message expanded with hint to use -v option
2003-11-15 diego Link added by Maciej Paszta <paszczi@go2.pl>.
2003-11-14 wight sync
2003-11-14 diego Contributors should also patch AUTHORS if they wish to appear there.
2003-11-14 diego Translation process explained.
2003-11-13 gabucino missing clause
2003-11-13 gabucino cumulative libc5 compatibility patch ;)
2003-11-13 gabucino cumulative libc5 compatibility patch ;)
2003-11-13 gabucino 1l
2003-11-13 wight sync
2003-11-13 luran update
2003-11-12 wight wording
2003-11-12 diego Intel --> Intel compatible, inspired by Maciej Paszta <paszczi@go2.pl>
2003-11-12 gabucino sync
2003-11-12 gabucino fixes
2003-11-12 wight sync
2003-11-12 michael qprd
2003-11-12 michael RD optimal lambda->qp support
2003-11-12 diego &nbsp; removed for added consistency, we do not use them anywhere else.
2003-11-12 wight missing \ before -
2003-11-12 luran seek in realmedia files
2003-11-12 luran seek in realmedia files
2003-11-12 diego some updates
2003-11-12 diego FAAD detection improved and fixed.
2003-11-12 iive mpegvideo is back
2003-11-12 iive XviD Api4 driver from http://ed.gomez.free.fr/
2003-11-12 iive XviD Api4 support
2003-11-11 michael -vc ffmpeg12 compatibility requested by gabu
2003-11-11 ranma Fix pthread & lrmi segfault issue. ("Oleg I. Vdovikin" <vdovikin@jscc.ru>)
2003-11-11 diego honorary titles by Mike Melanson and Attila himself
2003-11-11 diego matroxset is a generated file.
2003-11-10 rtognimp 1l, another version check missing, noted by rgselk
2003-11-10 nicolas 1l
2003-11-10 nauj27 10l and other fixes :-)
2003-11-10 nicolas sync
2003-11-10 nicolas oops, forgot some updates
2003-11-10 nicolas sync
2003-11-10 nicolas sync+gramatical fix
2003-11-10 nicolas no more than 79 chars per line in man page
2003-11-10 diego FIXING A/V SYNC WHEN ENCODING, from an old mail by Rich:
2003-11-10 iive 1l missing version check
2003-11-09 rtognimp Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec
2003-11-09 rtognimp Support for paletted codecs in ffmpeg
2003-11-09 ranma Fix build with LIBAVCODEC_BUILD < 4684.
2003-11-09 nauj27 sync
2003-11-08 rik specification of video norm should not be mandatory
2003-11-08 rik added subdevice options, SECAM support (for what's it worth...), added \n to some verbose messages, tended to compiler warnings (signed/unsigned comparison)
2003-11-08 iive verbosity changes, zero the whole surface_render[]
2003-11-08 iive aspect change does not flush buffers
2003-11-08 diego Missing commands added, parameters checked, explanations improved.
2003-11-08 rathann Warning fixes (approved by A'rpi).
2003-11-08 diego gammas --> gamma, vqblur clarified.
2003-11-07 iive wrong include on shared lavc
2003-11-07 iive fix lavc fail on missing lame
2003-11-07 diego Change conflicting function declaration between .c and .h file, causing a
2003-11-07 diego --disable-mp1e is long obsolete.
2003-11-06 michael 1000l
2003-11-06 alex pass extra includes to lavc too (hopefully fixes the bsd & lavc & lame issue)
2003-11-06 alex prefer our cpuinfo.c over linux emu proc/cpuinfo under freebsd on x86
2003-11-06 alex fallback to non-iconv dummy utf16 conversion if iconv failed
2003-11-06 alex remove uncommon langinfo code and replace it by more common setlocal. patch by Steven M. Schultz <sms@2BSD.COM>
2003-11-06 gabucino now distclean will run on systems which don't have 'readlink'
2003-11-06 diego Missing & + quotes should be entities, pointed out by
2003-11-06 mosu Fix for compilation on Mac OS X by Steven M. Schultz <sms@2BSD.COM>.
2003-11-06 rsf Oops, removed a debugging printf from teh previous version.
2003-11-06 rsf Increased the threshold for how many incoming frames to look at while guessing
2003-11-05 wight another file translated
2003-11-05 diego Some notes about general CVS documentation added, new 'cvs admin' section
2003-11-05 diego small fix by Maciej Paszta <paszczi@go2.pl>
2003-11-05 mosu Proper usage of zlib for decompression.
2003-11-04 nexus ugly FreeBSD fix ..
2003-11-04 michael eq2 gamma weight doku by (Alexander Stege <mplayer at legale-software dot com>)
2003-11-04 rik new zoran driver as discussed on the CVS list. Hardware passthrough is
2003-11-04 rik zoran mjpeg passthrough 'decoder'
2003-11-04 rik updates for new image formats for zoran mjpeg passthrough
2003-11-04 rik provisions for new zoran driver (zr2)
2003-11-04 rik addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.c
2003-11-04 diego The message parameter was removed.
2003-11-04 diego Removed outdated telecine messages.
2003-11-04 nauj27 sync
2003-11-04 diego vhq and vrc_strategy lavc options documented, spelling.
2003-11-04 nauj27 sync
2003-11-04 michael forgotten lavc options ...
2003-11-04 michael -sws 0 && -ssf chs fixed
2003-11-04 wight sync
2003-11-03 wight sync
2003-11-03 rik proper fix for 'some chipsets can't handle buffers > 128kB', vo_zr used
2003-11-03 ranma mencoder lavc audio encoding support
2003-11-03 ranma Fix waveformatex size calculation
2003-11-03 michael another lame workaround for the g1 filter layer ...
2003-11-03 attila If alex is too lazy to apply a patch, then i'll do it :)
2003-11-03 attila patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>
2003-11-03 rfelker 1000000l!!!!
2003-11-03 michael 10l
2003-11-03 michael 10l (forgot that the dstW offset is hardcoded in the asm)
2003-11-03 rfelker change misleading messages as discussed...
2003-11-03 diego Export audio filter documentation by Gustavo Sverzut Barbieri
2003-11-03 diego Document TV outfmt arbitrary formats and outfmt=help.
2003-11-03 diego These directories are usually only writable by root, so insinuate being
2003-11-02 michael noise reduction
2003-11-02 diego Spot the typo, part 2.
2003-11-02 diego 10l to Nico Sabbi for a bogus command line
2003-11-02 michael protect config.h from multiple iinclusion patch by (Björn Sandell <biorn at dce dot chalmers dot se>)
2003-11-02 diego buglets and consistency improvements
2003-11-02 diego DVB section expanded based on a patch by Nico Sabbi that was committed to
2003-11-02 wight sync
2003-11-02 michael int_fastXY_t emulation
2003-11-02 diego two small fixes by Maciej Paszta <paszczi@go2.pl>
2003-11-01 michael FFV1 BGR32
2003-11-01 wight sync
2003-11-01 attila Patch by Nico <nsabbi@libero.it>
2003-11-01 attila define install itself instead of a path to install, needed for ginstall
2003-11-01 attila Current mplayer (mine is mplayer-1.0-pre1cvs20031001) cannot play mms
2003-11-01 mosu Accept video/x-ms-asf as the MIME type for ASF as well. Patch by Dominique Andre Gunia <Dominique.Gunia@schunter.etc.tu-bs.de>.
2003-10-31 diego cosmetics
2003-10-31 nicolas sync
2003-10-31 nicolas sync
2003-10-31 rik function convert_matrix() is fixed (off-by-one error) and it is now called with the optimal arguments so that it doesn't do unneeded work, the change was inspired by a comment from Alex
2003-10-31 alex codecs-status finally working again
2003-10-31 alex 10l again :(
2003-10-31 alex some clarifications
2003-10-31 alex 10l
2003-10-31 alex a bit of consistency changes and new macos&darwin sections
2003-10-31 lumag Sync
2003-10-31 diego 10l
2003-10-31 diego Moved to FTP site
2003-10-31 diego etc/cygwin_inttypes.h moved to ftp.
2003-10-31 michael 1000l
2003-10-31 michael 10l
2003-10-30 ranma Document lmin and lmax lavcopts; mpeg vrc_buf_size values
2003-10-30 lumag Sync
2003-10-30 mosu Do not display VobSubs whose timecodes are < 0 which would make all VobSubs appear from the start on upon seeking. Patch by "Reder, Uwe" <Uwe.Reder@3SOFT.de>.
2003-10-30 mosu Removed temporary .cpp file used during the Matroska test. Updated the libebml and libmatroska requirements to at least v0.6.0 for both. There have been changes in the lacing code, and users WILL come and complain why mplayer, linked against older versions, will have issues playing newer files.
2003-10-30 mosu Fixed wrong allocation of the BITMAPINFOHEADER structure which would crash mplayer in some cases.
2003-10-30 wight sync
2003-10-30 diego bug fixes based on a patch by Nicolás Lichtmaier <nick@technisys.com.ar>
2003-10-30 diego Dependencies for autogenerated files added.
2003-10-30 diego QT DLLs need to be in the system dir.
2003-10-30 diego Missing <application> tags added, patch by Maciej Paszta <paszczi@go2.pl>.
2003-10-30 diego A-V sync fix by Timo Kanera <timo@kanera.de>.
2003-10-29 nauj27 sync
2003-10-29 mosu VobSubs are stripped of their MPEG PS in the muxer already, and only the SPU packets remain. So no more need for mpeg_run in the demuxer. The muxer compresses each entry independently with a full deflateInit, deflateEnd.
2003-10-29 alex added ffzygo
2003-10-29 nauj27 sync & fix
2003-10-29 nauj27 sync
2003-10-29 lumag Sync
2003-10-29 alex 10l
2003-10-29 alex forgot to commit fftheora entry, but it's only support by g2 til now
2003-10-29 alex ultimotion vfw decoder
2003-10-29 diego Add -vf format=fmt=help hint.
2003-10-29 diego spelling fixes, small additions, codename suggested
2003-10-29 diego Mention README.
2003-10-29 diego Linebreaks added for improved readability, long lines in error message
2003-10-28 mosu Improved searching for VobSubs inside RAR archives even if the names do not match the movie name. Do not display VobSubs whose timecodes are < 0 which would make all VobSubs appear from the start on upon seeking. Patches by "Reder, Uwe" <Uwe.Reder@3SOFT.de>.
2003-10-28 michael skip filter if codec doesnt provide the QP array and user didnt force a QP (fixes diegos segfault)
2003-10-28 michael autoq
2003-10-28 michael hue changeing of grayscale probably isnt usefull
2003-10-28 michael 10l
2003-10-28 michael another 10l ...
2003-10-28 diego alphabetical order
2003-10-28 diego -nocolorkey readded.
2003-10-28 michael optimize
2003-10-28 wight New translation by Qba <jim85@wp.pl>
2003-10-27 michael optimizing
2003-10-27 michael change offsets (quality 2-4 looks better now)
2003-10-27 henry prevent lockups on words which do not fit on the screen - temporary fix
2003-10-27 michael different / faster / simpler "quantization"
2003-10-27 michael 10l
2003-10-27 lumag Sync
2003-10-27 diego -loadidx and -saveidx explanation extended.
2003-10-27 nicolas sync
2003-10-27 diego _ ---> - in -monitor* options
2003-10-27 diego 1l
2003-10-27 diego _ ---> - in monitor_* options
2003-10-27 wight update
2003-10-27 wight _ --> - in option names
2003-10-27 diego Torinthiel: -nocolorkey removed (-colorkey present), \ missing,
2003-10-27 michael -vf hue
2003-10-27 diego in configure --help output:
2003-10-27 diego _ vs - in option names
2003-10-27 diego _ ---> - in option names, approved by Alex.
2003-10-27 michael 120l
2003-10-26 michael 10l and minor optimization
2003-10-26 michael -vf spp
2003-10-26 diego Dead links updated or removed, Joe Barr section rewritten taking into
2003-10-26 michael simple alternative postprocessing filter
2003-10-26 attila * fix my 100l from before
2003-10-26 wight separate options
2003-10-26 wight forgot there are two generators now
2003-10-26 wight sync
2003-10-26 diego typo fix by <ismail.donmez@boun.edu.tr>
2003-10-26 diego spelling fixes, mostly by <ismail.donmez@boun.edu.tr>
2003-10-26 attila 64bit types fix by a unkown mandrake 64bit expert
2003-10-26 diego Red Hat support added by Dominik, README updated.
2003-10-26 attila 10!
2003-10-26 attila Make gabu happy
2003-10-25 alex reverting my last change as buggy gcc 3.x fails with it :(
2003-10-25 gabucino 1l
2003-10-25 gabucino Neomagic TVout experiences...
2003-10-25 gabucino finally removing pthread dependency!!
2003-10-25 diego updates
2003-10-25 diego -vop ---> -vf
2003-10-25 mosu Support for -chapter selection.
2003-10-25 wight Polish HTML encoding standard is iso-8859-2 not utf-8.
2003-10-24 rik ffmpeg sync patch by Alex (thank you), I changed qmin and qmax to be 1 and 31 in the caller
2003-10-24 ranma constant qscale was broken due to libavcodec changes, fix taken from ve_lavc.c
2003-10-24 gabucino fix issue when compiler is called 'cc', and --disable-gcc-checking was used
2003-10-24 wight sync message + typo
2003-10-23 iive make 'your system is too slow' appear only once
2003-10-23 iive remove 'yes' from nowhere (after flac check)
2003-10-23 wight sync
2003-10-23 michael -vf fil
2003-10-23 lumag Fix static smbclient building - patch by Bernhard Rosenkraenzer <bero <at> arklinux.org>.
2003-10-23 michael vf_hue
2003-10-23 gabucino MPlayer-DOCS mailing list added
2003-10-23 alex loadidx and saveidx options based on Jasons patch
2003-10-23 alex 10l to me, noticed by Bjorn Sandell
2003-10-23 michael 100l patch by (Tilmann Bitterberg <transcode at tibit dot org>)
2003-10-23 alex 100l to Nick
2003-10-22 arpi 100000l again
2003-10-22 michael fast deinterleaver (= il filter with stride/width/height tricks)
2003-10-22 alex removed obsoleted (or never ending) code
2003-10-22 alex removed the stdcall convention
2003-10-22 faust3 mingw port
2003-10-22 faust3 imho static linking causes less problems for mingw
2003-10-22 michael (i)dct algos
2003-10-22 faust3 update
2003-10-22 alex more updates
2003-10-22 alex Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>
2003-10-22 faust3 cvidix geometry support in textmode
2003-10-22 faust3 added aspect && geometry support
2003-10-22 gabucino enable Vidix on Linux/Alpha
2003-10-22 gabucino detection of 'Alpha' architecture
2003-10-22 mosu Added support for additional content encoding (compression, encryption) in general and zlib compression in particular (to be used with VobSubs).
2003-10-22 alex User settable http user-agent. Patch by Per Wigren
2003-10-22 alex disable a silly errormessage
2003-10-22 alex 10l
2003-10-22 alex Fixing tons of 10ls. Patch by rgselk <rgselknospam@yahoo.com>
2003-10-22 alex colorkeying fixes
2003-10-22 alex update by Andriy N. Gritsenko <andrej@lucky.net>
2003-10-22 alex some updates in muxer api
2003-10-22 faust3 handle sis_vid the same way as the other drivers
2003-10-22 alex updates
2003-10-22 alex updates
2003-10-22 alex sync
2003-10-22 alex -nocolorkey support