Skip to content
Snippets Groups Projects
  1. Oct 07, 2020
    • Lyndon Brown's avatar
      po: purge crystal hd artefacts · c6bf40e3
      Lyndon Brown authored and Steve Lhomme's avatar Steve Lhomme committed
      
      commit e1a90aa9 removed an
      entry from po/vlc.pot which consequently causes builds to
      update all of the po files accordingly (in many cases moving
      existing translations to commented out copies further down
      in the files), which then sit as changed files in the
      unstaged list.
      
      this purges the left over artefactsto stop this being a problem.
      
      Signed-off-by: default avatarSteve Lhomme <robux4@ycbcr.xyz>
      c6bf40e3
  2. Nov 24, 2017
  3. May 12, 2014
  4. May 28, 2013
  5. May 12, 2012
  6. May 03, 2012
  7. Nov 25, 2011
  8. Oct 09, 2011
  9. Mar 30, 2010
  10. Mar 19, 2009
  11. Aug 24, 2008
  12. Aug 02, 2008
  13. Jul 30, 2008
  14. Jul 13, 2008
  15. Jul 01, 2008
  16. Jun 02, 2008
  17. Mar 08, 2008
  18. Jan 07, 2008
  19. Nov 18, 2007
  20. Nov 08, 2007
  21. Oct 19, 2007
  22. Aug 13, 2007
  23. Jun 03, 2007
  24. Jun 02, 2007
  25. May 19, 2007
  26. May 16, 2007
  27. Mar 13, 2007
  28. Mar 11, 2007
  29. Mar 05, 2007
  30. Feb 17, 2007
  31. Feb 06, 2007
  32. Jan 14, 2007
  33. Jan 13, 2007
  34. Jan 06, 2007
  35. Dec 19, 2006
  36. Dec 06, 2006
  37. Nov 27, 2006
  38. Nov 26, 2006
    • zorglub's avatar
      A bit of headers cleanup · d3fe7f28
      zorglub 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
Loading