- 31 Mar, 2015 8 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Pointed-out-by: Zoran Turalija <zoran.turalija@gmail.com>
-
Rémi Denis-Courmont authored
-
Steve Lhomme authored
They are not mapped yet Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 Mar, 2015 14 commits
-
-
Rémi Denis-Courmont authored
(fixes #8562)
-
Rémi Denis-Courmont authored
This more closely matches the usual open/read/seek/close pattern.
-
Rémi Denis-Courmont authored
Pointers cannot be inherited as normal configuration item for somewhat obvious reasons. For output parameters, this is not much of an issue as LibVLC sets the pointer values directly on its media player object. But for input-related parameters, LibVLC would need to store pointer values in the media item. Thus this change to input items. Note that pointers are considered intrinsically unsafe, so there are no flags for the time being.
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
Call timestamp_FifoGet before releasing Output Buffers. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Steve Lhomme authored
it uses its own system, so we must give it the proper value with --disable-option Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
This issue is easily reproducible with VDPAU activated, with a 60fps ts file, see #14199. With this sample, The video_output Thread is looping in ThreadDisplayPicture way more often than with other videos. Consequently, vout_ManageWrapper and ThreadControl are not called enough. As a result, subtitles are processed too late, the mouse isn't able to hide/unhide, we can be stuck in fullscreen mode, or second click on video to pop up the menu doesn't work. To fix this issue: don't loop in ThreadDisplayPicture and don't wait in vout_control_Pop if a picture was previously displayed. Fixes #14199 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
this time it's working properly with a SMPTE color pattern Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Differentiate between BT.601 (SD) and BT.709 (HD) for YUV pixel conversion use the same precision values as the openGL vout Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steinar H. Gunderson authored
Some muxes, e.g. MP4, will send multiple header blocks. These are merged by the HTTP server to a single header which is sent out to the beginning of each client. However, they are _also_ sent out directly on the wire to any client that connected before the first block. In this case, we would send two separate Metacube header blocks, which would have Cubemap (correctly) discard the first and set only the second as header. This would make us send only part of the MP4 header when sending through Cubemap, if Cubemap connected before the first non-header block, which would in turn confuse Chrome on Android (although not Chrome on e.g. Linux). As Cubemap is pretty aggressive about reconnecting (trying every 200 ms), this could easily happen in practice. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 28 Mar, 2015 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 27 Mar, 2015 3 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Fixes read overflows.
-
Francois Cartegnie authored
-
- 26 Mar, 2015 3 commits
-
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
libvlc_MetaRequest comes from the user, so we can increment i_preparse_depth to force a preparsing. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Mar, 2015 10 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Points to PMT's IOD This reverts commit 6d35a852.
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Aleksandr Pasechnik authored
Added a boolean Playlist preference called start-pause. Setting the preference causes the src/input/input.c Run function to call the ControlPause function after Init finishes successfully. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
Since it's not used anymore. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Get the type of the media. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Add i_preparse_depth in input_item to handle how many level of sub items can be parsed. The "recursive" option is now moved from access/file to the playlist category. You can now abort a long local directory opening. NET items won't be parsed recursively since playlist_preparser_Push is not called with the META_REQUEST_OPTION_SCOPE_NETWORK argument. Fixes #13850 Fixes #11921 Fixes #13872 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-