aboutsummaryrefslogtreecommitdiffhomepage
path: root/mencoder.c
Commit message (Expand)AuthorAge
...
* No need to include the whole libinput in mencoderGravatar albeu2006-04-25
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* Remove support for default.sub.Gravatar diego2006-04-23
* arrg more of this stupid cruftGravatar rfelker2006-03-30
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* feed something (hopefully correct timestamps) into the video filter chainGravatar michael2006-03-21
* temporarily disabled the coercion of audio_preload=0 for -of mpeg until I fin...Gravatar nicodvb2006-03-19
* The system-wide and the user-specific MEncoder configuration file should bothGravatar diego2006-03-14
* Add uninit for audio before switching to next file and completing encodeGravatar ods152006-02-24
* Fix video delay when encoding with B-frames.Gravatar corey2006-02-21
* New option: -ignore-startGravatar corey2006-02-20
* dwStart support for mencoder.Gravatar corey2006-02-19
* deobfuscate some a/v sync codeGravatar ods152006-02-19
* Second-try commit of this patch.Gravatar corey2006-02-17
* muxer_mpeg MUST be used with audio_preload=0Gravatar nicodvb2006-02-11
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...Gravatar michael2006-01-26
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* Update copyright date to 2006Gravatar gpoirier2006-01-04
* disable dvd subtitles by defaultGravatar nicodvb2006-01-03
* "cfg-mplayer-def.h" is what is written in ~/.mplayer/config when it is notGravatar ods152005-12-17
* make -o mandatory and add a warning when the extension does not match the con...Gravatar wanderer2005-12-15
* more warning fixesGravatar ods152005-12-07
* compiler warning fixes, some of these were actual (printing) bugs.Gravatar ods152005-12-07
* Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'llGravatar ods152005-12-07
* new -msglevel option, constrols msg level for every msg moduleGravatar ods152005-12-06
* fatal error when muxer cannot initializeGravatar rfelker2005-12-02
* Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org...Gravatar reynaldo2005-11-29
* 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