log flvdec.c @ 6468:317dedc6b9a2 libavformat

age author description
Thu, 01 Jul 2010 22:31:31 +0000 bcoudurier Use ext sample from mpeg4audio config if set with AAC SBR libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
Sun, 18 Apr 2010 19:09:25 +0000 stefano Implement librtmp seek support. libavformat
Sun, 11 Apr 2010 12:21:30 +0000 cehoyos Set audio bit rate. libavformat
Thu, 01 Apr 2010 08:02:20 +0000 benoit Fix flvdec start-of-frame. libavformat
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Tue, 19 Jan 2010 19:41:24 +0000 bcoudurier fetch flv duration from file if it is set to 0 in metadata libavformat
Mon, 14 Dec 2009 15:59:19 +0000 michael Revert flvdec.c part of r20836 libavformat
Mon, 14 Dec 2009 03:30:25 +0000 daniel FLV 8-bit PCM is unsigned, not signed libavformat
Sun, 13 Dec 2009 20:27:29 +0000 michael Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped libavformat
Fri, 20 Nov 2009 19:16:42 +0000 daniel Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavformat
Wed, 11 Nov 2009 20:24:23 +0000 alexc Add a channels field to MPEG4AudioConfig. libavformat
Tue, 15 Sep 2009 14:56:09 +0000 michael Check offset in flv_probe() libavformat
Mon, 07 Sep 2009 10:49:51 +0000 diego Use all 32 bits of the timestamp when calculating flv duration. libavformat