- 15 Aug, 2011 18 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Modules are created at initialization and destroyed at exit (after all VLC threads are terminated) There is no need to count references.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This property is fundamentally per-plugin, not per-submodule.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This field is never used for submodules, and in fact there would be no way to show it in the (current) UI.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is the same as module_t.pp_shortcuts[0].
-
Rémi Denis-Courmont authored
Use NULL rather than a static string as the default. module_get_object() deals with this situation.
-
Rémi Denis-Courmont authored
The module will never be proved. This applies to the "main" module and the playlist demux (which only has submodules).
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 14 Aug, 2011 7 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Pierre Ynard authored
-
- 13 Aug, 2011 15 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Zero-length strings are loaded as NULL. There are probably quite a few other similar failure cases :( I have not investigated.
-
Alexey Sokolov authored
For example, x264's git is one. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This is not really needed. Cache corruption would be detected anyway. But better safe than sorry.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We do not need them afterward.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids seeking. This data was not useful.
-
Mirsal Ennaime authored
* Add the org.mpris.MediaPlayer2.Player.Seek method introspection data * Update the copyright headers
-
Mirsal Ennaime authored
* Use an int64 argument * Update the copyright headers
-
Jean-Baptiste Kempf authored
Else the check on i doesn't make sense
-