log flvdec.c @ 6491:b7f807b4cd88 libavformat tip

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
Fri, 04 Sep 2009 21:43:41 +0000 jbr Remove fake Speex header creation from FLV demuxer. Having it there was not the libavformat
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavformat
Mon, 06 Jul 2009 21:54:37 +0000 aurel flvdec: expose metadata through the generic metadata API libavformat
Mon, 06 Jul 2009 21:49:33 +0000 aurel flvdec: re-enable metadata parsing libavformat
Mon, 06 Jul 2009 21:46:37 +0000 aurel flvdec: don't set format and codec context from metadata values libavformat
Wed, 24 Jun 2009 22:10:53 +0000 jbr flvdec: Build a Speex header during FLV demuxing using required and libavformat
Tue, 16 Jun 2009 23:14:59 +0000 stefano Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about libavformat
Fri, 17 Apr 2009 17:42:41 +0000 michael Remove unused variable from flv_read_metabody() found by CSA. libavformat
Sun, 12 Apr 2009 04:01:03 +0000 michael Disable metadata reading. Yes, I would like to know what this code is good for libavformat
Fri, 03 Apr 2009 15:32:31 +0000 michael Do not fail on zero packets. libavformat
Thu, 02 Apr 2009 03:52:19 +0000 bcoudurier skip empty data packets in flv, fix input.flv libavformat
Tue, 03 Mar 2009 20:24:17 +0000 michael Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer libavformat
Sat, 21 Feb 2009 23:54:50 +0000 bcoudurier parse aac extradata to fetch channels and sample rate, patch from Netgem libavformat
Thu, 19 Feb 2009 12:19:55 +0000 pross FLV demuxer: return AVERROR_EOF upon detection of end of file. libavformat
Mon, 16 Feb 2009 16:09:34 +0000 benoit Add a context to av_log() calls. libavformat