- 28 Mar, 2010 1 commit
-
-
Ilkka Ollakka authored
Not really nice looking or anything, but I'm not that familiar with lua. Also not sure if comparing paths/uris is the way, didn't spot any way to get same id from both of those (or missed something trivial).
-
- 27 Mar, 2010 3 commits
-
-
Jakob Leben authored
- Simplify switching between widgets in central stack: showTab() allows switching only between two states - video state and playlist state - and does everything needed according to circumstances - Do not setMinimumWidth/Height/Size() on main interface, because it inhibits children sizeHint() evaluation, thus preventing interface self-adjustment when controls are added/removed or shown/hidden. - Subclass QStackedWidget so it's minimumSizeHint() matches exactly the one of the currentWidget(), and not the sum of all children. - Suggest compact mode implementation (commented out for now): setSizeConstraint( QLayout::SetFixedSize ) on main interface layout. This automatically keeps and adjusts fixed size in respect to sizeHint() of children.
-
Jakob Leben authored
-
Rémi Denis-Courmont authored
Parental advisory: explicit hack. If kfilemodule is loaded, bypass run cleanup handlers. Library really should not use this C feature in any case (IMHO). And I find it outright idiotic for a (Qt4) plugin to use cleanup handlers. This is causing so many crash reports that it's not funny anymore: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/408719
-
- 26 Mar, 2010 14 commits
-
-
Laurent Aimar authored
-
Christophe Mutricy authored
Pointed-Out-By: Gaëtan Rousseaux
-
Rémi Denis-Courmont authored
The decompression process needs to "see" the end-of-file. Otherwise it might get stuck, and then the demux thread will get stuck too. Closing the write end of the pipe to the compression process fixes that. Pointed-out-by: Laurent Aimar
-
Rémi Denis-Courmont authored
(It could be more efficient, but who cares? pipe overhead is probably worse)
-
Rémi Denis-Courmont authored
-
Hugo Beauzee-Luyssen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
So it won't break on old system, like your debian :D
-
Alex Converse authored
MPEG-4 ALS is a pure losses audio codec from MPEG. Like other MPEG-4 Audio variants it's muxed into the MP4 container with Object Type Indication 0x40 followed by its Audio Object Type (36). Sample: http://streams.videolan.org/Mpeg_Conformance/ftp.iis.fhg.de/mpeg4audio-conformance/compressedMp4/als_00_2ch48k16b.mp4Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Vincent Penquerc'h authored
remove the time check which avoided rendering the overlay at a time it had been rendered already; fixes subtitles disappearing when pausing. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Casian Andrei authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
and fixes for sure duplicated input speed settings done by qt4 when changing rate.
-
- 25 Mar, 2010 6 commits
-
-
Christophe Mutricy authored
Closes #3436
-
Hugo Beauzee-Luyssen authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Christophe Mutricy authored
-
Felix Paul Kühne authored
legacy OSX interface: fixed transcoding with the wizard and re-added mp4a as valid audio codec to the sout panel
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 24 Mar, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Mar, 2010 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Sebastien Zwickert authored
VLCKit: remove the prefix from the parameter value and take into account null values for options that do not require a value. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 21 Mar, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
Functions renaming, dead code removal, simplifications and various resizing fixes.
-
Felix Paul Kühne authored
-
- 20 Mar, 2010 10 commits
-
-
Jean-Philippe André authored
Fixes #3364 (big bug on buttons) It is not possible to click the same button twice in a row (while the script is actually running), but other buttons can be clicked.
-
Jean-Philippe André authored
Fix #3370
-
Srikanth Raju authored
Signed-off-by: Jean-Philippe André <jpeg@videolan.org>
-
Srikanth Raju authored
Signed-off-by: Jean-Philippe André <jpeg@videolan.org>
-
Jean-Philippe André authored
-
Jean-Philippe André authored
-
Jean-Philippe André authored
Partial fix for #3304
-
Jean-Philippe André authored
-
Jean-Philippe André authored
Avoids confusion between dialog:close() and the "close()" hook Partially fix #3304
-
Jean-Baptiste Kempf authored
-