aboutsummaryrefslogtreecommitdiffhomepage
path: root/mencoder.c
Commit message (Expand)AuthorAge
* Fix libass to support -nofontconfig.Gravatar ulion2007-12-12
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Simplify init_audio_filters() argumentsGravatar uau2007-11-01
* Change decode_audio() interfaceGravatar uau2007-11-01
* Clean up some fields in stheader.h structsGravatar uau2007-11-01
* warning fix:Gravatar diego2007-09-10
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Fix warning:Gravatar diego2007-08-25
* Make terminal input work more like VO key inputGravatar uau2007-08-25
* Kill two warnings.Gravatar cehoyos2007-08-07
* added support for -alang and -slang with dvdnav:// streamsGravatar nicodvb2007-07-15
* Create a new MSGT for just the status line.Gravatar diego2007-06-05
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* add new -subfont option, that allows having a different font for OSD (control...Gravatar ben2007-05-20
* Simplify #include directives.Gravatar diego2007-04-26
* make -really-quiet hide the mencoder version tags. patch copied from michaelGravatar compn2007-04-25
* update year of mencoder version lineGravatar compn2007-04-21
* Remove unused variable.Gravatar diego2007-04-15
* Move parsing of the -ss option to the option code.Gravatar uau2007-02-24
* Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...Gravatar reimar2007-02-17
* Move common vo initialization code to video_out.cGravatar reimar2007-02-17
* 1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe Gravatar ods152007-02-17
* DO NOT recommend or even suggest installing codecs.conf.Gravatar diego2007-01-13
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* fix mencoder include clash on osxGravatar nplourde2006-12-01
* Remove some of the worst "headers include headers which includeGravatar reimar2006-11-29
* Make MPlayer/MEncoder print the compile-time configuration in verbose mode.Gravatar diego2006-11-28
* Make compilation depending on USE_OSD unconditional.Gravatar uau2006-11-22
* MSGTRs for mencoder.cGravatar kraymer2006-11-22
* Make compilation depending on USE_SUB unconditional.Gravatar uau2006-11-21
* Update OSD contents only after the correct values for the frame are known.Gravatar uau2006-11-14
* ARCH_X86 simplificationsGravatar reimar2006-11-01
* "-o -" -> use stdoutGravatar michael2006-10-27
* after a long time, finally i could add -endpos option to mplayer executable.Gravatar ptt2006-09-25
* Fix MEncoder build when bitmap fonts are disabled.Gravatar diego2006-08-24
* Cosmetics (nothing but spaces, tabs, and a comment changed here..)Gravatar ods152006-08-14
* re-indent properly after last patch.Gravatar reimar2006-08-14
* 10l in last commit, move configured-check inside sh_video and sh_video->vfilt...Gravatar reimar2006-08-14
* Do not call VFCTRL_FLUSH_FRAMES when the filter chain was never configured,Gravatar reimar2006-08-14
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* Remove support for obsolete and non-free divx4/odivx libraries.Gravatar diego2006-07-14
* Marks several string parameters as const when they are not modified in the fu...Gravatar reynaldo2006-07-09
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07
* parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, s...Gravatar reynaldo2006-07-03
* include stream_dvd's interface from libmpdemux/stream_dvd.hGravatar nicodvb2006-06-11
* Temporary workaround for libavcodec issues with B-framesGravatar rtognimp2006-05-09
* Rename some misspelled and misnamed messages.Gravatar diego2006-04-28
* Make EDL compilation unconditionalGravatar uau2006-04-27
* Make mencoder stream size printing use 64 bits.Gravatar corey2006-04-26