log oggenc.c @ 6409:fe8fadaf5fb6 libavformat

age author description
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