- 12 Mar, 2015 8 commits
-
-
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 14 commits
-
-
Christoph Miebach authored
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Christoph Miebach authored
-
Thomas Guillem authored
And do it for every channels configuration. 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>
-
Steve Lhomme authored
Fixes #11690 #11690 still fails to play with avcodec after that fix but is fine with libvpx Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
refs #11936 http://mpchc.omertabeyond.com/incorrect_audio_stream.AOB
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Francois Cartegnie authored
Some full headers (including filling) are more than 34 bytes. Now fail late parsing it, and relegate header>packet size check to caller.
-
Petri Hintukainen authored
libssh2_sftp_read may return less than requested. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Works with SPDIF and HDMI audio output. Android will downmix to stereo if the audio output is stereo. 7.1 support was added since Android 5.0. 5.1 support was added since the beginning but doesn't work on old devices. That's why we fallback to stereo if AudioTrack fails to init with more than 2 channels. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-