caching of timestamps for mpeg-ps so seeking is faster
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 13 Jan 2004 22:02:49 +0000 (22:02 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 13 Jan 2004 22:02:49 +0000 (22:02 +0000)
commitb754978a3b0aa17e7794f64c69bf4491762797fd
tree6ce15dcec2032989161883a4b08aab74777b7e92
parent6245598582f74240360113f1d58945c6093b7060
caching of timestamps for mpeg-ps so seeking is faster
move (av_)find_stream_index() to utils.c as its usefull outside mpeg.c
assert checking enabled, to find bugs quicker, should obviously be disabled later
(av_)add_index_entry() inserts new entries so that the list stays ordered and updates entries if already in it
(av_)index_search_timestamp() cleanup (kill ugly goto) and shorter

Originally committed as revision 2697 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avformat.h
libavformat/mpeg.c
libavformat/utils.c