- 21 Aug, 2013 3 commits
-
-
Adrien Maglo authored
-
Julian Scheel authored
In direct rendering mode a picture reference is acquired from the video output module. This reference has to be released when the internal omx buffer which uses this reference is freed. This avoids a blocking condition where the video output would wait for a picture to be freed forever. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Julian Scheel authored
Activate the mpeg2 module in the broadcom omx core. If this is used on a Raspberry it is required to have a MPEG2 license key to activate this core. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Aug, 2013 8 commits
-
-
Jean-Baptiste Kempf authored
Same issue as mp3 .raw extensions
-
Rafaël Carré authored
fLaC marker is helpful for file format detection
-
Jean-Baptiste Kempf authored
Close #9223
-
Jean-Baptiste Kempf authored
Close #9222
-
Jean-Baptiste Kempf authored
That doesn't really make sense
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 19 Aug, 2013 17 commits
-
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Make code more verbose and easy to read
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This reverts commit 03ae4817.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Edward Wang authored
Fix regression introduced in 95f14593 ConfigControl::getName() uses memory of p_item which is a part of p_config memory. This was causing a crash when trying to save the preferences, as the constructor had already destroyed it upon creation. Instead, free the p_config memory on the destructor, which is automatically called when the dialog closes, saved or cancelled. Verified to not leak any memory. Close #9214 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #9200
-
Edward Wang authored
Without this fix, they are indistinguishable in the GUI and the user cannot know which is which. Pointed-out-by: Eric Hameleers <alien@slackware.com> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Edward Wang authored
Normalise it with other options in advanced prefs. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 18 Aug, 2013 12 commits
-
-
Adrien Maglo authored
-
Adrien Maglo authored
-
Vianney Boyer authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Vianney Boyer authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ronald Wright authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Close #9209
-
Steinar H. Gunderson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
No longer needed as the model now behaves correctly. reverts 442bad11
-
Francois Cartegnie authored
- popup now created according to the selected items and models. - fixes view/popup model abstraction. - allows introducing new methods/models.
-