aboutsummaryrefslogtreecommitdiffhomepage
path: root/mencoder.c
Commit message (Expand)AuthorAge
* Removed the historic cfgparser and switched full to the new config parser (al...Gravatar alex2003-08-13
* sync the basic mplayer and mencoder outputsGravatar alex2003-07-22
* copyright message rework, try 2Gravatar alex2003-07-13
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...Gravatar arpi2003-06-09
* Support for selecting the audio track in Matroska files via -alang.Gravatar mosu2003-05-23
* support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>Gravatar henry2003-04-07
* MINGW32 portGravatar faust32003-03-31
* Stream cleanup, don't use blah_on options anymore.Gravatar albeu2003-03-30
* fix wrong channel count w/ pcm encodingGravatar henry2003-03-29
* this is a combo patch that:Gravatar arpi2003-03-16
* 1000L i forgot mencoderGravatar albeu2003-03-15
* Made "force_fps" non-static, because code in "libmpdemux" refers to it.Gravatar rsf2003-03-11
* A new nuppel video encoder. Mainly for RT encoding on slow box.Gravatar albeu2003-03-03
* linux->osdepGravatar arpi2003-02-09
* ability to disable the nonsense expand filter is a must! otherwiseGravatar rfelker2003-01-24
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.Gravatar arpi2003-01-19
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)Gravatar arpi2003-01-19
* AltiVec detection code ("borrowed" from FFmpeg andGravatar arpi2003-01-18
* 10lGravatar arpi2003-01-16
* this patch adds an fallback to playlist (any but the plaintext-list format)Gravatar arpi2003-01-12
* 10l...Gravatar arpi2003-01-05
* -nosound warningGravatar arpi2003-01-05
* 10l :-))Gravatar filon2003-01-03
* "MPlayer does the right thing, presents frame 9 for 1.1 seconds, and continuesGravatar arpi2002-12-28
* the long-waited MUXER layer, and new MPEG-PS muxerGravatar arpi2002-12-27
* Presets are an easy way, to use hard to access lame options and to giveGravatar arpi2002-12-21
* Sorenson 1/3 encoding just for fun :)Gravatar arpi2002-12-16
* Fallback to builtin (generated from etc/codecs.conf at compile time)Gravatar arpi2002-12-15
* 1lGravatar arpi2002-12-15
* compiler warning fixesGravatar arpi2002-12-14
* overlapping subtitles support is now optional, can be disabled (-nooverlapsub)Gravatar arpi2002-12-05
* fixed -fps with mencoder and fixed-rate files (avi etc)Gravatar arpi2002-12-04
* end_at int->double, as option -endpos accepts float seconds tooGravatar arpi2002-12-04
* New config system + cleanup of header inter dependencyGravatar albeu2002-11-12
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* fix sound encoding on BE archGravatar colin2002-11-03
* removed -pass nonsense from mencoder! it's now a suboption to -divx4optsGravatar rfelker2002-11-02
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,Gravatar arpi2002-11-02
* verbose can be negativeGravatar arpi2002-11-01
* allow cache to be disabled (-nocache should override cachesize autodetectionGravatar arpi2002-10-23
* cleanup config option handling in libmpdemux.Gravatar arpi2002-10-23
* Fixed two typos noticed by Sycotic Smith (I think).Gravatar diego2002-10-19
* setting the keyframe flag for every audio chunks, fixes streamcopy'd ac3 on w...Gravatar arpi2002-10-10
* reversed Anders' nonsense changeGravatar arpi2002-10-06
* Adding -format and -af switchesGravatar anders2002-10-06
* 11lGravatar arpi2002-10-06
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderGravatar arpi2002-10-05
* some cleanup - made private vars/funcs static, removed obsolete externsGravatar arpi2002-09-29
* removed obsolete/unused audio|video_fm|codec, has_audio|videoGravatar arpi2002-09-28
* - fix new afm/vfm supportGravatar pontscho2002-09-28