]> git.sesse.net Git - ffmpeg/history - libavformat/nutdec.c
Take the target address family in account when determining the family of
[ffmpeg] / libavformat / nutdec.c
2007-10-30 Baptiste Coudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-09-16 Diego Biurrunwarning fix:
2007-08-27 Diego BiurrunRemove unused variable.
2007-08-17 Diego Biurrunspelling/wording cosmetics
2007-08-09 Michael Niedermayermove syncpoint cache related stuff to common file
2007-08-09 Michael Niedermayerfix forw_ptr crc check
2007-08-09 Michael Niedermayerget rid of printf
2007-08-09 Michael Niedermayermove lsb2full to common file
2007-08-09 Michael Niedermayermove syncpoint timestamp resetting code to a common...
2007-08-09 Michael Niedermayercheck forw_ptr CRC
2007-08-09 Michael Niedermayermake StreamContext.time_base a pointer
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-08 Måns Rullgårdnutdec: don't use deprecated codec_get_{bmp,wav}_id()
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-23 Måns Rullgårduse new string functions
2007-06-16 Måns Rullgårdfix some printf format specifiers
2007-06-12 Diego Biurrunmisc spelling fixes
2007-04-24 Diego BiurrunRemove unused code + variable, fixes a warning.
2007-04-08 Stefan HuehnerMake some functions which aren't used outside their...
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