An error occurred fetching the project authors.
  1. 09 Feb, 2009 2 commits
  2. 14 Apr, 2008 1 commit
  3. 29 Jan, 2008 1 commit
    • Rafaël Carré's avatar
      codecs & packetizers: fix warnings · 079a1818
      Rafaël Carré authored
          use size_t instead of int to represent sizes
          removes unused parameters from:
              block_BytestreamInit()
              mpeg4_audio/LOASSyncInfo()
              cinepak/cinepak_Getv1()
              speex/SendPacket()
              subsass/ParseColor()
              ffmpeg/postprocess/InitPostproc() & PostprocPict()
              dvbsub/YuvaYuvp() & encode_pixel_line_{2,4,8}bp()
              faad/DoReordering()
      
      vlc_block_helper.h:
          use size_t, removes unused parameter from block_BytestreamInit()
      
      struct filter_t:
          removes unused parameters from pf_picture_link() & pf_picture_unlink()
          
      cmml: fix a segfault (p_item isn't an input item, despite the name) present for some months, proving that nobody did use that code ?
      079a1818
  4. 18 Oct, 2007 1 commit
  5. 17 Oct, 2007 2 commits