log

age author description
2006-03-08 reimar fix memory leak when filter with given name does not exist.
2006-03-08 reimar Missing free_demux_packet after read error
2006-03-08 reimar Fix base64 encoding for basic auth according to RFC.
2006-03-08 reimar missing url_free when using proxy and connect fails
2006-03-08 reimar stream_id == MAX_STREAMS is invalid, since counting starts with 0.
2006-03-08 reimar "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.
2006-03-08 reimar We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)
2006-03-08 michael cosmetic
2006-03-08 reimar Automaticall convert message to console charset, use utf8 for GTK2 Gui
2006-03-08 michael remove info streams
2006-03-08 diego Add codecs2html dependencies.
2006-03-08 diego libcdio needs to link before -lwinmm in WIN32_LIB on Windows.
2006-03-08 reimar free tmp earlier, it is not needed below and might leak on errors otherwise
2006-03-08 reimar Missing initialization
2006-03-08 reimar initialize f to NULL, needed if desc=malloc... fails
2006-03-08 aurel If we have a tuner, use that as a reason we have audio support, and do
2006-03-07 henry fix incomplete abs->rel path conversion
2006-03-07 diego Fix compilation command in comment.
2006-03-07 diego Comment out debug output.
2006-03-07 diego Add codecs2html target.
2006-03-07 gpoirier synced with 1.1237
2006-03-07 diego Correct toolchain for building XML docs on Debian Sarge.
2006-03-06 gabrov synced with 1.47
2006-03-06 rathann 10l to Guillaume. It's <option>, not <options>. xmllint would've told you that.
2006-03-06 diego Reduce output verbosity in non-verbose mode, change some printf to mp_msg.
2006-03-06 gpoirier various improvements of the section "Choosing the video codec"
2006-03-05 gabrov increasing sync tag to 1.45 after typo fix in English version
2006-03-05 gabrov typo fix
2006-03-05 diego Capitalize some sentences after colons.
2006-03-05 gabrov synced with 1.80
2006-03-05 gabrov synced with 1.35
2006-03-05 gabrov synced with 1.62
2006-03-05 gabrov file remove
2006-03-05 gabrov increased sync tag to 1.102 after Diego's update
2006-03-05 gabrov increased sync tag after Diego's update
2006-03-05 gabrov synced with 1.44
2006-03-05 gabrov synced with 1.85
2006-03-05 gabrov synced with 1.25
2006-03-05 diego Comment fix: mp_msg_levels[] is inited to -2, not 2.
2006-03-05 gabrov synced with 1.75
2006-03-05 gabrov synced with 1.16
2006-03-05 gabrov synced with 1.16
2006-03-05 gabrov synced with 1.28
2006-03-05 gabrov synced with 1.74
2006-03-05 gabrov synced with 1.32
2006-03-05 gabrov synced with 1.14
2006-03-05 gabrov synced with 1.36
2006-03-05 henry use relative paths for libav* build
2006-03-05 nicodvb restored the ability to disable subtitles when cycling with slave command 'sub_select' (previously broken in release 1.900)
2006-03-05 lorenm sync to x264 r457 (direct_pred=3)
2006-03-05 ods15 cosmetics, rename max_size to max_frame_size
2006-03-05 lorenm snow supports vme=8
2006-03-04 pacman When centering a video with odd width, be sure to start on a pixel boundary.
2006-03-04 diego Make -xy help output consistent, output an empty line before and after.
2006-03-04 ods15 return index_ptr to inside index
2006-03-04 nplourde update activity every 30 sec
2006-03-04 nicodvb print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS tracks (unsupported); save the size of the payload of the current PES packet in any case (used for ac3 detection)
2006-03-04 ods15 typo
2006-03-03 michael slightly better max_distance rule
2006-03-03 diego Reduce Real DLL/so loading verbosity, OKed by Roberto.
2006-03-03 michael the return of the monolithic index
2006-03-03 michael update tmp_field numbers (pretty much just cosmetic)
2006-03-03 michael simplify flags
2006-03-03 gpoirier Synced with 1.1234, patch by JiÅ?Ã? Heryán < technik AH domotech DOO cz >
2006-03-02 rtognimp This patch fixes pcm (twos, swot) in MOV.
2006-03-02 nicodvb don't fall back to MP_CMD_TV_LAST_CHANNEL after MP_CMD_DVB_SETCHANNEL; patch by calking a ieee d org
2006-03-02 michael syncpoint_start description
2006-03-01 nicodvb removed reference to inexistent extern variable
2006-03-01 nicodvb stream_control() returns int, not void
2006-03-01 michael add forward_ptr to syncpoint (+0.006% overhead)
2006-03-01 michael leading coeff for crc polynom
2006-03-01 michael width/height/samplerate MUST not be 0
2006-03-01 michael remove chapter_id == 0 special case
2006-03-01 diego Change obsolete references to design6 to design7.
2006-03-01 diego New website structure, the /homepage subdirectory is gone.
2006-03-01 gpoirier synced with 1.1235
2006-03-01 diego sync with 1.222
2006-03-01 gpoirier XviD multi-threaded encoding support
2006-02-28 pacman add Amiga-style AltiVec detection, patch from andrea at amigasoft dot net
2006-02-28 wanderer reverse 'low detail' for 'high detail' in 2-pass encoding explanation, patch by Jeff Clagg
2006-02-27 aurel update config.mak to match ffmpeg's version (fix alpha compilation)
2006-02-27 nicodvb try to get duration from the stream layer, if an implementation of STREAM_CTRL_GET_TIME_LENGTH is available
2006-02-27 nicodvb implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd currently playing
2006-02-27 nicodvb added cur_title to dvd_priv_t in order to keep track of dvd title currently playing (range 1..N)
2006-02-27 nicodvb added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTH
2006-02-27 corey Add audio_delay argument to demux_mkv_seek.
2006-02-27 gabrov synced with 1.101
2006-02-27 gabrov synced with 1.12
2006-02-27 gabrov fixed XML syntax error
2006-02-27 cladisch Output error messages from the ALSA library through mp_msg() instead of
2006-02-27 cladisch Show the actual ALSA version instead of the version mplayer was compiled
2006-02-26 gabrov synced with 1.101
2006-02-26 reimar Better fallback for APIENTRY when compiling for Windows
2006-02-26 gpoirier 10l: section "13.3.6. Example" talks about a telecined source, but the example given doesn't have any ivtc filter!!
2006-02-25 ods15 cosmetic, trailing whitespace
2006-02-25 ods15 use short 'type' names
2006-02-25 ods15 allow rationals with denom of '1'
2006-02-25 ods15 CRC32 stuff
2006-02-24 nicodvb auto hide dvb menu if auto-close is specified in menu.conf; patch by Ben Zores ben a geexbox di org
2006-02-24 nicodvb DVB channels cycling; patch by Ben Zores ben p geekbox d org
2006-02-24 pacman Add a practical description of endian-independent RGB/BGR coding
2006-02-24 diego link fix
2006-02-24 diego Add some undocumented options.
2006-02-24 diego Document the noup suboption of the scale video filter.
2006-02-24 diego Add XML tool paths for SUSE 10.0
2006-02-24 ods15 Add uninit for audio before switching to next file and completing encode
2006-02-24 michael 10l (dont limit dimension components independantly if noup)
2006-02-24 diego link fixes
2006-02-24 ods15 This now works correctly thanks to clear-to-end-of-line patch
2006-02-24 ods15 fix bit specification for fixed_fps
2006-02-24 pacman Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that
2006-02-24 ods15 info packet stuff, chapters...
2006-02-23 reimar workaround for gl.h variants that do not define APIENTRY
2006-02-22 reimar use calloc instead of malloc in copy_func_pf, missing initialization of
2006-02-22 diego link fixes
2006-02-22 diego link fixes
2006-02-22 iive Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code
2006-02-22 nplourde properly detect cpu on x86 based mac
2006-02-21 diego Fix stylesheet path.
2006-02-21 diego Remove duplicate explanation of how man page format conversion.
2006-02-21 corey Fix video delay when encoding with B-frames.
2006-02-21 corey Fix video delay when encoding with B-frames.
2006-02-20 diego grammar, put options in alphabetical order
2006-02-20 gpoirier More complete ASF MIME detection, closing bug# 248,
2006-02-20 gpoirier sync with 1.1231
2006-02-20 ptt sync with 1.222 plus minor fix
2006-02-20 corey New option: -ignore-start
2006-02-20 ods15 fields should be in english...
2006-02-19 corey Typo fix: "URLs to forces" --> "URLs to force"
2006-02-19 gpoirier synced with 1.1229
2006-02-19 bertrand Allows the LIVE555 library to forces the client's port to be used
2006-02-19 diego Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.
2006-02-19 corey dwStart support for mencoder.
2006-02-19 ods15 deobfuscate some a/v sync code
2006-02-18 michael no upscale flag so automatic downscaling is possible in mencoder
2006-02-18 gpoirier upport another G4 flavour: MPC7447* chips.
2006-02-18 reimar include stdlib.h and stdio.h, they tend to be useful :-)
2006-02-18 corey dwStart support for mplayer.
2006-02-18 pacman Just a comment update, replacing a FIXME to reflect the new expectation of
2006-02-18 pacman don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;
2006-02-17 ods15 more cosmetics
2006-02-17 ods15 some cleanup. enforce decode_delay to not be too high.
2006-02-17 pacman Fix vec_clip for gcc's that don't handle (vector signed short){16} according
2006-02-17 pacman Fix colormap save/restore for directcolor fb devices
2006-02-17 corey Second-try commit of this patch.
2006-02-16 aurel memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits)
2006-02-16 aurel fix compilation without openal
2006-02-16 reimar OpenAL audio support, actual output is mono-only (no positioning yet).
2006-02-16 michael ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)
2006-02-16 michael make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)
2006-02-16 iive include config.h before includes that need it
2006-02-14 rtognimp Add some more fourcc for DV and MPEG2 needed for some mov samples posted
2006-02-14 rtognimp Set SRC_PATH correctly, fixes libpostproc compilation
2006-02-14 rtognimp Import common.mak v1.1 from ffmpeg cvs, now it's needed by the building
2006-02-14 aurel Don't test the v4l2_input audioset field for audio capabilities but still try changing the mute setting (patch by Jesse Allen < the3dfxdude _at_ gmail.com >)
2006-02-14 diego Align memory at 16 byte boundaries.
2006-02-14 iive allow autodetection of pictures type when using mf://@file.list syntax
2006-02-13 gpoirier synced with 1.1227
2006-02-13 diego Remove obsolete big-endian FIXMEs.
2006-02-13 cladisch Fix the error handling in the play() function: add a handler for EINTR,
2006-02-13 cladisch This changes the software parameters to be more compatible with the
2006-02-13 cladisch Using non-blocking writes makes sense when the program wants to do other
2006-02-13 cladisch Remove the now superfluous mmap suboption.
2006-02-13 cladisch After removing play_mmap(), the play() function just unconditionally
2006-02-13 cladisch This patch removes mmap support because it doesn't have any benefit.
2006-02-13 ods15 fix index, first keyframe cannot be written with pts=0
2006-02-13 lorenm lavc exposes the reconstructed picture, so no need to decode it again
2006-02-12 gpoirier synced with 1.1226
2006-02-12 ods15 Make 'N' frame code implictly invalid
2006-02-12 henry do not forget to initialize dp->buffer
2006-02-12 diego Rephrase telecine and film2pal mpegopts.
2006-02-12 diego Remove stray space.
2006-02-12 gpoirier sync with 1.1224
2006-02-12 alex 10l
2006-02-12 alex support openbsd/zaurus aswell
2006-02-12 alex one more hint for openbsd
2006-02-12 rtognimp Native ZMBV support via lavc
2006-02-12 nicodvb delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 frames sequence
2006-02-12 nicodvb bugfixes and new soft-teleciner in muxer_mpeg.c
2006-02-12 nicodvb mention film2pal in -mpegopts
2006-02-12 nicodvb experimental film2pal and ntsc2pal soft teleciner
2006-02-12 henry forgotten cast (blows on gcc4)
2006-02-12 reimar we cannot continue without a crash when read_asf_header fails, since some
2006-02-12 reimar add some sanity checks to new/resize_demux_packet
2006-02-12 henry add a missing rule for libpostproc.a
2006-02-11 diego Sync with latest FFmpeg build system changes:
2006-02-11 gpoirier No sane person should encode last pass without at least 'mbd=2' and 'trell' (or should _really_ have _really good_ reasons)
2006-02-11 gpoirier Gives some examples of in which form MPEG* videos can come
2006-02-11 gpoirier Remove all the sections that are now merged in the XML doc
2006-02-11 nicodvb init frame duration to 1/fps when we have a frame but not the enclosing sequence header: it's workaround against lavf's demuxer that doesn't sync to seq_hdr unlike mplayer's native demuxers
2006-02-11 nicodvb muxer_mpeg MUST be used with audio_preload=0
2006-02-11 diego Mention recent big-endian/AltiVec fixes in postproc/.
2006-02-11 diego Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
2006-02-11 diego cosmetics: indentation fixes
2006-02-11 diego Fix big-endian color permutation problems.
2006-02-11 ods15 Put index_ptr within index to avoid it popping out of nowhere.
2006-02-11 ods15 Add syncpoint_checksum after frame header
2006-02-10 nicodvb tff wasn't correctly unset in soft_telecine()
2006-02-10 diego Attila and I are root@mphq.
2006-02-10 reimar Make sure maxlen is respected, instead of just failing the assert later on.
2006-02-10 reimar add mpc extension so that playback starts faster.
2006-02-10 rathann Clarify feature removal policy: it must be approved on the mailing list.
2006-02-10 rathann Clarify policy on feature removal.
2006-02-10 ods15 change checksum to crc32
2006-02-10 cladisch ALSA changes
2006-02-10 cladisch Small fixes: make all global variables static, remove some unused
2006-02-10 cladisch Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it
2006-02-10 cladisch Simplify get_delay(): we don't need to get the complete PCM status but
2006-02-10 cladisch Fix get_space(): we don't need to differentiate between the various PCM
2006-02-10 cladisch This adds support for more sample formats (U32, float BE, mu/A-law).
2006-02-10 cladisch This replaces the hardcoded numbers for the sample format widths with a
2006-02-09 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
2006-02-09 faust3 support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail.com>
2006-02-09 cladisch I took over ao_alsa maintainership.
2006-02-09 rathann Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 iive include config.h as img_format.h needs endian definitions, noticed by Alan Curry <pacman at theworld com>
2006-02-09 aurel fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)
2006-02-09 diego Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each
2006-02-08 rtognimp Fix CSeq answer for keepalive OPTIONS requests during playback
2006-02-08 rtognimp Add support for grayscale [m]jpeg
2006-02-08 diego altivec_yuv2packedX() ignores the requested output format and unconditionally
2006-02-08 diego expanded and improved NeoMagic TV-out section
2006-02-08 diego AltiVec operations need to have memory aligned on 16-byte boundaries.
2006-02-08 diego vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect
2006-02-08 michael 10l 1000 fps fix
2006-02-07 diego fftruespeech works now that the nBlockAlign issue is settled.
2006-02-07 reimar read data in nBlockAlign aligned chunks
2006-02-07 corey 1. Include audio_delay as an argument to demux_seek.
2006-02-07 ods15 Fix mpng to work correctly with 16 bit png's. don't have any files to test
2006-02-07 ods15 EOR can only be (un)set for non delayed streams.
2006-02-07 ptt small syntax/upper-lowercase fix
2006-02-07 gpoirier synced with 1.1223
2006-02-07 danny Minor correction of last two updates
2006-02-07 ods15 Allow headers to be repeated anywhere
2006-02-07 nplourde let osx sleep if video is paused
2006-02-07 diego -fixed-vo shall no longer be called BETA-CODE.
2006-02-06 diego ZMB decoder
2006-02-06 diego Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
2006-02-06 diego Mark ffrv20 as working.
2006-02-06 diego Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
2006-02-06 nicodvb removed unused variables
2006-02-06 nicodvb fixed wrong delta_frame calculation that would affect soft-telecine
2006-02-06 diego Build muxers only when MEncoder is enabled.
2006-02-05 kraymer 1.221: Typo fix
2006-02-05 kraymer 1.1222: cs and ls swscale parameters accept different value ranges now.
2006-02-05 diego cs and ls swscale parameters accept different value ranges now.
2006-02-05 reimar reinitialize adapter_count to 0, EnumCallbackEx will not work otherwise
2006-02-04 ods15 Index repetition
2006-02-04 ods15 add compare_ts
2006-02-04 ods15 EOR in index
2006-02-04 michael change sws sharpen filter a little
2006-02-03 gpoirier synced with 1.1221
2006-02-02 diego Add -nocache option, -cache is not a flag option.
2006-02-02 faust3 avoid conflicting types error on cygwin
2006-02-02 lorenm x264 tweaks
2006-02-01 ptt typo fixes
2006-01-31 diego Only compile libmpencoders if MEncoder has been enabled.
2006-01-31 diego Move conditional compilation out of the code and into the build system.
2006-01-31 diego Move conditional compilation out of the code and into the build system.
2006-01-31 ptt sync up to 1.221
2006-01-31 ptt sync up to 1.1216
2006-01-30 diego update for recent developments
2006-01-30 nicodvb removed forgotten fprintf()
2006-01-30 nicodvb when linking to external libav* try using pkg-config first
2006-01-30 gabrov synced with 1.221
2006-01-30 gabrov Typo fix
2006-01-30 kraymer 1.218: typo, consistency
2006-01-30 jheryan Synced with 1.1214
2006-01-30 ptt sync up to 1.202
2006-01-30 kraymer 1.219: More detailed description of brd_scale.
2006-01-30 gpoirier synced with 1.1219 + typo fix
2006-01-30 gabrov synced with 1.216
2006-01-29 nicodvb mention TOOLS/encode2mpeglight
2006-01-29 nicodvb new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
2006-01-29 corey More detailed description of brd_scale.
2006-01-29 reimar Update musepack entry: I actually implemented seeking and sometimes -af volume is needed.
2006-01-29 rathann added missing entries since the last release (approved by Diego with small
2006-01-29 gpoirier synced with 1.1218
2006-01-29 diego typo, consistency
2006-01-29 diego Try to only use a linebreak without hyphenation (\:) where it makes sense.
2006-01-29 gpoirier synced with 1.1216
2006-01-29 diego Unify the handling of escaped spaces.
2006-01-29 diego Include MEncoder config files in list of files.
2006-01-29 diego French MEncoder docs are not synced yet.
2006-01-28 gpoirier 10l: wrong syntax
2006-01-28 gpoirier SDL video out syntax has changed a while ago, but the XML was not updated since now :)
2006-01-28 diego Also remove objects in subdirectories.
2006-01-27 nicodvb use mp_a52_framesize() when liba52 is not available
2006-01-27 nicodvb export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is not present; will be moved in a more appropriate place sometimes in the future
2006-01-27 ods15 cosmetic, fix spacing
2006-01-27 nplourde MPlayer OSX port: Add a call to UDFFindFile to verify that we are opening a valid udf image. Patch by Emanuele Giaquita <emanuele.giaquinta@gmail.com>
2006-01-27 diego Make clean/distclean behave uniformly in all directories.
2006-01-27 diego Make clean/distclean behave uniformly in all directories.
2006-01-26 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
2006-01-26 diego updates
2006-01-25 michael limits.h for INT_MAX
2006-01-25 michael correct block align
2006-01-25 kraymer sync to 1.220
2006-01-25 michael fix aac in mov/mp4
2006-01-25 albeu Fix the MSG?_FIXME and make the profiles help translatable.
2006-01-25 michael pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this is wrong/silly/10000000l then dont hesitate to flame / reverse)
2006-01-24 michael setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)
2006-01-24 michael vglobal so the user can tell the encoder that she wants global headers ... one step closer to correct mov/mp4 muxing
2006-01-24 corey Typo fix: missing "by" in brd_scale recommendation.
2006-01-24 diego Fix up new profiles section and the MPLAYER_VERBSE environment variable.
2006-01-24 kraymer 1.212: Make -list-options work in both MPlayer and MEncoder.
2006-01-24 kraymer 1.1206: sync to x264 r398.
2006-01-24 kraymer major update of x264encopts, credits go to Alex Günsche < ag .ät. zirona.com>, thank you!
2006-01-24 albeu Make -list-options work in both MPlayer and MEncoder.
2006-01-24 albeu Profiles support.
2006-01-24 albeu New option type to print help text with a function.
2006-01-23 diego Using INT_MAX without including limits.h breaks compilation on MinGW.
2006-01-23 albeu Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to do
2006-01-23 albeu Fix multiple help clauses on the command line with mencoder.
2006-01-23 diego Fix libav* linking order, libavutil needs to come after lavc/lavf.
2006-01-22 kraymer 1.1210: support libavcodec's new sc_factor parameter
2006-01-22 corey support libavcodec's new sc_factor parameter
2006-01-22 diego proper support for shared libpostproc
2006-01-22 gpoirier s/LIVE.COM/LIVE555/ + URL update
2006-01-22 gpoirier s/LIVE.COM/LIVE555/ + URL update
2006-01-22 kraymer correcting sync version number
2006-01-22 kraymer add comment about sync status of this file
2006-01-22 kraymer let configure find docbookx.dtd (version 4.4)
2006-01-22 kraymer German man page review part XVII
2006-01-22 albeu 100L m_option_copy should use the copy callback and not the set one.
2006-01-22 ods15 Interleave index to ease per-need decoding.
2006-01-22 rtognimp Quick&dirty compilation fix, needed after latest changes in ffmpeg build
2006-01-22 kraymer 1.209: consistency fix over the previous consistency fix
2006-01-21 gpoirier consistency fix over the previous consistency fix
2006-01-21 gpoirier consitency fix
2006-01-21 gpoirier synced with 1.1208
2006-01-21 kraymer German man page review part XVI
2006-01-21 kraymer 1.1207: MPLAYER_VERBOSE, new enviorment variable to control verbosity before init
2006-01-21 kraymer German man page review part XV
2006-01-20 diego Cygwin compilation fix
2006-01-20 diego List Derek Lewis as AIX/Solaris maintainer, patch by himself.
2006-01-20 diego Add Derek Lewis, patch by himself.
2006-01-20 diego AIX compiler CPU-option improvements
2006-01-20 diego AIX section for the ports description
2006-01-20 ods15 some updates
2006-01-20 ods15 MPLAYER_VERBOSE, new enviorment variable to control verbosity before init
2006-01-20 ods15 cosmetic change, shift stuff around to more logical places
2006-01-20 ods15 change goals slightly..
2006-01-20 ods15 bump date
2006-01-20 atmos4 Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.
2006-01-20 diego Also define FF_POSTPROCESS when using shared libavcodec.
2006-01-20 kraymer German man page review part XIV
2006-01-19 nicodvb mention hwmpa
2006-01-19 nicodvb documented audio codec hwmpa
2006-01-19 rathann Implement XvMC lib autodetection for future use (currently disabled, but working
2006-01-19 diego Remove rule to build shared libpostproc, it does not belong in MPlayer.
2006-01-19 reimar Use free instead of speex_free - since speex_free does not appear in the
2006-01-19 gpoirier Typo fixes by Bounec
2006-01-19 diego Push "Building audio filter chain" up to verbose level.
2006-01-18 kraymer sync to 1.219
2006-01-18 rathann Mention possible region setting requirement for some RPC-2 drives.
2006-01-18 rathann FAQ about problems with playing DVDs on certain drives.
2006-01-18 iive prevent xvmc from been loaded before xv, and generally before any autoprobed output
2006-01-18 kraymer German man page review part XIII
2006-01-17 kraymer German man page review part XII (right from the beginning.. again..)
2006-01-17 reimar suppress error message at eof
2006-01-17 reimar avoid Solaris 10 compile error with gcc 3.4.5
2006-01-17 reimar faster and (IMHO) cleaner code.
2006-01-17 reimar function to read from a demuxer up to (and including) the specified
2006-01-17 diego Put settings into a more meaningful order, some cosmetics.
2006-01-17 diego Improve option descriptions.
2006-01-17 diego Remove multi-language setting specification, it has little use.
2006-01-17 diego Improve option descriptions.
2006-01-16 diego cosmetic whitespace / layout changes
2006-01-16 kraymer German man page review part X:
2006-01-16 diego Comment out default settings. MPlayer should behave the same w/ or w/o
2006-01-16 kraymer sync to 1.218
2006-01-16 diego Do not build the GUI by default in the Debian package to be more in line
2006-01-16 diego Remove overly loud "warning" from runtime-cpudetection message.
2006-01-16 gpoirier MEncoder's MPEG muxer needs -vf harddup to function properly, no add a note about this.
2006-01-16 diego Prefer native GSM over the binary codec.
2006-01-16 gpoirier sync with 1.1206
2006-01-16 diego typos
2006-01-16 lorenm sync to x264 r398.
2006-01-15 rtognimp Print some more useful data from header in verbose mode
2006-01-15 rtognimp Support sipr codec in old RealAudio files.
2006-01-15 nicodvb restored hwmpa with 'working' status and lowest priority
2006-01-15 nicodvb temporarily disabled hwmpa until I fix the priority
2006-01-15 nicodvb ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders
2006-01-15 diego Change LIB to LIBNAME to fix compilation.
2006-01-14 diego 10l: FFmpeg shared lib build information does not belong in MPlayer configure.
2006-01-14 reimar Always try to parse index chunk, no reason to check for movi_end
2006-01-14 diego Sync with latest FFmpeg build system changes.
2006-01-14 kraymer German man page review part X:
2006-01-14 rtognimp Fix printing of audio fourcc in hex format
2006-01-14 kraymer German man page review part IX:
2006-01-14 rathann add mod playback to the wishlist
2006-01-14 rtognimp Print audio 4cc for every stream, print 4cc of selected audio track
2006-01-14 diego Consistent variable names for shared libavcodec.
2006-01-14 diego Add --disable-libavcodec_so/--disable-libavformat_so.
2006-01-14 ptt sync up to 1.217
2006-01-14 rathann 1l - one cast too many
2006-01-14 rathann Fix parallel make builds, patch by Oded Shimon.
2006-01-14 kraymer German man page review part VIII
2006-01-13 rathann This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from
2006-01-13 kraymer German man page review part VII
2006-01-13 nicodvb dvd subtitles should be disabled by default, and enabled specifying -sid or -slang; this fix also restores the display of other subtitles types when dvd subs are present
2006-01-13 kraymer sync to 1.217
2006-01-13 jheryan Synced with 1.82
2006-01-13 jheryan Synced with 1.16
2006-01-13 jheryan Synced with 1.76
2006-01-13 jheryan Synced with 1.60
2006-01-13 jheryan Synced with 1.24
2006-01-13 jheryan Synced with 1.100
2006-01-13 jheryan Synced with 1.38
2006-01-13 jheryan Synced with 1.28
2006-01-13 jheryan Synced with 1.74
2006-01-13 jheryan Synced with 1.32
2006-01-13 diego Update licensing information: The FSF changed postal address.
2006-01-12 rathann massive attack: mp_msg printf format fixes
2006-01-12 diego Remove libxvmc-dev from build-depends.
2006-01-12 kraymer wording fix
2006-01-12 kraymer 1.1202: Reformat examples to prevent linebreaks and hyphenation.
2006-01-11 kraymer 1.1201: Explain DVDREAD_NOKEYS environment variable.
2006-01-11 kraymer 1.1193: [does not apply]
2006-01-11 aurel remove build-depends used only for obsolete vo
2006-01-11 kraymer 1.1186: Merry Christmas and happy cola-chugging!
2006-01-11 nplourde do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hectorchu@gmail.com>
2006-01-10 gpoirier I'm the new mailling list maintainer
2006-01-10 aurel xlibs-dev don't exist anymore, as well as libpng-dev and libgtk-dev.
2006-01-10 rathann convert some printfs to mp_msg
2006-01-09 nicodvb added support for external libavformat
2006-01-09 reimar CamStudio codec support
2006-01-09 danny Minor correction of last updates, credit to Paul TT
2006-01-08 diego OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.
2006-01-08 diego support for Radeon 9550
2006-01-08 gpoirier sync w/ 1.1205
2006-01-08 diego Remove non-ASCII character.
2006-01-08 diego Update for current Debian package.
2006-01-08 diego Improve the Debian package configuration: Remove the vo module configuration,
2006-01-08 diego Quote some values to silence debconf warnings.
2006-01-08 diego Do not install .cvsignore files.
2006-01-08 nicodvb include the right avcodec.h, consistently with the rest of mplayer
2006-01-08 reimar fix crash if no video codec available
2006-01-08 henry fix premature end of audio playback (audio only)
2006-01-07 diego Add uppercase MPG2 fourcc.
2006-01-07 nicodvb disabled hack to read the properties of mpeg1/2 video in avi and asf: it's totally useless and leads mplayer to crash
2006-01-07 diego Remove empty sections, speak of container formats, not file formats.
2006-01-07 diego minor rewording
2006-01-07 reimar avoid some gcc 4 compiler warnings
2006-01-07 reimar Less ugly and easier to extend getFunctions
2006-01-06 diego Mention Chinese console messages.
2006-01-06 rtognimp Update for realrtsp bandwidth support
2006-01-06 rtognimp This patch makes real rtsp tell the server to deliver data at specified
2006-01-06 diego Reformat examples to prevent linebreaks and hyphenation. When occurring
2006-01-06 ods15 align byte is deprecated
2006-01-06 rtognimp Yet another MPEG-4 fourcc (Samsung SMP4)
2006-01-06 ods15 1) remove global_timebase
2006-01-06 ods15 MN rule
2006-01-06 ods15 1) change date and goals slightly
2006-01-06 diego Better default vo - xv instead of x11.
2006-01-06 diego Remove unused template file.
2006-01-06 diego 100l, the vo selection should fall back to other vo drivers.
2006-01-05 diego build fix
2006-01-05 diego Improve overall structure by adding a few top-level chapters so that
2006-01-05 diego Add FFmpeg TrueSpeech.
2006-01-05 diego Add MPEG fourcc to all MPEG decoders.
2006-01-04 rtognimp Don't leak memory (free audio reordering buffers)
2006-01-04 rtognimp Remove assumption that all audio packets in a block have the same
2006-01-04 rtognimp 1000.0l timestamps are float
2006-01-04 diego Explain DVDREAD_NOKEYS environment variable.
2006-01-04 diego Bandaid fix for compilation failure when creating main/.depend with GUI
2006-01-04 diego cosmetics: Make the patch apply without offsets.
2006-01-04 gpoirier Update copyright date to 2006
2006-01-04 diego Update with current changes.
2006-01-04 diego CONFIGURATION FILES section added to the man page.
2006-01-04 diego Expand the configuration file section to include MEncoder examples.
2006-01-04 mosu Improved handling of text subs in Matroska files with adjacent newlines (\N) resulting in more than SUB_MAX_TEXT lines to display. Patch by Robert Henney (robh () rut ! org).
2006-01-04 diego 10l build fix
2006-01-04 gpoirier synced with 1.1198
2006-01-04 ptt little fixes i looked at after previous cvs commit :-)
2006-01-04 ptt sync with 1.1198 plus little fixes
2006-01-04 ptt fixed indentation for suboption brd_scale
2006-01-03 gpoirier synced with 1.1197
2006-01-03 nicodvb removed previously forgotten reording options/flags
2006-01-03 gpoirier Reverse commit 31 Dec 2005 18:56:35 -0000 1.34
2006-01-03 nicodvb removed frame reording option
2006-01-03 nicodvb removed broken frame reording code; unified audio and video frame storing code (in memory, not in the packets); simple workaround to handle non-standard framerate mpeg1/2 video
2006-01-03 nicodvb disable dvd subtitles by default
2006-01-03 ptt word consistency fix
2006-01-03 ptt sync up to 1.1167
2006-01-03 diego Restructure ports section.
2006-01-03 diego updates, spelling
2006-01-03 diego Fix _inc_extra handling in DirectFB check.
2006-01-03 diego small wording/spelling/syntax fixes
2006-01-03 gpoirier add bitexact's lavd flag desc.
2006-01-03 lorenm h264es: don't seek to non-keyframes
2006-01-03 rathann use $(INSTALLSTRIP) consistently
2006-01-02 rathann fix the translator names list so that it conforms to lastname, firstname
2006-01-02 nicodvb don't reset dvdsub->id unless -slang is specified; assign default sub stream id when demux->sub->id is -1 (autodetect)
2006-01-02 jheryan Synced with 1.216
2006-01-02 jheryan Synced with 1.1182
2006-01-02 corey Partial support for QuickTime sound atom version 2.
2006-01-02 ptt sync up to 1.216
2006-01-01 iive add Dicas MPEGable H.264/MPEG-4 AVC fourcc
2005-12-31 gpoirier Add Rich's advice posted on the thread:
2005-12-31 gpoirier "Currently mplayer looks for only one MP3 frame sync. The attached
2005-12-31 diego Add MPEG fourcc to mpeg12.
2005-12-31 nicodvb search next sequence_header untile a valid one is found
2005-12-31 diego Guide on creating quality skins.
2005-12-31 diego Build incomplete Russian docs last.
2005-12-31 henry check the intermediate audio buffer
2005-12-31 lorenm update x264 feature summary
2005-12-30 diego Mac OS update
2005-12-30 nicodvb simplification: don't use residual_buffer, but prepend remainder of current frame to next one (needed for future work; init frame->pos to 0 in reorder_frame(); fix: don't go beyond last frame in flush_buffer()
2005-12-30 gpoirier synced with 1.1194
2005-12-30 gpoirier synced with 1.1192
2005-12-30 lorenm sync to x264 r390 (bime)
2005-12-30 wanderer for roff: add missing linebreak in uspp description
2005-12-29 wanderer minor grammar/punctuation on lavc's keyint option
2005-12-29 wanderer further wording fix for uspp
2005-12-29 diego AIX PPC port
2005-12-29 diego Bump DH_COMPAT version.
2005-12-29 diego Add a basic watch file.
2005-12-29 diego Support vme=8 (iterative overlapped block).
2005-12-29 diego Include the snow wavelet comparison functions from DOCS/tech/snow.txt
2005-12-29 diego wording
2005-12-29 ods15 change erase to end of line, fall back to old behavior if no termcap found
2005-12-28 rathann fix dvdread version macro
2005-12-28 gpoirier Add bidir_refine to lavc's set of options, and document it.
2005-12-27 rtognimp wma2 fixed
2005-12-27 ods15 vpotmeter fix, scroll in the correct direction
2005-12-27 gpoirier fixes suggested by Diego
2005-12-27 ods15 new input command prefixes, pausing_keep, pausing_toggle
2005-12-27 ods15 Fix erase to end of line with windows, windows terminal does not support
2005-12-27 rtognimp Remove tables used by MPlayer native 14_4 and 28_8 codecs
2005-12-27 gpoirier New section: choosing the video codec for your encode: what to consider before picking it.
2005-12-26 ods15 fix setting colorkey in vidix mga_vid
2005-12-26 ods15 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to be
2005-12-26 gpoirier Merry Christmas and happy cola-chugging!
2005-12-26 al - move our setenv() fallback implementation to osdep
2005-12-25 gpoirier Adds lavc's brd_scale and updates vb_strategy
2005-12-25 gpoirier support downscaling frames for dynamic b frame decission
2005-12-25 gpoirier synced with 1.1184
2005-12-25 ods15 add "pausing_keep" and "pausing_toggle" input cmd prefixes
2005-12-25 ods15 Use termcap "erase to end of line" character code instead of using spaces
2005-12-25 diego Add current Cygwin tool paths.
2005-12-25 diego Windows waveout is no longer the best choice under Windows.
2005-12-25 rathann prefer newer terminfo-capable libraries (ncurses or terminfo)
2005-12-25 ods15 improove termcap detection, -lncurses works too
2005-12-24 rtognimp Add "application/x-mms-framed" for ASF
2005-12-24 iive This cache-seek-min is definitly implemented. The not implemented one got removed...
2005-12-24 iive The <=132 frame rule is only valid at MacroBlock level not at frame one.
2005-12-24 rtognimp Typo in ASF demuxer selection by name (it's 'asf', not 'asv')
2005-12-22 gpoirier synced with 1.1182
2005-12-22 ods15 typo
2005-12-21 gpoirier Synced with help_mp-en.h 1.216
2005-12-20 iive Print some error message,
2005-12-20 ods15 I screwed up keep aspect param, made behavior the opposite of man page.
2005-12-19 henry malloc padding to avoid access beyond allocated memory
2005-12-19 henry reverse the H264 hack
2005-12-18 henry fspp update
2005-12-18 henry negative quality values allow postproc regardless of input
2005-12-18 diego credits for Onur, patch by himself
2005-12-18 henry do not postprocess H264
2005-12-18 reimar support negative stride (flipping) in vo_gl.
2005-12-18 reimar calculate framesize for raw RGB and BGR.
2005-12-18 reimar fix crash with invalid -vid and no audio stream
2005-12-18 michael bitexact flag
2005-12-17 ranma 1.1180: [does not apply]
2005-12-17 ods15 deobfuscate some very simple code...
2005-12-17 ranma typo: ouput -> output
2005-12-17 ods15 "cfg-mplayer-def.h" is what is written in ~/.mplayer/config when it is not
2005-12-17 ranma sync to 1.216
2005-12-17 ods15 some more new stuff..
2005-12-17 ods15 -o in mencoder now manditory
2005-12-17 ods15 -msglevel added, -verbose removed
2005-12-17 ods15 Removing obsolete, and until recently, misdocumented option -verbose .
2005-12-17 gpoirier synced with 1.100
2005-12-17 gpoirier synced with 1.13, patch by Johan Bos
2005-12-17 gpoirier synced with 1.72, patch by Johan Bos
2005-12-17 gpoirier sync w/ 1.1178
2005-12-17 gpoirier synced with 1.12, patch by Johan Bos, and fixes by me :p
2005-12-17 gpoirier Fixes by Bounec
2005-12-17 diego grammar fix
2005-12-17 reimar include fastmemcpy.h before stream.h, so it is used for the stream_read
2005-12-16 henry remove now useless YV12 plane swap hack, patch by Luc Gallant lucgallant at gmail com
2005-12-16 henry do not set the flag when config failed
2005-12-15 rathann Avoid gcc warnings:
2005-12-15 wanderer make -o mandatory and add a warning when the extension does not match the container format, patch by Reynaldo Pinochet
2005-12-15 wanderer one-word grammar fix for "incompatible codec" message
2005-12-15 wanderer use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias Lederhofer <matled -at- gmx dot net>
2005-12-15 ptt sync with 1.213
2005-12-15 ptt small grammatical/sentence fix
2005-12-14 nicodvb fix compilation when dvdkit and dvdread are not available
2005-12-14 reynaldo Fix small typos spoted by Paul TT
2005-12-13 diego Reformat for better readability.
2005-12-13 aurel restore the old behavior for --enable-theora, ie. provide a sane default for $_ld_theora
2005-12-13 diego libdvdread configure script defines __DARWIN__ on darwin to trigger
2005-12-13 diego Darwin does not support -rdynamic.
2005-12-13 ptt small typo preventing compilation, sorry :(
2005-12-13 ptt little fixes....
2005-12-13 ptt sync up to 1.210
2005-12-12 wanderer minor grammar clarification to the last commit, + omitted periods
2005-12-11 diego Unify paths in patch and fix recent breakage, no -ko keyword expansion
2005-12-11 gpoirier Another examples showing how to play raw YUV video samples
2005-12-11 reimar add hint to slave.txt
2005-12-11 reimar improve video equalizer command (brightness, contrast, etc.) description
2005-12-11 gpoirier sync with 1.1176
2005-12-11 ods15 make fribidi autodetect by default instead of disable
2005-12-11 diego Make -really-quiet a common option.
2005-12-11 wanderer make demuxer seek and close functions return void, patch by Dominik Mierzejewski
2005-12-11 wanderer punctuation fixes for the previous commit
2005-12-11 gpoirier Update email address, old one is dead
2005-12-11 gpoirier sync with 1.1175
2005-12-11 diego Fix -v/-verbose description.
2005-12-11 gpoirier sync with 1.1174
2005-12-11 diego 10l: \ needs to be escaped in roff.
2005-12-10 gabrov synced with 1.201
2005-12-10 gpoirier Sync with 1.1171
2005-12-10 gpoirier 1/4l
2005-12-10 gpoirier Formatting fix
2005-12-10 gpoirier Give an example about how to use the famous cqif video samples
2005-12-10 iive move to next vo if /dev/3dfx could not be opened
2005-12-10 gpoirier synced with 1.1170
2005-12-10 diego Do not exit() if /dev/3dfx is not available, approved by Ivan.
2005-12-10 diego Remove obsolete note.
2005-12-10 diego known bugs with P4 and SSE, small fixes
2005-12-10 gpoirier Convert this file to UTF-8 as it contains funky caracters from all around the world.
2005-12-10 ranma 1.1162: multithreaded decoding
2005-12-10 ranma sync to rev. 1.210
2005-12-10 ranma remove stray tab, which was confusing help_diff.sh
2005-12-10 reynaldo Harcoded eng strings on libmpdemux/network.c to help_mp
2005-12-09 rtognimp ffmpeg update
2005-12-09 rtognimp Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)
2005-12-09 diego cook
2005-12-09 rtognimp Move audio packets reordering from codec interface to demuxers for real
2005-12-09 diego #include help_mp.h only once.
2005-12-09 diego Remove some inactive maintainers.
2005-12-09 diego long obsolete
2005-12-09 diego some sync with the present day situation
2005-12-08 diego Unify include paths, -I.. is in CFLAGS.
2005-12-08 rtognimp M263 (M$ h263) can be decoded by lavc H.263 decoder
2005-12-08 gpoirier Bye-bye old email address, I'm a student no more!! :-P
2005-12-08 gpoirier translate just 1.1169
2005-12-08 gpoirier synced with 1.1167
2005-12-08 diego -mc 0.1 is preferrable to -mc 10 since A/V sync is recovered quicker after seeking.
2005-12-08 diego Clarifications for the AUDIOSERVER environment variable.
2005-12-07 rathann add fix for sbr_dec.c to local diff, too
2005-12-07 rathann add my fix to ps_dec.c to our diff
2005-12-07 gpoirier Every contribution deserves to be listed on the "about" window of the gui.
2005-12-07 henry vf_fspp bframes option
2005-12-07 henry prevent flicker on b-frames, trivial port from vf_spp
2005-12-07 wanderer list myself as patch backlog maintainer
2005-12-07 wanderer option to show the lines containing anomalies, patch by Ivo van Poorten
2005-12-07 diego small updates and fixes
2005-12-07 diego preliminary environment variables section
2005-12-07 reimar really clear frames to black instead of grey, and make sure one of those
2005-12-07 reimar signed division must be used for calculation vo_dx and vo_dy.
2005-12-07 reimar WM_PAINT is the "expose" event, not WM_ACTIVATE
2005-12-07 jheryan Minor spelling fixes
2005-12-07 jheryan Synced with 1.1163
2005-12-07 al Don't abort when xscreensaver window isn't available anymore.
2005-12-07 ods15 more warning fixes
2005-12-07 ods15 compiler warning fixes, some of these were actual (printing) bugs.
2005-12-07 ods15 Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'll
2005-12-07 diego -msglevel description improvement
2005-12-06 wanderer new arguments for -vf spp, patch by Corey Hickey
2005-12-06 reimar Must use glFlush when doublebuffering is not used
2005-12-06 reimar Get rid of most #ifdefs
2005-12-06 reimar Fix message handling, process resize events
2005-12-06 wanderer alphabetical order + better explanation for '-lavdopts threads'
2005-12-06 wanderer minor grammar fix, + stray LIVE.COM -> LIVE555 transition
2005-12-06 ods15 another 100l, codec-cfg relied on mp_msg printing nothing....
2005-12-06 ods15 100l, codec-cfg needs fixing after -msgl patch
2005-12-06 michael prevent flicker, to get old behaviour use spp=x:y:4 / x:y:5
2005-12-06 ods15 Fix EDL to be per file, allow -edlout and -edl together as there is really
2005-12-06 ods15 1000l, reverting 2 more unrelated changes with last commit
2005-12-06 ods15 100l, reverting unrelated change with last commit
2005-12-06 ods15 new -msglevel option, constrols msg level for every msg module
2005-12-06 wanderer more minor grammatical fixes
2005-12-05 gpoirier multithreaded decoding
2005-12-05 gpoirier fixes suggested by The Wanderer and Corey
2005-12-05 ods15 expand aspect works by display aspect, not video aspect.
2005-12-05 rathann add missing -I..
2005-12-05 rathann fix
2005-12-05 rathann fix
2005-12-05 rathann fix
2005-12-05 rathann fix
2005-12-05 rathann fix
2005-12-05 rathann fix
2005-12-05 rathann fix
2005-12-05 rathann ad_libvorbis.c:119: warning: assignment from incompatible pointer type
2005-12-05 rathann fix
2005-12-05 rathann fix
2005-12-05 rathann fix
2005-12-05 rathann fix
2005-12-05 rathann mplayer.c:1928: warning: implicit declaration of function 'cache_uninit'
2005-12-04 reimar Fix popup menu problems: GTK cannot get a grab while the button is down,
2005-12-04 reimar About text should _not_ be editable, it just looks stupid.
2005-12-03 ranma missing dot
2005-12-03 ranma lots of small fixes a few rephrasings
2005-12-03 ranma sync to 1.205
2005-12-03 michael attribute align
2005-12-03 michael switch to snow
2005-12-02 michael multithreaded decoding
2005-12-02 rfelker muxer_lavf MUST be disabled by default until someone adds AVParser
2005-12-02 rfelker fatal error when muxer cannot initialize
2005-12-02 jheryan Synced with 1.100
2005-12-02 jheryan Synced with 1.99
2005-12-02 jheryan Synced with 1.34
2005-12-02 jheryan Synced with 1.12
2005-12-02 gpoirier make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault POIS org )
2005-12-01 rtognimp export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dll
2005-12-01 rtognimp Add CharNextA(), needed by rp8 sipr dll
2005-12-01 gpoirier nits and fixes suggested by The Wanderer and Loren Merritt
2005-12-01 diego vo_tdfxfb should be preferred over vo_3dfx.
2005-12-01 reynaldo wrong output level calculation on af_equalizer leaded to low level output even with all octaves at 0db (default), patch by Corey Hickey bugfood-ml AT -fatooh/org-
2005-12-01 diego AMD's Family 6 CPUs come with two flavors: one that supports SSE and
2005-11-30 nicodvb fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unknown format
2005-11-29 reynaldo Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org- , small fixes by me
2005-11-29 ranma Link was a bit dated (but still working :-))
2005-11-29 reynaldo Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range [4,2400000]
2005-11-29 diego Sync man page structure description with actual man page structure.
2005-11-29 diego spelling, capitalization and wording fixes
2005-11-29 diego Smarter defaults, removing obsolete options.
2005-11-28 diego -aop is long obsolete.
2005-11-28 diego -aop is long obsolete.
2005-11-27 albeu Add a function to remove osd msg and use it to remove the "OSD: enabled"
2005-11-27 gpoirier Add indicative QP for ASP and AVC codecs
2005-11-27 gpoirier Explain how to make regression tests with CVS
2005-11-27 wanderer grammar fix on the documentation-updates note
2005-11-27 alex some comments and simplification
2005-11-27 ranma 1.1161: misc fixes [partly]
2005-11-26 diego Note about handling patches that contain documentation updates.
2005-11-26 albeu Add support to get the list of files from a file containing one filename
2005-11-26 gpoirier How to create a MPEG4 video from an explicit list of files, based on a patch by devik <devik AH cdi POIS cz>
2005-11-26 albeu Fix URL escaping to correctly handle URL containing an ip6 address or
2005-11-26 gpoirier Correct optimization for C3, patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com >
2005-11-25 diego skin authors, trailing whitespace cosmetics
2005-11-25 gpoirier wording and gramma fixes by Bougiz
2005-11-25 diego When it comes to CD/DVD handling bsdi has a linux CD/DVD compatibility
2005-11-24 gpoirier Grammar and wording fixes by Bougiz
2005-11-24 diego productive skin
2005-11-23 gpoirier M-x untabify
2005-11-23 gpoirier correct k6_mtrr detection, add a great deal of infos about newer processors
2005-11-23 wight fixes in examples, minor details
2005-11-23 jheryan Synced with 1.202
2005-11-23 gpoirier sync with 1.99, Patch by Johan B. < dariusjb AH gmail POIS com >
2005-11-23 diego -mc is useful to get rid of A/V desync.
2005-11-23 gpoirier synced with 1.1161
2005-11-23 diego misc fixes
2005-11-22 al Revert previous commit
2005-11-22 rtognimp Ignore OPTIONS rtsp command during playback. Fixes
2005-11-22 gpoirier sync with 1.1159
2005-11-22 reimar Explain -vo gl:slice-height behaviour if YUV rendering is used.
2005-11-22 ptt added a '.'... not abig effort by me indeed :-)))n..
2005-11-22 ptt sync with 1.1158
2005-11-22 reimar Use slice-height 16 as default for yuv colorspaces (only relevant if decoder
2005-11-22 lorenm 10l
2005-11-22 lorenm sync to x264 r373 (brdo)
2005-11-21 ptt resolves problem in module stop_xscreensaver, crashing mp after sleep and awake or enabling/disabling xssaver by hand
2005-11-21 nicodvb buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh punctum org) plus small fixes by me
2005-11-21 gpoirier Mentions that --enable-runtime-cpudetection is not on by default.
2005-11-20 albeu Make the osd command only switch between enabled/disabled when
2005-11-19 diego Unify include paths, -I.. is in CFLAGS.
2005-11-19 reimar Also parse glX extension string, makes -vo gl:swapinterval work again on linux
2005-11-18 al Change MUST to SHOULD have disposition and if applicable language tags.
2005-11-18 diego Unify include path handling by using -I.
2005-11-18 diego 302m_convert and 360m_convert are generated files.
2005-11-18 diego fastmemcpybench and cpuinfo are x86-specific.
2005-11-18 diego Unify include path handling by adding $(MPROOT) to CFLAGS.
2005-11-18 diego Makefile reorganized for better clarity and maintainability.