index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
m_property.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
options: simplify somewhat by introducing a union for option values
wm4
2012-09-23
1
-14
/
+6
*
commands: allow printing raw properties
wm4
2012-09-18
1
-4
/
+9
*
core: remove duplicated format_time() functions
wm4
2012-09-18
1
-11
/
+1
*
options: get rid of ambiguous option parsing
wm4
2012-08-05
1
-2
/
+1
*
bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr
wm4
2012-07-28
1
-1
/
+1
*
core: change format of time properties to match the OSD time format
wm4
2012-07-28
1
-11
/
+11
*
commands: osd_show_property_text: fix \xNN escapes
harklu
2011-08-05
1
-1
/
+1
*
options: change option parsing to use bstr
Uoti Urpala
2011-07-29
1
-1
/
+2
*
options: indicate ambiguous option parameters explicitly
Uoti Urpala
2011-07-29
1
-2
/
+1
*
commands: change property mechanism to use talloc strings
Uoti Urpala
2011-07-03
1
-19
/
+14
*
cosmetics: reformat demux_lavf.c, m_option.[ch] and m_property.c
Uoti Urpala
2011-07-03
1
-182
/
+224
*
cleanup: define ROUND() macro in mpcommon.h
cboesch
2011-01-31
1
-2
/
+1
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
1
-1
/
+0
*
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
1
-0
/
+17
|
\
|
*
Add license header to all top-level files missing them.
diego
2010-01-30
1
-0
/
+17
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-7
/
+7
*
|
Restore collapsed whitespace in output messages
Uoti Urpala
2010-03-07
1
-1
/
+1
*
|
translations: corrently translate most OSD output
Uoti Urpala
2010-01-12
1
-1
/
+2
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
1
-7
/
+7
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
1
-3
/
+3
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
1
-3
/
+3
|
/
*
Add a m_property_flag_ro function for the default behaviour of a
reimar
2008-10-01
1
-3
/
+12
*
All the m_property stuff works fine with constant m_option_t
reimar
2008-01-13
1
-19
/
+19
*
Support ?(!NAME:TEXT) format for expanding string by property.
ulion
2007-12-26
1
-3
/
+8
*
Move two variable to the scope where they are indeed used.
ulion
2007-12-22
1
-2
/
+2
*
Move the time printing code out of the length property.
albeu
2007-05-31
1
-0
/
+25
*
Fix fallback on the default GET_TYPE for unvailable/disabled
albeu
2007-05-30
1
-1
/
+1
*
Make all the info available via the metadata API available via properties.
albeu
2007-05-29
1
-0
/
+12
*
Rework the property API to allow sub properties such as
albeu
2007-05-29
1
-45
/
+71
*
Split command/property handling from mplayer.c to a new file command.c.
uau
2007-02-21
1
-11
/
+11
*
Doxygen attack!
albeu
2006-04-24
1
-0
/
+3
*
100L too many arguments to mp_msg().
albeu
2006-03-23
1
-4
/
+1
*
Add an option to list the properties: -list-properties
albeu
2006-03-22
1
-0
/
+29
*
Add the new property API and implement a couple properties.
albeu
2006-03-22
1
-0
/
+278