aboutsummaryrefslogtreecommitdiffhomepage
path: root/mencoder.c
Commit message (Expand)AuthorAge
* 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
* -ac/-afm rewrite, now works the same way as -vc/-vfmGravatar arpi2002-09-28
* -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc meansGravatar arpi2002-09-26
* best audio/video codec selection & init moved to libmpcodecsGravatar arpi2002-09-25
* fixed order of uninit (codec, demuxer, stream) - found by Jindrich MakovickaGravatar arpi2002-09-25
* now also tells about 2x xxx MB CDsGravatar jaf2002-09-22
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* wine headers cleanupGravatar arpi2002-09-22
* Support for XviD encodingGravatar kmkaplan2002-09-21
* some mpcodecs option declaration moved to cfg-*, as aren;t used byGravatar arpi2002-09-20
* reversed -ss behaviour (you have to use teh same -ss for all passes)Gravatar arpi2002-09-14
* count dropped frames in -v mode, patch by Andriy N. Gritsenko <andrej@lucky.net>Gravatar arpi2002-09-10
* Import transcode-0.6.1.20020829 XviD VBR Library into mencoder DivX4 encoderGravatar kmkaplan2002-09-09
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2002-09-01