72 Commits

Author SHA1 Message Date
Thilo Graf
7308e50b77 libdvbsub/Debug.cpp: Fix format warnings for __suseconds64_t in Debug.cpp
- Added <inttypes.h> for correct format specifiers.
- Used PRIdMAX for formatting __suseconds64_t in print function.
- Updated sprintf call to handle __suseconds64_t correctly.
2024-07-05 17:26:08 +02:00
vanhofen
c0ed6409ce - libdvbsub: fix compiler warning: ‘int ftime(timeb*)’ is deprecated 2023-01-27 20:38:19 +01:00
Hendi
014e823bba Add some missing includes that GCC 12 wants to see 2023-01-27 20:38:19 +01:00
Jacek Jendrzej
95a9258217 fix, supplement to 6045e1082c 2021-10-27 14:24:33 +02:00
Jacek Jendrzej
6045e1082c ffmpeg compil versions warnnings 2021-10-27 12:34:55 +02:00
svenhoefer
a1703cbcd0 - unify AV_VERSION_INT defines; fix cst build
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-08-29 22:10:00 +02:00
Jacek Jendrzej
ee09213b50 build with ffmpeg version > 59.0.100 2021-08-28 15:22:23 +02:00
max_10
1fa824cab3 - TRIPLEDRAGON: deleted
Conflicts:
	lib/libdvbsub/dvbsub.cpp
	src/system/flashtool.cpp
2020-10-04 16:48:01 +02:00
DboxOldie
2a6f0e9e5e enable limit macros 2020-07-04 23:04:31 +02:00
Thilo Graf
a7ab50dace dvbsutitle.cpp: fix wrong file code
was not UTF8, some ide editors don't like this
2019-11-09 11:05:06 +01:00
Jacek Jendrzej
8fcad916fa dvbsubtitle: use transp bg 2019-06-22 20:53:11 +02:00
Frankenstone
4d52588842 fix ffmpeg compiler warnings, thx DboxOldie 2019-03-01 21:24:24 +01:00
svenhoefer
5c413dce45 - move compatibility headers to /lib/hardware
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-12-31 11:47:45 +01:00
Jacek Jendrzej
0f8e614ee4 Revert "- libdvbsub: add missing free() call"
This reverts commit 89f9ae85f0.
2017-10-16 10:44:19 +02:00
svenhoefer
89f9ae85f0 - libdvbsub: add missing free() call
Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-13 12:35:59 +02:00
svenhoefer
fa0400f8b2 - libdvbsub: use framebuffer functions getBackBufferPointer() and blit2FB()
Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-13 12:35:59 +02:00
Striper
3edc365eab - dvbsubtitle: fix copy/paste error and only show debug if there is something to clear
Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-13 12:35:59 +02:00
Striper
18699eaf41 - cleanup dvbsubtitle code
Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-13 12:35:59 +02:00
svenhoefer
5ba719402a - libdvbsub: allow FullHD resolution dimensions
Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-13 12:35:59 +02:00
svenhoefer
8bdcfb263d - libdvbsub: port usefull code from Neutrino-MP to make dvbsub nice again
Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-13 12:35:59 +02:00
Jacek Jendrzej
97442240f8 remove unused 2017-09-14 13:29:47 +02:00
Jacek Jendrzej
bfa589eb08 make neutrino compatible with new ffmpeg 2017-03-07 15:00:17 +01:00
Stefan Seyfried
5188f721c4 set useful thread names for all spawned threads 2017-02-12 22:55:36 +01:00
Stefan Seyfried
944a4e4ecd fix Makefiles to include SIGC_CFLAGS
now that the framebuffer class includes libsigc++, the path
to it must be known to all parts using framebuffer.h
2016-10-23 17:22:16 +02:00
Thilo Graf
d9aab3ed81 dvbsubtitle.cpp: fix wconversion compiler warnings 2016-06-26 15:32:35 +02:00
Jacek Jendrzej
0d9fbd5378 some never read compil warning fixes 2016-04-24 17:18:37 +02:00
Jacek Jendrzej
c804997045 lib/libdvbsub/tools.h unused 2016-04-16 18:07:16 +02:00
[CST] Focus
5ec81142c4 libdvbsub/dvbsub.cpp: fix pid reporting on resume 2016-02-03 18:29:50 +03:00
Stefan Seyfried
70b7f74362 replace __FILE__ with __file__ 2016-01-14 22:29:00 +01:00
Stefan Seyfried
79d800f955 - port HWLIB_CFLAGS from neutrino-mp to neutrino-hd 2016-01-14 22:29:00 +01:00
J. Krieg
5a7907f9e9 libdvbsub: fix compile with new mandatory -D__STDC_CONSTANT_MACROS compiler flag 2015-10-13 14:04:10 +02:00
Jacek Jendrzej
009fcba748 lib/libdvbsub/dvbsubtitle.cpp: fix compil for new ffmpeg version 2015-09-07 18:59:03 +02:00
Michael Liebmann
5091e920fc Replacing obsolete 'INCLUDES' with 'AM_CPPFLAGS' in all Makefile.am 2013-10-17 04:22:49 +02:00
Michael Liebmann
1fb105b361 * dvbsubtitle: Fix segfault in destructor 2013-05-04 18:20:52 +01:00
Stefan Seyfried
227bf9f2e8 dvbsubtitle: free avcodec context in destructor 2013-04-05 15:54:12 +04:00
[CST] Focus
d3d2efe475 Makefiles.am: add conditional include for libcoolstream 2013-01-11 14:17:16 +04:00
[CST] Focus
6e41c65fad merge public git changes 2013-01-09 19:30:07 +04:00
satbaby
a3bfab0bcd remove doubles include 2012-09-11 20:31:33 +02:00
micha-bbg
f36ee26d87 * Add missing $(top_builddir) to Makefile.am 2012-04-27 16:54:01 +01:00
[CST] Bas
ee52c56a6d dvbsub: fix API use to new ffmpeg. 2012-03-27 18:29:05 +04:00
[CST] Focus
90db393eeb revert lib/libdvbsub/dvbsubtitle.cpp 2012-03-25 16:34:19 +04:00
[CST] Bas
9edfbf491d dvbsub: fix API use to new ffmpeg. 2012-03-23 12:26:23 +04:00
[CST] Bas
ce9eb10ed0 Merge branch 'dvbsi++' of c00lstreamtech.de:cst-private-neutrino into includecleanup
Conflicts:
	src/eitd/SIlanguage.cpp
	src/eitd/SIsections.cpp
	src/eitd/dmx.cpp
	src/eitd/dmxapi.cpp
2012-03-08 12:17:03 +08:00
satbaby
2591100c42 remove never used volues
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2138 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-04 17:25:48 +00:00
[CST] Bas
b04b3f270a lib: fix compile after include change. 2012-03-04 15:53:33 +08:00
satbaby
2105867ec5 dvbsubtitle:-fix for 1280x subtitel
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2057 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-01-13 16:16:38 +00:00
seife
e9fb741134 fix "converting to non-pointer type 'pthread_t'" compiler warning
pthread_t is - at least on our platform - not a pointer type, but
basically an int
don't assign NULL but 0 to fix that warning

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1440 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-05-07 09:06:03 +00:00
satbaby
85f5e1110d memcpy -> memmove
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1278 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-03-09 12:55:31 +00:00
seife
40655b9b6e libdvbsub: tone down debug output, shut up libavcodec
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1089 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-01-30 12:34:50 +00:00
seife
695507903c libdvbsub: speed up exit during shutdown
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1088 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-01-30 12:34:48 +00:00