An error occurred fetching the project authors.
  1. 28 Jun, 2008 2 commits
  2. 22 Jun, 2008 1 commit
  3. 09 Jun, 2008 2 commits
  4. 05 Jun, 2008 1 commit
  5. 03 Jun, 2008 2 commits
  6. 02 Jun, 2008 1 commit
  7. 31 May, 2008 1 commit
  8. 26 May, 2008 1 commit
  9. 08 May, 2008 1 commit
  10. 03 May, 2008 1 commit
  11. 01 May, 2008 1 commit
  12. 14 Apr, 2008 1 commit
  13. 07 Mar, 2008 1 commit
  14. 05 Mar, 2008 1 commit
  15. 29 Feb, 2008 3 commits
  16. 28 Feb, 2008 1 commit
  17. 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
  18. 23 Jan, 2008 1 commit
  19. 17 Nov, 2007 1 commit
  20. 14 Nov, 2007 1 commit
  21. 26 Oct, 2007 1 commit
  22. 18 Oct, 2007 1 commit
  23. 02 Oct, 2007 2 commits
  24. 30 Sep, 2007 2 commits
  25. 31 Aug, 2007 2 commits
  26. 24 Aug, 2007 2 commits
  27. 16 Aug, 2007 1 commit
  28. 04 Aug, 2007 2 commits
  29. 04 Jun, 2007 1 commit
  30. 30 May, 2007 1 commit
    • Laurent Aimar's avatar
      video: fixed preroll · a82a5094
      Laurent Aimar authored
      audio: use avcodec_decode_audio2
             use block_Realloc to pad buffer.
      	   fixed decoding when SplitBuffer is used (flac)
      a82a5094