1. 20 Jun, 2015 1 commit
    • nu774's avatar
      mp3: enable packed main_data decoding in MP4 · 6ec688e1
      nu774 authored
      14496-3 suggests packing main_data of MP3 that is usually scattered
      into multiple frames due to bit reservoir.
      
      However, after packing main_data into a access unit, bitrate index
      in the MPEG audio frame header doesn't match with actual frame size.
      
      In order to accept this, this patch removes unnecessary frame size
      checking on mp3 decoder.
      
      Also, mov demuxer was changed to use MP3 parser only on special cases
      (QT MOV with specific sample description) to avoid re-packetizing.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      6ec688e1
  2. 17 Jun, 2015 2 commits
  3. 15 Jun, 2015 5 commits
  4. 14 Jun, 2015 1 commit
    • wm4's avatar
      tls_gnutls: fix hang on disconnection · 74ea1167
      wm4 authored
      GNUTLS_SHUT_RDWR means GnuTLS will keep waiting for the server's
      termination reply. But since we don't shutdown the TCP connection at
      this point yet, GnuTLS will just keep skipping actual data from the
      server, which basically is perceived as hang.
      
      Use GNUTLS_SHUT_WR instead, which doesn't have this problem.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      74ea1167
  5. 12 Jun, 2015 14 commits
  6. 10 Jun, 2015 5 commits
  7. 09 Jun, 2015 5 commits
  8. 08 Jun, 2015 7 commits