- 19 Aug, 2007 28 commits
-
-
Rémi Denis-Courmont authored
Also remove the volatile qualifier. No, volatile does not magically solve threading bugs, sorry I too have tried this "easy" path, it does REALLY NOT WORK. volatile only solves signals concurrency, not threads concurrency.
-
Rémi Denis-Courmont authored
By the way, using asprintf(&ptr)/free(ptr) to determine the length of a string is really lame, when you can do the same with snprintf(NULL, 0);
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
Fix playlist_item_t.i_id vs input_item_t.i_id mess in HTTP interface. (Looks like this was new in 0.9.0. Having 2 differents integer ids, one being used to play and the other needed to delete the item is kind of awkward.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Gildas Bazin authored
-
Ilkka Ollakka authored
Googleimage to use artist-tag and do url-encode (example taken from http://www.redwiki.net/wiki/wiki.php/LUA/URLencode%B1%B8%C7%F6%C4ڵ%E5 )
-
Ilkka Ollakka authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Ilkka Ollakka authored
Second try, show save meta button if user changes any input field, also then set in_edit=true so playlist changes doesn't change meta-data what to edit.
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Add rtcp boolean to emit RTCP SR
-
Antoine Cellerier authored
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
Edit mediainfo so you can edit meta-data even when playitem changes in background. Also sets default to readonly, so user can't change meta if he/she doesn't want to edit it. First try ;)
-
Rafaël Carré authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Jean-Baptiste Kempf authored
Patch by Ilkka Ollakka, modified by myself to rip-off extra spaces, to modify a constant one and not 4 times, and functions placement in the code.
-
- 18 Aug, 2007 12 commits
-
-
Rafaël Carré authored
Doesn't fix input memleaks (playlist.m:204-214)
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
Fix [21193]
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Antoine Cellerier authored
-