1. 01 Aug, 2016 3 commits
  2. 26 Jul, 2016 1 commit
  3. 25 Jul, 2016 1 commit
  4. 24 Jul, 2016 1 commit
  5. 15 Jul, 2016 1 commit
  6. 11 Jul, 2016 1 commit
    • Matthieu Bouron's avatar
      lavc/mediacodecdec_h264: properly convert extradata to annex-b · 14107326
      Matthieu Bouron authored
      H264ParamSets has its SPS/PPS stored raw (SODB) and needs to be
      converted to NAL units before sending them to MediaCodec.
      
      This patch adds the missing convertion of the SPS/PPS from SOBP to RBSP
      which makes the resulting NAL units correct.
      
      Fixes codec initialization on Nexus 4 and Nexus 7.
      
      (cherry picked from commit 88d9c30c)
      14107326
  7. 09 Jul, 2016 1 commit
    • James Almer's avatar
      Revert "configure: Enable GCC vectorization on ≥4.9 on x86" · f9a150fc
      James Almer authored
      This reverts commit cb8646af.
      
      This change has brough more issues than benefits, between compilation
      time failures depending on flags used and code miscompilation causing
      runtime crashes.
      
      See the "[PATCH 2/2] configure: Enable GCC vectorization on ≥4.9"
      thread in the ffmpeg-devel mailing list for the relevant discussion.
      
      (cherry picked from commit fd6dbc53)
      f9a150fc
  8. 01 Jul, 2016 3 commits
  9. 30 Jun, 2016 4 commits
  10. 29 Jun, 2016 6 commits
  11. 27 Jun, 2016 1 commit
  12. 26 Jun, 2016 17 commits