~mamarley/tvheadend/+git/trunk:master

Last commit made on 2023-03-25
Get this branch:
git clone -b master https://git.launchpad.net/~mamarley/tvheadend/+git/trunk

Branch merges

Branch information

Name:
master
Repository:
lp:~mamarley/tvheadend/+git/trunk

Recent commits

a1cb8cf... by Flole998 <email address hidden>

Remove deprecated get_best_effort_timestamp() call

ef13a60... by Alin_G

remove ffmpeg component avresample

- remove ffmpeg component avresample. Is deprecated and replaced by swresample. I verified that all functions from this component are not used in tvh (https://www.ffmpeg.org/doxygen/2.3/group__lavr.html)

21a5c63... by oliver

iconv: Allow using GNU libiconv

TVHeadend has a hard-dependency on libiconv. Lets make this a little bit
more flexible by also allowing gnu-libiconv.

This helps with musl-based systems, such as Alpine Linux.

Contributes to #4940.

Signed-off-by: Olliver Schinagl <email address hidden>

0acb338... by Alin_G

remove unused function and migrate from AVBitStreamFilterContext to AVBSFContext

- migrate from AVBitStreamFilterContext to AVBSFContext
- update AVCodec to 'const AVCodec'
- remove unused function: libav_is_encoder()
- remove deprecated functions:
-- AVFormatContext->filename
-- av_register_all() --> https://github.com/FFmpeg/FFmpeg/blob/master/doc/APIchanges (2018-02-06 - 0694d87024 - lavf 58.9.100 - avformat.h)
-- avfilter_register_all() --> https://github.com/FFmpeg/FFmpeg/blob/master/doc/APIchanges (2018-04-01 - f1805d160d - lavfi 7.14.100 - avfilter.h)

933ae5f... by Alin_G

update to ffmpeg codecpar

- update to ffmpeg codecpar

9e1eb89... by Flole998 <email address hidden>

Revert "fix for 64bit time_t on 32bit systems"

This reverts commit 76a6263f1be4e3ccff968b47155b050fcc15f042.

76a6263... by pykpkg47 <email address hidden>

fix for 64bit time_t on 32bit systems

5aa50b1... by Alin_G

update NASM to 2.16.01

- update NASM to 2.16.01

cfb20ca... by Alin_G

update vaapi

- update the code to match the format from vnenc.c (unify format)
- update the default value for level to match software encoding (3.0)

508de08... by Flole998 <email address hidden>

Don't attempt to approve PRs automatically