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
Tue, 10 Feb 2009 08:31:48 +0000 bcoudurier retrieve flags from mxf_parse_mpeg2_frame using a param libavformat
Tue, 10 Feb 2009 07:28:53 +0000 bcoudurier 10l, edit unit offset is after klv fill libavformat
Tue, 10 Feb 2009 07:23:51 +0000 bcoudurier cosmetics, associate mxf_write_klv_fill to aligned elements libavformat
Tue, 10 Feb 2009 06:14:39 +0000 bcoudurier write component depth and horizontal subsampling best effort local tags libavformat
Tue, 10 Feb 2009 06:09:50 +0000 bcoudurier fix header byte count libavformat
Tue, 10 Feb 2009 05:35:28 +0000 bcoudurier move up mxf_write_klv_fill and align index, rip and primer pack libavformat
Tue, 10 Feb 2009 05:22:38 +0000 bcoudurier fix primer pack local tags uls libavformat
Tue, 10 Feb 2009 04:53:41 +0000 bcoudurier correctly set multi track operational pattern libavformat
Mon, 09 Feb 2009 21:34:20 +0000 bcoudurier rename ff_audio_interleave to ff_audio_rechunk_interleave libavformat
Sun, 08 Feb 2009 09:42:37 +0000 bcoudurier remove useless return libavformat
Sun, 08 Feb 2009 09:39:19 +0000 bcoudurier fix doxygen libavformat
Sun, 08 Feb 2009 05:12:30 +0000 bcoudurier reuse MXFCodecUL for data def and simplify libavformat
Sun, 08 Feb 2009 04:42:38 +0000 bcoudurier remove implicit header inclusions from mxf.h libavformat
Sun, 08 Feb 2009 04:35:36 +0000 bcoudurier free index entries libavformat
Sun, 08 Feb 2009 04:31:44 +0000 bcoudurier extract audio interleaving code from mxf muxer, will be used by gxf and dv libavformat
Sun, 08 Feb 2009 03:29:49 +0000 bcoudurier only use 2 slices for index, one video(vbr) and one audio(cbr) libavformat
Sun, 08 Feb 2009 02:38:07 +0000 bcoudurier force first track to be video and simplify libavformat
Sun, 08 Feb 2009 02:34:56 +0000 bcoudurier write system item libavformat
Sat, 07 Feb 2009 02:13:23 +0000 bcoudurier use 512 kag size needed for d10 libavformat
Thu, 05 Feb 2009 20:15:18 +0000 bcoudurier format timestamp correctly according to specs and set it libavformat
Thu, 05 Feb 2009 19:30:01 +0000 bcoudurier use timestamp as modification date libavformat
Thu, 05 Feb 2009 18:32:42 +0000 bcoudurier use timestamp as creation date libavformat
Thu, 05 Feb 2009 07:47:39 +0000 bcoudurier fix key frame offset with open gop libavformat
Wed, 04 Feb 2009 09:35:59 +0000 bcoudurier always write mxf time base in descriptors libavformat
Wed, 04 Feb 2009 04:50:47 +0000 bcoudurier use sample rate as audio input time base libavformat
Tue, 03 Feb 2009 23:11:13 +0000 bcoudurier exactly compute index byte count libavformat
Mon, 02 Feb 2009 23:37:03 +0000 bcoudurier be more flexible with frame rate check libavformat
Mon, 02 Feb 2009 20:29:31 +0000 bcoudurier cosmetics: whitespaces, empty lines libavformat
Mon, 02 Feb 2009 20:26:49 +0000 bcoudurier mxf does not have timestamps libavformat
Mon, 02 Feb 2009 10:58:33 +0000 bcoudurier 24bit pcm support libavformat
Mon, 02 Feb 2009 10:54:10 +0000 bcoudurier more flexible mapping selection libavformat
Mon, 02 Feb 2009 10:41:43 +0000 bcoudurier fix temporal offet of ipbb sequences, simplification welcome libavformat
Mon, 02 Feb 2009 10:10:41 +0000 bcoudurier fix video line map tag size libavformat
Mon, 02 Feb 2009 10:04:36 +0000 bcoudurier fix flush and interleaving by edit units libavformat
Mon, 02 Feb 2009 10:03:38 +0000 bcoudurier write index table and rip, muxer works pretty well now libavformat
Mon, 02 Feb 2009 04:40:57 +0000 bcoudurier factorize common wav local tags libavformat
Mon, 02 Feb 2009 04:36:54 +0000 bcoudurier write req local tags for wav libavformat
Mon, 02 Feb 2009 04:00:27 +0000 bcoudurier adjust size when not writing f2 libavformat
Mon, 02 Feb 2009 03:49:23 +0000 bcoudurier do not write f2 if not interlaced libavformat
Mon, 02 Feb 2009 03:45:03 +0000 bcoudurier write bitrate tag libavformat
Mon, 02 Feb 2009 03:35:09 +0000 bcoudurier write display height/width tags libavformat
Sat, 31 Jan 2009 11:17:04 +0000 bcoudurier free audio fifo libavformat
Sat, 31 Jan 2009 10:51:35 +0000 bcoudurier change prototype of mxf_interleave_get_packet to make it compatible libavformat
Sat, 31 Jan 2009 10:49:26 +0000 bcoudurier do not use PAL_samples_per_frame in init, to make init independant libavformat
Sat, 31 Jan 2009 10:47:55 +0000 bcoudurier cosmetics, remove empty lines libavformat
Sat, 31 Jan 2009 09:54:59 +0000 bcoudurier add my copyright as well libavformat
Sat, 31 Jan 2009 09:53:59 +0000 bcoudurier fix doxygen tag libavformat
Sat, 31 Jan 2009 09:53:23 +0000 bcoudurier cosmetics, align vertically libavformat
Sat, 31 Jan 2009 09:23:50 +0000 bcoudurier write best effort video line map libavformat
Sat, 31 Jan 2009 09:08:01 +0000 bcoudurier add frame layout local tag, best effort libavformat
Sat, 31 Jan 2009 07:02:20 +0000 bcoudurier add aes3 pcm wrapping and use it by default libavformat
Sat, 31 Jan 2009 06:59:55 +0000 bcoudurier split wav_desc in generic_sound_desc libavformat
Sat, 31 Jan 2009 06:54:30 +0000 bcoudurier thanks to interleaving, audio is now locked libavformat
Sat, 31 Jan 2009 06:49:42 +0000 bcoudurier local tag 3201 is picture essence coding, so do not write it for wav libavformat
Sat, 31 Jan 2009 06:46:42 +0000 bcoudurier stored height is stupidly /2 if interlaced libavformat
Sat, 31 Jan 2009 06:44:25 +0000 bcoudurier add size param to write_generic_desc libavformat
Sat, 31 Jan 2009 06:42:47 +0000 bcoudurier parse mpeg2 progressive frame flag libavformat
Sat, 31 Jan 2009 06:32:12 +0000 bcoudurier delay header writing and parse mpeg2 frame libavformat
Sat, 31 Jan 2009 06:18:25 +0000 bcoudurier correctly pack and interleave pcm samples in mxf libavformat
Fri, 23 Jan 2009 20:57:12 +0000 bcoudurier write essence container data libavformat