- 11 Mar, 2015 4 commits
-
-
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>
-
- 09 Mar, 2015 6 commits
-
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
This reverts commit c24ea5fb. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
- Fix encoding (fixes #14123) - Fix data race on URI - Avoid useless variable retrievals - Avoid upcasting to double precision
-
Francois Cartegnie authored
24bit LPCM is packed and can't be reordered without introducing clipping issues.
-
Jean-Baptiste Kempf authored
-
- 08 Mar, 2015 15 commits
-
-
Martell Malone authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martell Malone authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ian Chamberlain authored
This was an uninitialized variable, as far as I could tell there was no reason not to initialize it to NULL in these two cases. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Zoran Turalija authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
-
David Fuhrmann authored
Playlist view gets updated to display new information. Info dialog gets updates (shows only information about currently played input at the moment). close #13729
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
And expand outline view tree if necessary.
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jed Smith authored
The maximum resolution encouraged in the help text for the qtcapture arguments is 1280x480, which doesn't make sense. The patch author intended to imply 720p but appears to have forgotten the height dimension. In addition, clean up the help text a bit. --qtcapture-height works with 720, anyway, so it's just a doc issue. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Mar, 2015 1 commit
-
-
Francois Cartegnie authored
-