aboutsummaryrefslogtreecommitdiffhomepage
path: root/mencoder.c
Commit message (Expand)AuthorAge
* cfg-common*: Replace common options template by a common options arrayGravatar diego2010-11-02
* libass: match font attachments based on extensionGravatar Grigori Goronzy2010-06-01
* options: move -alang and -slang to option structGravatar Uoti Urpala2010-05-22
* Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\
* \ Merge svn changes up to r30917Gravatar Uoti Urpala2010-04-26
|\ \
* \ \ Merge svn change r30908Gravatar Uoti Urpala2010-04-26
|\ \ \
* \ \ \ Merge svn changes up to r30907Gravatar Uoti Urpala2010-04-26
|\ \ \ \
* | | | | options: move -chapter values to option structGravatar Uoti Urpala2010-04-25
| | | | * Mark add_subtitles() as static, it is not used outside the file, fixes:Gravatar diego2010-03-24
| | | | * Rename SetCodecPath() --> set_codec_path().Gravatar diego2010-03-21
| | | | * Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
| | | | * Move SetCodecPath() from loader to get_path.c and make it unconditional.Gravatar diego2010-03-20
| | | | * Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.Gravatar diego2010-03-18
| | | | * Split codec path related code into a separate file to fix Windows build.Gravatar reimar2010-03-18
| | | |/
| | | * Follow a more proper way to support -codecpath.Gravatar komh2010-03-17
| | | * Remove some commented-out debugging and similar cruft.Gravatar diego2010-03-16
| | | * Remove unnecessary forward declarations for a bunch of functions.Gravatar diego2010-03-16
| | |/
| | * cosmetics: Move all functions before main().Gravatar diego2010-03-16
| |/
| * Remove disabled flip_upside_down function; it has been unused for ages.Gravatar diego2010-03-16
| * Remove unnecessary forward declaration of print_wave_header().Gravatar diego2010-03-16
| * Add -codecpath option.Gravatar komh2010-03-15
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30876Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30732Gravatar Uoti Urpala2010-03-10
|\ \ \
* \ \ \ Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\ \ \ \
* \ \ \ \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \
* | | | | | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
| | | | | * Enable ASS/SSA subtitle support in mencoderGravatar greg2010-03-05
| | | | |/
| | | | * Use the KEYFRAME define instead of some magic number.Gravatar reimar2010-02-28
| | | |/
| | | * Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:Gravatar diego2010-02-23
| | |/
| | * Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
| * Move the resync-related code into more consistent places instead of having itGravatar reimar2010-01-24
* | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST)Gravatar Uoti Urpala2009-12-29
| * Remove more direct includes of libass/ass.hGravatar reimar2009-12-24
* | vf_vo: Use vo_seek_reset() instead of vo_control()Gravatar Uoti Urpala2009-12-02
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
* | Merge branch 'vdpau'Gravatar Uoti Urpala2009-11-16
|\ \
| * | Implement vsync-aware frame timing for VDPAUGravatar Uoti Urpala2009-11-15
| | * Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for ...Gravatar reimar2009-11-13
* | | av_log callback handling overhaulGravatar Uoti Urpala2009-10-31
|/ /
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Make -nosub work to disable subtitles even if -slang and dvd streams are used.Gravatar reimar2009-09-29
| * Add a -nosub option that allows disabling auto-selected subtitles as e.g. theGravatar reimar2009-09-28
| * Add support for displaying subtitles on the command-line when playingGravatar reimar2009-09-23
| * Make update_subtitles work without sh_video for text subtitles.Gravatar reimar2009-09-23
* | core/VO: Allow VO drivers to add/modify framesGravatar Uoti Urpala2009-09-18
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * Handle demuxers that never set filepos by using stream_tell.Gravatar reimar2009-08-17