- Aug 23, 2008
-
-
Christophe Mutricy authored
-
Fixes #1902 Signed-off-by:
Derk-Jan Hartman <hartman@videolan.org>
-
hartman authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Note that all NS*Integer types were introduced on 10.5 only. They can tollfree bridged with the respective plain ints. They are undocumented anyway...
-
hartman authored
-
sigmunau authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Proposed by Georg Seifert.
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
dionoea authored
Don't send failure messages when probing filter. (It unfortunately seems impossible to check if a filter is being probed or asked for explicitly)
-
dionoea authored
Fix forced audio filter2 usage in transcode (when using afilter=). Downmixing now works with channels=1 (auto probed filter) or afilter=mono.
-
Before setting end_date, remember to initialize the divider for future calculations. Signed-off-by:
David Flynn <davidf@rd.bbc.co.uk> Signed-off-by:
Antoine Cellerier <dionoea@videolan.org>
-
dionoea authored
-
dionoea authored
18:36 antoine@macbook ~/videolan/vlc-build% ./vlc ~/media/music/Greenday/American\ Idiot/01\ -\ American\ Idiot.mp3 --sout '#transcode{acodec=mpga,ab=32,channels=1}:std{access=file,mux=raw,dst=/tmp/a.mp3}' -vvv -I dummy --no-media-library (with pre 9107e1e0 builds you need to add --sout-mono-downmix to the command line)
-
dionoea authored
-
dionoea authored
-
dionoea authored
-
dionoea authored
-
dionoea authored
-
dionoea authored
Use the same order for buttons in the fullscreen interface than in the normal interface (there's still an extra space between the next and fullscreen toggle buttons ... don't know how to remove it)
-
Rémi Denis-Courmont authored
-
dionoea authored
Change the fullscreen button in the fullscreen controller (since clicking it switches from fullscreen and not to fullscreen).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
I will properly fix it. This reverts commit 1e6d1086.
-
Rémi Denis-Courmont authored
-
dionoea authored
Keep p_input->i_state when adding a subtitle on the fly. This prevents i_state from being changed to BUFFERING_S (which would in turn prevent the input from being paused). This should close #1904. (Should be backported in 0.8.6 if we keep that branch)
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
Reported by Georg Seifert.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
Most likely due to the late and incomplete filter rework
-
Jean-Baptiste Kempf authored
-
JPeg authored
-
JPeg authored
Simply resize to sizeHint() on startup.
-