- Dec 07, 2006
-
-
Rémi Denis-Courmont authored
- Fix most warnings
-
- Mar 10, 2006
-
-
Rémi Denis-Courmont authored
-
- Feb 02, 2006
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Sep 27, 2004
-
-
Sam Hocevar authored
src/core/map.cpp src/core/stream.cpp: amd64 compilation fixes.
-
- Sep 15, 2004
-
-
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>
-
- Aug 27, 2004
-
-
Damien Lucas authored
Thanks to choecm555@yahoo.co.kr
-
- Mar 09, 2004
-
-
Sam Hocevar authored
+ Try glibtoolize before libtoolize in case a weird libtool exists.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- Feb 16, 2004
-
-
Sam Hocevar authored
+ Fixed my libtool bug workaround so that it works with OS X's sed.
-
Sam Hocevar authored
+ Only build the PVR plugin if <linux/videodev.h> was found.
-
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.
-
- Jan 21, 2004
-
-
Andrew de Quincey authored
This is usually caused by VLS streaming on an underpowered server
-
- Dec 15, 2003
-
-
Andrew de Quincey authored
-
- Dec 12, 2003
-
-
Andrew de Quincey authored
directory above 'core', so it couldn't find lexer.h
-
Andrew de Quincey authored
-
Andrew de Quincey authored
-
- Nov 18, 2003
-
-
Tristan Leteurtre authored
. Fix of a previous commit
-
- Nov 17, 2003
-
-
Alexis de Lattre authored
-
- Nov 16, 2003
-
-
Damien Lucas authored
(I did not check anyhing in this commit since this branch doesn't compile anymore on my computer .... ;-) Tell me if it doesn't work !
-
- Nov 06, 2003
-
-
Sam Hocevar authored
-
- Nov 05, 2003
-
-
Tristan Leteurtre authored
. Fixed a stupid error, or how a misplaced parenthesis can drive you crazy. Thank you bbp !
-
- Nov 03, 2003
-
-
Tristan Leteurtre authored
. Removed a debug printf . fix in channel_del command
-
- Oct 31, 2003
-
-
Tristan Leteurtre authored
. improvements in external process spawning
-
Tristan Leteurtre authored
. Added the ability to stream in UDP over unix sockets (AF_UNIX family).
-
- Oct 30, 2003
-
-
Tristan Leteurtre authored
. Compilation warning fix
-
Tristan Leteurtre authored
. Those files weren't added... strange behavior !
-
Tristan Leteurtre authored
. Added support for unix sockets manipulation . Added a unix socket interface (I will explain that later)
-
Tristan Leteurtre authored
. More v4l reading checks . Fix of my previous 'launchonstartup order' commit
-
Tristan Leteurtre authored
. Launch commands in order. Closes bug #1358
-
Tristan Leteurtre authored
. Forgot a file in my previous commit . Sound & video works well with my Philips Webcam !
-
- Oct 29, 2003
-
-
Tristan Leteurtre authored
. Compilation fixes for v4l. Everything should be ok, now !
-
Sam Hocevar authored
just need to bootstrap on a sid system.
-
Tristan Leteurtre authored
. Compilation & warning fixes . By the way, the compilation seems not to work on debian stable....
-
- Oct 28, 2003
-
-
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 ? ;)
-
Tristan Leteurtre authored
. Ability to communicate with a spawned process through pipes . See next commits
-
Sam Hocevar authored
-
Sam Hocevar authored
* src/server/vls.cpp: Look for plugins in ./modules and ./src/modules instead of blindly browsing the current directory.
-