~mamarley/tvheadend/+git/trunk:feature/service-cleanup

Last commit made on 2014-11-16
Get this branch:
git clone -b feature/service-cleanup https://git.launchpad.net/~mamarley/tvheadend/+git/trunk

Branch merges

Branch information

Name:
feature/service-cleanup
Repository:
lp:~mamarley/tvheadend/+git/trunk

Recent commits

69ac1e3... by Adam Sutton

mpegts: add service and mux cleaning code

b6fcb45... by Jaroslav Kysela <email address hidden>

WEBUI JS: Add start/stop times to epg dialog, more cosmetic changes for EPG/DVR dialogs

e065cf6... by Jaroslav Kysela <email address hidden>

Fix H264 packet merging, fixes #2480

fcd16fa... by Jaroslav Kysela <email address hidden>

mpegts scan: fix the wrong constant usage (idle scan)

37bee9e... by Jaroslav Kysela <email address hidden>

mpegts_input_open_pid: fix the wrong variable assignment

6ce9b4d... by Jaroslav Kysela <email address hidden>

mpegts input: another optimization for mpegts_mux_find_pid_()

eb60025... by Jaroslav Kysela <email address hidden>

mpegts_mux_start: add flags to the trace log

745cc6f... by Craig Forbes <email address hidden>

Fix double free of hdhomerun_debug_obj
Bug #2479

dd6c882... by Jaroslav Kysela <email address hidden>

mpegts input: optimize the mpegts_mux_find_pid_() for last change

7f1d851... by Jaroslav Kysela <email address hidden>

mpegts input: protect global variable mpegts_pid_skel using mutex

- the skel variable is shared in multiple thread
- also remove mpegts_pid_sub_skel, it's not used frequently