log

age author description
2005-05-31 diego vo_macosx now supports (almost) the same keys as vo_quartz.
2005-05-31 diego whitespace cosmetics
2005-05-31 diego small fixes
2005-05-31 gpoirier new x264 entries: me (motion estimation search algorithm) and 4x4mv options. Patch by Jeff Clagg (snacky BLAM ikaruga POUM co POUM uk)
2005-05-30 gpoirier geometry support for gl2 under win, default window pos centered for gl, gl2
2005-05-30 henry - correct the argument in configure check for lrintf() to avoid a warning
2005-05-30 reimar -geometry support for gl2 under win, default window pos centered for gl, gl2
2005-05-30 henry check for -std=gnu99 to make lrintf() work on gcc 3.3/3.4
2005-05-30 henry avoid lrintf redeclaration
2005-05-29 diego Add a variable for the codec directory and set it to /usr/lib/codecs instead
2005-05-29 diego The default CFLAGS settings include -ffast-math and GCC 3.4.3 therefore
2005-05-29 lorenm sync to x264 r240 (threads)
2005-05-29 reimar Implement -geometry for vo gl and gl2.
2005-05-29 alex an ancient doc, maybe has use, but at least will be available in Attic once removed :)
2005-05-29 alex very dummy script, written for a friend
2005-05-29 alex old scripts from early debian package
2005-05-29 nicodvb ported all network streams to the new API
2005-05-28 reimar keep vo_fps and vo_mouse_timer_const in sync with sh_video->fps, otherwise
2005-05-28 reimar last patch broke skin reading completely, becasue last line of skin
2005-05-28 gabrov synced with 1.169
2005-05-28 joey a cleaned-up version of ty demuxer improvements found in tivo-mplayer fork.
2005-05-28 joey fix audio init crash
2005-05-28 gabrov synced with 1.64
2005-05-28 gpoirier support for AMD64 compiler optimizations flags in 32-bit mode. Patch by Corey Hickey
2005-05-27 reimar not used anymore
2005-05-27 reimar setting sh_audio to NULL is nonsense, since it is only a local variable,
2005-05-27 gpoirier Athlon 64 optimization flags, in 32 and 64-bit mode.
2005-05-26 rtognimp This currently sends control characters to the terminal instead of
2005-05-26 nplourde Fix pan-scan in fullscreen mode
2005-05-26 reimar support DVR format
2005-05-25 nplourde fix signess warning
2005-05-25 nplourde create menu
2005-05-25 henry quicktime fix update
2005-05-25 reimar Specify the padding instead of expecting the compiler to align correctly
2005-05-25 henry prefer width&height from bitmapinfoheader for h263 streams
2005-05-25 diego DragonFly BSD support
2005-05-24 nicodvb restored preinit_audio_filters() but set the final sample_rate to the value of -srate, if specified: the source sample_rate is sped up or down while the destination can be resampled at will; 1 aboundant liter to me
2005-05-24 gpoirier Sync with 1.980:
2005-05-24 diego Fix paragraph indentation.
2005-05-24 henry more paranoid return value checking
2005-05-24 rfelker disable preinit until it's fixed (it breaks -speed...codec is initialized with wrong samplerate)
2005-05-24 hzoli No overlap allowed in memcpy, use memmove
2005-05-24 hzoli Make sure that samplesize is at least 2, as some demuxers set it to 1
2005-05-24 hzoli Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAM
2005-05-24 lorenm sync to x264 r239 (zoned ratecontrol and UMHex ME)
2005-05-24 rfelker patch by oded to fix edl hang when end of audio is reached
2005-05-23 diego Use the public sys/kbio.h header instead of messing with the MI headers, which
2005-05-23 reimar Print error when skin file is not readable (e.g. a directory) instead of hanging
2005-05-23 reimar Speedup asf descrambling (avoid one memcpy and use our fastmemcpy).
2005-05-23 reimar Use memmove instead of memcpy for overlapping areas.
2005-05-22 diego Reduce senseless spamminess of DVD playback in verbose mode.
2005-05-22 gpoirier Sync with 1.978: Only one of -dumpstream, -dumpvideo, -dumpaudio works at a time.
2005-05-22 gpoirier Sync with 1.977.
2005-05-22 diego Only one of -dumpstream, -dumpvideo, -dumpaudio works at a time.
2005-05-22 diego LC_ALL overrides LANG, so use it instead.
2005-05-22 nicodvb preinit audio filters in order to determine the final samplerate and number of channels, or audio encoders will be initialized with the wrong parameters
2005-05-22 diego vb_strategy only works in pass one.
2005-05-21 diego vo_macosx does not yet support command keys.
2005-05-21 diego More correct -lavfopts description.
2005-05-21 diego Mention the MinGW HOWTO.
2005-05-21 diego Surround lavf in the '-of help' output by #ifdef USE_LIBAVFORMAT.
2005-05-21 al Make -wid behave more consistent.
2005-05-21 gpoirier Sync with 1.974: Document lavf muxers.
2005-05-21 alex sanity checks
2005-05-21 alex 10l
2005-05-21 diego LANG=C ensures month/day order and English language in the date string for
2005-05-21 diego Update for latest Cygwin-related changes.
2005-05-21 diego Support playing DVDs from harddrive directories.
2005-05-21 mosu Do not switch to audio tracks whose codec private data differs from the main audio track's as this will most likely result in messed up audio output. Patch by Michael Behrisch <list () behrisch ! de>
2005-05-20 diego Document lavf muxers.
2005-05-20 diego spelling cosmetics
2005-05-20 gabrov synced with 1.168
2005-05-20 gabrov synced with 1.27
2005-05-20 gabrov synced with 1.69
2005-05-20 kraymer 1.973: macosx T behavior is standard, vo_macosx (will) have same special key
2005-05-20 gabrov synced with 1.76 (increased sync tag after English consistency fix)
2005-05-20 nplourde macosx T behavior is standard, vo_macosx (will) have same special key
2005-05-20 nplourde Toggle only between ontop and normal.
2005-05-20 nplourde Should fix altivec detection for g3 system.
2005-05-20 diego Hopefully correct and non-confusing phrasing for the most talked-about
2005-05-19 nicodvb remove inclusion of stdio.h
2005-05-19 nicodvb ported smb:// to the new stream api
2005-05-19 nicodvb ported smb:// to the new stream api, patch by Matthieu Tourne [matthieu puntum tourne ab gmail puntum com]
2005-05-19 nicodvb ported dvd:// to the new stream api
2005-05-19 mosu Reset the saved max_pts used for timecode reordering after seeking. Otherwise playback is broken after seeking back in a file that needs the timecodes to be reordered. Patch by Sam Dennis <sam () malfunction ! screaming !net>
2005-05-18 diego Shorten a few lines to avoid ugly linebreaks.
2005-05-18 diego Ignore codecs-status.html.
2005-05-18 diego Fix overly long lines that mess up output.
2005-05-18 diego simplification
2005-05-18 diego misc updates, Snow spelling
2005-05-18 diego Make version string depend of the last change of CVS/Entries for Darwin.
2005-05-18 reimar charset as reported, please fix if this is wrong
2005-05-18 henry 8bit palette mode support for png
2005-05-18 nplourde The Quicktime headers have changed slightly from 10.3.x to 10.4. Steven Schultz <sms@2BSD.COM>
2005-05-18 nplourde include get_path.c before avcodec.h, fix error on osx + gcc4 where defined macro always_inline in libavcodec/common.h already exist in math.h and used for something else.
2005-05-18 diego Clarify that -dumpstream works for video as well as audio and mention
2005-05-18 henry 8bit palette mode support for png
2005-05-18 reimar new get_time_pos slave mode commando
2005-05-18 gpoirier sync with 1.972: Remove capitalization and period from non-sentences
2005-05-18 henry 8bit palette mode support (and spurious ^M removal)
2005-05-17 nicodvb wrong memcpy of extradata; 10l to whomever wrote that broken code
2005-05-17 nicodvb mux extradata
2005-05-17 gpoirier Saving streamed content
2005-05-17 wight Sync 1.972 + spelling mistake
2005-05-17 wight Remove capitalization and period from non-sentences
2005-05-17 jheryan Synced to 1.60
2005-05-17 jheryan Synced to 1.2
2005-05-17 jheryan Synced to 1.16
2005-05-16 gpoirier Consistency fixes
2005-05-16 gpoirier Fixes the vobsub extraction example
2005-05-16 gpoirier Sync with 1.971
2005-05-16 wight sync 1.971
2005-05-16 wight * some more \- in examples
2005-05-16 gpoirier Sync with 1.970
2005-05-16 diego Fix imprecise fps numbers, patch by Corey Hickey <bugfood-ml at fatooh dot org>.
2005-05-16 nplourde simplifies the format matching logic. Chris Roccati <roccati@pobox.com>
2005-05-15 gpoirier Hopefully this phrasing is now correct English :-)
2005-05-15 nicodvb restore vcd_track
2005-05-15 nplourde set define for apple gcc altivec
2005-05-15 nicodvb better implementation of read()
2005-05-15 gabrov synced with 1.25
2005-05-15 gabrov synced with 1.63
2005-05-15 gabrov synced with 1.75
2005-05-15 nicodvb ftp is handled by the modular stream manager
2005-05-15 nicodvb more efficient read() without memcpy()
2005-05-15 nicodvb ported cue:// to the new stream api; note: this stream must still be optimized in its read() and seek() functions
2005-05-14 rtognimp Fraps
2005-05-14 rtognimp FRAPS decoder (FPS1) with binary dll
2005-05-14 wight If we use .m suffix we really should include it in .SUFFIXES
2005-05-14 rfelker comment out useless/nonexistent variable breaking compile on gcc4
2005-05-14 gpoirier some more fixes suggested by The Wanderer and Rich
2005-05-14 paszczi synced with 1.63
2005-05-14 gpoirier sync with 1.969: Document new file:// syntax.
2005-05-14 rtognimp Fix for stereo files
2005-05-14 gpoirier Nits and corrections suggested by The Wanderer
2005-05-14 kraymer 1.969: Document new file:// syntax.
2005-05-14 kraymer German man page review part III
2005-05-14 henry do not modify tv_param_noaudio
2005-05-14 diego Document new file:// syntax.
2005-05-14 henry cleanups of the mutex usage
2005-05-14 nicodvb fixed file:// syntax using newly introduced -string- urlpart
2005-05-14 nicodvb introduced -string- parameter to match everything after :// syntax
2005-05-14 kraymer German man page review part II (finishes "PLAYER-SPEZIFISCHE OPTIONEN")
2005-05-14 diego Explain how to drop movies on desktop shortcuts, other updates.
2005-05-14 kraymer German man page review part I
2005-05-14 diego Make FAAC detection follow standard enable/disable/auto semantics.
2005-05-14 diego Update with Jindrich's latest change.
2005-05-14 henry v4l2 update
2005-05-14 diego compilation/link fix with --disable-qtx --disable-dshow
2005-05-14 nicodvb make file:// prefix work
2005-05-14 henry 10l forgotten comment
2005-05-14 nicodvb removed unused variables
2005-05-14 henry improve playback with mplayer -tv immediatemode=0
2005-05-14 nplourde indicate the number of channels required, patch by Chris Roccati <roccati@pobox.com>
2005-05-13 kraymer 1.961: vo_quartz and vo_macosx support -ontop as well.
2005-05-13 gpoirier Preparing to encode: Identifying source material and framerate + how to encode interlaced content
2005-05-13 kraymer wording fix by diego(tm)
2005-05-13 kraymer added toolame opts
2005-05-13 kraymer 1.936: noluma suboption for vf_pp
2005-05-13 gpoirier sync with 1.968
2005-05-13 kraymer added x264enc options: direct_pred, log, (no)deblock deblock{alpha,beta}, (no)cabac, qp_{min,max}
2005-05-13 henry enable hinting
2005-05-13 kraymer wording fix
2005-05-13 kraymer 1.924: windows priority support patch
2005-05-13 kraymer 1.917: precise framerate values everywhere
2005-05-13 kraymer 1.907: Update xv and xvmc documentation to reflect recent colorkey changes.
2005-05-13 henry fix the range and type of -tv immediatemode option
2005-05-13 kraymer 1.900: typo (skipped)
2005-05-13 diego -edl works with MEncoder as well.
2005-05-13 kraymer added some hyphens in quoted examples
2005-05-13 kraymer 1.894: Move audio filter descriptions to the man page.
2005-05-13 gpoirier How can I dump a full DVD title to a file?
2005-05-13 diego Document -hr-edl-seek, based on a description by Oded Shimon.
2005-05-13 faust3 multifile leak fixes by Timothy Lee <timothy.lee at siriushk.com> +some more -fixed-vo fixes
2005-05-13 gpoirier Only 2 consecutive bframes are needed for pyramid reordering
2005-05-13 nicodvb prevent possible exploit
2005-05-12 nicodvb initialize vorbis structure before calling ERROR()
2005-05-12 nicodvb fixup the correct sh_a
2005-05-12 nicodvb fixed too few parameters to mp_msg(); silence compilation warnings, removed unused variable
2005-05-12 nicodvb don't call fixup_audio if there's no audio
2005-05-12 faust3 fix segfaults caused by socket and file descriptor mismatches on windows
2005-05-12 nicodvb vorbis extradata is now passed from demuxer to decoder in matroska's way
2005-05-12 henry BGR formats are ok, too
2005-05-12 henry v4l2 RGB15/16 is actually BGR
2005-05-12 gpoirier Sync with 1.964
2005-05-11 diego Document -vf pp=ac.
2005-05-11 kraymer 1.891: vstrict vs mjpeg update, typo
2005-05-11 gpoirier Sync with 1.963
2005-05-11 lorenm sync to x264 rev223 (options: ratetol, vbv_*)
2005-05-11 kraymer 1.888: renamed init_adelay to vdelay with opposite range
2005-05-11 kraymer 1.886: Sync -channels and -srate options with the XML docs.
2005-05-11 kraymer 1.883: fixes for previous commits (checked)
2005-05-11 kraymer 1.882: Sync to x264 r134: weighted prediction for B-frames.
2005-05-11 kraymer 1.962: vo_ggi now supports ontop.
2005-05-11 diego vo_ggi now supports ontop.
2005-05-11 diego - make use of libggiwmh if found by configure
2005-05-11 diego If libggi has been found, search for the libggiwmh extension
2005-05-11 nicodvb large update patch by Mirco Macrelli (pigaz@pigaz.org) with some correction by me
2005-05-10 kraymer 1.881: added new mpeg muxer options
2005-05-10 kraymer 1.879: man page review part XVI
2005-05-10 kraymer 1.877: x264: expose option "level_idc".
2005-05-10 kraymer 1.896: -format description updated to match current behavior.
2005-05-10 kraymer 1.874: Fix -sstep description.
2005-05-10 kraymer 1.872: vf_detc parameter names fixed. (already in prev commit)
2005-05-10 kraymer 1.870: man page review page XIV
2005-05-10 nplourde do not define HAVE_ALTIVEC_H on osx with gcc4
2005-05-10 nplourde mcpu & mtune work on gcc4
2005-05-10 nplourde if define HAVE_ROUND do not define round again. patch by Steven M. Schultz <sms@2BSD.COM>
2005-05-10 nplourde look if round function exist in math.h & define HAVE_ROUND. patch by Steven M. Schultz <sms@2BSD.COM>
2005-05-10 gabrov synced with 1.16, initial translation
2005-05-09 diego vo_quartz and vo_macosx support -ontop as well.
2005-05-09 diego wording/spelling
2005-05-09 rfelker end of the locale nightmare, forever
2005-05-09 gpoirier sync with 1.959: border_mask and vstrict=-1 isn't so dangerous after all
2005-05-09 gabrov synced with 1.64
2005-05-09 reimar update vstrict description
2005-05-09 reimar vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encoding colorspace hack
2005-05-09 reimar actually output 2 channel audio (instead of 6 channel with 4 empty channels)
2005-05-09 gabrov synced with 1.61
2005-05-09 henry strdup() of a NULL pointer, truckload of cola for me
2005-05-09 gpoirier Nits - better description for border_mask
2005-05-09 nplourde dcbzl instruction is only for 64-bit implementations. define NO_DCBZL for ffmpeg. patch by Steven M. Schultz <sms@2BSD.COM>
2005-05-09 diego small updates/fixes
2005-05-09 diego Allow more gcc 3.x and 4.x versions.