log mxfenc.c @ 6433:7c98c16c97c5 libavformat

age author description
Wed, 28 Jul 2010 05:48:48 +0000 reimar Add extern to mxf_d10_muxer forward declaration to avoid a redundant libavformat
Sat, 24 Jul 2010 12:58:28 +0000 reimar Fix a "function declaration isn't a prototype" warning. libavformat
Fri, 02 Jul 2010 08:35:47 +0000 bcoudurier In mxf muxer, fix last b frame temporal offset libavformat
Sun, 23 May 2010 08:53:40 +0000 mstorsjo Make ff_random_get_seed public, rename to av_get_random_seed, export the header libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Fri, 29 Jan 2010 06:38:00 +0000 bcoudurier Remove MAX_STREAMS usage in ogg and mxf muxers libavformat
Sun, 08 Nov 2009 23:46:32 +0000 cehoyos Use CODEC_ID_NONE instead of 0 for enum CodecID. libavformat
Wed, 16 Sep 2009 20:04:04 +0000 michael Improve amortized worst case speed of the muxers packet interleaving code libavformat
Sat, 04 Jul 2009 08:02:01 +0000 bcoudurier fix and simplify long gop mpeg codec ul computation libavformat
Sat, 04 Jul 2009 07:56:58 +0000 bcoudurier set index duration to 0 for cbr, specifying whole container coverage libavformat
Sat, 04 Jul 2009 07:52:28 +0000 bcoudurier use ber4 length for descriptors preferred by specs libavformat
Sat, 04 Jul 2009 07:49:12 +0000 bcoudurier write profile and level local tag in mpeg descriptor libavformat
Tue, 30 Jun 2009 07:43:32 +0000 bcoudurier cosmetics, change case and comments alignment libavformat
Tue, 30 Jun 2009 07:41:40 +0000 bcoudurier correctly compute frame flags with closed gop libavformat
Sat, 23 May 2009 03:05:56 +0000 bcoudurier remove useless include libavformat
Fri, 15 May 2009 04:44:37 +0000 bcoudurier reindent libavformat
Fri, 15 May 2009 04:43:44 +0000 bcoudurier remove unneeded length checks libavformat
Sat, 14 Mar 2009 23:39:52 +0000 bcoudurier use utc time for timestamp and do not set it if not specified libavformat
Sat, 14 Mar 2009 22:43:28 +0000 bcoudurier do not parse timestamp if bitexact is set, should fix regression tests libavformat
Wed, 11 Mar 2009 06:48:02 +0000 bcoudurier again 10l, typo, put_byte instead of put_buffer libavformat
Wed, 11 Mar 2009 06:15:00 +0000 bcoudurier attempt to try to generate an random umid libavformat
Wed, 25 Feb 2009 08:09:13 +0000 bcoudurier fix index edit rate, inverse num and den libavformat
Wed, 25 Feb 2009 08:08:10 +0000 bcoudurier simplify, use codec->block_align libavformat
Wed, 25 Feb 2009 08:06:15 +0000 bcoudurier set channel number even for inactive channels libavformat
Wed, 25 Feb 2009 08:05:43 +0000 bcoudurier do not set frame start bit since marked as not used and factorize libavformat
Mon, 23 Feb 2009 19:51:16 +0000 bcoudurier start track id at 2, track id 1 for timecode libavformat
Wed, 18 Feb 2009 07:14:23 +0000 bcoudurier fix partition index byte count libavformat
Wed, 18 Feb 2009 07:13:57 +0000 bcoudurier always use multi track since timecode track is present libavformat
Wed, 18 Feb 2009 04:57:54 +0000 bcoudurier fix preface version libavformat
Wed, 18 Feb 2009 02:57:41 +0000 bcoudurier start counting track number from 0 libavformat
Wed, 18 Feb 2009 02:18:52 +0000 bcoudurier remove redundant comment libavformat
Wed, 18 Feb 2009 02:13:59 +0000 bcoudurier do not write slice count when muxing cbr libavformat
Wed, 18 Feb 2009 01:43:40 +0000 bcoudurier flush pending write in mxf_write_footer libavformat
Wed, 18 Feb 2009 01:35:36 +0000 bcoudurier use index 0 for timecode track and write it in source package also libavformat
Wed, 18 Feb 2009 01:05:06 +0000 bcoudurier fix rip body sid when muxing cbr libavformat
Wed, 18 Feb 2009 00:12:05 +0000 bcoudurier simplify descriptor size computation logic libavformat
Mon, 16 Feb 2009 12:48:45 +0000 bcoudurier fetch display aspect ratio from mpeg-2 essence libavformat
Mon, 16 Feb 2009 10:44:38 +0000 bcoudurier merge mxf_write_d10_packet into mxf_write_packet libavformat
Mon, 16 Feb 2009 01:51:52 +0000 bcoudurier fix mxf interleaving packet purge libavformat
Fri, 13 Feb 2009 22:38:05 +0000 bcoudurier compute body offset and index entry offset correctly libavformat
Fri, 13 Feb 2009 19:04:30 +0000 bcoudurier fix slice offset computation libavformat
Fri, 13 Feb 2009 07:57:37 +0000 bcoudurier set mime type for mxf libavformat
Fri, 13 Feb 2009 07:46:03 +0000 bcoudurier simplify libavformat
Fri, 13 Feb 2009 07:34:01 +0000 bcoudurier cosmetics, reindent, add/remove some empty lines, redundant comment libavformat
Fri, 13 Feb 2009 07:28:20 +0000 bcoudurier MXF D-10 muxer libavformat
Fri, 13 Feb 2009 07:13:36 +0000 bcoudurier store display height without vbi libavformat
Fri, 13 Feb 2009 07:11:21 +0000 bcoudurier split mpegvideo descriptor into cdci descriptor and wav common in sound common libavformat
Fri, 13 Feb 2009 07:06:35 +0000 bcoudurier write essence elements klv packets with ber4 length, more interoperable libavformat
Fri, 13 Feb 2009 05:33:11 +0000 bcoudurier encode klv fill item length in fixed ber 4 bytes libavformat
Thu, 12 Feb 2009 05:32:40 +0000 bcoudurier set last packet next pointer to null libavformat
Thu, 12 Feb 2009 03:38:08 +0000 bcoudurier check body partitions count before writing libavformat
Wed, 11 Feb 2009 08:02:23 +0000 bcoudurier parse mpeg2 gop header time code and use it libavformat
Wed, 11 Feb 2009 07:18:00 +0000 bcoudurier write timecode track libavformat
Wed, 11 Feb 2009 01:06:12 +0000 bcoudurier fix last keyframe index accross body partitions libavformat
Wed, 11 Feb 2009 00:56:27 +0000 bcoudurier fix body offset libavformat
Tue, 10 Feb 2009 23:25:23 +0000 bcoudurier fix partition offset when only one stream present libavformat
Tue, 10 Feb 2009 22:59:13 +0000 bcoudurier fix timecode value libavformat
Tue, 10 Feb 2009 09:02:29 +0000 bcoudurier write body partitions libavformat
Tue, 10 Feb 2009 08:46:04 +0000 bcoudurier compute index byte count in mxf_write_partition libavformat
Tue, 10 Feb 2009 08:35:14 +0000 bcoudurier remove check, mxf muxer does not have track number limitation anymore libavformat