1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavformat
Serhii Marchuk c917cde9cc mpegts muxer, DVB subtitles encoder: common DVB subtitles payload
Improved DVB subtitles encoder to generate AVPacket.data in the same
format as generates MPEGTS demuxer + DVB subtitles parser. So now single
format of DVB subtitles data is used across all the components of FFmpeg:
only subtitles payload WITHOUT 0x20 0x00 bytes at the beginning and 0xFF
trailing byte.

Improved MPEGTS muxer to support format of DVB subtitles in
AVPacket.data described above: while muxing we add two bytes 0x20 0x00 to
the beginning of and 0xFF to the end of DVB subtitles payload.

The patch fixes DVB subtitle copy problems: tickets #2989 fully and #2024
partly.

Signed-off-by: Clément Bœsch <u@pkh.me>
2014-01-12 16:40:52 +01:00
..
2013-10-13 20:13:38 +00:00
2013-10-18 19:53:47 +02:00
2013-12-01 12:03:34 +01:00
2013-12-25 17:14:32 +01:00
2014-01-03 14:11:07 +01:00
2013-10-06 19:36:53 +02:00
2013-12-13 11:57:39 +01:00
2013-12-19 18:36:49 +01:00
2013-10-13 20:13:38 +00:00
2013-10-28 23:54:42 +01:00
2013-12-12 18:41:39 +01:00
2013-11-22 23:52:08 +01:00
2014-01-03 15:05:48 +02:00
2013-12-25 17:38:29 +01:00
2013-12-25 17:14:32 +01:00
2013-12-25 17:38:29 +01:00
2013-12-23 16:28:44 +01:00
2013-10-13 20:13:38 +00:00
2013-12-29 16:24:07 +01:00
2013-12-30 04:05:27 +01:00
2013-10-31 20:20:49 +01:00
2013-07-07 18:50:03 +02:00
2013-10-23 11:17:03 +03:00
2013-09-21 15:36:33 +02:00
2013-12-25 17:38:29 +01:00
2013-10-13 20:13:38 +00:00
2013-11-13 22:56:18 +01:00
2014-01-10 17:51:13 +01:00
2013-12-25 17:38:29 +01:00
2013-12-30 04:05:27 +01:00
2013-12-01 12:03:34 +01:00
2014-01-09 19:33:07 +01:00
2013-12-11 13:15:49 +01:00
2013-10-13 20:13:38 +00:00
2013-11-26 08:31:10 +01:00
2013-12-23 15:55:47 +01:00
2013-12-25 17:38:29 +01:00
2013-12-25 17:38:30 +01:00
2013-09-21 15:36:33 +02:00
2013-10-13 20:13:38 +00:00
2013-10-13 20:13:38 +00:00
2013-10-21 17:32:01 +02:00
2013-10-13 20:13:38 +00:00
2014-01-08 23:56:05 +01:00
2013-08-21 05:51:41 +02:00
2013-10-13 20:13:38 +00:00
2013-10-13 20:13:38 +00:00
2013-09-21 15:36:33 +02:00