index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
m_option.c
Commit message (
Expand
)
Author
Age
*
cleanup: don't check for NULL before free()
diego
2010-11-08
*
options: modify parse_timestring(), make public
cigaes
2010-11-02
*
Move code to avoid forward declarations in top-level .c files
diego
2010-11-02
*
spelling fixes
siretart
2010-11-02
*
m_option.c: fix list termination with -*-pre options
reimar
2010-11-02
*
Merge svn changes up to r31141
Uoti Urpala
2010-05-07
|
\
|
*
Add support for 12-bit color mode on framebuffer devices.
cehoyos
2010-05-06
*
|
options: move -chapter values to option struct
Uoti Urpala
2010-04-25
*
|
Merge svn changes up to r30748
Uoti Urpala
2010-03-10
|
\
|
*
|
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
|
\
\
*
|
|
Make help text translatable
Uoti Urpala
2010-03-07
|
|
*
Do not cast the results of malloc/calloc/realloc.
diego
2010-02-26
|
|
*
Make more option-parsing related function arguments const.
reimar
2010-02-25
|
|
/
|
*
Add license header to all top-level files missing them.
diego
2010-01-30
*
|
Merge svn changes up to r30301
Uoti Urpala
2010-01-25
|
\
|
|
*
Add support for distinguishing between little- and big-endian SPDIF AC3
reimar
2010-01-11
*
|
Merge svn changes up to r30165
Uoti Urpala
2010-01-08
|
\
|
|
*
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
reimar
2009-12-31
|
*
Add support for 16-bit per component YUV formats.
reimar
2009-12-31
|
*
Add support for 440p colorspace.
reimar
2009-12-30
*
|
Merge svn changes up to r29962
Uoti Urpala
2009-11-23
|
\
|
|
*
Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.
reimar
2009-11-21
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
|
Merge svn changes up to r28862
Uoti Urpala
2009-03-07
|
\
|
|
*
100l, remove a pointless opt = NULL assignment that made print_int crash sinc...
reimar
2009-03-03
|
*
Add a 64 bit integer type to the suboption parser.
reimar
2009-03-02
|
*
Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems.
reimar
2009-03-02
|
*
Minor cosmetics: fix indentation
reimar
2009-03-02
*
|
Merge svn changes up to r27899
Uoti Urpala
2008-11-06
|
\
|
|
*
Avoid a potential memleak in parse_obj_params in case of a missing
reimar
2008-10-31
*
|
options: Fix multiple -v by simplifying CONF_TYPE_FUNC
Uoti Urpala
2008-04-26
*
|
options: Remove "reset" functionality from CONF_TYPE_FUNC[_PARAM]
Uoti Urpala
2008-04-26
|
/
*
typo: begining --> beginning
diego
2007-12-23
*
Option print functions may not and do not modify value
reimar
2007-12-02
*
correct const usage in the option handling code so that tables can be
rfelker
2007-11-09
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
*
mjpeg support for v4l2 tv:// driver
voroshil
2007-06-01
*
Add a print function for the time option type.
albeu
2007-05-31
*
remove C99-ism (mixed declaration and code),
gpoirier
2007-02-28
*
Move parsing of the -ss option to the option code.
uau
2007-02-24
*
str_list separator backslash-escaping
reimar
2007-02-05
*
Get rid of useless last_ptr assignment
reimar
2007-02-04
*
\, escaping
michael
2006-10-20
*
Avoid memleak when calling parse_obj_params only for syntax-checking (dst == ...
reimar
2006-10-08
*
Another != NULL check after dereferencing
reimar
2006-10-08
*
Fix variable dereference before NULL check.
reimar
2006-10-08
*
Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice,
reimar
2006-09-29
*
after a long time, finally i could add -endpos option to mplayer executable.
ptt
2006-09-25
*
Get rid of two initialized but unused variables
reimar
2006-08-09
[next]