package/ffmpeg: Add Kodi patchset
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 27 Dec 2014 17:45:06 +0000 (18:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 27 Dec 2014 18:58:29 +0000 (19:58 +0100)
commit2c2fd3c257e5f4a9c1b3a537e34bbf28a6155096
treef891054a8cf06d8fe0c43b1afa513c4f5817a336
parent7863cfe0d27d31e5d542ce05312464dc48bc28fe
package/ffmpeg: Add Kodi patchset

In the past xbmc delivered its own ffmpeg source code with specific patches to
address bugs found during the use of xbmc. For Helix the ffmpeg source code was
removed, Helix uses a vanilla ffmpeg source tarball and applies this patchset
on top of it.

Downloaded from
https://github.com/xbmc/FFmpeg/compare/FFmpeg:release/2.5...release/2.5-xbmc.patch

[Thomas: use individual patches instead.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 files changed:
package/ffmpeg/0001-Support-raw-dvdsub-palette-as-stored-on-normal-dvd-s.patch [new file with mode: 0644]
package/ffmpeg/0002-asf-hacks.patch [new file with mode: 0644]
package/ffmpeg/0003-if-av_read_packet-returns-AVERROR_IO-we-are-done.-ff.patch [new file with mode: 0644]
package/ffmpeg/0004-added-Ticket-7187-TV-Teletext-support-for-DVB-EBU-Te.patch [new file with mode: 0644]
package/ffmpeg/0005-Don-t-accept-mpegts-PMT-that-isn-t-current.patch [new file with mode: 0644]
package/ffmpeg/0006-Don-t-reparse-PMT-unless-it-s-version-has-changed.patch [new file with mode: 0644]
package/ffmpeg/0007-Read-PID-timestamps-as-well-as-PCR-timestamps-to-fin.patch [new file with mode: 0644]
package/ffmpeg/0008-Get-stream-durations-using-read_timestamp.patch [new file with mode: 0644]
package/ffmpeg/0009-changed-allow-4-second-skew-between-streams-in-mov-b.patch [new file with mode: 0644]
package/ffmpeg/0010-fixed-memleak-in-mpegts-demuxer-on-some-malformed-mp.patch [new file with mode: 0644]
package/ffmpeg/0011-Speed-up-mpegts-av_find_stream_info.patch [new file with mode: 0644]
package/ffmpeg/0012-dxva-h264-Fix-dxva-playback-of-streams-that-don-t-st.patch [new file with mode: 0644]
package/ffmpeg/0013-add-public-version-of-ff_read_frame_flush.patch [new file with mode: 0644]