1. 06 Aug, 2014 5 commits
    • Anton Khirnov's avatar
      svq1: do not modify the input packet · 7b588bb6
      Anton Khirnov authored
      The input data must remain constant, make a copy instead. This is in
      theory a performance hit, but since I failed to find any samples
      using this feature, this should not matter in practice.
      
      Also, check the size of the header, avoiding invalid reads on truncated
      data.
      
      CC:libav-stable@libav.org
      7b588bb6
    • Anton Khirnov's avatar
      cdgraphics: do not return 0 from the decode function · c7d9b473
      Anton Khirnov authored
      0 means no data consumed, so it can trigger an infinite loop in the
      caller.
      
      CC:libav-stable@libav.org
      c7d9b473
    • Anton Khirnov's avatar
      cdgraphics: switch to bytestream2 · a1599f3f
      Anton Khirnov authored
      Fixes possible invalid memory accesses on corrupted data.
      
      CC:libav-stable@libav.org
      Bug-ID: CVE-2013-3674
      a1599f3f
    • Martin Storsjö's avatar
      configure: Include the armcc build number in the compiler identification · ed6d9ce9
      Martin Storsjö authored
      This tries to find the most expressive part of the output of
      armcc --vsn to include, giving a compiler identification of
      "ARM Compiler 5.04 update 2 (build 82)" instead of just
      "ARM Compiler 5.04" for armcc 5.0.
      
      4.x versions of armcc output the following, for "armcc --vsn":
      ARM C/C++ Compiler, RVCT4.0 [Build 925]
      For evaluation purposes only
      Software supplied by: ARM Limited
      
      ARM C/C++ Compiler, 4.1 [Build 894]
      For evaluation purposes only
      Software supplied by: ARM Limited
      
      5.0 versions output this:
      Product: ARM Compiler 5.04
      Component: ARM Compiler 5.04 update 2 (build 82)
      Tool: armcc [5040081]
      For evaluation purposes only
      Software supplied by: ARM Limited
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      ed6d9ce9
    • Vittorio Giovara's avatar
      jpeg2000: enable 4 component pixel formats · cbc808d7
      Vittorio Giovara authored
      Bug-Id: 721
      CC: libav-stable@libav.org
      Sample-Id: 31230.mov
      cbc808d7
  2. 05 Aug, 2014 7 commits
  3. 04 Aug, 2014 20 commits
  4. 03 Aug, 2014 8 commits