- 23 Aug, 2007 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Do not refer to bogus TTL values
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
There is no way at the moment to know if a file is audio only
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Even then rtp.c is quite big...
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Damien Fouilleul authored
-
- 22 Aug, 2007 29 commits
-
-
Damien Fouilleul authored
-
Damien Fouilleul authored
freetype: balance vlc_object_find() and vlc_object_release(), otherwise object is leaked (refcount > 0 on quit):
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Christophe Mutricy authored
Fix some warnings
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Add new module_FindName function to find a module when given it's name. Use this to fix the qt interface extended panel (video filters). Change module_Exists to take the module name (and not short name) as parameter. Update the only known use of that function acordingly.
-
Rafaël Carré authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Antoine Cellerier authored
-
Rafaël Carré authored
Enforce access to input_item_t through input_item_{G,S}et*() Unlock mutexes before calling these functions Free strings returned by input_item_Get*() New functions added: char * input_item_GetURI( input_item_t * ) void input_item_SetURI( input_item_t * , char * ) mtime_t input_item_GetDuration( input_item_t * ) void input_item_SetDuration( input_item_t * , mtime_t ) to access input_item_t->psz_uri and input_item_t->i_duration
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
Revert [21140] which broke the extend panels in Qt4 + add a comment so this doesn't happen again. (Please test changes before commiting ... thanks)
-
Rafaël Carré authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
control/media_list.c: Revert the tagging of the subitems. This is not our job. Also not add the subitems to our list. We need a new media_tree object that will handle that itself.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- specify server_port and, if needed, source - check for unsupported options - use proper default values - try transport successively until one works (untested!)
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Ilkka Ollakka authored
-