1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00
FFmpeg/libavformat
Anton Khirnov 27c7ca9c12 lavf: deobfuscate read_frame_internal().
Split off packet parsing into a separate function. Parse full packets at
once and store them in a queue, eliminating the need for tracking
parsing state in AVStream.

The horrible unreadable loop in read_frame_internal() now isn't weirdly
ordered and doesn't contain evil gotos, so it should be much easier to
understand.

compute_pkt_fields() now invents slightly different timestamps for two
raw vc1 tests, due to has_b_frames being set a bit later. They shouldn't
be more wrong (or right) than previous ones.
2012-03-05 18:47:05 +01:00
..
2012-02-14 22:32:53 +01:00
2012-02-06 13:22:01 -05:00
2012-02-08 21:47:12 -05:00
2011-11-30 20:34:45 +01:00
2011-11-30 20:34:45 +01:00
2012-01-27 17:19:09 -08:00
2012-03-02 11:11:38 +01:00
2011-12-01 13:47:28 +02:00
2011-11-23 21:43:46 +01:00
2012-03-03 17:03:27 -05:00
2012-02-21 15:47:06 +01:00
2012-02-20 11:10:02 +02:00
2012-02-29 14:19:42 +01:00
2012-02-22 11:23:43 -08:00
2012-01-27 17:19:09 -08:00
2011-12-11 00:32:25 +01:00
2011-12-21 00:00:03 +01:00
2011-11-30 20:34:45 +01:00
2012-03-02 11:11:38 +01:00
2012-03-02 11:11:38 +01:00
2011-12-20 22:38:53 +01:00
2012-02-29 14:19:42 +01:00
2012-02-29 14:26:14 +01:00
2012-03-03 17:03:27 -05:00
2012-03-02 17:21:45 +01:00
2012-02-26 07:30:21 +01:00
2012-01-03 18:47:42 -05:00
2012-02-15 22:06:07 +02:00
2012-02-28 15:01:20 +01:00
2012-02-14 10:12:44 +01:00
2012-01-16 11:29:55 +01:00
2012-02-29 13:52:55 +01:00
2012-03-03 16:58:45 -05:00
2012-03-03 17:03:26 -05:00
2012-03-03 17:03:26 -05:00
2012-02-09 13:13:04 -05:00