- 28 Mar, 2010 27 commits
-
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #3471
-
Jean-Baptiste Kempf authored
Just deactivate proper seeking
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This fixes the RTP input failing completely.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Jitter computation is, by design, relative to the time of arrival of packets. Normally, it should be the estimated time of arrival (ETA) of the missing packet in the sequence, plus a tolerance value computed from the delay variance (jitter). Unfortunately, we do not know that ETA since we do not know the RTP timestamp of missing packets.
-
Jakob Leben authored
-
Jakob Leben authored
-
Jakob Leben authored
This reverts commit 9d9ffe9f.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
Still could be better to leave selected item as selected after sorting.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
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 10 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>
-