1. 13 7月, 2015 5 次提交
  2. 12 7月, 2015 6 次提交
    • H
      Checkasm: assembly testing and benchmarking tool · 8bc67ec2
      Henrik Gramner 提交于
      It provides the following features:
       * verify correctness by comparing output to the C version.
       * detect failure to save and restore clobbered callee-saved registers.
       * detect 32-bit parameters being used as if they were 64-bit in x86-64
         (the upper halves are not guaranteed to be zero - but in practice
         they very often are, which makes those bugs hard to spot otherwise).
       * easy benchmarking.
      
      Compile by running 'make checkasm'.
      Execute by running 'tests/checkasm/checkasm'.
      
      Optional arguments are '--bench' to run benchmarks for all functions,
      '--bench=<pattern>' to run benchmarks for all functions that starts with
      <pattern>, and '<integer>' to seed the PRNG for reproducible results.
      
      Contains unit tests for most h264pred functions to get started, more tests
      can be added afterwards using those as a reference.
      
      Loosely based on code from x264. Currently only supports x86 and x86-64,
      but additional architectures shouldn't be too much of an obstacle to add.
      
      Note that functions with floating point parameters or floating point
      return values are not supported. Some compiler-specific features or
      preprocessor hacks would likely be required to add support for that.
      Signed-off-by: NJanne Grunau <janne-libav@jannau.net>
      8bc67ec2
    • H
      asfdec: always reset packet state after seeking · 79626865
      Hendrik Leppkes 提交于
      Signed-off-by: NLuca Barbato <lu_zero@gentoo.org>
      79626865
    • A
      riff: Validate bitrate · f1bdc234
      Andreas Cadhalpun 提交于
      f1bdc234
    • L
      mp3: Make the seek more robust · c1d647b1
      Luca Barbato 提交于
      Try to parse up to 4 packets to find the closest packet.
      
      Reported-By: jan.schlueter@ofai.at
      c1d647b1
    • L
      riff: Use the correct logging context · d80811c9
      Luca Barbato 提交于
      d80811c9
    • L
      g726: Do not crash on user mistake · 355864ef
      Luca Barbato 提交于
      Properly report the sample rate as invalid
      
      CC: libav-stable@libav.org
      355864ef
  3. 11 7月, 2015 2 次提交
  4. 10 7月, 2015 3 次提交
  5. 09 7月, 2015 9 次提交
  6. 08 7月, 2015 1 次提交
  7. 07 7月, 2015 3 次提交
  8. 04 7月, 2015 3 次提交
  9. 03 7月, 2015 8 次提交