]> git.sesse.net Git - ffmpeg/history - libavformat/nutdec.c
cosmetics: indentation
[ffmpeg] / libavformat / nutdec.c
2007-03-18 Clemens Ladischfix end-of-file detection
2007-02-28 Luca Barbatoget_packetheader() forgot to read the header_checksum...
2007-01-21 Michael Niedermayersimplify
2006-11-16 Michael Niedermayercheck max_pts_distance
2006-11-16 Michael Niedermayerskip non keyframes after seeking between syncpoint...
2006-11-16 Michael Niedermayerremove unused variables
2006-11-16 Michael Niedermayerremoving unused code
2006-11-14 Michael Niedermayercheck for frames with 2*size > max_dist and no crc
2006-11-14 Michael Niedermayerresync from last syncpoint
2006-11-14 Michael Niedermayerremove skip spam
2006-11-14 Michael Niedermayerindention
2006-11-14 Michael Niedermayerseeking with index
2006-11-14 Michael Niedermayerindex less seeking in O(log n) time
2006-11-12 Michael Niedermayerfix checksum check (was my bug not libnut)
2006-11-12 Michael Niedermayerfix timestamp rounding in syncpoints
2006-11-11 Michael Niedermayersimplify
2006-11-11 Michael Niedermayerdont do startcode search from last syncpoint if there...
2006-11-11 Michael Niedermayernut simple seeking first try
2006-11-11 Michael Niedermayerupdating nut demuxer to latest spec