]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
[wip]: codec profiles + transcode + vaapi
authorlekma <lekmalek@gmail.com>
Sun, 21 Aug 2016 07:32:18 +0000 (09:32 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 28 Aug 2017 13:32:17 +0000 (15:32 +0200)
commit014bb9505e1d7eb6e37e10931dd89ab3b1a0dc01
treee8179fe8db97994c9252cb77b85f561a93867264
parentebbbc3b1e9c954a19c4aa518d83ccd28d67e6d23
[wip]: codec profiles + transcode + vaapi
77 files changed:
Makefile
Makefile.ffmpeg
Makefile.webui
configure
src/api.c
src/api.h
src/api/api_codec.c [new file with mode: 0644]
src/dvr/dvr_autorec.c
src/dvr/dvr_config.c
src/dvr/dvr_db.c
src/dvr/dvr_rec.c
src/dvr/dvr_timerec.c
src/esfilter.h
src/libav.c
src/main.c
src/muxer/muxer_libav.c
src/muxer/muxer_mkv.c
src/parsers/bitstream.h
src/plumbing/globalheaders.c
src/plumbing/transcoding.c [deleted file]
src/plumbing/transcoding.h [deleted file]
src/plumbing/tsfix.c
src/profile.c
src/prop.c
src/prop.h
src/streaming.c
src/transcoding/codec.h [new file with mode: 0644]
src/transcoding/codec/codec.c [new file with mode: 0644]
src/transcoding/codec/codecs/aac.c [new file with mode: 0644]
src/transcoding/codec/codecs/libs/libfdk_aac.c [new file with mode: 0644]
src/transcoding/codec/codecs/libs/libopus.c [new file with mode: 0644]
src/transcoding/codec/codecs/libs/libtheora.c [new file with mode: 0644]
src/transcoding/codec/codecs/libs/libvorbis.c [new file with mode: 0644]
src/transcoding/codec/codecs/libs/libvpx.c [new file with mode: 0644]
src/transcoding/codec/codecs/libs/libx26x.c [new file with mode: 0644]
src/transcoding/codec/codecs/libs/omx.c [new file with mode: 0644]
src/transcoding/codec/codecs/libs/vaapi.c [new file with mode: 0644]
src/transcoding/codec/codecs/mp2.c [new file with mode: 0644]
src/transcoding/codec/codecs/mpeg2video.c [new file with mode: 0644]
src/transcoding/codec/codecs/vorbis.c [new file with mode: 0644]
src/transcoding/codec/internals.h [new file with mode: 0644]
src/transcoding/codec/module.c [new file with mode: 0644]
src/transcoding/codec/profile.c [new file with mode: 0644]
src/transcoding/codec/profile_audio_class.c [new file with mode: 0644]
src/transcoding/codec/profile_class.c [new file with mode: 0644]
src/transcoding/codec/profile_video_class.c [new file with mode: 0644]
src/transcoding/memutils.c [new file with mode: 0644]
src/transcoding/memutils.h [new file with mode: 0644]
src/transcoding/transcode.h [new file with mode: 0644]
src/transcoding/transcode/audio.c [new file with mode: 0644]
src/transcoding/transcode/context.c [new file with mode: 0644]
src/transcoding/transcode/helpers.c [new file with mode: 0644]
src/transcoding/transcode/hwaccels/hwaccels.c [new file with mode: 0644]
src/transcoding/transcode/hwaccels/hwaccels.h [new file with mode: 0644]
src/transcoding/transcode/hwaccels/vaapi.c [new file with mode: 0644]
src/transcoding/transcode/hwaccels/vaapi.h [new file with mode: 0644]
src/transcoding/transcode/internals.h [new file with mode: 0644]
src/transcoding/transcode/log.h [new file with mode: 0644]
src/transcoding/transcode/module.c [new file with mode: 0644]
src/transcoding/transcode/stream.c [new file with mode: 0644]
src/transcoding/transcode/transcoder.c [new file with mode: 0644]
src/transcoding/transcode/video.c [new file with mode: 0644]
src/tvheadend.h
src/tvhlog.c
src/tvhlog.h
src/webui/static/app/codec.js [new file with mode: 0644]
src/webui/static/app/esfilter.js
src/webui/static/app/ext.css
src/webui/static/app/idnode.js
src/webui/static/app/profile.js [new file with mode: 0644]
src/webui/static/app/tvheadend.js
src/webui/static/extjs/examples/ux/Spinner.js [changed from symlink to file mode: 0644]
src/webui/static/extjs/examples/ux/SpinnerField.js [changed from symlink to file mode: 0644]
src/webui/static/icons/plugin_disabled.png [new symlink]
support/patches/libmfx.linux.path.diff [deleted file]
support/patches/libx265.pic.diff
support/patches/libx265.pie.diff