Commit fd08fbd8 authored by Georgi Chorbadzhiyski's avatar Georgi Chorbadzhiyski

Remove Changelog file because it contains outdated information.

parent b5a134d6
------------------------------------------------------------------------
r105 | md | 2010-02-20 11:53:29 +0100 (Sat, 20 Feb 2010) | 2 lines
Implement wating for MMI data
------------------------------------------------------------------------
r104 | md | 2010-02-20 10:58:57 +0100 (Sat, 20 Feb 2010) | 2 lines
Fix endless looping with PowerCAM PRO due to protocol violation.
------------------------------------------------------------------------
r103 | gatty | 2010-01-26 20:46:03 +0100 (Tue, 26 Jan 2010) | 1 line
Fix typo in Makefile
------------------------------------------------------------------------
r102 | ivoire | 2010-01-19 22:28:52 +0100 (Tue, 19 Jan 2010) | 2 lines
Add install and uninstall target (adapted to be used also for debian packaging)
------------------------------------------------------------------------
r101 | ivoire | 2010-01-18 15:42:40 +0100 (Mon, 18 Jan 2010) | 2 lines
FIx typos in the manpage.
------------------------------------------------------------------------
r100 | ivoire | 2010-01-17 23:34:44 +0100 (Sun, 17 Jan 2010) | 3 lines
Add a manpage.
This manapage is only using dvblast 1.1 options (but that's a begining).
------------------------------------------------------------------------
r99 | ivoire | 2010-01-10 09:32:39 +0100 (Sun, 10 Jan 2010) | 2 lines
s/bandwith/bandwidth/
------------------------------------------------------------------------
r98 | ivoire | 2010-01-10 09:10:12 +0100 (Sun, 10 Jan 2010) | 2 lines
Add long options support.
------------------------------------------------------------------------
r97 | massiot | 2010-01-09 00:46:48 +0100 (Sat, 09 Jan 2010) | 2 lines
* dvblast.c: Fix segfault when no input option is passed.
------------------------------------------------------------------------
r96 | massiot | 2010-01-06 17:20:38 +0100 (Wed, 06 Jan 2010) | 3 lines
* dvblast.c: Fix segfault with buffer overflow and -d option (thanks testking !)
* ALL: Fix trailing whitespaces/tabs.
------------------------------------------------------------------------
r95 | gatty | 2010-01-05 10:06:22 +0100 (Tue, 05 Jan 2010) | 1 line
Fix port numbers > 4 digits. Patch courtesy of cpulinker@yandex.ru
------------------------------------------------------------------------
r94 | gatty | 2010-01-04 21:15:43 +0100 (Mon, 04 Jan 2010) | 1 line
Re-UTF8 Marian Ďurkovič's name in AUTHORS and comments :)
------------------------------------------------------------------------
r93 | gatty | 2010-01-03 14:07:23 +0100 (Sun, 03 Jan 2010) | 1 line
Added IPv6 support for output and duplicate (-d) targets. See INSTALL file for usage info.
------------------------------------------------------------------------
r92 | md | 2009-12-29 09:25:06 +0100 (Tue, 29 Dec 2009) | 2 lines
* dvb.c: Simplify dvb_Open()
------------------------------------------------------------------------
r91 | massiot | 2009-12-28 19:23:30 +0100 (Mon, 28 Dec 2009) | 2 lines
* INSTALL: Explain units for the options.
------------------------------------------------------------------------
r90 | md | 2009-12-28 16:57:04 +0100 (Mon, 28 Dec 2009) | 4 lines
* dvb.c: Read upto 50 TS packets at once. We're in non-blocking mode,
so the kernel will deliver less than 50 automatically.
Note: one DMA cycle might provide upto 350 TS packets (64 kByte)
------------------------------------------------------------------------
r89 | md | 2009-12-28 11:06:01 +0100 (Mon, 28 Dec 2009) | 2 lines
* dvb.c: Reuse allocated blocks
------------------------------------------------------------------------
r88 | md | 2009-12-28 10:50:38 +0100 (Mon, 28 Dec 2009) | 2 lines
* demux.c: Make sure we reset CAM if it outputs garbage (invalid PES headers)
------------------------------------------------------------------------
r87 | gatty | 2009-12-27 22:03:48 +0100 (Sun, 27 Dec 2009) | 1 line
Migrate network code to use sockaddr_in instead of in_addr_t in readiness for addition of IPv6 support
------------------------------------------------------------------------
r86 | massiot | 2009-12-22 18:09:00 +0100 (Tue, 22 Dec 2009) | 2 lines
* asi.c, asi.h: Support for Computer Modules ASI input cards (-A).
------------------------------------------------------------------------
r85 | massiot | 2009-12-22 14:19:56 +0100 (Tue, 22 Dec 2009) | 4 lines
* dvb.c: Read from DVR in amounts of NB_OUTPUTS * 7 * 188.
This attemps at lowering the latency, at the expense of a
slightly raised CPU consumption. Please yell if you're not OK.
------------------------------------------------------------------------
r84 | massiot | 2009-12-22 14:17:46 +0100 (Tue, 22 Dec 2009) | 2 lines
* util.c: Use a monotonic clock for mdate() and msleep().
------------------------------------------------------------------------
r83 | massiot | 2009-12-22 10:14:19 +0100 (Tue, 22 Dec 2009) | 2 lines
* udp.c: Actually check in this file.
------------------------------------------------------------------------
r82 | massiot | 2009-12-21 18:30:01 +0100 (Mon, 21 Dec 2009) | 3 lines
* udp.c: New input for DVBlast : UDP instead of linux-dvb (-D).
* ALL: Virtualize the input functions to allow multiple input modules.
------------------------------------------------------------------------
r81 | massiot | 2009-12-21 15:33:39 +0100 (Mon, 21 Dec 2009) | 2 lines
* en50221.c: Fixed BSS corruption introduced in [78].
------------------------------------------------------------------------
r80 | massiot | 2009-12-21 14:11:19 +0100 (Mon, 21 Dec 2009) | 2 lines
* dvblast.c: Add -V for printing the version only; bail out if unknown args are passed.
------------------------------------------------------------------------
r79 | gatty | 2009-12-21 12:25:58 +0100 (Mon, 21 Dec 2009) | 1 line
Add version.h file to repo
------------------------------------------------------------------------
r78 | gatty | 2009-12-21 12:23:12 +0100 (Mon, 21 Dec 2009) | 1 line
Include version info in dvblast and dvblastctl console output. Suggestion and initial patch (reworked) by Adrien Grand.
------------------------------------------------------------------------
r77 | ivoire | 2009-12-19 18:42:27 +0100 (Sat, 19 Dec 2009) | 2 lines
Fix a potential memory leak.
------------------------------------------------------------------------
r76 | ivoire | 2009-12-19 18:14:56 +0100 (Sat, 19 Dec 2009) | 2 lines
Use booleans to resynchronise with vlc code base.
------------------------------------------------------------------------
r73 | massiot | 2009-11-23 23:06:00 +0100 (Mon, 23 Nov 2009) | 2 lines
* Update for 1.1 release.
------------------------------------------------------------------------
r72 | massiot | 2009-11-23 22:52:43 +0100 (Mon, 23 Nov 2009) | 2 lines
* dvb.c: Fix C-band tuning.
------------------------------------------------------------------------
r70 | md | 2009-11-18 08:29:03 +0100 (Wed, 18 Nov 2009) | 2 lines
* Changelog: Update for 1.1-release
------------------------------------------------------------------------
r69 | md | 2009-11-16 11:20:15 +0100 (Mon, 16 Nov 2009) | 2 lines
* demux.c: Use PAT_PID where applicable
------------------------------------------------------------------------
r68 | md | 2009-11-16 11:10:03 +0100 (Mon, 16 Nov 2009) | 2 lines
* ALL: Per-output SDT versioning
------------------------------------------------------------------------
r67 | massiot | 2009-11-16 00:01:38 +0100 (Mon, 16 Nov 2009) | 2 lines
* demux.c: Print SDT to debug output, adapted from VLC by Marian.
------------------------------------------------------------------------
r66 | massiot | 2009-11-15 23:59:58 +0100 (Sun, 15 Nov 2009) | 2 lines
* demux.c: Fix CAPMT update when changing SID, patch by Marian.
------------------------------------------------------------------------
r65 | massiot | 2009-11-15 23:57:53 +0100 (Sun, 15 Nov 2009) | 2 lines
* ALL: Cache SDT and handle it in demux_Change, patch by Marian.
------------------------------------------------------------------------
r64 | massiot | 2009-11-15 23:51:52 +0100 (Sun, 15 Nov 2009) | 2 lines
* dvb.c: Raise DVR buffer to work around brain-dead code in STB0899 driver, thanks Marian.
------------------------------------------------------------------------
r63 | massiot | 2009-11-07 12:28:44 +0100 (Sat, 07 Nov 2009) | 2 lines
* ChangeLog: Prepare for revision 1.1.
------------------------------------------------------------------------
r62 | massiot | 2009-11-07 12:22:16 +0100 (Sat, 07 Nov 2009) | 2 lines
* demux.c: Minor optimization of EIT handling, patch by Marian.
------------------------------------------------------------------------
r61 | massiot | 2009-11-07 12:16:00 +0100 (Sat, 07 Nov 2009) | 2 lines
* dvb.c, dvblastctl.c: Simplify #ifdef's for different DVB API version, patch by Marian.
------------------------------------------------------------------------
r60 | massiot | 2009-11-07 12:08:22 +0100 (Sat, 07 Nov 2009) | 2 lines
* demux.c: Pad-after instead of pad-before SI tables, patch by Marian.
------------------------------------------------------------------------
r59 | massiot | 2009-11-07 12:06:16 +0100 (Sat, 07 Nov 2009) | 2 lines
* INSTALL: Detail a bit the -a switch.
------------------------------------------------------------------------
r58 | massiot | 2009-11-07 12:03:23 +0100 (Sat, 07 Nov 2009) | 3 lines
* demux.c: Send dummy PAT containing no program for services which are
currently inactive, patch by Marian.
------------------------------------------------------------------------
r57 | massiot | 2009-11-07 11:59:10 +0100 (Sat, 07 Nov 2009) | 3 lines
* demux.c: Correctly remove SDT entries which have been withdrawn, and
always send the EIT, patch by Marian.
------------------------------------------------------------------------
r56 | massiot | 2009-11-07 11:54:19 +0100 (Sat, 07 Nov 2009) | 2 lines
* demux.c: Do not make SDT depend on PMT existence, patch by Marian.
------------------------------------------------------------------------
r55 | massiot | 2009-11-03 23:31:53 +0100 (Tue, 03 Nov 2009) | 2 lines
* demux.c: Don't send EIT to outputs without a valid PAT, patch by Marian.
------------------------------------------------------------------------
r54 | massiot | 2009-11-03 23:30:27 +0100 (Tue, 03 Nov 2009) | 2 lines
* demux.c: Remove redundant warning on program removal.
------------------------------------------------------------------------
r53 | massiot | 2009-11-03 23:27:31 +0100 (Tue, 03 Nov 2009) | 2 lines
* demux.c: Don't send TDT to outputs without a valid PAT, patch by Marian.
------------------------------------------------------------------------
r52 | massiot | 2009-11-03 23:26:18 +0100 (Tue, 03 Nov 2009) | 2 lines
* demux.c: On new PMTs, delete the CAPMT before changing ES selection, patch by Marian.
------------------------------------------------------------------------
r51 | massiot | 2009-11-03 23:23:57 +0100 (Tue, 03 Nov 2009) | 2 lines
* en50221.c: Do not send empty CAPMT when no PID is selected.
------------------------------------------------------------------------
r50 | massiot | 2009-11-03 23:21:05 +0100 (Tue, 03 Nov 2009) | 2 lines
* en50221.c: Fix CAPMT memory leak, patch by Marian.
------------------------------------------------------------------------
r49 | massiot | 2009-11-02 15:44:38 +0100 (Mon, 02 Nov 2009) | 2 lines
* Fix documentation.
------------------------------------------------------------------------
r48 | massiot | 2009-11-02 15:41:46 +0100 (Mon, 02 Nov 2009) | 2 lines
* demux.c: Correctly remove CAPMT when the program goes clear, patch by Marian Ďurkovič.
------------------------------------------------------------------------
r47 | massiot | 2009-11-02 15:31:47 +0100 (Mon, 02 Nov 2009) | 2 lines
* demux.c, en50221.c: Compatibility with gcc 2.95, patch by Marian Ďurkovič.
------------------------------------------------------------------------
r46 | massiot | 2009-11-02 15:30:56 +0100 (Mon, 02 Nov 2009) | 2 lines
* dvblastctl.c, dvb.c: Compatibility with older DVB drivers, patch by Marian Ďurkovič.
------------------------------------------------------------------------
r45 | massiot | 2009-11-02 14:31:17 +0100 (Mon, 02 Nov 2009) | 2 lines
* demux.c: Fix program cleanup when new PAT removes a program, patch by Marian Ďurkovič.
------------------------------------------------------------------------
r44 | massiot | 2009-11-02 14:23:47 +0100 (Mon, 02 Nov 2009) | 2 lines
* demux.c: Fix multiple PID refcounting, patch by Marian Ďurkovič.
------------------------------------------------------------------------
r43 | massiot | 2009-10-30 17:51:43 +0100 (Fri, 30 Oct 2009) | 2 lines
* dvblast.c: Add support for /udp syntax in config file, patch by Marian Ďurkovič.
------------------------------------------------------------------------
r42 | massiot | 2009-10-30 17:43:52 +0100 (Fri, 30 Oct 2009) | 2 lines
* demux.c: Fix invalid CAPMTs when unselecting programs, patch by Marian Ďurkovič.
------------------------------------------------------------------------
r41 | massiot | 2009-10-30 17:03:06 +0100 (Fri, 30 Oct 2009) | 2 lines
* en50221.c: New -W switch to support sloW CAMs.
------------------------------------------------------------------------
r40 | massiot | 2009-10-30 16:45:25 +0100 (Fri, 30 Oct 2009) | 2 lines
* en50221.c: Attempt at fixing high-level CI (but can't test).
------------------------------------------------------------------------
r39 | massiot | 2009-10-30 16:13:40 +0100 (Fri, 30 Oct 2009) | 2 lines
* en50221.c: Increase MAX_CASYSTEM_IDS to 64 and fix inverted logic (thanks Marian !)
------------------------------------------------------------------------
r38 | massiot | 2009-10-30 16:10:02 +0100 (Fri, 30 Oct 2009) | 2 lines
* demux.c: Pass through the TDT for DVB compliance, patch by Marian Ďurkovič.
------------------------------------------------------------------------
r37 | massiot | 2009-10-30 16:08:08 +0100 (Fri, 30 Oct 2009) | 2 lines
* demux.c: Avoid segfault caused when EPG is not used (thanks Marian !).
------------------------------------------------------------------------
r36 | massiot | 2009-10-30 16:06:37 +0100 (Fri, 30 Oct 2009) | 2 lines
* dvb.c: More fixes for people who like typing invalid values.
------------------------------------------------------------------------
r35 | massiot | 2009-10-30 16:04:00 +0100 (Fri, 30 Oct 2009) | 2 lines
* More getopt() related fixes.
------------------------------------------------------------------------
r34 | massiot | 2009-10-24 18:44:45 +0200 (Sat, 24 Oct 2009) | 2 lines
* en50221.c: Fix memory leak (thanks ivoire).
------------------------------------------------------------------------
r33 | massiot | 2009-10-24 15:06:34 +0200 (Sat, 24 Oct 2009) | 2 lines
* dvblast.c: Fix -d description.
------------------------------------------------------------------------
r32 | massiot | 2009-10-24 14:17:44 +0200 (Sat, 24 Oct 2009) | 2 lines
* dvb.c: Diseqc support (based on patch #5 with extended msleep()s).
------------------------------------------------------------------------
r31 | massiot | 2009-10-24 14:12:33 +0200 (Sat, 24 Oct 2009) | 2 lines
* dvblast.c: getopt() returns int rather than (possibly unsigned) char.
------------------------------------------------------------------------
r30 | massiot | 2009-10-24 14:03:29 +0200 (Sat, 24 Oct 2009) | 3 lines
* dvb.c: Increase lock timeout to 30 s, because some low symbol rate
transponders are very hard to lock.
------------------------------------------------------------------------
r29 | massiot | 2009-10-23 12:58:25 +0200 (Fri, 23 Oct 2009) | 2 lines
* dvblast.c: Check if a config file has been given.
------------------------------------------------------------------------
r28 | massiot | 2009-10-21 00:01:26 +0200 (Wed, 21 Oct 2009) | 2 lines
* comm.c: Early termination for anonymous sockets.
------------------------------------------------------------------------
r27 | massiot | 2009-10-20 21:15:04 +0200 (Tue, 20 Oct 2009) | 2 lines
* ALL: Update Copyright information.
------------------------------------------------------------------------
r26 | massiot | 2009-10-20 20:44:22 +0200 (Tue, 20 Oct 2009) | 2 lines
* Documentation: Add $Id$ keyword.
------------------------------------------------------------------------
r25 | massiot | 2009-10-20 20:38:44 +0200 (Tue, 20 Oct 2009) | 2 lines
* Documentation update.
------------------------------------------------------------------------
r24 | massiot | 2009-10-06 22:14:50 +0200 (Tue, 06 Oct 2009) | 2 lines
* demux.c: Randomize TSID in unique TSID mode.
------------------------------------------------------------------------
r23 | massiot | 2009-10-06 22:00:20 +0200 (Tue, 06 Oct 2009) | 2 lines
* demux.c: By default preserve original TSID, patch by Marian Ďurkovič.
------------------------------------------------------------------------
r22 | massiot | 2009-10-06 21:56:57 +0200 (Tue, 06 Oct 2009) | 2 lines
* demux.c: Correctly handle SDT on configuration changes.
------------------------------------------------------------------------
r21 | massiot | 2009-10-06 21:50:53 +0200 (Tue, 06 Oct 2009) | 2 lines
* en50221.c: Allow for larger TPDUs, patch by Marian Ďurkovič.
------------------------------------------------------------------------
r20 | massiot | 2009-09-29 00:32:28 +0200 (Tue, 29 Sep 2009) | 2 lines
* output.c: Avoid jitter in RTP timestamps, patch by Marian Ďurkovič.
------------------------------------------------------------------------
r19 | massiot | 2009-09-28 22:24:11 +0200 (Mon, 28 Sep 2009) | 2 lines
* dvb.c: Fix CAM poll timing, patch by Marian Ďurkovič.
------------------------------------------------------------------------
r18 | massiot | 2009-09-28 22:18:51 +0200 (Mon, 28 Sep 2009) | 2 lines
* demux.c: do not erase EIT last_table_id, patch by Andy Gatward.
------------------------------------------------------------------------
r17 | massiot | 2009-08-18 11:06:05 +0200 (Tue, 18 Aug 2009) | 2 lines
* utils.c: Shorter stderr output.
------------------------------------------------------------------------
r16 | massiot | 2009-08-17 20:23:32 +0200 (Mon, 17 Aug 2009) | 2 lines
* Update distribution files.
------------------------------------------------------------------------
r15 | massiot | 2009-08-17 20:06:59 +0200 (Mon, 17 Aug 2009) | 2 lines
* demux.c: Typo int the EITp/f table_id, spotted by Marian Ďurkovič. Thanks !
------------------------------------------------------------------------
r14 | massiot | 2009-08-13 18:18:10 +0200 (Thu, 13 Aug 2009) | 2 lines
* ALL: EPG pass-through support, with SDT regeneration, patch courtesy of Andy Gatward.
------------------------------------------------------------------------
r13 | massiot | 2009-08-13 18:17:23 +0200 (Thu, 13 Aug 2009) | 2 lines
* dvblastctl.c: Fix a gcc warning.
------------------------------------------------------------------------
r12 | massiot | 2009-07-02 23:55:25 +0200 (Thu, 02 Jul 2009) | 2 lines
* dvblast.c: Fix for getopt on unicode consoles, patch courtesy of Andy Gatward.
------------------------------------------------------------------------
r11 | massiot | 2009-06-09 23:55:02 +0200 (Tue, 09 Jun 2009) | 2 lines
* dvblast.c: Also move warnings outside of the getopt loop.
------------------------------------------------------------------------
r10 | massiot | 2009-06-09 23:45:17 +0200 (Tue, 09 Jun 2009) | 2 lines
* dvblast.c, util.c: Quietness patch, courtesy of Andy Gatward.
------------------------------------------------------------------------
r9 | massiot | 2009-06-03 22:28:23 +0200 (Wed, 03 Jun 2009) | 3 lines
* output.c: Support for MPEG-TS over raw UDP with the -U switch, patch
courtesy of Andy Gatward.
------------------------------------------------------------------------
r8 | massiot | 2009-05-15 20:53:57 +0200 (Fri, 15 May 2009) | 3 lines
* dvb.c: Add support for adapters with multiple frontend, patch courtesy
of Andy Gatward.
------------------------------------------------------------------------
r7 | sam | 2009-05-12 14:01:27 +0200 (Tue, 12 May 2009) | 1 line
Minor spelling fixes.
------------------------------------------------------------------------
r5 | massiot | 2009-05-11 16:54:00 +0200 (Mon, 11 May 2009) | 2 lines
* dvb.c: Fine-tune the S2API code. Fix issues with some DVB-T cards.
------------------------------------------------------------------------
r4 | massiot | 2009-05-11 15:35:16 +0200 (Mon, 11 May 2009) | 2 lines
* README: Better wording.
------------------------------------------------------------------------
r3 | massiot | 2009-05-11 15:19:16 +0200 (Mon, 11 May 2009) | 2 lines
* dvblast: Set svn property "keyword".
------------------------------------------------------------------------
r1 | massiot | 2009-05-11 15:05:39 +0200 (Mon, 11 May 2009) | 2 lines
* dvblast: Initial import of DVBlast 1.0.
------------------------------------------------------------------------
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment