- 24 Dec, 2014 14 commits
-
-
Jean-Paul Saman authored
-
Christian Suloway authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
mbenoit authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
mbenoit authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
mbenoit authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
mbenoit authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
- 09 Sep, 2014 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 08 Sep, 2014 7 commits
-
-
Timothy Gu authored
Platforms like i686-pc-mingw32 defines _GNU_SOURCE but does not contain the functions. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-
Jean-Paul Saman authored
If _GNU_SOURCE is not defined, then print the messages without leaking memory. Based on a patch from Guilherme Lima Bernal <lb-guilherme@live.com> and Timothy Gu <timothygu99@gmail.com>.
-
Guilherme Lima Bernal authored
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 07 Sep, 2014 2 commits
-
-
Jean-Paul Saman authored
-
Rafaël Carré authored
-
- 14 Aug, 2014 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
See ISO/IEC 13818-1 : 2000, table 2-40 and 2.6.3 See https://trac.videolan.org/vlc/ticket/4200Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 17 Apr, 2014 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 16 Apr, 2014 11 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Michael Ira Krufky authored
dvbinfo: fix error: 'daemon' is deprecated: first deprecated in OS X 10.5 [-Werror,-Wdeprecated-declarations] I'm not sure if you will want to apply this patch, but I thought I should share it and let you decide. I need it in order to build libdvbpsi on OSX Mavericks, but I don't actually use the dvbinfo program. Fix the following build error when building under OSX: gcc -DHAVE_CONFIG_H -I. -I../.. -D_FILE_OFFSET_BITS=64 -DDVBPSI_DIST -g -O2 -Wall -Werror --std=gnu99 -D_GNU_SOURCE -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -DDVBPSI_DIST -MT dvbinfo-dvbinfo.o -MD -MP -MF .deps/dvbinfo-dvbinfo.Tpo -c -o dvbinfo-dvbinfo.o `test -f 'dvbinfo.c' || echo './'`dvbinfo.c dvbinfo.c:656:13: error: 'daemon' is deprecated: first deprecated in OS X 10.5 [-Werror,-Wdeprecated-declarations] if (daemon(1,0) < 0) ^ /usr/include/stdlib.h:267:6: note: 'daemon' declared here int daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_5, __IPHONE_2_0, __IPHONE_2_0); ^ 1 error generated. make[3]: *** [dvbinfo-dvbinfo.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org> Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Michael Ira Krufky authored
I've noticed from commit f93983a7 & the NEWS file that libdvbpsi is on version 1.2.0 now, but in the header file dvbpsi.h, DVBPSI_VERSION still says 1.1.2 and DVBPSI_VERSION_INT still says 1.1.1 ... Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org> Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-