log matroskaenc.c @ 5491:a7aeae5a367b libavformat

age author description
Sun, 18 Oct 2009 12:17:01 +0000 aurel matroskaenc: Add support for writing chapters. libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Thu, 26 Feb 2009 02:41:53 +0000 jbr Share the function to write a raw FLAC header and use it in the Matroska libavformat
Thu, 26 Feb 2009 02:29:24 +0000 jbr Use a shared function to validate FLAC extradata. libavformat
Tue, 24 Feb 2009 15:04:18 +0000 michael Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. libavformat
Sun, 15 Feb 2009 16:53:05 +0000 aurel matroskaenc: use new metadata API libavformat
Tue, 20 Jan 2009 00:52:12 +0000 aurel matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes libavformat
Sat, 17 Jan 2009 04:31:42 +0000 conrad Cosmetics: indent libavformat
Sat, 17 Jan 2009 04:31:14 +0000 conrad Treat disposition==0 as undefined and don't write the default flag libavformat
Sat, 17 Jan 2009 04:30:36 +0000 conrad Flush the buffer after writing the header and when done with writing the files libavformat
Thu, 15 Jan 2009 14:07:59 +0000 lucabe Reindent after last commit libavformat
Thu, 15 Jan 2009 14:03:07 +0000 lucabe Do not reallocate AVPacket's data when muxing a packet libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Wed, 22 Oct 2008 21:14:42 +0000 aurel matroskaenc: require global header libavformat
Sat, 04 Oct 2008 22:57:56 +0000 aurel matroskaenc: correct muxing of ASS packets libavformat
Sat, 04 Oct 2008 22:47:10 +0000 aurel matroskaenc: use correct EBML ID for block duration libavformat
Sat, 04 Oct 2008 22:44:50 +0000 aurel matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size() libavformat
Sat, 04 Oct 2008 22:41:58 +0000 aurel matroskaenc: remove useless mkv_block_size() function libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Thu, 04 Sep 2008 23:08:19 +0000 aurel matroska: subtitle display duration must be stored in pkt->convergence_duration libavformat
Sun, 24 Aug 2008 16:51:50 +0000 reimar Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Tue, 05 Aug 2008 08:28:57 +0000 diego misc spelling/grammar fixes libavformat
Tue, 05 Aug 2008 00:42:49 +0000 aurel matroska: expand useless define for MS compat codec id strings libavformat
Sun, 27 Jul 2008 15:11:04 +0000 aurel matroska: add support for V_QUICKTIME track type 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
Thu, 01 May 2008 22:04:17 +0000 jbr fix encoding of flac private data libavformat
Wed, 02 Apr 2008 21:41:48 +0000 aurel use common aac sample rate tables libavformat
Fri, 07 Mar 2008 19:25:09 +0000 eugeni Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformat
Sat, 01 Mar 2008 00:26:19 +0000 aurel simplification proposed by Rich libavformat
Wed, 27 Feb 2008 00:53:34 +0000 aurel makes really sure that no undefined behavior can happen libavformat
Tue, 26 Feb 2008 22:35:07 +0000 aurel Avoid infinite loop. libavformat
Sat, 12 Jan 2008 00:15:05 +0000 michael Write 0 instead of seeking forward (and leaving bytes uninitalized), libavformat
Fri, 11 Jan 2008 23:33:32 +0000 aurel add a ff_ prefix to newly exported functions from avc.c libavformat
Fri, 11 Jan 2008 23:21:22 +0000 aurel Matroska muxer needs to format all NAL units, not only extradata. libavformat
Fri, 11 Jan 2008 01:32:45 +0000 aurel Use the isom avcc formatting for h264 extradata in matroska. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Wed, 05 Sep 2007 20:31:40 +0000 diego spelling/wording nits in some Doxygen comments libavformat
Wed, 05 Sep 2007 00:26:11 +0000 conrad Grammar nits libavformat
Wed, 05 Sep 2007 00:26:09 +0000 conrad Always use AVFormatContext for av_log messages libavformat
Wed, 05 Sep 2007 00:26:07 +0000 conrad Rename ebml size functions to indicate that they can be used for more kinds of numbers libavformat
Wed, 05 Sep 2007 00:26:04 +0000 conrad We shouldn't be passing in sizes larger than 2^56-2, so use an assert libavformat
Wed, 05 Sep 2007 00:26:03 +0000 conrad Indentation libavformat
Wed, 05 Sep 2007 00:26:00 +0000 conrad Don't seek when streamed libavformat
Wed, 05 Sep 2007 00:25:58 +0000 conrad Get rid of useless braces libavformat
Wed, 05 Sep 2007 00:25:56 +0000 conrad Indent libavformat
Wed, 05 Sep 2007 00:25:54 +0000 conrad Match the behaviour betwen the bmp and wav codec tag lookups libavformat
Wed, 05 Sep 2007 00:25:52 +0000 conrad Write codecprivate to a dynamic buffer so that seeking isn't required libavformat
Wed, 05 Sep 2007 00:25:49 +0000 conrad Move writing codec private element to its own function libavformat
Wed, 05 Sep 2007 00:25:46 +0000 conrad Cosmetics libavformat
Wed, 05 Sep 2007 00:25:44 +0000 conrad Use num_entries directly rather than mixing it with a local copy libavformat
Wed, 05 Sep 2007 00:25:42 +0000 conrad Doxygenify comments libavformat
Wed, 05 Sep 2007 00:25:40 +0000 conrad Make sure that the calculated duration doesn't decrease libavformat
Wed, 05 Sep 2007 00:25:38 +0000 conrad Split some really long lines libavformat
Wed, 05 Sep 2007 00:25:35 +0000 conrad Correct message libavformat
Wed, 05 Sep 2007 00:25:34 +0000 conrad Always check the return of mkv_add_seekhead_entry libavformat
Wed, 05 Sep 2007 00:25:32 +0000 conrad Pass the returned error code of functions up libavformat
Wed, 05 Sep 2007 00:25:29 +0000 conrad Check that the seekheads were created libavformat
Wed, 05 Sep 2007 00:25:27 +0000 conrad Return AVERROR(ENOMEM) when appropriate libavformat