aboutsummaryrefslogtreecommitdiffhomepage
path: root/m_option.c
Commit message (Expand)AuthorAge
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-07-06
|\
| * options: allow colorspace options to recognize "yvyu"Gravatar reimar2011-07-06
* | options: allocate dynamic options with tallocGravatar Uoti Urpala2011-07-06
|/
* commands: change property mechanism to use talloc stringsGravatar Uoti Urpala2011-07-03
* cosmetics: reformat demux_lavf.c, m_option.[ch] and m_property.cGravatar Uoti Urpala2011-07-03
* video/colorspaces: add new 9/10-bit formats from libavcodecGravatar Uoti Urpala2011-06-26
* options: fix -profile parsing after 2db33ab48cGravatar Uoti Urpala2011-05-07
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* options: support string list separators other than ','Gravatar Uoti Urpala2011-04-20
* options: remove unused "func_full" option typeGravatar Uoti Urpala2011-01-31
* options: add special -leak-report optionGravatar Uoti Urpala2011-01-15
* Merge branch 'hr-seek'Gravatar Uoti Urpala2010-12-20
|\
* | cosmetics: remove unused code, small formatting tweaksGravatar Uoti Urpala2010-12-20
| * options: add "choice" option type, use for -pts-association-modeGravatar Uoti Urpala2010-12-18
|/
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* options: modify parse_timestring(), make publicGravatar cigaes2010-11-02
* Move code to avoid forward declarations in top-level .c filesGravatar diego2010-11-02
* spelling fixesGravatar siretart2010-11-02
* m_option.c: fix list termination with -*-pre optionsGravatar reimar2010-11-02
* Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\
| * Add support for 12-bit color mode on framebuffer devices.Gravatar cehoyos2010-05-06
* | options: move -chapter values to option structGravatar Uoti Urpala2010-04-25
* | Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \
* | | Make help text translatableGravatar Uoti Urpala2010-03-07
| | * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
| | * Make more option-parsing related function arguments const.Gravatar reimar2010-02-25
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Merge svn changes up to r30301Gravatar Uoti Urpala2010-01-25
|\|
| * Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\|
| * Add support for YUV format with alpha and fix the codecs.conf entry for vp6aGravatar reimar2009-12-31
| * Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
| * Add support for 440p colorspace.Gravatar reimar2009-12-30
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.Gravatar reimar2009-11-21
* | 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 r28862Gravatar Uoti Urpala2009-03-07
|\|
| * 100l, remove a pointless opt = NULL assignment that made print_int crash sinc...Gravatar reimar2009-03-03
| * Add a 64 bit integer type to the suboption parser.Gravatar reimar2009-03-02
| * Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems.Gravatar reimar2009-03-02
| * Minor cosmetics: fix indentationGravatar reimar2009-03-02
* | Merge svn changes up to r27899Gravatar Uoti Urpala2008-11-06
|\|
| * Avoid a potential memleak in parse_obj_params in case of a missingGravatar reimar2008-10-31
* | options: Fix multiple -v by simplifying CONF_TYPE_FUNCGravatar Uoti Urpala2008-04-26
* | options: Remove "reset" functionality from CONF_TYPE_FUNC[_PARAM]Gravatar Uoti Urpala2008-04-26
|/
* typo: begining --> beginningGravatar diego2007-12-23
* Option print functions may not and do not modify valueGravatar reimar2007-12-02
* correct const usage in the option handling code so that tables can beGravatar rfelker2007-11-09