]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Add esfilter (elementary stream filter)
authorJaroslav Kysela <perex@perex.cz>
Fri, 7 Mar 2014 07:39:00 +0000 (08:39 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 5 May 2014 20:00:38 +0000 (22:00 +0200)
commit47b97e52a87726ed39c55ea1622aa876253ae32b
tree1d7397b8dac311885368ea11f863dffddc7b7e67
parent2b37a0610e32fddf50a532e25935e9aede25210d
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.
23 files changed:
Makefile
docs/html/config_esfilter.html [new file with mode: 0644]
src/api.c
src/api.h
src/api/api_esfilter.c [new file with mode: 0644]
src/api/api_idnode.c
src/api/api_service.c
src/esfilter.c [new file with mode: 0644]
src/esfilter.h [new file with mode: 0644]
src/idnode.c
src/idnode.h
src/main.c
src/service.c
src/service.h
src/subscriptions.c
src/tvheadend.h
src/webui/extjs.c
src/webui/static/app/esfilter.js [new file with mode: 0644]
src/webui/static/app/ext.css
src/webui/static/app/idnode.js
src/webui/static/app/mpegts.js
src/webui/static/app/tvheadend.js
src/webui/static/icons/film_edit.png [new symlink]