- 13 Mar, 2015 8 commits
-
-
Steve Lhomme authored
As witnessed here git.videolan.org/?p=vlc.git;a=blob;f=modules/demux/mkv/matroska_segment.cpp;hb=HEAD#l1427 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
It is now using our XML parser, and is licensed as LGPL
-
Hugo Beauzée-Luyssen authored
-
Petri Hintukainen authored
Usually opening a directory as a file succeeds. 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>
-
- 12 Mar, 2015 12 commits
-
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
This reverts commit 14f739a5.
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Since 5.1 or 7.1 Float is down sampled to Stereo Float. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
p_out need to increment after all groups. refs DVD-A_6ChannelID_16bit48000Hz2group6ch.AOB
-
Jean-Baptiste Kempf authored
My OCD will be happy...
-
Jean-Baptiste Kempf authored
This is confusing with Zune Playlists and those are extremely rare
-
- 11 Mar, 2015 18 commits
-
-
Felix Paul Kühne authored
-
Steve Lhomme authored
Fixes #11690 which didn't work with avcodec Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
It happens when time streching is enabled Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
fix crash after a flush Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This is splitting the UPnP module in 2 parts: - A service discovery module that is solely responsible for discovering UPnP devices on the network - An access module that will leverage the recently introduced pf_readdir callback to list directories. This removes the need for recursion and handling of all the items from within the SD module.
-
Jean-Baptiste Kempf authored
Especially since libavcodec DTS is soon going to be way better than libdca
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
Try to configure AudioTrack with AC3 passthrough after Android Lollipop. If it fails, fallback to PCM 5.1. If it fails again, fallback to PCM stereo. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
You have to call the write method with float array (starting API 21) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Don't change p_buffer internal values, but use a local offset to know the position. The main advantage is that we can use this offset with the Android write method in order to avoid a Java copy when you call Write several time for the same p_buffer. 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>
-
Thomas Guillem authored
Rename JNIThread_Configure into JNIThread_NewAudioTrack. This function doesn't touch any vlc format anymore, it does only Android AudioTrack configuration. The VLC init part is done by the Start function. JNIThread_NewAudioTrack can be called up to 3 times by Start with different channels and format until if find a working configuration. Indeed some devices don't support 5.1, or FL32. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Fixes endianness and aout 16/32 bits. AOB channels are split into 2 groups, with only one that might be in use. They both can differ in resolution and sampling rate. We have to set output buffer to max bits of those two and adapt reads accordingly to each group. We'll reject only different group sampling rates (missing spec about interleaving).
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
!!! This code is now BROKEN. This remove the code from Andy Chenee
-
- 10 Mar, 2015 2 commits
-
-
Christoph Miebach authored
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-