1. 30 8月, 2017 1 次提交
  2. 04 8月, 2017 1 次提交
  3. 20 3月, 2017 1 次提交
  4. 29 12月, 2016 1 次提交
  5. 29 11月, 2016 2 次提交
  6. 10 11月, 2016 1 次提交
    • S
      avformat/flvenc: add add_keyframe_index option · 863ebe6f
      Steven Liu 提交于
      Add keyframe index metadata
      Used to facilitate seeking; particularly for HTTP pseudo streaming.
       1. read live streaming or file by sequence
       2. if use add_keyframe_index option, add a mark flag at the position,
          use to insert new context at the last step.
       3. add the keyframes *offset* and *timestamp* into a list
       4. if use add_keyframe_index option, shift the metadata data from
          mark flag offset
       5. insert the keyframes *offset* and *timestamp* from the list by
          sequence
       6. free the list
       7. end.
      
      Add FATE test case;
      Reviewed-by: NLou Logan <lou@lrcd.com>
      Signed-off-by: NSteven Liu <liuqi@gosun.com>
      Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
      863ebe6f
  7. 01 11月, 2016 1 次提交
  8. 20 9月, 2016 1 次提交
  9. 23 8月, 2016 1 次提交
  10. 05 7月, 2016 1 次提交
  11. 06 6月, 2016 1 次提交
  12. 10 5月, 2016 1 次提交
    • R
      fate: add matroska-remux test. · 3ed5218b
      Ronald S. Bultje 提交于
      This tests automatic insertion of the vp9_superframe BSF as well as
      ensuring that the colorspace properties in the video header can be
      modified when remuxing (-c:v copy).
      3ed5218b
  13. 21 4月, 2016 1 次提交
  14. 07 4月, 2016 1 次提交
    • D
      build: miscellaneous cosmetics · 01621202
      Diego Biurrun 提交于
      Restore alphabetical order in lists, break overly long lines, do some
      prettyprinting, add some explanatory section comments, group parts
      together that belong together logically.
      01621202
  15. 22 3月, 2016 1 次提交
  16. 06 2月, 2016 2 次提交
  17. 03 2月, 2016 1 次提交
  18. 16 11月, 2015 1 次提交
  19. 16 10月, 2015 1 次提交
  20. 10 10月, 2015 1 次提交
    • C
      fate: add DNxHD/HR tests · 25d3013e
      Christophe Gisquet 提交于
      Currently only 2 profiles are evaluated because they are the only 2
      with distributed test sequences.
      - CID 1260: YUV 4:2:2 10 bits with block-adaptive interlace coding,
        from ticket 4876;
      - CID 1270: YUV 4:4:4 10 bits (HR), 1920x839, from ticket 4581.
      
      They were generated from the ticket sequences by running the
      following kind of command-line;
      ffmpeg -i $INPUT -an -sn -vcodec copy -vframes 1 -y $OUTPUT.mov
      Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
      25d3013e
  21. 30 9月, 2015 1 次提交
  22. 31 8月, 2015 1 次提交
  23. 18 7月, 2015 1 次提交
  24. 12 7月, 2015 1 次提交
    • 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
  25. 29 6月, 2015 1 次提交
  26. 27 6月, 2015 2 次提交
  27. 17 4月, 2015 1 次提交
  28. 10 3月, 2015 1 次提交
  29. 28 1月, 2015 1 次提交
  30. 26 1月, 2015 1 次提交
    • C
      Fix creation of ffprobe-test.nut on remote targets. · af39b8fe
      Carl Eugen Hoyos 提交于
      This is not sufficient to run "make fate-ffprobe" on a remote system:
      The ffprobe output contains the relative path to the testfile, it is
      necessary to run the test from the build directory.
      One solution is to use a script like the following as --target-exec:
      ssh target "cd /remote/build/directory; $(printf "%q " "$@")"
      af39b8fe
  31. 02 12月, 2014 2 次提交
  32. 29 11月, 2014 1 次提交
  33. 15 11月, 2014 1 次提交
  34. 11 11月, 2014 1 次提交
  35. 17 10月, 2014 1 次提交
  36. 08 10月, 2014 1 次提交