Skip to content
Snippets Groups Projects
  1. Dec 07, 2006
  2. Mar 10, 2006
  3. Feb 02, 2006
  4. Sep 27, 2004
  5. Sep 15, 2004
    • Damien Lucas's avatar
      · 650a6f57
      Damien Lucas authored
      2 bugfixes:
      
      dvbpsi.cpp - When dvb is being streamed the PID is copied incorrectly, only
                   the lower 8 bits are correct.
      
      tsmux.cpp - If a PMT is not entirely contained in one TS, the code crashes.
      
      
      
      thanks to jørgen nørgaard <jnp at smarttv dot dk>
      
      
      650a6f57
  6. Aug 27, 2004
  7. Mar 09, 2004
  8. Feb 16, 2004
    • Sam Hocevar's avatar
      * bootstrap: · 4ec8e15e
      Sam Hocevar authored
          + Fixed my libtool bug workaround so that it works with OS X's sed.
      4ec8e15e
    • Sam Hocevar's avatar
      * configure.ac: · 1700b9cb
      Sam Hocevar authored
          + Only build the PVR plugin if <linux/videodev.h> was found.
      1700b9cb
    • Sam Hocevar's avatar
      * configure.ac: · b878d398
      Sam Hocevar authored
          + Check for <sys/un.h> instead of <linux/un.h>.
        * src/core/socket.cpp:
          + Do not use UNIX_PATH_MAX, use sizeof() instead.
      b878d398
  9. Jan 21, 2004
  10. Dec 15, 2003
  11. Dec 12, 2003
  12. Nov 18, 2003
  13. Nov 17, 2003
  14. Nov 16, 2003
  15. Nov 06, 2003
  16. Nov 05, 2003
    • Tristan Leteurtre's avatar
      · 9a7e764d
      Tristan Leteurtre authored
        . Fixed a stupid error, or how a misplaced parenthesis can drive you
          crazy.
            Thank you bbp !
      9a7e764d
  17. Nov 03, 2003
    • Tristan Leteurtre's avatar
      · fd607017
      Tristan Leteurtre authored
        . Removed a debug printf
        . fix in channel_del command
      fd607017
  18. Oct 31, 2003
    • Tristan Leteurtre's avatar
      · 2dc14e39
      Tristan Leteurtre authored
        . improvements in external process spawning
      2dc14e39
    • Tristan Leteurtre's avatar
      · a8a2f843
      Tristan Leteurtre authored
        . Added the ability to stream in UDP over unix sockets (AF_UNIX family).
      a8a2f843
  19. Oct 30, 2003
    • Tristan Leteurtre's avatar
      · e39657c5
      Tristan Leteurtre authored
        . Compilation warning fix
      e39657c5
    • Tristan Leteurtre's avatar
      · 6fa4b637
      Tristan Leteurtre authored
        . Those files weren't added... strange behavior !
      6fa4b637
    • Tristan Leteurtre's avatar
      · 31dff7d4
      Tristan Leteurtre authored
         . Added support for unix sockets manipulation
      
         . Added a unix socket interface (I will explain that later)
      31dff7d4
    • Tristan Leteurtre's avatar
      · 5e2d54ec
      Tristan Leteurtre authored
        . More v4l reading checks
      
        . Fix of my previous 'launchonstartup order' commit
      5e2d54ec
    • Tristan Leteurtre's avatar
      · e37721e8
      Tristan Leteurtre authored
        . Launch commands in order. Closes bug #1358
      e37721e8
    • Tristan Leteurtre's avatar
      · 61bb1444
      Tristan Leteurtre authored
        . Forgot a file in my previous commit
      
        . Sound & video works well with my Philips Webcam !
      61bb1444
  20. Oct 29, 2003
  21. Oct 28, 2003
    • Tristan Leteurtre's avatar
      · d71e76c7
      Tristan Leteurtre authored
        . Some fixes in the sound encoding of v4l
      
        . More fixes need to be done, but I have successfully tested
          video+sound(mp2) encoding on a TV board. I hope that the famous
          'click' bug is corrected.
      
          I will do some tests with my webcam tomorrow.
      
        . Does not compile, there is a link error regarding the libavcodec.
          Will be fixed soon. sam, do you have an idea ? ;)
      d71e76c7
    • Tristan Leteurtre's avatar
      · b6d011c1
      Tristan Leteurtre authored
        . Ability to communicate with a spawned process through pipes
        . See next commits
      b6d011c1
    • Sam Hocevar's avatar
      f16540e6
    • Sam Hocevar's avatar
      * src/Makefile.am: Fixed a syntax error. · d454f79b
      Sam Hocevar authored
        * src/server/vls.cpp: Look for plugins in ./modules and ./src/modules
          instead of blindly browsing the current directory.
      d454f79b
Loading