1. 03 Apr, 2014 1 commit
    • Luca Barbato's avatar
      doc: Fit the graph in 80 cols · 006c2533
      Luca Barbato authored
      Some man pagers do not reflow the text/graphs on resize
      and the graphs did not fit the traditional 80cols due
      the pod2man excessive indent.
      006c2533
  2. 02 Apr, 2014 3 commits
  3. 01 Apr, 2014 6 commits
  4. 31 Mar, 2014 18 commits
  5. 30 Mar, 2014 11 commits
  6. 29 Mar, 2014 1 commit
    • Martin Storsjö's avatar
      golomb: Fix the implementation of get_se_golomb_long · 508a84e6
      Martin Storsjö authored
      This was only used in hevc muxing code so far.
      
      This makes the return values match what get_se_golomb returns for
      the same bitstream reader instances.
      
      The logic for producing a signed golomb code out of an unsigned one
      was based on the corresponding code in get_se_golomb, which operated
      directly on the bitstream reader buffer - not on the equivalent
      return value from get_ue_golomb.
      
      CC: libav-stable@libav.org
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      508a84e6