FFmpeg/tests/ref
Clément Bœsch 1f265f5205 microdvd: sanitize AVPackets.
Current MicroDVD AVPackets contain timing information and trailing line
breaks. The data is now only composed of the markup data. Doing this
consistently between text subtitles decoders allows to use different
codec for various formats. For instance, MicroDVD markup is sometimes
found in some VPlayer files. Also, generally speaking, the subtitles
text decoders have no use of these timings (and they must not use them
since it would break any user timing adjustment).

Technically, this is a major ABI break. In practice, a mismatching
lavf/lavc will now error out for MicroDVD decoding. Supporting both
formats requires unnecessary complex and fragile code.

FATE needs update because line breaks in the ASS file were "\n" (because
that's what is used in the original file). ASS format expect "\r\n" line
breaks; this commit fixes this issue. Also note that this "\r\n"
trailing need to be moved at some point from the decoders to the ASS
muxer.
2012-12-31 00:41:35 +01:00
..
acodec aiffenc: set correct number of bits foru8 in aiff 2012-12-20 16:05:30 +01:00
fate microdvd: sanitize AVPackets. 2012-12-31 00:41:35 +01:00
lavf rmenc: write correct bytes per minute 2012-12-23 16:08:10 +01:00
lavf-fate mp3enc: add lame tag with start padding info 2012-07-14 17:20:22 +02:00
lavfi fate/mp=pp: remove dering subfilter test. 2012-12-23 19:03:36 +01:00
seek mxfdec: Rescale audio stream duration from EditRate to SampleRate 2012-12-25 17:45:34 +01:00
vsynth mjpegenc: fix 444 block count so it is below 10 2012-12-16 15:05:31 +01:00
vsynth1 Merge commit 'f919cc7df6' 2012-05-30 01:40:54 +02:00
vsynth2 Merge commit 'f919cc7df6' 2012-05-30 01:40:54 +02:00