aboutsummaryrefslogtreecommitdiffhomepage
path: root/m_option.c
Commit message (Expand)AuthorAge
* 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
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* mjpeg support for v4l2 tv:// driverGravatar voroshil2007-06-01
* Add a print function for the time option type.Gravatar albeu2007-05-31
* remove C99-ism (mixed declaration and code),Gravatar gpoirier2007-02-28
* Move parsing of the -ss option to the option code.Gravatar uau2007-02-24
* str_list separator backslash-escapingGravatar reimar2007-02-05
* Get rid of useless last_ptr assignmentGravatar reimar2007-02-04
* \, escapingGravatar michael2006-10-20
* Avoid memleak when calling parse_obj_params only for syntax-checking (dst == ...Gravatar reimar2006-10-08