1. 07 Feb, 2011 2 commits
    • Ronald S. Bultje's avatar
      Fix compile warning. · 69ff1492
      Ronald S. Bultje authored
      Change int64_t into a int, which caused this compiler warning:
      libavformat/oggparseskeleton.c:64: warning: passing argument 2 of ‘av_reduce’ from incompatible pointer type
      69ff1492
    • Anton Khirnov's avatar
      avidec: simplify read_gab2_sub · 47fdf00a
      Anton Khirnov authored
      Use avio functions instead of bytestream ones (also drops dependency on
      lavc and removes a bunch of warnings).
      Drop custom version of avio_get_str16 and use that instead.
      
      Tested on mewmew-ssa.avi sample.
      Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
      47fdf00a
  2. 06 Feb, 2011 18 commits
  3. 05 Feb, 2011 3 commits
  4. 04 Feb, 2011 17 commits