summaryrefslogtreecommitdiffstats
path: root/mencoder.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* workaround! exit if there's no video stream (hopefully it's a proper fix)alex2003-11-231-0/+6
* wrong include on shared lavciive2003-11-071-0/+6
* mencoder lavc audio encoding supportranma2003-11-031-0/+210
* some updates in muxer apialex2003-10-221-5/+5
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-41/+5
* sync the basic mplayer and mencoder outputsalex2003-07-221-1/+25
* copyright message rework, try 2alex2003-07-131-6/+1
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-2/+2
* Support for selecting the audio track in Matroska files via -alang.mosu2003-05-231-1/+1
* support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>henry2003-04-071-9/+11
* MINGW32 portfaust32003-03-311-0/+3
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-301-6/+5
* fix wrong channel count w/ pcm encodinghenry2003-03-291-2/+2
* this is a combo patch that:arpi2003-03-161-1/+1
* 1000L i forgot mencoderalbeu2003-03-151-1/+4
* Made "force_fps" non-static, because code in "libmpdemux" refers to it.rsf2003-03-111-1/+1
* A new nuppel video encoder. Mainly for RT encoding on slow box.albeu2003-03-031-0/+4
* linux->osdeparpi2003-02-091-1/+1
* ability to disable the nonsense expand filter is a must! otherwiserfelker2003-01-241-1/+3
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-14/+9
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)arpi2003-01-191-2/+2
* AltiVec detection code ("borrowed" from FFmpeg andarpi2003-01-181-1/+1
* 10larpi2003-01-161-6/+6
* this patch adds an fallback to playlist (any but the plaintext-list format)arpi2003-01-121-0/+2
* 10l...arpi2003-01-051-1/+1
* -nosound warningarpi2003-01-051-0/+2
* 10l :-))filon2003-01-031-1/+1
* "MPlayer does the right thing, presents frame 9 for 1.1 seconds, and continuesarpi2002-12-281-2/+2
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-17/+31
* Presets are an easy way, to use hard to access lame options and to givearpi2002-12-211-0/+247
* Sorenson 1/3 encoding just for fun :)arpi2002-12-161-0/+3
* Fallback to builtin (generated from etc/codecs.conf at compile time)arpi2002-12-151-2/+5
* 1larpi2002-12-151-1/+1
* compiler warning fixesarpi2002-12-141-1/+1
* overlapping subtitles support is now optional, can be disabled (-nooverlapsub)arpi2002-12-051-0/+1
* fixed -fps with mencoder and fixed-rate files (avi etc)arpi2002-12-041-0/+6
* end_at int->double, as option -endpos accepts float seconds tooarpi2002-12-041-1/+1
* New config system + cleanup of header inter dependencyalbeu2002-11-121-2/+30
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-2/+3
* fix sound encoding on BE archcolin2002-11-031-0/+4
* removed -pass nonsense from mencoder! it's now a suboption to -divx4optsrfelker2002-11-021-2/+0
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,arpi2002-11-021-2/+7
* verbose can be negativearpi2002-11-011-2/+2
* allow cache to be disabled (-nocache should override cachesize autodetectionarpi2002-10-231-2/+2
* cleanup config option handling in libmpdemux.arpi2002-10-231-4/+1
* Fixed two typos noticed by Sycotic Smith (I think).diego2002-10-191-1/+1
* setting the keyframe flag for every audio chunks, fixes streamcopy'd ac3 on w...arpi2002-10-101-1/