| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the resync-related code into more consistent places instead of having it | reimar | 2010-01-24 | 1 | -1/+0 |
* | Remove more direct includes of libass/ass.h | reimar | 2009-12-24 | 1 | -1/+0 |
* | Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for ... | reimar | 2009-11-13 | 1 | -0/+8 |
* | Make -nosub work to disable subtitles even if -slang and dvd streams are used. | reimar | 2009-09-29 | 1 | -2/+2 |
* | Add a -nosub option that allows disabling auto-selected subtitles as e.g. the | reimar | 2009-09-28 | 1 | -3/+3 |
* | Add support for displaying subtitles on the command-line when playing | reimar | 2009-09-23 | 1 | -0/+6 |
* | Make update_subtitles work without sh_video for text subtitles. | reimar | 2009-09-23 | 1 | -1/+1 |
* | Handle demuxers that never set filepos by using stream_tell. | reimar | 2009-08-17 | 1 | -1/+2 |
* | Remove pointless #ifdefs around harmless internal header #includes. | diego | 2009-08-02 | 1 | -7/+0 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -23/+23 |
* | Remove pointless #ifdef around spudec.h #include. | diego | 2009-05-05 | 1 | -2/+0 |
* | Set the forced_subs_only value correctly whenever a new spudec is created. | reimar | 2009-03-30 | 1 | -0/+2 |
* | Add priority support for OS/2 and factorize the Windows priority support. | diego | 2009-02-10 | 1 | -14/+3 |
* | Factorize print_version(). | diego | 2009-01-25 | 1 | -38/+1 |
* | More #ifdef -> #if | reimar | 2009-01-16 | 1 | -7/+7 |
* | Update copyright year. | diego | 2009-01-11 | 1 | -1/+1 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -1/+1 |
* | Factorize vobsub idx/extradata handling. | aurel | 2008-10-27 | 1 | -5/+2 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 1 | -5/+5 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 | 1 | -3/+3 |
* | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -1/+1 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -14/+14 |
* | Fix mencoder built from dvdnav enabled. | ben | 2008-06-09 | 1 | -2/+2 |
* | cosmetics: Fix one misindented line. | diego | 2008-05-03 | 1 | -1/+1 |
* | Fix the indentation after the noconfig patch. | albeu | 2008-04-14 | 1 | -7/+7 |
* | Add options to disable some or all config files. | albeu | 2008-04-14 | 1 | -1/+4 |
* | Add support for system wide config file in mencoder. | albeu | 2008-04-14 | 1 | -0/+3 |
* | Replace the trivial command line preparser with a more robust version | albeu | 2008-04-13 | 1 | -5/+6 |
* | Better mark variables that are changed by the signal handler as volatile | reimar | 2008-04-03 | 1 | -2/+2 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 | 1 | -0/+3 |
* | Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all | diego | 2008-03-04 | 1 | -3/+0 |
* | #include parser-cfg.h instead of declaring m_config_parse_config_file extern. | diego | 2008-03-04 | 1 | -2/+1 |
* | Select audio stream in mplayer and mencoder, overriding demuxer decision. | eugeni | 2008-02-29 | 1 | -0/+2 |
* | Demuxer-independent subtitle track selection. | eugeni | 2008-02-29 | 1 | -0/+12 |
* | Attempt to fix -chapter broken for mkv in r25987 | reimar | 2008-02-28 | 1 | -1/+2 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -4/+2 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 | 1 | -2/+0 |
* | Try to make fps float -> AVRational conversion work better. | reimar | 2008-02-14 | 1 | -1/+2 |
* | Change force_fps and force_ofps to double | reimar | 2008-02-14 | 1 | -2/+2 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -2/+2 |
* | -chapter is now handled uniformly calling demuxer_seek_chapter() instead | nicodvb | 2008-02-11 | 1 | -0/+10 |
* | It seems that mencoder can not handle correct-pts (lots of "No pts ..." messa... | reimar | 2008-02-05 | 1 | -0/+2 |
* | Extend the precision of rationale conversion so | iive | 2008-01-19 | 1 | -1/+1 |
* | Happy New Year! | zuxy | 2008-01-02 | 1 | -1/+1 |
* | Fix libass to support -nofontconfig. | ulion | 2007-12-12 | 1 | -1/+1 |
* | Mark several uses of vo_functions_t as const to stop some of the current | reimar | 2007-12-02 | 1 | -1/+1 |
* | Simplify init_audio_filters() arguments | uau | 2007-11-01 | 1 | -10/+6 |
* | Change decode_audio() interface | uau | 2007-11-01 | 1 | -8/+1 |
* | Clean up some fields in stheader.h structs | uau | 2007-11-01 | 1 | -1/+0 |
* | warning fix: | diego | 2007-09-10 | 1 | -0/+1 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 1 | -1/+1 |
* | Fix warning: | diego | 2007-08-25 | 1 | -1/+0 |
* | Make terminal input work more like VO key input | uau | 2007-08-25 | 1 | -0/+4 |
* | Kill two warnings. | cehoyos | 2007-08-07 | 1 | -0/+4 |
* | added support for -alang and -slang with dvdnav:// streams | nicodvb | 2007-07-15 | 1 | -0/+7 |
* | Create a new MSGT for just the status line. | diego | 2007-06-05 | 1 | -3/+3 |
* | Do not use fast_memcpy for small size copy, esp. when the size is constant | reimar | 2007-06-05 | 1 | -2/+2 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -8/+8 |
* | add new -subfont option, that allows having a different font for OSD (control... | ben | 2007-05-20 | 1 | -0/+1 |
* | Simplify #include directives. | diego | 2007-04-26 | 1 | -3/+1 |
* | make -really-quiet hide the mencoder version tags. patch copied from michael | compn | 2007-04-25 | 1 | -0/+5 |
* | update year of mencoder version line | compn | 2007-04-21 | 1 | -1/+1 |
* | Remove unused variable. | diego | 2007-04-15 | 1 | -1/+0 |
* | Move parsing of the -ss option to the option code. | uau | 2007-02-24 | 1 | -11/+2 |
* | Move some subtitle handling from mplayer.c to mpcommon.c and share it with me... | reimar | 2007-02-17 | 1 | -26/+6 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 | 1 | -0/+6 |
* | 1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe | ods15 | 2007-02-17 | 1 | -2/+5 |
* | DO NOT recommend or even suggest installing codecs.conf. | diego | 2007-01-13 | 1 | -1/+0 |
* | muxers now write to output muxer->stream rather than to muxer->file | nicodvb | 2006-12-18 | 1 | -13/+14 |
* | fix mencoder include clash on osx | nplourde | 2006-12-01 | 1 | -2/+2 |
* | Remove some of the worst "headers include headers which include | reimar | 2006-11-29 | 1 | -1/+1 |
* | Make MPlayer/MEncoder print the compile-time configuration in verbose mode. | diego | 2006-11-28 | 1 | -0/+2 |
* | Make compilation depending on USE_OSD unconditional. | uau | 2006-11-22 | 1 | -2/+0 |
* | MSGTRs for mencoder.c | kraymer | 2006-11-22 | 1 | -6/+6 |
* | Make compilation depending on USE_SUB unconditional. | uau | 2006-11-21 | 1 | -6/+0 |
* | Update OSD contents only after the correct values for the frame are known. | uau | 2006-11-14 | 1 | -2/+5 |
* | ARCH_X86 simplifications | reimar | 2006-11-01 | 1 | -1/+1 |
* | "-o -" -> use stdout | michael | 2006-10-27 | 1 | -1/+4 |
* | after a long time, finally i could add -endpos option to mplayer executable. | ptt | 2006-09-25 | 1 | -56/+6 |
* | Fix MEncoder build when bitmap fonts are disabled. | diego | 2006-08-24 | 1 | -0/+2 |
* | Cosmetics (nothing but spaces, tabs, and a comment changed here..) | ods15 | 2006-08-14 | 1 | -10/+8 |
* | re-indent properly after last patch. | reimar | 2006-08-14 | 1 | -2/+2 |
* | 10l in last commit, move configured-check inside sh_video and sh_video->vfilt... | reimar | 2006-08-14 | 1 | -3/+3 |
* | Do not call VFCTRL_FLUSH_FRAMES when the filter chain was never configured, | reimar | 2006-08-14 | 1 | -0/+3 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -2/+2 |
* | Remove support for obsolete and non-free divx4/odivx libraries. | diego | 2006-07-14 | 1 | -3/+0 |
* | Marks several string parameters as const when they are not modified in the fu... | reynaldo | 2006-07-09 | 1 | -1/+1 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 1 | -0/+7 |
* | parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, s... | reynaldo | 2006-07-03 | 1 | -1/+1 |
* | include stream_dvd's interface from libmpdemux/stream_dvd.h | nicodvb | 2006-06-11 | 1 | -0/+4 |
* | 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 avc |