An error occurred fetching the project authors.
  1. 21 Oct, 2006 1 commit
  2. 23 Sep, 2006 1 commit
  3. 18 Sep, 2006 2 commits
  4. 15 Sep, 2006 1 commit
    • Clément Stenac's avatar
      For consistency, remove references to vlc from libvlc · f485214f
      Clément Stenac authored
      Also, make it clearer what is shared and instance-specific
      
      So,
      libvlc_t ==> libvlc_global_t
      vlc_t ==> libvlc_int_t (internal instance)
      
      p_object->p_libvlc ==> p_object->p_libvlc_globale
      p_object->p_vlc ==> p_object->p_libvlc
      
      VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC
      
      And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
      
      f485214f
  5. 12 Sep, 2006 1 commit
  6. 17 Aug, 2006 1 commit
  7. 16 Aug, 2006 1 commit
  8. 18 Mar, 2006 1 commit
  9. 09 Mar, 2006 1 commit
  10. 21 Feb, 2006 1 commit
  11. 04 Feb, 2006 1 commit
  12. 01 Feb, 2006 1 commit
  13. 30 Jan, 2006 1 commit
  14. 27 Jan, 2006 1 commit
  15. 26 Jan, 2006 1 commit
  16. 15 Jan, 2006 1 commit
  17. 12 Jan, 2006 1 commit
  18. 11 Jan, 2006 1 commit
  19. 05 Jan, 2006 3 commits
  20. 04 Jan, 2006 1 commit
  21. 02 Oct, 2005 2 commits
  22. 11 Aug, 2005 2 commits
  23. 09 Aug, 2005 1 commit
  24. 09 Jul, 2005 1 commit
  25. 08 Jul, 2005 1 commit
  26. 17 Apr, 2005 1 commit
  27. 04 Oct, 2004 1 commit
  28. 29 May, 2004 1 commit
  29. 29 Apr, 2004 1 commit
  30. 06 Jan, 2004 1 commit
  31. 04 Dec, 2003 1 commit
  32. 03 Dec, 2003 1 commit
  33. 08 Oct, 2003 1 commit
    • Gildas Bazin's avatar
      · d44f9d26
      Gildas Bazin authored
      * include/vlc_codec.h: defines decoders/encoders related structures here.
      * include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame.
      * include/vlc/decoder.h: include vlc_codec.h
      * src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types.
      * modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder.
      * src/input/*: some cleanup.
      d44f9d26
  34. 24 Jun, 2003 1 commit
  35. 13 Jun, 2003 1 commit