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
Mon, 02 Feb 2009 16:05:50 +0000 benoit Implement the reading of the video bitrate of flv movies out of the meta data, libavformat
Thu, 22 Jan 2009 12:08:06 +0000 michael Use EAGAIN return, primarely intended as example of EAGAIN useage. libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Sun, 21 Dec 2008 20:56:30 +0000 michael Fix detection of audio codec in K70707-ARIA229.flv. libavformat
Sun, 16 Nov 2008 02:56:34 +0000 bcoudurier set pts in flv demuxer libavformat
Tue, 28 Oct 2008 23:49:04 +0000 cehoyos Fix endless loop when opening corrupt FLV files (issue 699). libavformat
Fri, 24 Oct 2008 23:06:03 +0000 bcoudurier simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz libavformat
Fri, 24 Oct 2008 18:36:26 +0000 bcoudurier force sample rate to 16khz for speex in flv, fix speexaudio.flv libavformat
Fri, 24 Oct 2008 16:46:43 +0000 skal fix for >2GB flv files libavformat
Sat, 18 Oct 2008 12:08:55 +0000 banan 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Fri, 29 Aug 2008 22:10:34 +0000 bcoudurier skip empty flv data packets, fix issue #602 libavformat
Fri, 29 Aug 2008 22:07:01 +0000 bcoudurier factorize packet skip code libavformat
Fri, 29 Aug 2008 22:03:18 +0000 bcoudurier simplify size handling code libavformat
Fri, 29 Aug 2008 17:06:35 +0000 bcoudurier speex in flv demuxing libavformat
Thu, 31 Jul 2008 02:26:40 +0000 bcoudurier skip flv video info / command frame packets, fix issue #546 libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Mon, 26 May 2008 22:01:41 +0000 bcoudurier aac and h264 in flv demuxing libavformat
Fri, 23 May 2008 21:51:33 +0000 bcoudurier in flv this field is dts finally libavformat
Fri, 23 May 2008 21:47:30 +0000 bcoudurier flv use 32 bit pts libavformat
Fri, 25 Apr 2008 09:08:13 +0000 bcoudurier pts are unsigned according to specs, fix negative pts when 32bit pts are used libavformat
Mon, 14 Apr 2008 12:25:44 +0000 michael Remove useless code. libavformat
Mon, 14 Apr 2008 12:24:29 +0000 michael Recommit r12809 libavformat
Mon, 14 Apr 2008 12:22:23 +0000 michael Use generic seeking code for flv. The removed code was a buggy duplicate. libavformat
Mon, 14 Apr 2008 12:10:53 +0000 michael revert r12809 libavformat
Sun, 13 Apr 2008 23:47:03 +0000 michael Stop find_stream_info() searching for further streams if 2 streams have libavformat
Sun, 13 Apr 2008 22:58:04 +0000 michael 10l libavformat
Thu, 20 Mar 2008 11:02:40 +0000 skal Additional checks for strange num_val in FLV metadata libavformat
Sun, 24 Feb 2008 01:04:00 +0000 michael Fix issue357 libavformat
Sun, 24 Feb 2008 00:57:15 +0000 michael flv/swf do not have a big endian codec id, they only support libavformat
Thu, 20 Dec 2007 11:22:39 +0000 banan Reindent libavformat
Thu, 20 Dec 2007 11:21:10 +0000 banan Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Fri, 16 Nov 2007 00:09:34 +0000 alex Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9. libavformat
Wed, 31 Oct 2007 22:10:34 +0000 michael support flv with invalid header libavformat
Wed, 31 Oct 2007 21:35:50 +0000 michael factorize stream creation libavformat
Mon, 15 Oct 2007 16:26:02 +0000 banan Nellymoser ASAO decoder libavformat
Tue, 25 Sep 2007 19:30:03 +0000 aurel use the VP6A codec libavformat
Tue, 25 Sep 2007 19:25:59 +0000 aurel revert r10527 libavformat
Tue, 18 Sep 2007 15:36:29 +0000 aurel Add support for VP6A in flv. libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavformat
Sun, 15 Apr 2007 13:51:57 +0000 aurel add an enum for need_parsing libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Wed, 07 Mar 2007 01:52:08 +0000 alex workaround for broken flvtoolized files libavformat
Tue, 23 Jan 2007 15:38:07 +0000 michael flv follows in movs footsteps and has random trash in the width/height fields libavformat
Tue, 23 Jan 2007 15:23:41 +0000 michael improve probe and give it the max score libavformat
Tue, 12 Dec 2006 12:29:33 +0000 gpoirier add FLV decoder metadata parsing libavformat
Sun, 10 Dec 2006 17:53:01 +0000 michael move duration finding code into read_packet() so it can be skiped if duration has already been set libavformat
Sun, 10 Dec 2006 17:38:16 +0000 michael use amf_get_string() libavformat
Sun, 10 Dec 2006 17:32:05 +0000 michael cosmetics libavformat
Sun, 10 Dec 2006 17:31:17 +0000 michael amf_get_string() by Allan Hsu allan aat counterpop doot net libavformat
Sun, 10 Dec 2006 17:25:30 +0000 michael get rid of AVFMTCTX_NOHEADER, create streams in read_header() libavformat
Wed, 06 Dec 2006 00:23:04 +0000 aurel Defines various common FLV format values between the FLV muxer and demuxer libavformat
Mon, 23 Oct 2006 08:57:54 +0000 aurel replace coder/decoder file description in libavformat by muxer/demuxer libavformat
Mon, 23 Oct 2006 00:13:02 +0000 aurel fix flvdec.c file description comment libavformat
Mon, 23 Oct 2006 00:10:18 +0000 aurel document the extradata protocol for VP6F libavformat
Sun, 22 Oct 2006 23:19:42 +0000 aurel use the adjustment value present in FLV to crop VP6 video libavformat
Fri, 13 Oct 2006 18:21:28 +0000 rtogni flv files from myspace with mp3 audio require need_parsing because the libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Sun, 17 Sep 2006 09:39:49 +0000 banan FLV seeking patch by Nazo. lovesyao at aol com. libavformat
Sat, 09 Sep 2006 17:19:37 +0000 aurel VP5 and VP6 video decoder libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Thu, 01 Jun 2006 07:31:59 +0000 banan Flash Screen Video decoder (fourcc:FSV1) libavformat
Thu, 16 Mar 2006 17:04:31 +0000 michael extract duration libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Tue, 19 Jul 2005 14:41:08 +0000 michael kill duplicated get/put_be24() libavformat
Tue, 19 Jul 2005 14:26:41 +0000 michael extract duration if available libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Thu, 26 May 2005 20:17:12 +0000 michael AVPacket.pos libavformat
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavformat
Thu, 17 Mar 2005 01:25:01 +0000 michael more fine grained discarding of packets libavformat
Fri, 25 Feb 2005 11:15:12 +0000 alex proper handling of samplesize libavformat
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavformat
Mon, 21 Feb 2005 19:28:32 +0000 alex support adpcm audio, also some more verbose messages libavformat
Mon, 21 Feb 2005 18:05:21 +0000 alex correct pcm in flv handling libavformat
Sat, 22 Jan 2005 13:36:02 +0000 michael support discarding uninterresting packets libavformat
Sun, 19 Dec 2004 01:23:22 +0000 michael try to guess the fps if they are variable libavformat
Mon, 18 Oct 2004 11:42:40 +0000 alex report keyframes libavformat
Sat, 19 Jun 2004 03:59:34 +0000 melanson sweeping change from -EIO -> AVERROR_IO libavformat
Fri, 21 May 2004 20:43:21 +0000 michael move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat
Sat, 17 Apr 2004 12:04:59 +0000 michael cleanup libavformat
Wed, 10 Mar 2004 03:45:14 +0000 michael guess framerate libavformat
Tue, 09 Mar 2004 20:14:34 +0000 michael flv fixes libavformat
Mon, 08 Mar 2004 02:38:43 +0000 michael channel count & samplerate fix libavformat
Wed, 03 Mar 2004 15:41:21 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat