1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavcodec
Uoti Urpala 4f26258f84 dtsdec.c copies one input packet at a time to a (static) buffer of size
4096 bytes while the packet can be up to 18726 bytes.
The code also keeps decoding until all input data has been used up,
not respecting AVCODEC_MAX_AUDIO_FRAME_SIZE.

The patch increases the buffer size and return after decoding one frame.
Also fixes dts_decode_init to return -1, not 1, on failure.

Patch by Uoti Urpala  ||| uoti : urpala |!| pp1 : inet : fi |||

Originally committed as revision 5307 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-04-20 19:23:57 +00:00
..
2006-01-21 18:19:47 +00:00
2006-03-06 14:53:13 +00:00
2006-03-02 13:55:49 +00:00
2006-04-15 14:15:09 +00:00
2006-03-31 20:40:22 +00:00
2006-03-06 08:54:33 +00:00
2006-01-30 23:33:19 +00:00
2006-03-08 04:13:55 +00:00
2006-03-06 15:09:04 +00:00
2006-03-08 11:43:10 +00:00
2004-11-12 01:21:34 +00:00
2006-04-09 06:53:40 +00:00
2006-03-10 21:20:49 +00:00
2006-03-10 20:40:52 +00:00
2006-02-02 02:36:27 +00:00
2006-03-31 18:22:35 +00:00
2006-03-08 11:43:10 +00:00
2006-03-08 11:43:10 +00:00
2006-04-03 07:52:24 +00:00
2006-03-08 11:43:10 +00:00
2006-03-08 11:43:10 +00:00
2006-03-02 21:47:53 +00:00
2006-03-18 20:43:48 +00:00
2006-03-03 21:33:06 +00:00
2006-03-20 05:52:23 +00:00
2006-03-27 12:51:19 +00:00
2006-03-10 20:58:42 +00:00
2005-06-01 21:19:00 +00:00
2006-03-10 20:40:52 +00:00
2006-02-25 22:41:31 +00:00
2006-02-25 22:41:31 +00:00
2006-03-30 14:58:36 +00:00
2006-02-20 19:01:29 +00:00