History | View | Annotate | Download (26.7 KB)
Make some functions which aren't used outside their declaring source fileand have no prototype in a header file static.patch by Stefan Huehner, stefan huehner org
Originally committed as revision 8686 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix end-of-file detectionAt the end of a nut file, the check for url_feof() fails because theeof flag was cleared by the url_fseek() call that was used to skip overthe index packet. This patch fixes thispatch by: Clemens Ladisch % cladisch A fastmail P net %...
get_packetheader() forgot to read the header_checksum in big packetspatch from Clemens Ladisch cladisch AT fastmail dot net(stray base64 patch reverted in the next commits)
Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk
simplify
Originally committed as revision 7602 to svn://svn.ffmpeg.org/ffmpeg/trunk
check max_pts_distance
Originally committed as revision 7100 to svn://svn.ffmpeg.org/ffmpeg/trunk
skip non keyframes after seeking between syncpoint and the first keyframe
Originally committed as revision 7099 to svn://svn.ffmpeg.org/ffmpeg/trunk
remove unused variables
Originally committed as revision 7098 to svn://svn.ffmpeg.org/ffmpeg/trunk
removing unused code
Originally committed as revision 7096 to svn://svn.ffmpeg.org/ffmpeg/trunk
check for frames with 2*size > max_dist and no crc
Originally committed as revision 7076 to svn://svn.ffmpeg.org/ffmpeg/trunk
resync from last syncpoint
Originally committed as revision 7075 to svn://svn.ffmpeg.org/ffmpeg/trunk
remove skip spam
Originally committed as revision 7074 to svn://svn.ffmpeg.org/ffmpeg/trunk
indention
Originally committed as revision 7058 to svn://svn.ffmpeg.org/ffmpeg/trunk
seeking with index
Originally committed as revision 7057 to svn://svn.ffmpeg.org/ffmpeg/trunk
index less seeking in O(log n) time
Originally committed as revision 7056 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix checksum check (was my bug not libnut)
Originally committed as revision 6980 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix timestamp rounding in syncpointsindex reading (unfinished and disabled)
Originally committed as revision 6979 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 6971 to svn://svn.ffmpeg.org/ffmpeg/trunk
dont do startcode search from last syncpoint if there are no errors
Originally committed as revision 6969 to svn://svn.ffmpeg.org/ffmpeg/trunk
nut simple seeking first try
Originally committed as revision 6968 to svn://svn.ffmpeg.org/ffmpeg/trunk
updating nut demuxer to latest specno muxing yetno index yetno seeking yetlibnuts crcs dont match mine (didnt investigate yet)samplerate is stored wrong by libnut (demuxer has a workaround)code is not clean or beautifull yet, but i thought its better to commit early before someone unneccesarily wastes his time duplicating the work...