FFmpeg/libavcodec
Nicolas George aed032c25b dvbsub: fix encoding of termination packets.
The old code generates a termination packet with the same regions as the
start packet and page_state set to "only what changed"; the result is
that the termination packet is decoded as identical to the start packet.

The new code does as found in some DVB broadcasts: produce a packet with
no regions. This is done by expecting num_rects to be 0 rather than
using a flip-flop. ffmpeg.c is updated accordingly.
2012-08-09 11:03:22 +02:00
..
2012-07-11 04:04:29 +02:00
2012-07-29 22:02:46 +02:00
2012-08-09 00:02:05 +00:00
2012-08-07 03:15:39 +00:00
2012-08-07 23:57:21 +02:00
2012-07-07 12:33:51 +02:00
2012-08-08 01:14:18 +02:00
2012-07-07 12:34:04 +02:00
2012-08-07 23:57:21 +02:00
2012-07-19 18:44:46 +02:00
2012-07-26 16:33:17 +02:00
2012-07-26 16:33:39 +02:00
2012-07-10 02:17:53 +02:00
2012-07-10 02:17:52 +02:00
2012-07-10 02:17:52 +02:00
2012-07-25 21:35:30 +02:00
2012-07-22 05:18:01 +02:00
2012-08-07 22:56:35 +00:00
2012-07-05 02:54:34 +00:00
2012-07-29 22:02:46 +02:00
2012-07-05 04:23:55 +02:00
2012-07-17 01:23:35 +00:00