Package: vdr-plugin-softhddevice / 0.6.0+git20160108-1

Metadata

Package Version Patches format
vdr-plugin-softhddevice 0.6.0+git20160108-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ffmpeg3 pixelformat.patch | (download)

codec.c | 8 4 + 4 - 0 !
video.c | 44 22 + 22 - 0 !
video.h | 6 3 + 3 - 0 !
3 files changed, 29 insertions(+), 29 deletions(-)

 ffmpeg 3 api changes
 PixelFormat -> AVPixelFormat renaming
ffmpeg3 pixfmt.patch | (download)

codec.c | 26 13 + 13 - 0 !
video.c | 86 43 + 43 - 0 !
2 files changed, 56 insertions(+), 56 deletions(-)

 ffmpeg 3 api changes
 PIX_FMT_* -> AV_PIX_FMT_* renaming
ffmpeg3_buffer.patch | (download)

codec.c | 40 18 + 22 - 0 !
1 file changed, 18 insertions(+), 22 deletions(-)

 replace deprecated ffmpeg api
 Updated buffer handling