mschimek [Tue, 18 Feb 2014 16:56:10 +0000 (16:56 +0000)]
*** empty log message ***
mschimek [Tue, 18 Feb 2014 16:56:03 +0000 (16:56 +0000)]
parse_28_29: SF bug #198: Faulty logic in TTX Level 2.5, 3.5 DRCS
download page parser.
mschimek [Fri, 20 Dec 2013 16:32:05 +0000 (16:32 +0000)]
*** empty log message ***
mschimek [Fri, 20 Dec 2013 16:31:59 +0000 (16:31 +0000)]
decode_cc_data: Bug fix: Crashed if no data on some frames.
cc_feed: Bug fix: Did not separate XDS data from CC channel 3 & 4.
cc_format_row: Bug fix: Ignored background attribute codes and printed
a zero byte in their place.
Added a stream relative timestamp option.
mschimek [Fri, 20 Dec 2013 16:31:54 +0000 (16:31 +0000)]
Added a stream relative timestamp option.
mschimek [Fri, 20 Dec 2013 16:31:49 +0000 (16:31 +0000)]
caption_command: SF bug #195: Mid-row codes are set-at spacing
attributes. Backgr. Attr. codes ditto.
mschimek [Fri, 20 Dec 2013 16:31:43 +0000 (16:31 +0000)]
decode_timestamp: Disabled check to work around invalid mark
transmitted on Dantoto Racing found by Devrim Ayyildiz.
mschimek [Fri, 20 Dec 2013 16:31:37 +0000 (16:31 +0000)]
Added a replacement for AC_PATH_XTRA when cross compiling. Disable
check scripts when cross compiling. New pthread check for MinGW
compatibility. Do not build the VBI proxy if we do not build the V4L
interface.
mschimek [Wed, 28 Aug 2013 14:46:04 +0000 (14:46 +0000)]
*** empty log message ***
mschimek [Wed, 28 Aug 2013 14:45:58 +0000 (14:45 +0000)]
vbi_proxyd_take_message: Strings shouldn't be of type uchar.
mschimek [Wed, 28 Aug 2013 14:45:53 +0000 (14:45 +0000)]
handler: Strings shouldn't be of type uchar.
mschimek [Wed, 28 Aug 2013 14:45:48 +0000 (14:45 +0000)]
vbi_classify_page: Strings shouldn't be of type uchar.
mschimek [Wed, 28 Aug 2013 14:45:43 +0000 (14:45 +0000)]
strndup_iconv_to_ucs2: Silence iconv mutable src string warning.
mschimek [Wed, 28 Aug 2013 14:45:38 +0000 (14:45 +0000)]
ppm_export: Temp buffer was misdeclared as const.
mschimek [Wed, 28 Aug 2013 14:45:33 +0000 (14:45 +0000)]
vbi_export_mem: Const cast clarification.
mschimek [Wed, 28 Aug 2013 14:45:28 +0000 (14:45 +0000)]
read_more: Const cast clarification.
mschimek [Wed, 28 Aug 2013 14:45:18 +0000 (14:45 +0000)]
Uncommented vbi_capture_sim_load_caption() declaration because the
function is needed for make check.
mschimek [Wed, 28 Aug 2013 14:45:12 +0000 (14:45 +0000)]
parse_28_29: Replaced nested function bits() for portability. Closes SF
patch #16, incompatibility with clang.
same_header, same_clock: Const arg fix.
mschimek [Wed, 28 Aug 2013 14:45:06 +0000 (14:45 +0000)]
vbi_proxy_msg_v4l_ioctl, vbi_proxy_msg_v4l2_ioctl: Changed the ioctl
request type to unsigned int because clang pointed out the v4l/v4l2
ioctl codes exceed int range.
mschimek [Wed, 28 Aug 2013 14:45:00 +0000 (14:45 +0000)]
_vbi_sampling_par_valid_log, _vbi_sampling_par_permit_service,
_vbi_sampling_par_from_services_log: Corrected printf format for
videostd_set type from %x to %lx.
mschimek [Wed, 28 Aug 2013 14:44:55 +0000 (14:44 +0000)]
enhance: Replaced nested function flush() and flush_row() for
portability. Closes SF patch #16, incompatibility with clang.
mschimek [Wed, 28 Aug 2013 14:44:49 +0000 (14:44 +0000)]
ure_write_dfa: printf format fix.
Added include wchar.h because clang didn't recognize wint_t.
mschimek [Wed, 28 Aug 2013 14:44:44 +0000 (14:44 +0000)]
Const cast because vbi_decode() second arg sliced data is incorrectly
defined as mutable.
mschimek [Wed, 28 Aug 2013 14:44:39 +0000 (14:44 +0000)]
vbi_decoder_feed: Const cast because vbi_decode() second arg sliced
data is incorrectly defined as mutable.
mschimek [Wed, 28 Aug 2013 14:44:34 +0000 (14:44 +0000)]
Applied patch by André Draszik, removing stale include aio.h which is
not available in uClibc.
mschimek [Wed, 28 Aug 2013 14:44:28 +0000 (14:44 +0000)]
decode_function: Const cast because vbi_decode() second arg sliced data
is incorrectly defined as mutable.
set_time: Applied bug fix patch by André Draszik.
mschimek [Wed, 28 Aug 2013 14:40:33 +0000 (14:40 +0000)]
Release 0.2.35.
mschimek [Wed, 10 Jul 2013 23:12:09 +0000 (23:12 +0000)]
Updated the URLs.
mschimek [Wed, 10 Jul 2013 23:11:18 +0000 (23:11 +0000)]
Documentation improvements.
mschimek [Wed, 10 Jul 2013 23:10:06 +0000 (23:10 +0000)]
Release 0.2.34.
mschimek [Wed, 10 Jul 2013 11:37:47 +0000 (11:37 +0000)]
Convert network-table.h to Latin-1 for compatibility with older
versions.
mschimek [Wed, 10 Jul 2013 11:37:42 +0000 (11:37 +0000)]
Fixed and updated.
mschimek [Wed, 10 Jul 2013 11:37:03 +0000 (11:37 +0000)]
Documentation improvements.
mschimek [Wed, 10 Jul 2013 11:36:58 +0000 (11:36 +0000)]
Corrections and clarifications.
mschimek [Wed, 10 Jul 2013 11:34:45 +0000 (11:34 +0000)]
*** empty log message ***
mschimek [Mon, 8 Jul 2013 08:55:23 +0000 (08:55 +0000)]
More debugging.
mschimek [Mon, 8 Jul 2013 08:54:05 +0000 (08:54 +0000)]
More debugging.
mschimek [Fri, 5 Jul 2013 04:02:43 +0000 (04:02 +0000)]
Version bump and video tap dumps slice headers.
mschimek [Wed, 3 Jul 2013 09:44:57 +0000 (09:44 +0000)]
*** empty log message ***
mschimek [Wed, 3 Jul 2013 09:44:47 +0000 (09:44 +0000)]
Some compile fixes and new code.
mschimek [Wed, 3 Jul 2013 09:44:42 +0000 (09:44 +0000)]
Added dvbsubs.
mschimek [Wed, 3 Jul 2013 09:44:37 +0000 (09:44 +0000)]
Bug fix: Didn't work right with CC data only on one field or streams
omitting some PTS.
mschimek [Tue, 2 Jul 2013 04:04:25 +0000 (04:04 +0000)]
*** empty log message ***
mschimek [Tue, 2 Jul 2013 04:04:18 +0000 (04:04 +0000)]
Applied SF bug #192 patch by Jakub Wilk to fix UTF-8 encoding.
mschimek [Tue, 2 Jul 2013 04:04:14 +0000 (04:04 +0000)]
Compile fix: Applied SF patch #13 for compatibility with libpng 1.5 and
later.
mschimek [Tue, 2 Jul 2013 04:03:59 +0000 (04:03 +0000)]
Compile fix: Applied SF bug #188 patch by Alex Chiang to include
sys/stat.h to define S_ISCHR on Debian/Ubuntu.
mschimek [Tue, 2 Jul 2013 04:03:54 +0000 (04:03 +0000)]
Corrected an apparent array overflow, SF bug #183.
mschimek [Tue, 2 Jul 2013 02:43:50 +0000 (02:43 +0000)]
*** empty log message ***
mschimek [Tue, 2 Jul 2013 02:32:45 +0000 (02:32 +0000)]
lop_parity_check, vbi_decode_teletext: Bug fix: Handle X/26 fallback
characters with even parity.
mschimek [Tue, 2 Jul 2013 02:32:41 +0000 (02:32 +0000)]
raw_page: Bug fix: Handle X/26 fallback characters with even parity.
mschimek [Tue, 2 Jul 2013 02:32:36 +0000 (02:32 +0000)]
enhance: Bug fix: Flush attributes before we reset the active column
for a redundant set-active-row triplet.
mschimek [Tue, 2 Jul 2013 02:32:26 +0000 (02:32 +0000)]
The cpu target checks need a rewrite. Disabled for now to get rid of
annoying compiler warnings.
mschimek [Tue, 2 Jul 2013 02:32:21 +0000 (02:32 +0000)]
Disabled zvbi-dvbsubs due to compile errors.
mschimek [Tue, 2 Jul 2013 02:32:16 +0000 (02:32 +0000)]
Didn't work with dash.
mschimek [Tue, 2 Jul 2013 02:32:11 +0000 (02:32 +0000)]
The network-table.h generator needs a rewrite.
mschimek [Tue, 2 Jul 2013 02:32:06 +0000 (02:32 +0000)]
vbi_print_page_region: Accidentally left a debugging printf enabled.
mschimek [Tue, 2 Jul 2013 02:30:56 +0000 (02:30 +0000)]
*** empty log message ***
mschimek [Mon, 14 Dec 2009 23:43:57 +0000 (23:43 +0000)]
*** empty log message ***
mschimek [Mon, 14 Dec 2009 23:43:52 +0000 (23:43 +0000)]
caption: CC dump code replaced by _vbi_cc608_dump().
mschimek [Mon, 14 Dec 2009 23:43:49 +0000 (23:43 +0000)]
Rewrote the whole thing and added an option to test the new _vbi_cc608
decoder.
mschimek [Mon, 14 Dec 2009 23:43:46 +0000 (23:43 +0000)]
capture_stream_sim_load_caption: Now available in libzvbi 0.2 too.
mschimek [Mon, 14 Dec 2009 23:43:43 +0000 (23:43 +0000)]
Removed the unneeded long element names. Changed channel numbers to
base one as in EIA 608. Added a ts entity.
mschimek [Mon, 14 Dec 2009 23:43:40 +0000 (23:43 +0000)]
vbi_capture_sim_load_caption: Removed the unneeded long element names.
Changed channel numbers to base one as in EIA 608. Added a ts entity.
mschimek [Mon, 14 Dec 2009 23:43:35 +0000 (23:43 +0000)]
New helper functions for cc608_decoder.c.
mschimek [Mon, 14 Dec 2009 23:43:32 +0000 (23:43 +0000)]
libzvbi_la_SOURCES: Added event.c, event-priv.h.
libzvbi_la_SOURCES: Added cc608_decoder.c, cc608_decoder.h.
mschimek [Mon, 14 Dec 2009 23:43:29 +0000 (23:43 +0000)]
Added experimental _VBI_EVENT_CC608 and _VBI_EVENT_CC608_STREAM for
test/caption.c.
mschimek [Mon, 14 Dec 2009 23:43:26 +0000 (23:43 +0000)]
Added experimental _vbi_event_cc608_page and _vbi_event_cc608_stream
structs.
mschimek [Mon, 14 Dec 2009 23:43:23 +0000 (23:43 +0000)]
CC608_DECODER_LOG_INPUT: New test switch.
stream_event, display_event: The event structs changed slightly.
Renamed a few public symbols to reflect the experimental nature of the
module.
mschimek [Mon, 14 Dec 2009 23:43:20 +0000 (23:43 +0000)]
print_vfmt: Bug fix: Missing _vbi_log_printf() parameter.
vbi_capture_v4l2k_new: Bug fix: Attempt to log error after deleting
capture struct with pointer to log function.
mschimek [Mon, 14 Dec 2009 23:43:15 +0000 (23:43 +0000)]
Added.
mschimek [Mon, 14 Dec 2009 23:43:13 +0000 (23:43 +0000)]
noinst_PROGRAMS: Added zvbi-dvbsubs.
mschimek [Mon, 14 Dec 2009 23:41:11 +0000 (23:41 +0000)]
Renamed to cc608-test-stream.dtd.
mschimek [Mon, 23 Mar 2009 01:30:49 +0000 (01:30 +0000)]
*** empty log message ***
mschimek [Mon, 23 Mar 2009 01:30:45 +0000 (01:30 +0000)]
Replace time_min()/time_max() by macros.
mschimek [Mon, 23 Mar 2009 01:30:42 +0000 (01:30 +0000)]
Renamed to pdc2.c and replaced by a simpler example just demonstrating
how to capture Program IDs.
mschimek [Mon, 23 Mar 2009 01:30:39 +0000 (01:30 +0000)]
Renamed from pdc1.c, improved and checked against the examples in EN
300 231.
mschimek [Mon, 23 Mar 2009 01:30:36 +0000 (01:30 +0000)]
New test for pdc2.c.
mschimek [Mon, 23 Mar 2009 01:30:33 +0000 (01:30 +0000)]
Doxumented examples/pdc2.c.
mschimek [Mon, 23 Mar 2009 01:30:31 +0000 (01:30 +0000)]
TESTS: Added pdc2-test1.sh.
noinst_PROGRAMS: Added pdc2.
mschimek [Mon, 23 Mar 2009 01:30:28 +0000 (01:30 +0000)]
TESTS, check_PROGRAMS: Added test-pdc.
Commented out the exoptest on explist and test-unicode on unicode
dependencies because of problems with make distcheck.
mschimek [Mon, 23 Mar 2009 01:30:25 +0000 (01:30 +0000)]
Corrected usage message, enabled packet 8/30/1 decoding.
Enabled Teletext packet 8/30/1 decoding because the required low-level
functions are in the library now.
mschimek [Mon, 23 Mar 2009 01:30:22 +0000 (01:30 +0000)]
main: Cosmetical changes.
mschimek [Mon, 23 Mar 2009 01:30:19 +0000 (01:30 +0000)]
Cosmetical changes.
mschimek [Mon, 23 Mar 2009 01:30:07 +0000 (01:30 +0000)]
New Closed Caption decoder based on contrib/atsc-cc.c added to CVS.
mschimek [Wed, 4 Mar 2009 21:48:57 +0000 (21:48 +0000)]
*** empty log message ***
mschimek [Wed, 4 Mar 2009 21:48:52 +0000 (21:48 +0000)]
Updated the doxumentation. Commented out some code that would return
not yet defined error codes.
mschimek [Wed, 4 Mar 2009 21:48:49 +0000 (21:48 +0000)]
Updated the doxumentation. vbi_program_id.cni_type is back.
mschimek [Wed, 4 Mar 2009 21:48:46 +0000 (21:48 +0000)]
Added TIME_MIN and TIME_MAX macros for the PDC helper functions.
mschimek [Wed, 4 Mar 2009 21:48:43 +0000 (21:48 +0000)]
Updated the doxumentation and added a brief explanation of Packet 8/30.
Replaced a vbi_bcd2bin() call because the function has insufficient
precision in libzvbi 0.2.
mschimek [Wed, 4 Mar 2009 21:48:40 +0000 (21:48 +0000)]
A few modifications to make Doxygen happy.
mschimek [Wed, 4 Mar 2009 21:48:37 +0000 (21:48 +0000)]
vbi_encode_vps_pdc, vbi_encode_dvb_pdc_descriptor: vbi_program_id does
not contain a broken down date and time anymore. Changed the PIL
check to support unreal dates and times.
vbi_decode_vps_pdc, vbi_decode_dvb_pdc_descriptor: Removed the PIL
check to support unreal dates and times. vbi_program_id.mi flag wasn't
initialized.
vbi_decode_vps_cni: Bug fix: Translation of CNI 0x0DC3 was backwards.
Updated the doxumentation.
mschimek [Wed, 4 Mar 2009 21:48:35 +0000 (21:48 +0000)]
A few modifications to make Doxygen happy. Renamed
_vbi_decode_vps_pdc() to vbi_decode_vps_pdc(). All VPS functions are
public now.
mschimek [Wed, 4 Mar 2009 21:48:32 +0000 (21:48 +0000)]
LIBZVBI_HDRS: Added network.h, pdc.h, packet-830.h.
libzvbi_la_SOURCES: Added network.h
mschimek [Wed, 4 Mar 2009 21:48:30 +0000 (21:48 +0000)]
FILE_PATTERNS: Added packet-830.h, pdc.h.
mschimek [Wed, 4 Mar 2009 21:48:26 +0000 (21:48 +0000)]
Added packet-830.h, pdc.h.
mschimek [Wed, 4 Mar 2009 21:48:23 +0000 (21:48 +0000)]
Replaced by test-vps.cc.
mschimek [Wed, 4 Mar 2009 21:48:17 +0000 (21:48 +0000)]
New unit tests from branch 0.3.
mschimek [Wed, 4 Mar 2009 21:48:14 +0000 (21:48 +0000)]
memcmp_zero: Function added for test-packet-830.cc.
mschimek [Wed, 4 Mar 2009 21:48:11 +0000 (21:48 +0000)]
Function added for test-packet-830.cc.
mschimek [Wed, 4 Mar 2009 21:48:08 +0000 (21:48 +0000)]
Permanently enabled VPS PDC decoding with vbi_decode_vps_pdc().