- 12 Mar, 2014 15 commits
-
-
Matthias Keiser authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Francois Cartegnie authored
cid 403219 ioctl isn't released
-
Francois Cartegnie authored
cid #1048853
-
Francois Cartegnie authored
fix cid #1048883
-
Francois Cartegnie authored
really unlikely (malloc fails) cid #1049010 #1049009 #1049008 #1049007 #1049006
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
We have no mapping for > 8 channels. cid #1062574
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
cid #1191891
-
Francois Cartegnie authored
-
Francois Cartegnie authored
cid #1191888
-
Felix Paul Kühne authored
-
- 11 Mar, 2014 6 commits
-
-
Florent Pillet authored
Grouping of 2 sync calls into one, use of CATransaction lock / unlock instead of being / commit and introduction of GCD Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
Refs #10722, refs #10723. Also fix a small leak on error.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 10 Mar, 2014 15 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Francois Cartegnie authored
cid 1191737
-
Francois Cartegnie authored
- Previous algorithm was unable to guess the first packet pts because of ogg design (some codecs/opus/vorbis have total sample at page granule and only granule on last packet. You then need to compute first packet pts backward using packets duration). So we were stuck either assuming a start at pts/pcr zero, or be unable to handle ogg streaming (non zero start) correctly, or had to always drop the 0..N-1 packets for first page. We need libvorbis to correcly compute those durations (code is far more complex than opus's one). - Refactorized to discard the tons of cases appended with each new codec. - lots of other fixes in many places
-
- 09 Mar, 2014 4 commits
-
-
Francois Cartegnie authored
Because event will rebuild chapter variable.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
because make_path strips last segment
-