log oggenc.c @ 6459:cf0ea082dad2 libavformat

age author description
Fri, 03 Sep 2010 19:30:27 +0000 rbultje Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>. libavformat
Fri, 16 Jul 2010 22:36:01 +0000 bcoudurier In ogg muxer, free dyn allocated buffer, fix memleak libavformat
Wed, 14 Jul 2010 23:21:18 +0000 bcoudurier In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe libavformat
Mon, 24 May 2010 23:37:33 +0000 bcoudurier In ogg muxer, use random serial number of each ogg streams libavformat
Fri, 21 May 2010 21:41:38 +0000 bcoudurier remove unused field libavformat
Fri, 21 May 2010 21:38:54 +0000 bcoudurier In ogg muxer, pack multiple frames into one page, much lower overhead libavformat
Sat, 03 Apr 2010 14:15:00 +0000 stefano Replace all remaining occurrences of AVERROR_NOMEM with 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
Sat, 20 Mar 2010 13:39:22 +0000 jbr Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files. libavformat
Mon, 15 Mar 2010 23:04:09 +0000 bcoudurier Correctly write last 0 lacing value when packet size is multiple of 255, patch by Greg Maxwell, gmaxwell at gmail dot com libavformat
Fri, 29 Jan 2010 06:38:00 +0000 bcoudurier Remove MAX_STREAMS usage in ogg and mxf muxers libavformat
Tue, 13 Oct 2009 01:46:19 +0000 jbr Add Speex support to the Ogg muxer. libavformat
Wed, 16 Sep 2009 20:04:04 +0000 michael Improve amortized worst case speed of the muxers packet interleaving code libavformat
Sun, 21 Jun 2009 20:18:29 +0000 jbr oggenc: Change error log text. An error here does not necessarily mean libavformat
Sun, 21 Jun 2009 20:16:48 +0000 jbr oggenc: return error value from ogg_build_flac_headers() libavformat
Sun, 21 Jun 2009 20:14:58 +0000 jbr cosmetics: spacing and comments libavformat
Sun, 21 Jun 2009 20:13:54 +0000 jbr oggenc: check for failed av_mallocz() libavformat
Thu, 26 Feb 2009 02:29:24 +0000 jbr Use a shared function to validate FLAC extradata. libavformat
Sun, 08 Feb 2009 21:14:46 +0000 bcoudurier Move declaration of ff_interleave_add_packet to internal.h. libavformat
Sat, 31 Jan 2009 06:09:31 +0000 bcoudurier function is static libavformat
Sat, 31 Jan 2009 06:08:42 +0000 bcoudurier use new ff_interleave_add_packet libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Sat, 19 Jul 2008 03:29:16 +0000 bcoudurier add ogv extension libavformat
Sat, 19 Jul 2008 03:27:24 +0000 bcoudurier cosmetics, remove space libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Sun, 30 Mar 2008 03:40:03 +0000 jbr fix Ogg/FLAC header size libavformat
Tue, 05 Feb 2008 01:16:47 +0000 bcoudurier Fix issue 338: libavformat
Tue, 05 Feb 2008 01:01:56 +0000 bcoudurier it seems ogg requires granule to be -1 on unfinished packets libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sat, 10 Nov 2007 18:27:03 +0000 bcoudurier ogg muxer libavformat