aboutsummaryrefslogtreecommitdiffhomepage
path: root/mencoder.c
Commit message (Expand)AuthorAge
* 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
* seek frameno.avi too - idea by cpro@posta.unizar.esGravatar arpi2002-08-31
* 10l - use NULL instead of -1 for init_video's vfmGravatar arpi2002-08-31
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un...Gravatar atmos42002-08-31
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* new mencoder option -info, to store copyright, title, encoder version etc in AVIGravatar arpi2002-08-29
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* freetype 2.0/2.1+ support - disabled by default until bugs fixedGravatar arpi2002-08-28
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:Gravatar arpi2002-08-21
* messages moved from mencoder.c to helpmp??.hGravatar jaf2002-08-07
* using help_mp-??.h for one messageGravatar jaf2002-08-07
* no default oac/ovc (it just confuses users), more detailed -oac/-ovc helpGravatar arpi2002-08-05
* count blocks by rounded-up chunksizes instead of chunks -Gravatar arpi2002-08-02
* audio preload/density/delay configurableGravatar arpi2002-08-01
* DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, sm...Gravatar atmos42002-07-25
* 10l fix, by Rémi Guyomarch <rguyom@pobox.com> && Björn SandellGravatar arpi2002-07-21
* fix for interlaced (2 fields) mpeg2 streams:Gravatar arpi2002-07-12
* Fix Vobsub output synchro.Gravatar kmkaplan2002-07-11