log

age author description
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.