An error occurred fetching the project authors.
  1. 30 Apr, 2009 1 commit
  2. 24 Feb, 2009 1 commit
  3. 14 Oct, 2008 1 commit
  4. 30 Sep, 2008 1 commit
  5. 20 Sep, 2008 1 commit
  6. 03 Jul, 2008 1 commit
  7. 31 May, 2008 1 commit
  8. 08 May, 2008 1 commit
  9. 03 Feb, 2008 1 commit
  10. 23 Jan, 2008 1 commit
  11. 20 Aug, 2007 1 commit
  12. 24 Dec, 2006 1 commit
  13. 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
  14. 12 Jan, 2006 1 commit
  15. 01 Dec, 2005 1 commit
  16. 09 Jul, 2005 1 commit
  17. 08 Jul, 2005 1 commit
  18. 04 Oct, 2004 2 commits
  19. 25 Jan, 2004 1 commit
  20. 08 Dec, 2003 1 commit
    • Gildas Bazin's avatar
      · 1ddac121
      Gildas Bazin authored
      * modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy
      decoder to save the raw codec data to a file. This is disabled by default (while
      it was always on before).
      * src/input/es_out.c: bug fix for ES autoselection.
      1ddac121
  21. 16 Nov, 2003 1 commit
    • Gildas Bazin's avatar
      · 1e9f16e2
      Gildas Bazin authored
      * ALL: final improvements to the decoders/packetizers api.
         (There are still a few decoders/packetizers left to be converted but this shouldn't take too long).
      * ALL: small improvements to the encoders api.
      1e9f16e2
  22. 25 Oct, 2003 1 commit
    • Sam Hocevar's avatar
      * include/vlc_common.h: · 88991a5c
      Sam Hocevar authored
          + Removed u8, s8, u16 etc. for good.
        * ALL:
          + Replaced all occurrences of u8, s8, u16 etc. with uint8_t, int8_t, etc.
      88991a5c
  23. 02 Sep, 2003 1 commit
    • Gildas Bazin's avatar
      · 7bb574fd
      Gildas Bazin authored
      * ALL: Introduction of a new api for decoders.
         The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance.
         Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported.
      
         Don't hold your breath, there is still much work to do before we reach this goal.
      
      * modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c:
         Converted to the new api.
         Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication).
         New dts and theora packetizers (merged in their respective decoders).
      7bb574fd
  24. 03 Mar, 2003 1 commit
    • Gildas Bazin's avatar
      · 171d858e
      Gildas Bazin authored
      * ALL: another bunch of fixes for the MSVC build.
      171d858e
  25. 18 Nov, 2002 1 commit
  26. 27 Oct, 2002 1 commit
    • Gildas Bazin's avatar
      · 6d6601ea
      Gildas Bazin authored
      * ALL: removed GetPES and NextPES, we now use input_ExtractPES everywhere instead
         of these. The bitstream facility has also been changed to use input_ExtractPES
         and now stores the current PES in its structure.
         Introduced input_FlushPESFifo() and CloseBitstream().
      6d6601ea
  27. 04 Aug, 2002 2 commits
  28. 31 Jul, 2002 1 commit
  29. 23 Jul, 2002 1 commit