1. 14 Oct, 2015 2 commits
  2. 13 Oct, 2015 3 commits
  3. 12 Oct, 2015 1 commit
  4. 11 Oct, 2015 1 commit
    • Sean McGovern's avatar
      build: add Solaris symbol versioning · c1aac39e
      Sean McGovern authored
      The versioning facility in the Solaris linker differs from Linux in 3 ways:
      
      1. It does not support globs in linker scripts for
      symbol versioning -- this is a GNU extension.
      
      2. The linker argument is '-M', instead of '--version-script'.
      
      3. It is picky about line endings.
      Each symbol or directive must be on a line of it's own.
      
      Let's use make_sunver.pl from GCC to generate a version script that works
      correctly with the Solaris linker. It's function is to correctly expand the
      globs in the original generated version script.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      c1aac39e
  5. 10 Oct, 2015 3 commits
  6. 09 Oct, 2015 1 commit
  7. 08 Oct, 2015 2 commits
  8. 07 Oct, 2015 6 commits
  9. 04 Oct, 2015 10 commits
  10. 03 Oct, 2015 5 commits
  11. 02 Oct, 2015 4 commits
  12. 01 Oct, 2015 2 commits
    • Derek Buitenhuis's avatar
      x264: Add option to force IDR frames · 38014692
      Derek Buitenhuis authored
      When forwarding the frame type information, by default x264 can
      decide which kind of keyframe output, add an option to force it
      to output IDR frames in to support use-cases such as preparing
      the content for segmented streams formats.
      38014692
    • Yu Xiaolei's avatar
      x264: Expose the NV21 input support · eb02387a
      Yu Xiaolei authored
      x264 build 147 adds the native support for NV21.
      
      Useful to avoid additional pixel format conversion when encoding
      from a wide range of capture devices, Android among those.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      eb02387a