log nutdec.c @ 2335:5b5e1edd462e libavformat

age author description
Thu, 09 Aug 2007 16:29:30 +0000 michael move syncpoint timestamp resetting code to a common file libavformat
Thu, 09 Aug 2007 12:51:08 +0000 michael check forw_ptr CRC libavformat
Thu, 09 Aug 2007 11:04:43 +0000 michael make StreamContext.time_base a pointer libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Sun, 08 Jul 2007 01:41:07 +0000 mru nutdec: don't use deprecated codec_get_{bmp,wav}_id() libavformat
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavformat
Sat, 23 Jun 2007 23:10:32 +0000 mru use new string functions libavformat
Sat, 16 Jun 2007 14:52:05 +0000 mru fix some printf format specifiers libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavformat
Tue, 24 Apr 2007 05:50:30 +0000 diego Remove unused code + variable, fixes a warning. libavformat
Sun, 08 Apr 2007 20:21:11 +0000 diego Make some functions which aren't used outside their declaring source file libavformat
Sun, 18 Mar 2007 23:59:56 +0000 gpoirier fix end-of-file detection libavformat
Wed, 28 Feb 2007 03:28:31 +0000 lu_zero get_packetheader() forgot to read the header_checksum in big packets libavformat
Sun, 21 Jan 2007 12:43:29 +0000 michael simplify libavformat
Thu, 16 Nov 2006 11:03:40 +0000 michael check max_pts_distance libavformat
Thu, 16 Nov 2006 10:20:29 +0000 michael skip non keyframes after seeking between syncpoint and the first keyframe libavformat
Thu, 16 Nov 2006 09:59:46 +0000 michael remove unused variables libavformat
Thu, 16 Nov 2006 09:56:04 +0000 michael removing unused code libavformat
Tue, 14 Nov 2006 22:24:10 +0000 michael check for frames with 2*size > max_dist and no crc libavformat
Tue, 14 Nov 2006 22:23:26 +0000 michael resync from last syncpoint libavformat
Tue, 14 Nov 2006 22:22:53 +0000 michael remove skip spam libavformat
Tue, 14 Nov 2006 13:33:05 +0000 michael indention libavformat
Tue, 14 Nov 2006 13:32:14 +0000 michael seeking with index libavformat
Tue, 14 Nov 2006 13:19:51 +0000 michael index less seeking in O(log n) time libavformat
Sun, 12 Nov 2006 12:16:59 +0000 michael fix checksum check (was my bug not libnut) libavformat
Sun, 12 Nov 2006 12:07:42 +0000 michael fix timestamp rounding in syncpoints libavformat
Sat, 11 Nov 2006 19:47:58 +0000 michael simplify libavformat
Sat, 11 Nov 2006 19:43:55 +0000 michael dont do startcode search from last syncpoint if there are no errors libavformat
Sat, 11 Nov 2006 19:37:21 +0000 michael nut simple seeking first try libavformat
Sat, 11 Nov 2006 01:35:50 +0000 michael updating nut demuxer to latest spec libavformat