aboutsummaryrefslogtreecommitdiffhomepage
path: root/mencoder.c
Commit message (Expand)AuthorAge
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...Gravatar nicodvb2005-11-21
* print the number of encoded frames per seconds (fps) with a greater precisionGravatar gpoirier2005-11-17
* Provide percentage even when demuxer->movi_start and movi_end are not availableGravatar reimar2005-10-30
* comment on -noskip patchGravatar rfelker2005-10-23
* honor decoder's/filter's decision to remove frames when using -noskip.Gravatar rfelker2005-10-23
* reapply rawaudio muxer fix (don't disable audio without user's permission!) (...Gravatar rfelker2005-10-23
* reverse patch that was mistakenly applied with unwanted unrelated changesGravatar rfelker2005-10-23
* document hackGravatar ods152005-10-20
* processing audio is sometimes essential for a/v sync, so 1000l toGravatar rfelker2005-10-19
* allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmai...Gravatar faust32005-10-16
* cosmetics. does not change functionality, but makes code easier to readGravatar ods152005-10-13
* weirdness, flags aren't restored right unless you add this second pushGravatar ods152005-10-13
* fix mencoder multi-file with some files having audio but others dontGravatar ods152005-10-13
* 100000l to meGravatar ods152005-10-08
* Make frameno.avi not turn on by default. this is deprecated and this entireGravatar ods152005-09-19
* Demuxer modularizationGravatar rtognimp2005-08-05
* Support new static libavcodec (depends on libavutil).Gravatar al2005-08-01
* remove unused cache-prefill and create cache-seek-min that controls when seek...Gravatar iive2005-07-31
* 1000l to me. Broke compilation when EDL is disabled.Gravatar ods152005-07-23
* fix invalid pointers passed to init_audio_filtersGravatar reimar2005-07-22
* define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayerGravatar reimar2005-07-22
* catch HUP and PIPE signals aswell. Patch by Sergey Khlutchin (@gmail.com)Gravatar alex2005-07-18
* -delay for MEncoder, final step 6.Gravatar ods152005-07-17
* -delay for MEncoder, step 5.Gravatar ods152005-07-17
* -delay for MEncoder, step 4.Gravatar ods152005-07-17
* -delay for MEncoder, step 3.Gravatar ods152005-07-17
* -delay for MEncoder, step 2.Gravatar ods152005-07-17
* -delay for MEncoder, step 1.Gravatar ods152005-07-17
* Do not count skipped/broken frames when using -framesGravatar reimar2005-07-03
* Check for WAVEFORMAT.wFormatTag overflows and allow user to override the tag ...Gravatar ranma2005-07-02
* -don't encode more audio than needed; -edl_skip is int, not short; -don't rea...Gravatar nicodvb2005-06-27
* make -srate work again, unify audio filter init and preinit.Gravatar reimar2005-06-24
* strdup subtitle filename at a more appropriate place, fixing memleaks andGravatar reimar2005-06-01
* restored preinit_audio_filters() but set the final sample_rate to the value o...Gravatar nicodvb2005-05-24
* disable preinit until it's fixed (it breaks -speed...codec is initialized wit...Gravatar rfelker2005-05-24
* patch by oded to fix edl hang when end of audio is reachedGravatar rfelker2005-05-24
* preinit audio filters in order to determine the final samplerate and number o...Gravatar nicodvb2005-05-22
* include get_path.c before avcodec.h, fix error on osx + gcc4 where defined ma...Gravatar nplourde2005-05-18
* added twolame mp2 audio encoderGravatar nicodvb2005-05-07
* added faac audio encoderGravatar nicodvb2005-04-25
* audio encoding reworkedGravatar nicodvb2005-04-22
* Errors that cause MEncoder to exit should be MSGL_FATAL, not MSGL_ERR.Gravatar diego2005-04-06
* Change all MSGT_FIXME, MSGL_FIXME to appropiate values.Gravatar diego2005-04-06
* windows priority support patch by Rune Petersen <runner at mail.tele.dk> with...Gravatar faust32005-04-02
* 100l to oded.. edl was causing the decoder to get a first broken packetGravatar rfelker2005-03-23
* EDL for mencoder, patch by Oded (ods15)Gravatar rfelker2005-03-19
* Oded's patch for -speed in mencoder. This can be used for purposesGravatar rfelker2005-03-15
* patch by ods15:Gravatar rfelker2005-03-13
* set AvgBytesPerSecond to the correct value if encoding with mp3lame in cbr modeGravatar nicodvb2005-03-07
* fixes for encoding of multiple filesGravatar henry2005-03-01