| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporary workaround for libavcodec issues with B-frames | rtognimp | 2006-05-09 | 1 | -1/+1 |
* | Rename some misspelled and misnamed messages. | diego | 2006-04-28 | 1 | -2/+2 |
* | Make EDL compilation unconditional | uau | 2006-04-27 | 1 | -12/+0 |
* | Make mencoder stream size printing use 64 bits. | corey | 2006-04-26 | 1 | -2/+2 |
* | No need to include the whole libinput in mencoder | albeu | 2006-04-25 | 1 | -1/+5 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -1/+0 |
* | Remove support for default.sub. | diego | 2006-04-23 | 1 | -8/+6 |
* | arrg more of this stupid cruft | rfelker | 2006-03-30 | 1 | -1/+1 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 | 1 | -2/+2 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -2/+2 |
* | feed something (hopefully correct timestamps) into the video filter chain | michael | 2006-03-21 | 1 | -2/+2 |
* | temporarily disabled the coercion of audio_preload=0 for -of mpeg until I fin... | nicodvb | 2006-03-19 | 1 | -0/+3 |
* | The system-wide and the user-specific MEncoder configuration file should both | diego | 2006-03-14 | 1 | -1/+1 |
* | Add uninit for audio before switching to next file and completing encode | ods15 | 2006-02-24 | 1 | -0/+2 |
* | Fix video delay when encoding with B-frames. | corey | 2006-02-21 | 1 | -0/+3 |
* | New option: -ignore-start | corey | 2006-02-20 | 1 | -0/+3 |
* | dwStart support for mencoder. | corey | 2006-02-19 | 1 | -5/+5 |
* | deobfuscate some a/v sync code | ods15 | 2006-02-19 | 1 | -14/+15 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -3/+3 |
* | muxer_mpeg MUST be used with audio_preload=0 | nicodvb | 2006-02-11 | 1 | -0/+1 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 | 1 | -3/+3 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -2/+2 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 1 | -3/+3 |
* | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ... | michael | 2006-01-26 | 1 | -5/+5 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -8/+8 |
* | Update copyright date to 2006 | gpoirier | 2006-01-04 | 1 | -1/+1 |
* | disable dvd subtitles by default | nicodvb | 2006-01-03 | 1 | -2/+2 |
* | "cfg-mplayer-def.h" is what is written in ~/.mplayer/config when it is not | ods15 | 2005-12-17 | 1 | -1/+0 |
* | make -o mandatory and add a warning when the extension does not match the con... | wanderer | 2005-12-15 | 1 | -1/+28 |
* | more warning fixes | ods15 | 2005-12-07 | 1 | -2/+2 |
* | compiler warning fixes, some of these were actual (printing) bugs. | ods15 | 2005-12-07 | 1 | -13/+11 |
* | Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'll | ods15 | 2005-12-07 | 1 | -3/+3 |
* | new -msglevel option, constrols msg level for every msg module | ods15 | 2005-12-06 | 1 | -3/+3 |
* | fatal error when muxer cannot initialize | rfelker | 2005-12-02 | 1 | -0/+4 |
* | Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org... | reynaldo | 2005-11-29 | 1 | -2/+0 |
* | buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun... | nicodvb | 2005-11-21 | 1 | -7/+0 |
* | print the number of encoded frames per seconds (fps) with a greater precision | gpoirier | 2005-11-17 | 1 | -2/+2 |
* | Provide percentage even when demuxer->movi_start and movi_end are not available | reimar | 2005-10-30 | 1 | -1/+2 |
* | comment on -noskip patch | rfelker | 2005-10-23 | 1 | -0/+5 |
* | honor decoder's/filter's decision to remove frames when using -noskip. | rfelker | 2005-10-23 | 1 | -0/+3 |
* | reapply rawaudio muxer fix (don't disable audio without user's permission!) (... | rfelker | 2005-10-23 | 1 | -4/+0 |
* | reverse patch that was mistakenly applied with unwanted unrelated changes | rfelker | 2005-10-23 | 1 | -3/+4 |
* | document hack | ods15 | 2005-10-20 | 1 | -0/+2 |
* | processing audio is sometimes essential for a/v sync, so 1000l to | rfelker | 2005-10-19 | 1 | -4/+3 |
* | allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmai... | faust3 | 2005-10-16 | 1 | -0/+4 |
* | cosmetics. does not change functionality, but makes code easier to read | ods15 | 2005-10-13 | 1 | -63/+43 |
* | weirdness, flags aren't restored right unless you add this second push | ods15 | 2005-10-13 | 1 | -0/+1 |
* | fix mencoder multi-file with some files having audio but others dont | ods15 | 2005-10-13 | 1 | -1/+7 |
* | 100000l to me | ods15 | 2005-10-08 | 1 | -3/+6 |
* | Make frameno.avi not turn on by default. this is deprecated and this entire | ods15 | 2005-09-19 | 1 | -9/+11 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -0/+3 |
* | Support new static libavcodec (depends on libavutil). | al | 2005-08-01 | 1 | -1/+1 |
* | remove unused cache-prefill and create cache-seek-min that controls when seek... | iive | 2005-07-31 | 1 | -1/+1 |
* | 1000l to me. Broke compilation when EDL is disabled. | ods15 | 2005-07-23 | 1 | -0/+2 |
* | fix invalid pointers passed to init_audio_filters | reimar | 2005-07-22 | 1 | -3/+9 |
* | define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayer | reimar | 2005-07-22 | 1 | -0/+2 |
* | catch HUP and PIPE signals aswell. Patch by Sergey Khlutchin (@gmail.com) | alex | 2005-07-18 | 1 | -0/+2 |
* | -delay for MEncoder, final step 6. | ods15 | 2005-07-17 | 1 | -1/+38 |
* | -delay for MEncoder, step 5. | ods15 | 2005-07-17 | 1 | -22/+32 |
* | -delay for MEncoder, step 4. | ods15 | 2005-07-17 | 1 | -23/+33 |
* | -delay for MEncoder, step 3. | ods15 | 2005-07-17 | 1 | -2/+13 |
* | -delay for MEncoder, step 2. | ods15 | 2005-07-17 | 1 | -28/+31 |
* | -delay for MEncoder, step 1. | ods15 | 2005-07-17 | 1 | -3/+3 |
* | Do not count skipped/broken frames when using -frames | reimar | 2005-07-03 | 1 | -0/+2 |
* | Check for WAVEFORMAT.wFormatTag overflows and allow user to override the tag ... | ranma | 2005-07-02 | 1 | -0/+14 |
* | -don't encode more audio than needed; -edl_skip is int, not short; -don't rea... | nicodvb | 2005-06-27 | 1 | -11/+19 |
* | make -srate work again, unify audio filter init and preinit. | reimar | 2005-06-24 | 1 | -8/+8 |
* | strdup subtitle filename at a more appropriate place, fixing memleaks and | reimar | 2005-06-01 | 1 | -2/+11 |
* | restored preinit_audio_filters() but set the final sample_rate to the value o... | nicodvb | 2005-05-24 | 1 | -6/+1 |
* | disable preinit until it's fixed (it breaks -speed...codec is initialized wit... | rfelker | 2005-05-24 | 1 | -0/+5 |
* | patch by oded to fix edl hang when end of audio is reached | rfelker | 2005-05-24 | 1 | -3/+4 |
* | preinit audio filters in order to determine the final samplerate and number o... | nicodvb | 2005-05-22 | 1 | -2/+17 |
* | include get_path.c before avcodec.h, fix error on osx + gcc4 where defined ma... | nplourde | 2005-05-18 | 1 | -2/+2 |
* | added twolame mp2 audio encoder | nicodvb | 2005-05-07 | 1 | -0/+1 |
* | added faac audio encoder | nicodvb | 2005-04-25 | 1 | -0/+1 |
* | audio encoding reworked | nicodvb | 2005-04-22 | 1 | -676/+80 |
* | Errors that cause MEncoder to exit should be MSGL_FATAL, not MSGL_ERR. | diego | 2005-04-06 | 1 | -2/+2 |
* | Change all MSGT_FIXME, MSGL_FIXME to appropiate values. | diego | 2005-04-06 | 1 | -38/+38 |
* | windows priority support patch by Rune Petersen <runner at mail.tele.dk> with... | faust3 | 2005-04-02 | 1 | -0/+17 |
* | 100l to oded.. edl was causing the decoder to get a first broken packet | rfelker | 2005-03-23 | 1 | -4/+5 |
* | EDL for mencoder, patch by Oded (ods15) | rfelker | 2005-03-19 | 1 | -1/+150 |
* | Oded's patch for -speed in mencoder. This can be used for purposes | rfelker | 2005-03-15 | 1 | -19/+39 |
* | patch by ods15: | rfelker | 2005-03-13 | 1 | -0/+2 |
* | set AvgBytesPerSecond to the correct value if encoding with mp3lame in cbr mode | nicodvb | 2005-03-07 | 1 | -1/+4 |
* | fixes for encoding of multiple files | henry | 2005-03-01 | 1 | -23/+23 |
* | Multifile 10l bugfix by Oded: | rfelker | 2005-02-27 | 1 | -0/+2 |
* | cleanups of the Multiple files patch | henry | 2005-02-25 | 1 | -8/+4 |
* | compile fix | henry | 2005-02-25 | 1 | -10/+7 |
* | do not hide frame skips/dups! if they happen it's very bad!! | rfelker | 2005-02-25 | 1 | -2/+2 |
* | Always print dup/skip messages when !quiet. | hzoli | 2005-02-25 | 1 | -2/+2 |
* | MEncoder multiple files patch by Oded Shimon (ods15) | rfelker | 2005-02-25 | 1 | -19/+188 |
* | fix missing check against lame_init_params that was leading to video only fil... | reynaldo | 2005-02-22 | 1 | -1/+4 |
* | initial, extremely experimental, libavformat muxer; don't expect anything to ... | nicodvb | 2005-02-21 | 1 | -0/+4 |
* | small reordering to make future 'multiple files' changes more modular, puts s... | reynaldo | 2005-02-12 | 1 | -22/+22 |
* | Print CPUflags and extension support on x86_64, too | reimar | 2005-01-29 | 1 | -1/+1 |
* | happy new year | diego | 2005-01-02 | 1 | -1/+1 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 1 | -9/+5 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 | 1 | -0/+1 |
* | Reduce excessive verbosity. | diego | 2004-11-15 | 1 | -2/+2 |
* | add new control message, that is send after end of stream, to flush all remai... | iive | 2004-10-09 | 1 | -0/+8 |
* | printf --> mp_msg conversion | diego | 2004-10-07 | 1 | -1/+1 |
* | encoding to mp2 with libtoolame | nicodvb | 2004-09-21 | 1 | -0/+94 |
* | x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at ... | iive | 2004-08-27 | 1 | -1/+3 |
* | printf -> mp_msg conversion, first steps | diego | 2004-08-24 | 1 | -160/+58 |
* | cache min fill adjustment, based on patch by Jeremy Huddleston | iive | 2004-07-16 | 1 | -0/+3 |
* | We don't want junk in unused parts of the BITMAPINFOHEADER | ranma | 2004-06-08 | 1 | -2/+2 |
* | 1000l....of pepsi :(broke -ovc copy!) | rfelker | 2004-05-19 | 1 | -3/+3 |
* | more lame options | rfelker | 2004-05-19 | 1 | -0/+6 |
* | 10l on cygwin WIN32 gets defined in config.h | faust3 | 2004-04-30 | 1 | -1/+2 |
* | Make it compile on mingw again. Now it is finally possible to include windows... | faust3 | 2004-04-30 | 1 | -0/+4 |
* | 100l to me! | rfelker | 2004-04-30 | 1 | -3/+3 |
* | removed loader/ dependancy, imported some files from g2, also used patches fr... | alex | 2004-04-28 | 1 | -1/+1 |
* | soft skipping for mencoder. rather than skipping decoding/filtering | rfelker | 2004-04-28 | 1 | -2/+4 |
* | "hard" frame duplication for mencoder. this finally makes it possible | rfelker | 2004-04-28 | 1 | -1/+3 |
* | Respect -playlist for asx streams | rtognimp | 2004-04-17 | 1 | -1/+1 |
* | support for abitrary imaadpcm encoding, ported from ffmpeg | alex | 2004-04-07 | 1 | -6/+2 |
* | Remove spurious +1 to lame_param_quality that contradicts documentation and | diego | 2004-04-02 | 1 | -1/+1 |
* | Use aspect from encoder for AVI vprp header | ranma | 2004-03-24 | 1 | -6/+0 |
* | OpenDML read/write support | ranma | 2004-03-17 | 1 | -0/+6 |
* | rawvideo muxer patch by John Earl <jwe21@cam.ac.uk> | ranma | 2004-03-09 | 1 | -0/+4 |
* | write out extraheaders from lavc | alex | 2004-02-18 | 1 | -5/+17 |
* | remove raw nonsense and replace it by one ovc | attila | 2004-02-17 | 1 | -6/+3 |
* | use libavcodecs float -> fraction conversation if available for -ofps, that w... | michael | 2004-02-10 | 1 | -0/+8 |
* | * changes mencoder's exit code on explicit kill to 2 | attila | 2004-01-29 | 1 | -1/+4 |
* | add lame filter options | iive | 2004-01-23 | 1 | -0/+5 |
* | Happy new year to all from Argentina :-) | diego | 2004-01-12 | 1 | -1/+1 |
* | add -codecs-file for selecting a specific codecs.conf on the comand line | attila | 2004-01-08 | 1 | -6/+8 |
* | removed the historic libcss support | alex | 2003-12-08 | 1 | -23/+0 |
* | 100l | alex | 2003-12-08 | 1 | -1/+1 |
* | RAWYUV output in MEncoder. Patch by Tuukka Toivonen <tuukkat@ee.oulu.fi> | alex | 2003-12-08 | 1 | -0/+3 |
* | Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, b... | alex | 2003-12-08 | 1 | -1/+10 |
* | Forced subs support for mencoder | attila | 2003-12-08 | 1 | -0/+3 |
* | InitTimer has to be called before *Timer-Functions can be used. | ranma | 2003-12-02 | 1 | -0/+2 |
* | workaround! exit if there's no video stream (hopefully it's a proper fix) | alex | 2003-11-23 | 1 | -0/+6 |
* | wrong include on shared lavc | iive | 2003-11-07 | 1 | -0/+6 |
* | mencoder lavc audio encoding support | ranma | 2003-11-03 | 1 | -0/+210 |
* | some updates in muxer api | alex | 2003-10-22 | 1 | -5/+5 |
* | Removed the historic cfgparser and switched full to the new config parser (al... | alex | 2003-08-13 | 1 | -41/+5 |
* | sync the basic mplayer and mencoder outputs | alex | 2003-07-22 | 1 | -1/+25 |
* | copyright message rework, try 2 | alex | 2003-07-13 | 1 | -6/+1 |
* | renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_... | arpi | 2003-06-09 | 1 | -2/+2 |
* | Support for selecting the audio track in Matroska files via -alang. | mosu | 2003-05-23 | 1 | -1/+1 |
* | support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl> | henry | 2003-04-07 | 1 | -9/+11 |
* | MINGW32 port | faust3 | 2003-03-31 | 1 | -0/+3 |
* | Stream cleanup, don't use blah_on options anymore. | albeu | 2003-03-30 | 1 | -6/+5 |
* | fix wrong channel count w/ pcm encoding | henry | 2003-03-29 | 1 | -2/+2 |
* | this is a combo patch that: | arpi | 2003-03-16 | 1 | -1/+1 |
* | 1000L i forgot mencoder | albeu | 2003-03-15 | 1 | -1/+4 |
* | Made "force_fps" non-static, because code in "libmpdemux" refers to it. | rsf | 2003-03-11 | 1 | -1/+1 |
* | A new nuppel video encoder. Mainly for RT encoding on slow box. | albeu | 2003-03-03 | 1 | -0/+4 |
* | linux->osdep | arpi | 2003-02-09 | 1 | -1/+1 |
* | ability to disable the nonsense expand filter is a must! otherwise | rfelker | 2003-01-24 | 1 | -1/+3 |
* | Cleanup of the muxer API, func parameters muxer & muxer_f eliminated. | arpi | 2003-01-19 | 1 | -14/+9 |
* | extension-based filetype detection for headerless files (mp3 vs mpeg, etc) | arpi | 2003-01-19 | 1 | -2/+2 |
* | AltiVec detection code ("borrowed" from FFmpeg and | arpi | 2003-01-18 | 1 | -1/+1 |
* | 10l | arpi | 2003-01-16 | 1 | -6/+6 |
* | this patch adds an fallback to playlist (any but the plaintext-list format) | arpi | 2003-01-12 | 1 | -0/+2 |
* | 10l... | arpi | 2003-01-05 | 1 | -1/+1 |
* | -nosound warning | arpi | 2003-01-05 | 1 | -0/+2 |
* | 10l :-)) | filon | 2003-01-03 | 1 | -1/+1 |
* | "MPlayer does the right thing, presents frame 9 for 1.1 seconds, and continues | arpi | 2002-12-28 | 1 | -2/+2 |
* | the long-waited MUXER layer, and new MPEG-PS muxer | arpi | 2002-12-27 | 1 | -17/+31 |
* | Presets are an easy way, to use hard to access lame options and to give | arpi | 2002-12-21 | 1 | -0/+247 |
* | Sorenson 1/3 encoding just for fun :) | arpi | 2002-12-16 | 1 | -0/+3 |
* | Fallback to builtin (generated from etc/codecs.conf at compile time) | arpi | 2002-12-15 | 1 | -2/+5 |
* | 1l | arpi | 2002-12-15 | 1 | -1/+1 |
* | |