aboutsummaryrefslogtreecommitdiffhomepage
path: root/cfg-mencoder.h
Commit message (Expand)AuthorAge
* cfg-common*: Replace common options template by a common options arrayGravatar diego2010-11-02
* Merge svn changes up to r31291Gravatar Uoti Urpala2010-06-02
|\
| * Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.Gravatar diego2010-05-30
* | Merge svn change r31134Gravatar Uoti Urpala2010-05-07
|\|
| * the great MPlayer tab removal: part IIGravatar diego2010-05-03
* | Merge svn changes up to r31004Gravatar Uoti Urpala2010-04-26
|\|
| * Mark encoder-related m_option_t struct arrays as const.Gravatar diego2010-04-04
| * Add a header for x264enc_set_param() instead of forward declaring it.Gravatar diego2010-04-03
* | Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \
| | * Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.Gravatar diego2010-02-18
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Restore two mistakenly removed 'extern' keywords.Gravatar diego2008-12-03
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Change a bunch of codec-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
| * Remove checks for HAVE_XVID3, that conditional was removed a long time ago.Gravatar diego2008-08-02
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Silence "discards qualifiers" warnings when compiling mplayer.cGravatar Uoti Urpala2008-04-26
|/
* Split cfg-common.h into two separate header files. It was being included twiceGravatar diego2008-04-11
* Add comments to #endif preprocessor directives.Gravatar diego2008-03-04
* Simplify preprocessor conditionals: USE_LIBAV* is defined when compilingGravatar diego2008-03-04
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Change force_fps and force_ofps to doubleGravatar reimar2008-02-14
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Make the main m_option_t arrays constGravatar reimar2007-12-02
* Move fakemono extern to cfg-common.h where it is actually used.Gravatar reimar2007-12-02
* Remove pointless ifdefs around extern declarationsGravatar reimar2007-12-02
* Make liblzo conditional to the appropriate #defines.Gravatar diego2007-02-18
* Clarify messages for unavailable options.Gravatar diego2006-11-14
* make any parse error in -x264encopts fatalGravatar lorenm2006-10-20
* fix multiple instances of -x264encopts on the commandline (broke in r20060)Gravatar lorenm2006-10-15
* Remove the x264 option parser, and pass the options on to libx264 as a string...Gravatar lorenm2006-10-05
* after a long time, finally i could add -endpos option to mplayer executable.Gravatar ptt2006-09-25
* Remove support for obsolete and non-free divx4/odivx libraries.Gravatar diego2006-07-14
* fix vfw-related things, patches by RC and CompnGravatar gpoirier2006-05-11
* Make EDL compilation unconditionalGravatar uau2006-04-27
* dwStart support for mencoder.Gravatar corey2006-02-19
* added support for external libavformatGravatar nicodvb2006-01-09
* Remove duplicate leftover line.Gravatar diego2005-11-12
* A long-standing bug... -vfwopts in cfg-mencoder.h is being overriddenGravatar diego2005-09-28
* Make frameno.avi not turn on by default. this is deprecated and this entireGravatar ods152005-09-19
* -delay for MEncoder, step 1.Gravatar ods152005-07-17
* Check for WAVEFORMAT.wFormatTag overflows and allow user to override the tag ...Gravatar ranma2005-07-02
* rawaudio muxerGravatar ranma2005-06-19
* Surround lavf in the '-of help' output by #ifdef USE_LIBAVFORMAT.Gravatar diego2005-05-21