]> git.ipfire.org Git - thirdparty/tvheadend.git/log
thirdparty/tvheadend.git
11 years agoFixed bug so disabling ntp option works 387/head
Joerg Werner [Mon, 14 Apr 2014 09:35:33 +0000 (11:35 +0200)] 
Fixed bug so disabling ntp option works

11 years agodvb support: fix the pilottab[] - none
Jaroslav Kysela [Thu, 8 May 2014 21:15:43 +0000 (23:15 +0200)] 
dvb support: fix the pilottab[] - none

11 years agoSAT>IP: rtsp - fix the value fraction
Jaroslav Kysela [Thu, 8 May 2014 21:15:09 +0000 (23:15 +0200)] 
SAT>IP: rtsp - fix the value fraction

11 years agoFix the memory leak in the udp multirecv
Jaroslav Kysela [Thu, 8 May 2014 20:41:44 +0000 (22:41 +0200)] 
Fix the memory leak in the udp multirecv

11 years agoMerge pull request #382 from VittGam/channelname
perexg [Wed, 7 May 2014 15:32:12 +0000 (17:32 +0200)] 
Merge pull request #382 from VittGam/channelname

Restored ability to subscribe to a channel via HTTP using the channel name.

11 years agoMerge pull request #383 from scooter1556/master
perexg [Wed, 7 May 2014 15:26:28 +0000 (17:26 +0200)] 
Merge pull request #383 from scooter1556/master

Check manual priority of adapter before weighting.

11 years agoMerge PR#385 - Freebsd fixes
Jaroslav Kysela [Wed, 7 May 2014 15:22:25 +0000 (17:22 +0200)] 
Merge PR#385 - Freebsd fixes

11 years agoreplaced a strdupa with a variable length array
Nicolas Gilles [Thu, 1 May 2014 06:53:00 +0000 (08:53 +0200)] 
replaced a strdupa with a variable length array

11 years agoadd qsort_r wrapper to fix differences between BSD and GNU qsort_r
Nicolas Gilles [Tue, 29 Apr 2014 17:35:09 +0000 (19:35 +0200)] 
add qsort_r wrapper to fix differences between BSD and GNU qsort_r

The order of parameters of both qsort_r and its compar function differ,
the wrapper matches the GNU version and swaps things around on FreeBSD.

11 years agoIPTV: Add missing url structure initialization
Jaroslav Kysela [Wed, 7 May 2014 13:11:55 +0000 (15:11 +0200)] 
IPTV: Add missing url structure initialization

11 years agoThis is merge of PR#341 (esfilter) and PR#369 (SAT>IP)
Jaroslav Kysela [Wed, 7 May 2014 12:32:08 +0000 (14:32 +0200)] 
This is merge of PR#341 (esfilter) and PR#369 (SAT>IP)

11 years agoAdd esfilter (elementary stream filter)
Jaroslav Kysela [Fri, 7 Mar 2014 07:39:00 +0000 (08:39 +0100)] 
Add esfilter (elementary stream filter)

Some feeds (especially from satellite) includes many language mutations
and other elementary streams. It may be useful to define the filters and
order scheme for the streaming and DVR.

The service information dialog is extended to show all PIDs and filtered
PIDs to easy show the used PIDs.

See the included help file for more description.

11 years agoSAT>IP: Add --satip_xml option to reach tuners behind routers or local blocked UPnP...
Jaroslav Kysela [Wed, 23 Apr 2014 18:55:28 +0000 (20:55 +0200)] 
SAT>IP: Add --satip_xml option to reach tuners behind routers or local blocked UPnP ports

11 years agoSAT>IP: Remove the full mux option like in linuxdvb
Jaroslav Kysela [Wed, 23 Apr 2014 11:54:30 +0000 (13:54 +0200)] 
SAT>IP: Remove the full mux option like in linuxdvb

11 years agoSAT>IP: Add Help button to the TV adapters.
Jaroslav Kysela [Wed, 23 Apr 2014 07:31:23 +0000 (09:31 +0200)] 
SAT>IP: Add Help button to the TV adapters.

11 years agoudp + SAT>IP: better multipacket handling
Jaroslav Kysela [Tue, 22 Apr 2014 15:18:25 +0000 (17:18 +0200)] 
udp + SAT>IP: better multipacket handling

- improve the recvmmsg() user space implementation
- some changes which may improve operation under high-loads

11 years agoSAT>IP: Fix the forced full mux per tuner
Jaroslav Kysela [Tue, 22 Apr 2014 13:20:24 +0000 (15:20 +0200)] 
SAT>IP: Fix the forced full mux per tuner

11 years agoSATIP: Try to improve the uncorrectable error counter
Jaroslav Kysela [Tue, 22 Apr 2014 09:08:43 +0000 (11:08 +0200)] 
SATIP: Try to improve the uncorrectable error counter

11 years agoSAT>IP: Added octopusnet hack for DVB-S
Jaroslav Kysela [Sun, 20 Apr 2014 21:04:15 +0000 (23:04 +0200)] 
SAT>IP: Added octopusnet hack for DVB-S

11 years agoSAT>IP: DVB-S setup - pass only configured parameters (fec, rolloff, pilot)
Jaroslav Kysela [Sun, 20 Apr 2014 11:10:59 +0000 (13:10 +0200)] 
SAT>IP: DVB-S setup - pass only configured parameters (fec, rolloff, pilot)

11 years agoSAT>IP: Add possibility to define master/slave tuners
Jaroslav Kysela [Sat, 19 Apr 2014 20:52:50 +0000 (22:52 +0200)] 
SAT>IP: Add possibility to define master/slave tuners

The signal from the standard universal LNB can be split using
a simple coaxial splitter (no multiswitch) to several outputs.
In this case, the position, the polarization and low-high band
settings must be equal.

This code adds the master/slave configuration option in the
tuner settings and does the tuner arbitration to preserve
above settings.

Ideally, this arbitration and configuration may be moved to
the generic dvbs input class in future, because all dvb-s
adapters can be wired in this way, but it's more complicated.

11 years agoSAT>IP: Fix bad memory access (wrong char array dimension)
Jaroslav Kysela [Sat, 19 Apr 2014 17:19:16 +0000 (19:19 +0200)] 
SAT>IP: Fix bad memory access (wrong char array dimension)

11 years agoudp: create multirecv interface
Jaroslav Kysela [Fri, 18 Apr 2014 21:41:20 +0000 (23:41 +0200)] 
udp: create multirecv interface

11 years agoSAT>IP: Fix the weight callback to not block multiple tuners
Jaroslav Kysela [Fri, 18 Apr 2014 20:55:15 +0000 (22:55 +0200)] 
SAT>IP: Fix the weight callback to not block multiple tuners

11 years agoSAT>IP: Move RTP/RTCP UDP bind to udp.c
Jaroslav Kysela [Fri, 18 Apr 2014 19:55:33 +0000 (21:55 +0200)] 
SAT>IP: Move RTP/RTCP UDP bind to udp.c

11 years agoSAT>IP : Fix satip_frontend_is_free..
Jaroslav Kysela [Fri, 18 Apr 2014 15:05:11 +0000 (17:05 +0200)] 
SAT>IP : Fix satip_frontend_is_free..

11 years agoupnp: use data.ptr instead data.u64 for poll events
Jaroslav Kysela [Thu, 17 Apr 2014 21:28:56 +0000 (23:28 +0200)] 
upnp: use data.ptr instead data.u64 for poll events

11 years agoSAT>IP: Added OctopusNet pids hack
Jaroslav Kysela [Thu, 17 Apr 2014 20:12:04 +0000 (22:12 +0200)] 
SAT>IP: Added OctopusNet pids hack

11 years agoscanfile: fix a memory leak
Jaroslav Kysela [Thu, 17 Apr 2014 07:35:21 +0000 (09:35 +0200)] 
scanfile: fix a memory leak

11 years agourlparser: Fixes in URIPARSER
Jaroslav Kysela [Wed, 16 Apr 2014 20:48:41 +0000 (22:48 +0200)] 
urlparser: Fixes in URIPARSER

11 years agoSAT>IP: Add the possibility to override tuner type (DVB-T <-> DVB-C)
Jaroslav Kysela [Wed, 16 Apr 2014 20:33:02 +0000 (22:33 +0200)] 
SAT>IP: Add the possibility to override tuner type (DVB-T <-> DVB-C)

11 years agohttp client: fix the error code passed to conn_closed callback
Jaroslav Kysela [Wed, 16 Apr 2014 17:29:37 +0000 (19:29 +0200)] 
http client: fix the error code passed to conn_closed callback

11 years agohttp client: allow HTTP 1.1 to HTTP 1.0 switch
Jaroslav Kysela [Wed, 16 Apr 2014 17:17:28 +0000 (19:17 +0200)] 
http client: allow HTTP 1.1 to HTTP 1.0 switch

11 years agoudp: fix the bad getaddrinfo call
Jaroslav Kysela [Wed, 16 Apr 2014 16:16:34 +0000 (18:16 +0200)] 
udp: fix the bad getaddrinfo call

11 years agoSAT>IP: Add support for kernels before 2.6.33
Jaroslav Kysela [Wed, 16 Apr 2014 16:09:28 +0000 (18:09 +0200)] 
SAT>IP: Add support for kernels before 2.6.33

11 years agoSAT>IP : Add preliminary DVB-C code
Jaroslav Kysela [Wed, 16 Apr 2014 15:57:56 +0000 (17:57 +0200)] 
SAT>IP : Add preliminary DVB-C code

11 years agohttp client: Fix some compilation errors
Jaroslav Kysela [Wed, 16 Apr 2014 15:32:04 +0000 (17:32 +0200)] 
http client: Fix some compilation errors

11 years agoSAT>IP define the recvmmsg syscall for some libc implementations
Jaroslav Kysela [Wed, 16 Apr 2014 09:37:18 +0000 (11:37 +0200)] 
SAT>IP define the recvmmsg syscall for some libc implementations

11 years agoFix the compilation error for URIPARSER
Jaroslav Kysela [Wed, 16 Apr 2014 09:10:05 +0000 (11:10 +0200)] 
Fix the compilation error for URIPARSER

11 years agoIPTV: tune the http client settings
Jaroslav Kysela [Wed, 16 Apr 2014 07:06:47 +0000 (09:06 +0200)] 
IPTV: tune the http client settings

- increase the chunk size to 128KB
- allow HTTP redirects

11 years agoRewrite imagecache to use build-in http client (remove curl)
Jaroslav Kysela [Tue, 15 Apr 2014 17:35:12 +0000 (19:35 +0200)] 
Rewrite imagecache to use build-in http client (remove curl)

- add the basic SSL peer certificate verification

11 years agoMove RTSP common code from SAT>IP to the common place
Jaroslav Kysela [Tue, 15 Apr 2014 15:30:47 +0000 (17:30 +0200)] 
Move RTSP common code from SAT>IP to the common place

11 years agoAdd build-in http client
Jaroslav Kysela [Mon, 14 Apr 2014 19:42:12 +0000 (21:42 +0200)] 
Add build-in http client

- supports SSL
- supports location redirections
- supports chunked data transfers
- supports HTTP/1.0 HTTP/1.1 and RTSP/1.0

11 years agoMake URL parser more dynamic
Jaroslav Kysela [Wed, 9 Apr 2014 18:30:44 +0000 (20:30 +0200)] 
Make URL parser more dynamic

11 years agotvhpoll - use data.ptr instead data.u64 in http_client.c and satip_frontend.c
Jaroslav Kysela [Wed, 9 Apr 2014 18:11:12 +0000 (20:11 +0200)] 
tvhpoll - use data.ptr instead data.u64 in http_client.c and satip_frontend.c

11 years agoImprove the SAT>IP RTSP implementation
Jaroslav Kysela [Wed, 9 Apr 2014 16:21:51 +0000 (18:21 +0200)] 
Improve the SAT>IP RTSP implementation

11 years agoPrevent SIGSEGV when bind to the TCP socket fails
Jaroslav Kysela [Wed, 9 Apr 2014 16:21:07 +0000 (18:21 +0200)] 
Prevent SIGSEGV when bind to the TCP socket fails

11 years agotvhlog - do not queue messages when log is not running
Jaroslav Kysela [Wed, 9 Apr 2014 17:54:02 +0000 (19:54 +0200)] 
tvhlog - do not queue messages when log is not running

11 years agoAdd SAT>IP support (remote network tuners)
Jaroslav Kysela [Wed, 9 Apr 2014 17:52:23 +0000 (19:52 +0200)] 
Add SAT>IP support (remote network tuners)

11 years agoURL parser fixes
Jaroslav Kysela [Wed, 9 Apr 2014 17:47:24 +0000 (19:47 +0200)] 
URL parser fixes

11 years agohttp client fixes (curl based)
Jaroslav Kysela [Wed, 9 Apr 2014 17:35:21 +0000 (19:35 +0200)] 
http client fixes (curl based)

- check the private u64 value rather than fd (gdb problems)
- move the run call outside the connect routine (locking issues)
- try to fix more leaks (PR_Cleanup)

11 years agoAdd basic support for the UPnP protocol (client)
Jaroslav Kysela [Wed, 9 Apr 2014 17:30:13 +0000 (19:30 +0200)] 
Add basic support for the UPnP protocol (client)

11 years agoReorganize the UDP code from IPTV to the shared location
Jaroslav Kysela [Wed, 9 Apr 2014 17:28:16 +0000 (19:28 +0200)] 
Reorganize the UDP code from IPTV to the shared location

11 years agoMerge pull request #379 from perexg/service-info-caid
perexg [Mon, 5 May 2014 19:25:23 +0000 (21:25 +0200)] 
Merge pull request #379 from perexg/service-info-caid

Show the CAIDs in hex in the service info dialog plus add the provider

11 years agoMerge pull request #377 from perexg/pid-filter
perexg [Mon, 5 May 2014 19:25:04 +0000 (21:25 +0200)] 
Merge pull request #377 from perexg/pid-filter

Optimize the PIDs filtering

11 years agoMerge pull request #375 from perexg/mux-create
perexg [Mon, 5 May 2014 19:24:09 +0000 (21:24 +0200)] 
Merge pull request #375 from perexg/mux-create

Improve the mux create routine to handle the unset and auto values

11 years agoMerge pull request #370 from perexg/uninitialized
perexg [Mon, 5 May 2014 19:21:53 +0000 (21:21 +0200)] 
Merge pull request #370 from perexg/uninitialized

Fix the uninitialized variable access detected by valgrind

11 years agoMerge pull request #378 from perexg/init-fix
perexg [Mon, 5 May 2014 19:21:18 +0000 (21:21 +0200)] 
Merge pull request #378 from perexg/init-fix

Fix the missing ccerr initialization in ts_recv_packet0

11 years agodocs: updating general docs
Adam Sutton [Thu, 1 May 2014 21:14:43 +0000 (22:14 +0100)] 
docs: updating general docs

11 years agotcp: minor correction to avoid GCC warnings about type aliasing
Adam Sutton [Wed, 30 Apr 2014 21:30:18 +0000 (22:30 +0100)] 
tcp: minor correction to avoid GCC warnings about type aliasing

11 years agoCheck manual priority of adapter before interface weighting so that priority settings... 383/head
Scott [Sun, 27 Apr 2014 17:44:32 +0000 (18:44 +0100)] 
Check manual priority of adapter before interface weighting so that priority settings are obeyed.

11 years agoRestored ability to subscribe to a channel using the channel name. Syntax: http:... 382/head
VittGam [Sun, 27 Apr 2014 15:02:04 +0000 (17:02 +0200)] 
Restored ability to subscribe to a channel using the channel name. Syntax: http://host:port/stream/channelname/<chname> and http://host:port/playlist/channelname/<chname>

11 years agoShow the CAIDs in hex in the service info dialog plus add the provider number 379/head
Jaroslav Kysela [Wed, 23 Apr 2014 20:18:50 +0000 (22:18 +0200)] 
Show the CAIDs in hex in the service info dialog plus add the provider number

11 years agoFix the missing ccerr initialization in ts_recv_packet0 378/head
Jaroslav Kysela [Wed, 23 Apr 2014 15:03:39 +0000 (17:03 +0200)] 
Fix the missing ccerr initialization in ts_recv_packet0

11 years agoOptimize the PIDs filtering 377/head
Jaroslav Kysela [Wed, 23 Apr 2014 10:50:18 +0000 (12:50 +0200)] 
Optimize the PIDs filtering

- only used CA PIDs are opened
- all PMT PIDs are opened only at the initial scan

The SAT>IP boxes have limited count of PIDs filters (and probably some
linuxdvb hardware too), so try to use these resources better.

11 years agoPartial revert of "mpegts: add PMT monitoring option"
Jaroslav Kysela [Wed, 23 Apr 2014 11:22:18 +0000 (13:22 +0200)] 
Partial revert of "mpegts: add PMT monitoring option"

- removed the pmtmon option
- kept the PMT table handling for given service

11 years agowebui: added service stream details dialog (fixes #2006)
Adam Sutton [Tue, 22 Apr 2014 23:41:27 +0000 (00:41 +0100)] 
webui: added service stream details dialog (fixes #2006)

11 years agoapi service: add new routine for requesting stream info
Adam Sutton [Tue, 22 Apr 2014 22:32:23 +0000 (23:32 +0100)] 
api service: add new routine for requesting stream info

11 years agoiptv: fix stupid error causing IPTV systems to fail (fixes #2067)
Adam Sutton [Tue, 22 Apr 2014 21:24:26 +0000 (22:24 +0100)] 
iptv: fix stupid error causing IPTV systems to fail (fixes #2067)

This occured where the IPTV system was using small packets (7 pkts
is pretty normal since it always fits in most IP datagrams)
unfortunately all my testing had been with custom generator script
that used much larger packets.

11 years agotsdemux: hack for PCR extraction now PMT monitoring is disabled
Adam Sutton [Tue, 22 Apr 2014 13:04:17 +0000 (14:04 +0100)] 
tsdemux: hack for PCR extraction now PMT monitoring is disabled

Probably should just force PMT monitoring on for tsfile input and
only extract PCR from "known" good PID. However I've found in
practice the "real" PCR streams are typically video streams that
also include payload. So this hack works for now.

11 years agompegts: add PMT monitoring option
Adam Sutton [Tue, 22 Apr 2014 13:02:56 +0000 (14:02 +0100)] 
mpegts: add PMT monitoring option

PMT monitoring is currently disabled by default, need to decide whether
this is the correct behaviour. This should help low performance tuners.
Fixes #1986

11 years agompegts: some minor changes to init / shutdown to avoid pointless errors
Adam Sutton [Tue, 22 Apr 2014 09:01:09 +0000 (10:01 +0100)] 
mpegts: some minor changes to init / shutdown to avoid pointless errors

11 years agohttp: attempt to remove pointless errors on shutdown
Adam Sutton [Tue, 22 Apr 2014 08:59:53 +0000 (09:59 +0100)] 
http: attempt to remove pointless errors on shutdown

This is still not foolproof and I'm not 100% convinced there couldn't be an
error (including crash?) on shutdown.

11 years agolinuxdvb: remove full mux rx mode
Adam Sutton [Tue, 22 Apr 2014 08:19:09 +0000 (09:19 +0100)] 
linuxdvb: remove full mux rx mode

There is currently no use for this feature in TVH, it was only ever added as
a means of getting internal table filtering going and with the idea of some
caching feature that's never materialised. However enabling on low performance
devices can often cause problems, so until there is a genuine use I'm removing
confusion.

11 years agompegts: add missing mux get_title routine, fixes #2071
Adam Sutton [Tue, 22 Apr 2014 08:16:54 +0000 (09:16 +0100)] 
mpegts: add missing mux get_title routine, fixes #2071

11 years agoeit.c: move invalid tsid messages from tvhwarn() to tvhtrace()
Jaroslav Kysela [Tue, 18 Mar 2014 19:13:48 +0000 (20:13 +0100)] 
eit.c: move invalid tsid messages from tvhwarn() to tvhtrace()

11 years agohttp: remove multi-/ from URL when searching for paths (fixes #1764)
Adam Sutton [Mon, 21 Apr 2014 22:34:38 +0000 (23:34 +0100)] 
http: remove multi-/ from URL when searching for paths (fixes #1764)

11 years agompegts: attempt to avoid unecessary reporting of CRC failure on CC error
Adam Sutton [Mon, 21 Apr 2014 21:31:30 +0000 (22:31 +0100)] 
mpegts: attempt to avoid unecessary reporting of CRC failure on CC error

I've also hidden the PSI CC error output, put in debug, so it doesn't flood
logs and generally annoy people.

11 years agotsfile: fix problem with ts-resync on end of file
Adam Sutton [Mon, 21 Apr 2014 21:29:31 +0000 (22:29 +0100)] 
tsfile: fix problem with ts-resync on end of file

Actually this is a more general re-sync bug, it's possible that a loss of
sync could end up being terminal.

11 years agompegts cwc: re-add configuration for prefcapid (fixes #2001)
Adam Sutton [Mon, 21 Apr 2014 20:22:50 +0000 (21:22 +0100)] 
mpegts cwc: re-add configuration for prefcapid (fixes #2001)

11 years agolinuxdvb: add missing list spec to EN50494 network entries (fixes #2033)
Adam Sutton [Mon, 21 Apr 2014 20:10:07 +0000 (21:10 +0100)] 
linuxdvb: add missing list spec to EN50494 network entries (fixes #2033)

11 years agodvb: remove redundant code spotted by EricV
Adam Sutton [Mon, 21 Apr 2014 18:56:21 +0000 (19:56 +0100)] 
dvb: remove redundant code spotted by EricV

11 years agocwc: fix potential leak spotted by EricV, and also bad var init
Adam Sutton [Mon, 21 Apr 2014 18:51:39 +0000 (19:51 +0100)] 
cwc: fix potential leak spotted by EricV, and also bad var init

11 years agoapi webui: fix stupid mistake in error reporting spotted by EricV
Adam Sutton [Mon, 21 Apr 2014 18:48:02 +0000 (19:48 +0100)] 
api webui: fix stupid mistake in error reporting spotted by EricV

11 years agompegts: new feature for scheduling mux tuning events
Adam Sutton [Mon, 21 Apr 2014 18:33:17 +0000 (19:33 +0100)] 
mpegts: new feature for scheduling mux tuning events

Could be useful for requesting periodic tuning of mux for EMM harvesting.
Will eventually be used to replace the current OTA EPG scheduling.

11 years agompegts: fix potential deadlock on deletion of input source (while streaming)
Adam Sutton [Mon, 21 Apr 2014 18:31:50 +0000 (19:31 +0100)] 
mpegts: fix potential deadlock on deletion of input source (while streaming)

Noticed this during tsfile shutdown.

11 years agosubscriptions: fix potential recursion
Adam Sutton [Mon, 21 Apr 2014 14:10:22 +0000 (15:10 +0100)] 
subscriptions: fix potential recursion

11 years agotsfile: Added option to allow a fixed UUID for tsfile muxes
Adam Sutton [Mon, 21 Apr 2014 13:46:56 +0000 (14:46 +0100)] 
tsfile: Added option to allow a fixed UUID for tsfile muxes

This is useful for testing how they work with other parts of the system

11 years agoutil cron: fix possible DST issue
Adam Sutton [Mon, 21 Apr 2014 13:46:31 +0000 (14:46 +0100)] 
util cron: fix possible DST issue

really not sure this will work, needs testing

11 years agoutil cron: re-added code I wrote in early EPG days for handling cron tasks
Adam Sutton [Sun, 20 Apr 2014 13:12:53 +0000 (14:12 +0100)] 
util cron: re-added code I wrote in early EPG days for handling cron tasks

This will be used as a means of managing mux subscription scheduling.

11 years agocapmt: fix invalid use of free()'d data as spotted by EricV
Adam Sutton [Thu, 17 Apr 2014 16:49:12 +0000 (17:49 +0100)] 
capmt: fix invalid use of free()'d data as spotted by EricV

11 years agobundle: fix memory leak spotted by EricV
Adam Sutton [Thu, 17 Apr 2014 16:35:30 +0000 (17:35 +0100)] 
bundle: fix memory leak spotted by EricV

11 years agotimeshift: reduce the output buffer size
Adam Sutton [Wed, 16 Apr 2014 21:32:54 +0000 (22:32 +0100)] 
timeshift: reduce the output buffer size

This will help with a potential overflow in the HTSP buffers that causes
glitches in client playback.

11 years agoui status: add CC and TE display
Adam Sutton [Wed, 16 Apr 2014 20:13:12 +0000 (21:13 +0100)] 
ui status: add CC and TE display

11 years agompegts: added some additional mux statistics
Adam Sutton [Wed, 16 Apr 2014 19:44:55 +0000 (20:44 +0100)] 
mpegts: added some additional mux statistics

11 years agowrappers: move thread start message to trace
Adam Sutton [Wed, 16 Apr 2014 19:31:58 +0000 (20:31 +0100)] 
wrappers: move thread start message to trace

11 years agompegts: ignore NUL packets early
Adam Sutton [Wed, 16 Apr 2014 18:51:36 +0000 (19:51 +0100)] 
mpegts: ignore NUL packets early

11 years agompegts tsfile: fix PCR extraction for tsfile playback
Adam Sutton [Wed, 16 Apr 2014 18:49:28 +0000 (19:49 +0100)] 
mpegts tsfile: fix PCR extraction for tsfile playback

11 years agompegts: fix misuse of protected structure, can result in crash
Adam Sutton [Wed, 16 Apr 2014 09:44:27 +0000 (10:44 +0100)] 
mpegts: fix misuse of protected structure, can result in crash

11 years agoImprove the mux create routine to handle the unset and auto values 375/head
Jaroslav Kysela [Wed, 16 Apr 2014 08:28:18 +0000 (10:28 +0200)] 
Improve the mux create routine to handle the unset and auto values