summaryrefslogtreecommitdiffstats
path: root/mencoder.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning:diego2007-08-251-1/+0
* Make terminal input work more like VO key inputuau2007-08-251-0/+4
* Kill two warnings.cehoyos2007-08-071-0/+4
* added support for -alang and -slang with dvdnav:// streamsnicodvb2007-07-151-0/+7
* Create a new MSGT for just the status line.diego2007-06-051-3/+3
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-051-2/+2
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-8/+8
* add new -subfont option, that allows having a different font for OSD (control...ben2007-05-201-0/+1
* Simplify #include directives.diego2007-04-261-3/+1
* make -really-quiet hide the mencoder version tags. patch copied from michaelcompn2007-04-251-0/+5
* update year of mencoder version linecompn2007-04-211-1/+1
* Remove unused variable.diego2007-04-151-1/+0
* Move parsing of the -ss option to the option code.uau2007-02-241-11/+2
* Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...reimar2007-02-171-26/+6
* Move common vo initialization code to video_out.creimar2007-02-171-0/+6
* 1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe ods152007-02-171-2/+5
* DO NOT recommend or even suggest installing codecs.conf.diego2007-01-131-1/+0
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-13/+14
* fix mencoder include clash on osxnplourde2006-12-011-2/+2
* Remove some of the worst "headers include headers which includereimar2006-11-291-1/+1
* Make MPlayer/MEncoder print the compile-time configuration in verbose mode.diego2006-11-281-0/+2
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-2/+0
* MSGTRs for mencoder.ckraymer2006-11-221-6/+6
* Make compilation depending on USE_SUB unconditional.uau2006-11-211-6/+0
* Update OSD contents only after the correct values for the frame are known.uau2006-11-141-2/+5
* ARCH_X86 simplificationsreimar2006-11-011-1/+1
* "-o -" -> use stdoutmichael2006-10-271-1/+4
* after a long time, finally i could add -endpos option to mplayer executable.ptt2006-09-251-56/+6
* Fix MEncoder build when bitmap fonts are disabled.diego2006-08-241-0/+2
* Cosmetics (nothing but spaces, tabs, and a comment changed here..)ods152006-08-141-10/+8
* re-indent properly after last patch.reimar2006-08-141-2/+2
* 10l in last commit, move configured-check inside sh_video and sh_video->vfilt...reimar2006-08-141-3/+3
* Do not call VFCTRL_FLUSH_FRAMES when the filter chain was never configured,reimar2006-08-141-0/+3
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-2/+2
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-3/+0
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-091-1/+1
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+7
* parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, s...reynaldo2006-07-031-1/+1
* include stream_dvd's interface from libmpdemux/stream_dvd.hnicodvb2006-06-111-0/+4
* Temporary workaround for libavcodec issues with B-framesrtognimp2006-05-091-1/+1
* Rename some misspelled and misnamed messages.diego2006-04-281-2/+2
* Make EDL compilation unconditionaluau2006-04-271-12/+0
* Make mencoder stream size printing use 64 bits.corey2006-04-261-2/+2
* No need to include the whole libinput in mencoderalbeu2006-04-251-1/+5
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-1/+0
* Remove support for default.sub.diego2006-04-231-8/+6
* arrg more of this stupid cruftrfelker2006-03-301-1/+1
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-2/+2
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-2/+2
* feed something (hopefully correct timestamps) into the video filter chainmichael2006-03-211-2/+2
* temporarily disabled the coercion of audio_preload=0 for -of mpeg until I fin...nicodvb2006-03-191-0/+3
* The system-wide and the user-specific MEncoder configuration file should bothdiego2006-03-141-1/+1
* Add uninit for audio before switching to next file and completing encodeods152006-02-241-0/+2
* Fix video delay when encoding with B-frames.corey2006-02-211-0/+3
* New option: -ignore-startcorey2006-02-201-0/+3
* dwStart support for mencoder.corey2006-02-191-5/+5
* deobfuscate some a/v sync codeods152006-02-191-14/+15
* Second-try commit of this patch.corey2006-02-171-3/+3
* muxer_mpeg MUST be used with audio_preload=0nicodvb2006-02-111-0/+1
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-3/+3
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-2/+2
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-3/+3
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-5/+5
* massive attack: mp_msg printf format fixesrathann2006-01-121-8/+8
* Update copyright date to 2006gpoirier2006-01-041-1/+1
* disable dvd subtitles by defaultnicodvb2006-01-031-2/+2
* "cfg-mplayer-def.h" is what is written in ~/.mplayer/config when it is notods152005-12-171-1/+0
* make -o mandatory and add a warning when the extension does not match the con...wanderer2005-12-151-1/+28
* more warning fixesods152005-12-071-2/+2
* compiler warning fixes, some of these were actual (printing) bugs.ods152005-12-071-13/+11
* Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'llods152005-12-071-3/+3
* new -msglevel option, constrols msg level for every msg moduleods152005-12-061-3/+3
* fatal error when muxer cannot initializerfelker2005-12-021-0/+4
* Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org...reynaldo2005-11-291-2/+0
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...nicodvb2005-11-211-7/+0
* print the number of encoded frames per seconds (fps) with a greater precisiongpoirier2005-11-171-2/+2
* Provide percentage even when demuxer->movi_start and movi_end are not availablereimar2005-10-301-1/+2
* comment on -noskip patchrfelker2005-10-231-0/+5
* honor decoder's/filter's decision to remove frames when using -noskip.rfelker2005-10-231-0/+3
* reapply rawaudio muxer fix (don't disable audio without user's permission!) (...rfelker2005-10-231-4/+0
* reverse patch that was mistakenly applied with unwanted unrelated changesrfelker2005-10-231-3/+4
* document hackods152005-10-201-0/+2
* processing audio is sometimes essential for a/v sync, so 1000l torfelker2005-10-191-4/+3
* allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmai...faust32005-10-161-0/+4
* cosmetics. does not change functionality, but makes code easier to readods152005-10-131-63/+43
* weirdness, flags aren't restored right unless you add this second pushods152005-10-131-0/+1
* fix mencoder multi-file with some files having audio but others dontods152005-10-131-1/+7
* 100000l to meods152005-10-081-3/+6
* Make frameno.avi not turn on by default. this is deprecated and this entireods152005-09-191-9/+11
* Demuxer modularizationrtognimp2005-08-051-0/+3
* Support new static libavcodec (depends on libavutil).al2005-08-011-1/+1
* remove unused cache-prefill and create cache-seek-min that controls when seek...iive2005-07-311-1/+1
* 1000l to me. Broke compilation when EDL is disabled.ods152005-07-231-0/+2
* fix invalid pointers passed to init_audio_filtersreimar2005-07-221-3/+9
* define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayerreimar2005-07-221-0/+2
* catch HUP and PIPE signals aswell. Patch by Sergey Khlutchin (@gmail.com)alex2005-07-181-0/+2
* -delay for MEncoder, final step 6.ods152005-07-171-1/+38
* -delay for MEncoder, step 5.ods152005-07-171-22/+32
* -delay for MEncoder, step 4.ods152005-07-171-23/+33
* -delay for MEncoder, step 3.ods152005-07-171-2/+13
* -delay for MEncoder, step 2.ods152005-07-171-28/+31
* -delay for MEncoder, step 1.ods152005-07-171-3/+3
* Do not count skipped/broken frames when using -framesreimar2005-07-031-0/+2
* Check for WAVEFORMAT.wFormatTag overflows and allow user to override the tag ...ranma2005-07-021-0/+14
* -don't encode more audio than needed; -edl_skip is int, not short; -don't rea...nicodvb2005-06-271-11/+19
* make -srate work again, unify audio filter init and preinit.reimar2005-06-241-8/+8
* strdup subtitle filename at a more appropriate place, fixing memleaks andreimar2005-06-011-2/+11
* restored preinit_audio_filters() but set the final sample_rate to the value o...nicodvb2005-05-241-6/+1
* disable preinit until it's fixed (it breaks -speed...codec is initialized wit...rfelker2005-05-241-0/+5
* patch by oded to fix edl hang when end of audio is reachedrfelker2005-05-241-3/+4
* preinit audio filters in order to determine the final samplerate and number o...nicodvb2005-05-221-2/+17
* include get_path.c before avcodec.h, fix error on osx + gcc4 where defined ma...nplourde2005-05-181-2/+2
* added twolame mp2 audio encodernicodvb2005-05-071-0/+1
* added faac audio encodernicodvb2005-04-251-0/+1
* audio encoding reworkednicodvb2005-04-221-676/+80
* Errors that cause MEncoder to exit should be MSGL_FATAL, not MSGL_ERR.diego2005-04-061-2/+2
* Change all MSGT_FIXME, MSGL_FIXME to appropiate values.diego2005-04-061-38/+38
* windows priority support patch by Rune Petersen <runner at mail.tele.dk> with...faust32005-04-021-0/+17
* 100l to oded.. edl was causing the decoder to get a first broken packetrfelker2005-03-231-4/+5
* EDL for mencoder, patch by Oded (ods15)rfelker2005-03-191-1/+150
* Oded's patch for -speed in mencoder. This can be used for purposesrfelker2005-03-151-19/+39
* patch by ods15:rfelker2005-03-131-0/+2
* set AvgBytesPerSecond to the correct value if encoding with mp3lame in cbr modenicodvb2005-03-071-1/+4
* fixes for encoding of multiple fileshenry2005-03-011-23/+23
* Multifile 10l bugfix by Oded:rfelker2005-02-271-0/+2
* cleanups of the Multiple files patchhenry2005-02-251-8/+4
* compile fixhenry2005-02-251-10/+7
* do not hide frame skips/dups! if they happen it's very bad!!rfelker2005-02-251-2/+2
* Always print dup/skip messages when !quiet.hzoli2005-02-251-2/+2
* MEncoder multiple files patch by Oded Shimon (ods15)rfelker2005-02-251-19/+188
* fix missing check against lame_init_params that was leading to video only fil...reynaldo2005-02-221-1/+4
* initial, extremely experimental, libavformat muxer; don't expect anything to ...nicodvb2005-02-211-0/+4
* small reordering to make future 'multiple files' changes more modular, puts s...reynaldo2005-02-121-22/+22
* Print CPUflags and extension support on x86_64, tooreimar2005-01-291-1/+1
* happy new yeardiego2005-01-021-1/+1
* removing AFMT_ dependancyalex2004-12-271-9/+5
* Output more information about vids, aids, sids, alangs and slangs with -ident...mosu2004-11-251-0/+1
* Reduce excessive verbosity.diego2004-11-151-2/+2
* add new control message, that is send after end of stream, to flush all remai...iive2004-10-091-0/+8
* printf --> mp_msg conversiondiego2004-10-071-1/+1
* encoding to mp2 with libtoolamenicodvb2004-09-211-0/+94
* x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at ...iive2004-08-271-1/+3
* printf -> mp_msg conversion, first stepsdiego2004-08-241-160/+58
* cache min fill adjustment, based on patch by Jeremy Huddlestoniive2004-07-161-0/+3
* We don't want junk in unused parts of the BITMAPINFOHEADERranma2004-06-081-2/+2
* 1000l....of pepsi :(broke -ovc copy!)rfelker2004-05-191-3/+3
* more lame optionsrfelker2004-05-191-0/+6
* 10l on cygwin WIN32 gets defined in config.hfaust32004-04-301-1/+2
* Make it compile on mingw again. Now it is finally possible to include windows...faust32004-04-301-0/+4
* 100l to me!rfelker2004-04-301-3/+3
* removed loader/ dependancy, imported some files from g2, also used patches fr...alex2004-04-281-1/+1
* soft skipping for mencoder. rather than skipping decoding/filteringrfelker2004-04-281-2/+4
* "hard" frame duplication for mencoder. this finally makes it possiblerfelker2004-04-281-1/+3
* Respect -playlist for asx streamsrtognimp2004-04-171-1/+1
* support for abitrary imaadpcm encoding, ported from ffmpegalex2004-04-071-6/+2
* Remove spurious +1 to lame_param_quality that contradicts documentation anddiego2004-04-021-1/+1
* Use aspect from encoder for AVI vprp headerranma2004-03-241-6/+0
* OpenDML read/write supportranma2004-03-171-0/+6
* rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>ranma2004-03-091-0/+4
* write out extraheaders from lavcalex2004-02-181-5/+17
* remove raw nonsense and replace it by one ovcattila2004-02-171-6/+3
* use libavcodecs float -> fraction conversation if available for -ofps, that w...michael2004-02-101-0/+8
* * changes mencoder's exit code on explicit kill to 2attila2004-01-291-1/+4
* add lame filter optionsiive2004-01-231-0/+5
* Happy new year to all from Argentina :-)diego2004-01-121-1/+1
* add -codecs-file for selecting a specific codecs.conf on the comand lineattila2004-01-081-6/+8
* removed the historic libcss supportalex2003-12-081-23/+0
* 100lalex2003-12-081-1/+1
* RAWYUV output in MEncoder. Patch by Tuukka Toivonen <tuukkat@ee.oulu.fi>alex2003-12-081-0/+3
* Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, b...alex2003-12-081-1/+10
* Forced subs support for mencoderattila2003-12-081-0/+3
* InitTimer has to be called before *Timer-Functions can be used.ranma2003-12-021-0/+2