- Feb 26, 2018
-
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
(cherry picked from commit 81400320) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
Wait for all streams being flushed before sending new data. (cherry picked from commit 81016339) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
François Cartegnie authored
(cherry picked from commit 2de830a5)
-
François Cartegnie authored
(cherry picked from commit 87c3db49)
-
Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr> (cherry picked from commit ed25d750)
-
Assume a 60 FPS video, each call of demuxer->demux return one frame, then the delay between each of demuxer->demux should not large than 16.7ms. A 50ms delay makes the buffering level around i_min_buffering. Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr> (cherry picked from commit c23ae082)
-
Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr> (cherry picked from commit eaac4ae2)
-
François Cartegnie authored
fixes old api leak (cherry picked from commit 55fa4607)
-
François Cartegnie authored
(cherry picked from commit 4ea1c1b7)
-
François Cartegnie authored
(cherry picked from commit 44751cd7)
-
François Cartegnie authored
(cherry picked from commit 1fdf88d7)
-
François Cartegnie authored
(cherry picked from commit 7bbd00f2)
-
François Cartegnie authored
(cherry picked from commit 8f095301)
-
Thomas Guillem authored
This is used to mux VP9 inside webm/mkv (cherry picked from commit db0e71ec) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
VP9 and OPUS are webm. Also configure the muxer for webm. (cherry picked from commit 79cc5199) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit a8a84279) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
(cherry-picked from commit 758c4124) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry-picked from commit 70da6668) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Fixes #19101 (cherry-picked from commit 566df1a6) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry-picked from commit 1737a0a1) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry-picked from commit df043b5d) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry-picked from commit b3366ce0) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Feb 25, 2018
-
-
(cherry picked from commit 92371944) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Do the detection earlier and avoid fetching pictures from the pool for nothing. (cherry picked from commit b6095a8a) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Feb 23, 2018
-
-
François Cartegnie authored
(cherry picked from commit 51390d73)
-
François Cartegnie authored
(cherry picked from commit 02116660)
-
Thomas Guillem authored
(cherry picked from commit c70412a0) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
François Cartegnie authored
(cherry picked from commit ffc0159b)
-
(cherry picked from commit 58c708a3) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Add support for correctly parsing the Chromecast capability flags and correctly set VLC_RENDERER_CAN_VIDEO/AUDIO based on those. (cherry picked from commit ad756961) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
This fixes the dialog reappearing after a seek. (cherry picked from commit ceda76cf) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
mpeg2 output frames don't need to be re-ordered. And ignore blocks when SEQUENCE_HEADER_STARTCODE is invalid. (cherry picked from commit d172e0f4) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Add MPEG2 support with Mediacodec on Android. Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 5b36000c) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Fix the source aspect ratio of MPEG2 video decoded with mediacodec. It extracts the aspect_ratio_information from any block containing a SEQUENCE_HEADER and applies it in the UpdateVout function. Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 2b056e5d) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Add a module variable to store an audio session id and use it when creating new AudioTrack. This session id is generated by AudioManager.getAudioSessionId() in the Android-side. This allows LibVLC users to broadcast intent allowing external application to plug on the audio output and apply effect, for instance an external equalizer. See also android.media.audiofx.AudioEffect. Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 2717d570) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 4f2501f0) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
- Hide "video" option. This option should only be set by the core (via the renderer item). If a user doesn't want video, he could disable the video track now. - Remove mux/mime options: this code has only been tested for the default mime/mux, there is no point of changing it. - Remove translations for privates options. This make the chromecast advanced preferences more understandable. (cherry picked from commit 65472a29) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 8a56a301) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-