1. 06 Sep, 2014 - 1 commit
  2. 23 Aug, 2014 - 1 commit
  3. 22 Aug, 2014 - 1 commit
  4. 13 Aug, 2014 - 1 commit
  5. 11 Aug, 2014 - 1 commit
  6. 31 Jul, 2014 - 1 commit
  7. 24 Jul, 2014 - 1 commit
  8. 20 Jun, 2014 - 1 commit
    • Frank Galligan's avatar
      Add back libmkv ebml writer files. · 382739a1
      Frank Galligan authored
      Another project in ChromeOS is using these files. To make libvpx
      rolls simpler, add these files back unitl the other project removes
      the dependency.
      
      crbug.com/387246 tracking bug to remove dependency.
      
      Change-Id: If9c197081c845c4a4e5c5488d4e0190380bcb1e4
      382739a1
  9. 30 May, 2014 - 1 commit
  10. 22 May, 2014 - 1 commit
  11. 21 May, 2014 - 1 commit
  12. 19 May, 2014 - 1 commit
    • Jingning Han's avatar
      Make x86inc support local variable array · 4e4e7fa9
      Jingning Han authored
      This commit modifies the x86inc to allow explicit local buffer
      allocation and the corresponding stack pointer adjustment.
      
      Change-Id: I3cb2174e0242b5869a4ba0ca0cd240ee066836c3
      4e4e7fa9
  13. 05 May, 2014 - 1 commit
    • Vignesh Venkatasubramanian's avatar
      third_party/libwebm: pull from upstream · c3378771
      Vignesh Venkatasubramanian authored
      Pulling libwebm from upstream
      
      Changes from upstream:
      249629d make Mkv(Reader|Writer)(FILE*) explicit
      7f3cda4 mkvparser: fix a bunch of windows warnings
      5c06178 Merge "clang-format on mkvparser.[ch]pp"
      4df111e clang-format on mkvparser.[ch]pp
      7b24501 clang-format re-run.
      c6767b9 Change AlignTrailingComments to false in .clang-format
      9097a06 Merge "muxer: Reject file if TrackType is never specified"
      eddf974 Merge "clang-format on mkvmuxertypes.hpp and webmids.hpp"
      def325c muxer: Reject file if TrackType is never specified
      41f869c Merge "clang-format on webvttparser.(cc|h)"
      fd0be37 clang-format on webvttparser.(cc|h)
      207d8a1 Merge "clang-format on mkvmuxerutil.[ch]pp"
      02429eb Merge "clang-format on mkvwriter.[ch]pp"
      0cf7b1b Merge "clang-format on mkvreader.[ch]pp"
      2e80fed Merge "clang-format on sample.cpp"
      3402e12 Merge "clang-format on sample_muxer.cpp"
      1a685db Merge "clang-format on sample_muxer_metadata.(cc|h)"
      6634c7f Merge "clang-format on vttreader.cc"
      7566004 Merge "clang-format on vttdemux.cc"
      9915b84 clang-format on mkvreader.[ch]pp
      7437254 clang-format on mkvmuxertypes.hpp and webmids.hpp
      0d5a98c clang-format on sample_muxer.cpp
      e3485c9 clang-format on vttdemux.cc
      46cc823 clang-format on dumpvtt.cc
      5218bd2 clang-format on vttreader.cc
      1a0130d clang-format on sample_muxer_metadata.(cc|h)
      867f189 clang-format on sample.cpp
      4c7bec5 clang-format on mkvwriter.[ch]pp
      9ead078 clang-format on mkvmuxerutil.[ch]pp
      fb6b6e6 clang-format on mkvmuxer.[ch]pp
      ce77592 Update .clang-format to allow short functions in one line
      0a24fe4 Merge "Add support for DateUTC and DefaultDuration in MKV Muxer."
      11d5b66 Merge "Add .clang-format"
      a1a3b14 Add .clang-format
      0fcec38 Add support for DateUTC and DefaultDuration in MKV Muxer.
      
      Change-Id: Ia0ed161ffc3d63c2eba8ed145707ffe543617976
      c3378771
  14. 02 May, 2014 - 1 commit
  15. 29 Apr, 2014 - 1 commit
  16. 22 Apr, 2014 - 1 commit
  17. 11 Apr, 2014 - 1 commit
  18. 08 Apr, 2014 - 1 commit
  19. 18 Mar, 2014 - 1 commit
  20. 04 Mar, 2014 - 4 commits
  21. 01 Mar, 2014 - 4 commits
  22. 22 Feb, 2014 - 1 commit
  23. 06 Feb, 2014 - 1 commit
    • Ralph Giles's avatar
      libmkv: fix Makefile. · 09014580
      Ralph Giles authored
      Update the local makefile to build all the files and the test
      application by default to simplify build verification.
      
      Change-Id: Ic10141ea14c85110ff7507447d16297b77d296e9
      09014580
  24. 05 Feb, 2014 - 2 commits
  25. 01 Feb, 2014 - 1 commit
  26. 31 Jan, 2014 - 1 commit
  27. 25 Oct, 2013 - 1 commit
    • Dmitry Kovalev's avatar
      Updating gtest from 1.6.0 to 1.7.0. · 9f528ce0
      Dmitry Kovalev authored
      This is required in order to build libvpx on OS X Mavericks where gcc
      compiler is deleted, clang (3.3) is the default now.
      
      Using unmodified source files from gtest-1.7.0/fused-src folder.
      
      Change-Id: I3d5f7278149c904e48737327daf7097a8bb0b390
      9f528ce0
  28. 07 Oct, 2013 - 1 commit
  29. 23 Sep, 2013 - 1 commit
    • Yunqing Wang's avatar
      Hide global symbols for macho32/64 · 071395de
      Yunqing Wang authored
      Added hiding global symbols for macho32 and macho64 in x86inc.asm.
      This was done to fix exported symbol issue in Chrome build.
      
      Change-Id: I08d5c559b985b82f655b537469fee125615e78c0
      071395de
  30. 18 Sep, 2013 - 1 commit
    • Yunqing Wang's avatar
      Fix x86inc.asm to build PIC code correctly · 9d901217
      Yunqing Wang authored
      Current x86inc.asm didn't handle 32bit PIC build properly.
      TEXTRELs were seen in the library built. The PIC macros from
      libvpx's x86_abi_support.asm was used to fix this problem.
      The assembly code was modified to use the macros.
      
      Notes: We need this fix in for decoder building. Functions in
      encoder will be fixed later.
      
      Change-Id: Ifa548d37b1d0bc7d0528db75009cc18cd5eb1838
      9d901217
  31. 22 Jul, 2013 - 1 commit
  32. 04 Jun, 2013 - 1 commit
    • John Koleszar's avatar
      Fix mingw build error · 98ca829f
      John Koleszar authored
      Fixes an issue where newer versions of GCC would try to compile the
      visual studio inline assembly.
      
      Fixes issue #571
      
      Change-Id: I8e4500a9277447fdab0b55e5efa1f24ca97bdc03
      98ca829f
  33. 03 Feb, 2013 - 1 commit