An error occurred fetching the project authors.
  1. 20 Apr, 2009 1 commit
  2. 16 Apr, 2009 1 commit
  3. 09 Feb, 2009 1 commit
  4. 30 Nov, 2008 1 commit
  5. 29 Oct, 2008 1 commit
  6. 28 Sep, 2008 1 commit
  7. 22 Jun, 2008 1 commit
  8. 31 May, 2008 1 commit
  9. 29 May, 2008 1 commit
  10. 26 May, 2008 1 commit
  11. 21 May, 2008 1 commit
  12. 08 May, 2008 1 commit
  13. 01 May, 2008 1 commit
    • Rémi Denis-Courmont's avatar
      Don't re-invent uint8_t - remove byte_t · 2ea3b5fc
      Rémi Denis-Courmont authored
      Also sizeof(byte_t)^Wsizeof(uint8_t) can only ever be 1, if it is
      defined. It's not defined, if char is more than 8 bits, and uint8_t is
      not provided, but then VLC will not compile in the first place.
      2ea3b5fc
  14. 14 Apr, 2008 1 commit
  15. 13 Mar, 2008 1 commit
  16. 12 Mar, 2008 1 commit
    • Rafaël Carré's avatar
      Fix adts packetizer · 17bba6bc
      Rafaël Carré authored
      Get channels information from decoder specific config
      Add (commented) useless variables from ADTS header
      Detect unsupported configurations and start (commented) support
      17bba6bc
  17. 04 Mar, 2008 1 commit
  18. 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
  19. 23 Jan, 2008 1 commit
  20. 12 Jan, 2008 1 commit
  21. 11 Oct, 2007 1 commit
  22. 20 Aug, 2007 2 commits
  23. 12 Jun, 2007 1 commit
  24. 30 May, 2007 1 commit
  25. 02 Mar, 2007 1 commit
    • Laurent Aimar's avatar
      Packetizers should trash all blocks with DISCONTINUITY or CORRUPTED flag set. · 09eaac81
      Laurent Aimar authored
      As a side effect, this workaround the AAC decoding problem after pause/seek
      when going through our packetizer (eg: pause/seek with vlc VOD).
      
      But the bug is still there : faad will stop decoding audio forever after
      receiving a buffer full of 0 (at least with faad2-2.5 from
      audiocoding.com, faad2 from mplayer svn does not show this problem)
      
      09eaac81
  26. 25 Feb, 2007 1 commit
  27. 24 Dec, 2006 1 commit
  28. 26 Nov, 2006 1 commit
    • Clément Stenac's avatar
      A bit of headers cleanup · d3fe7f28
      Clément Stenac authored
      * Headers in include must contain the structures and prototypes needed
        by the plugins and should be named vlc_*.
      * Headers in include/vlc must contain the structures and prototypes
        needed by external libvlc clients
      
      * Moved and renamed some things in headers. 
         - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common)
         - Removed snapshot.h (merged in vlc_vout.h)
         - Removed vlc_spu.h (merged in vlc_osd.h)
         - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface)
         - Moved all internal headers to src
         - Merged vlc_video.h and video_output.h and move private things to src
         - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h
           (meta headers for use in modules, and often implying too large 
           dependencies)
      * Removed some useless dependencies
      * Unexported a bunch of functions and structures used only in src/
        (--> Still some work here)
      * Finally made input_thread_t and input_source_t (mostly) private. 
        Added input_GetItem to fetch the input_item of an input_thread
      * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol 
        prefix
      
      This commit has a 99% probability of breaking the build, 0.1% of killing
      your cat and 0% of getting you hot chicks.
      d3fe7f28
  29. 31 Mar, 2006 1 commit
  30. 25 Mar, 2006 1 commit
  31. 12 Jan, 2006 1 commit
  32. 09 Jul, 2005 1 commit
  33. 08 Jul, 2005 1 commit
  34. 11 Dec, 2004 1 commit
    • Clément Stenac's avatar
      Improvements to preferences · a90a19a6
      Clément Stenac authored
      * Each module can declare a "human-readable short name" with set_name
      * Modules are sorted by category (set_category, set_subcategory).
        Modules configs can be separated by set_section()
      * Separated audio-filter and audio-visual
      * Separated extraintf and control
      * New command and widget : add_module_list() for comma-separated modules
      * Vfilters now use "," as separator
      a90a19a6
  35. 25 Feb, 2004 1 commit
    • Gildas Bazin's avatar
      · 80602ac2
      Gildas Bazin authored
      * modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.
      80602ac2
  36. 25 Jan, 2004 2 commits
  37. 22 Dec, 2003 1 commit
    • Sam Hocevar's avatar
      * toolbox: · 42195685
      Sam Hocevar authored
          + Added pda.glade to the list of Glade2 generated files.
          + Remove strings such as "http://" or "/dev/video0" from the list of
            translated strings in the PDA interface.
        * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing
          whitespaces and tabulations here and there.
      42195685
  38. 15 Dec, 2003 1 commit
    • Gildas Bazin's avatar
      · 21636bda
      Gildas Bazin authored
      * modules/packetizer/mpeg4audio.c: fixed raw mpeg4 audio packetizer.
      * modules/demux/mp4/libmp4.c: fixed (again) parsing of wave tag.
      21636bda