1. 08 Aug, 2016 3 commits
  2. 07 Aug, 2016 1 commit
  3. 06 Aug, 2016 5 commits
  4. 05 Aug, 2016 6 commits
  5. 03 Aug, 2016 1 commit
  6. 02 Aug, 2016 1 commit
  7. 01 Aug, 2016 7 commits
  8. 26 Jul, 2016 1 commit
  9. 25 Jul, 2016 1 commit
  10. 24 Jul, 2016 1 commit
  11. 15 Jul, 2016 1 commit
  12. 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
  13. 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
  14. 01 Jul, 2016 3 commits
  15. 30 Jun, 2016 4 commits
  16. 29 Jun, 2016 3 commits