- 04 Feb, 2015 8 commits
-
-
Jean-Baptiste Kempf authored
Close #12416
-
Salah-Eddin Shaban authored
This assert() will fail when zero-width spaces are encountered and ignored. It would also fail when GetGlyph() returns an error. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
MediaListEndReached event should not be sent only when a new sub item tree is added, otherwise it won't be sent if media doesn't have any sub items. To fix this issue, send the MediaListEndReached event when preparse function terminates (only if the media_list was created either by user or by sub items callbacks). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
This event is sent from playlist/preparsed thread to notify when an item is preparsed. This event is sent when the preparse function terminate, ie. when meta and sub items are parsed. It is also sent when the preparse function fails to parse anything. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 03 Feb, 2015 17 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
This has not been tested and updated for years
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Gleb Pinigin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Gleb Pinigin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
include/vlc_bits: add a block based byte stream writer in a generic place based on the mp4 and avi muxers
-
Tristan Matthews authored
-
- 31 Jan, 2015 1 commit
-
-
Pierre Ynard authored
It doesn't support special characters like $, which happen to be used.
-
- 30 Jan, 2015 3 commits
-
-
Thomas Guillem authored
The API is now asynchronous and use callbacks to notify the caller of new netbios shares. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Jan, 2015 10 commits
-
-
Rémi Denis-Courmont authored
CYUV is not a pixel format, at least it is not treated as such in VLC outputs and encoders. CYUV is decoded to YUV 4:1:1 by libavcodec.
-
Rémi Denis-Courmont authored
CYUV is not a pixel format, at least it is not treated as such in VLC outputs and encoders. CYUV is decoded to YUV 4:1:1 by libavcodec.
-
Sergey Radionov authored
Close #12852 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Jonathan Calmels authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jonathan Calmels authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jonathan Calmels authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Sean McGovern authored
This is a new requirement for libbluray 0.7.0. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 28 Jan, 2015 1 commit
-
-
Francois Cartegnie authored
Some recorded streams list multiple program but only 1 stream is really recorder. VLC defaults program to first created ES. Now creates ES on first data packet, so the default program always has data. Fixes all default program selection issues. All dreambox recordings issues issues/TS/programselection/ and Header less VDR recordings issues/TS/TopField/TopField%20TF7700HSCI%20HD%20record.rec
-