log movenc.c @ 6468:317dedc6b9a2 libavformat

age author description
Wed, 08 Sep 2010 20:22:02 +0000 bcoudurier In mov muxer, write reduced sample aspect ratio values in pasp libavformat
Wed, 25 Aug 2010 12:29:32 +0000 mstorsjo Properly handle IPv6 addresses in the SDP generation libavformat
Tue, 20 Jul 2010 05:23:28 +0000 mstorsjo movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the size libavformat
Thu, 08 Jul 2010 21:57:20 +0000 bcoudurier In mov muxer, write pixel aspect ratio tag in mov files. libavformat
Tue, 15 Jun 2010 09:14:00 +0000 bcoudurier Support gray16be and rgb48be in mov libavformat
Fri, 04 Jun 2010 23:30:58 +0000 bcoudurier fix raw 555 pixel format, add abgr fourcc libavformat
Sun, 23 May 2010 21:06:11 +0000 bcoudurier write 3gp perf tag for artist metadata libavformat
Sun, 23 May 2010 21:04:39 +0000 bcoudurier albm 3gp tag has optional track field not date libavformat
Sun, 23 May 2010 21:03:14 +0000 bcoudurier change author metadata to artist in mov de/muxer libavformat
Tue, 18 May 2010 19:47:24 +0000 mstorsjo Add initial support for RTP hinting in the mov muxer libavformat
Tue, 18 May 2010 19:40:17 +0000 mstorsjo Make mov_write_packet non-static, add ff_ prefix libavformat
Tue, 18 May 2010 19:38:37 +0000 mstorsjo Move the mov muxer structures to a separate header libavformat
Wed, 05 May 2010 08:41:10 +0000 conrad movenc: Write QuickTime chapters libavformat
Wed, 05 May 2010 08:41:06 +0000 conrad movenc: Swap positions of mov_write_header and mov_write_packet libavformat
Wed, 21 Apr 2010 06:36:05 +0000 conrad movenc: Write nero chapters libavformat
Mon, 12 Apr 2010 07:24:30 +0000 thardin Predicting the size of the hdlr, string data and trkn tags in the MOV muxer 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
Tue, 09 Mar 2010 01:53:16 +0000 bcoudurier Fix encoder metadata string langcode in mov muxer libavformat
Tue, 09 Mar 2010 01:21:09 +0000 bcoudurier Correctly mark mov metadata as utf-8, using iso language code libavformat
Mon, 01 Feb 2010 11:39:10 +0000 pross Add a list of generic tags and change demuxers to follow it. libavformat
Sun, 17 Jan 2010 15:57:51 +0000 stefano Use av_match_ext() rather than the deprecated match_ext(), fix libavformat
Mon, 04 Jan 2010 02:52:40 +0000 melanson Add support for these widely-used iTunes metadata fields: Album Artist, libavformat
Sun, 29 Nov 2009 18:26:51 +0000 bcoudurier 100l, max value for timescale is UINT16_MAX libavformat
Sun, 29 Nov 2009 02:46:49 +0000 bcoudurier remove useless mov timescale field libavformat
Sun, 29 Nov 2009 02:41:48 +0000 bcoudurier change track timescale to unsigned int, fix warning libavformat
Sun, 29 Nov 2009 02:40:27 +0000 bcoudurier track time can be 64bit libavformat
Sun, 29 Nov 2009 02:27:08 +0000 bcoudurier support pcm_f32/64le in mov libavformat
Sun, 29 Nov 2009 02:04:44 +0000 bcoudurier cosmetics, reindent after last commit libavformat
Sun, 29 Nov 2009 02:03:24 +0000 bcoudurier support sample rates > INT16_MAX in mov using stsd v2 libavformat
Mon, 23 Nov 2009 08:47:44 +0000 conrad MOV: Add several iTunes metadata tags libavformat
Mon, 23 Nov 2009 08:47:40 +0000 conrad MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) libavformat
Sun, 22 Nov 2009 02:07:10 +0000 jbr Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Sun, 31 May 2009 05:24:16 +0000 bcoudurier fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com libavformat
Sat, 23 May 2009 07:17:17 +0000 bcoudurier fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com libavformat
Fri, 15 May 2009 06:11:53 +0000 bcoudurier write 'stps' for mpeg-2 open gop in .mov libavformat
Thu, 14 May 2009 21:05:52 +0000 bcoudurier use flags field and remove key_frame field libavformat
Thu, 14 May 2009 20:54:19 +0000 bcoudurier change cts type to int, save some space libavformat
Wed, 13 May 2009 04:22:53 +0000 bcoudurier factorize av_set_pts_info libavformat
Wed, 13 May 2009 04:20:23 +0000 bcoudurier cosmetics, alignment libavformat
Sun, 10 May 2009 20:41:01 +0000 bcoudurier rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing libavformat
Sun, 10 May 2009 20:14:42 +0000 bcoudurier bgra in .mov muxing libavformat
Sun, 10 May 2009 20:12:36 +0000 bcoudurier correct pixfmt for argb libavformat
Sun, 10 May 2009 20:11:11 +0000 bcoudurier rgba in .mov muxing libavformat
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavformat
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavformat
Tue, 07 Apr 2009 22:34:05 +0000 bcoudurier move codec tag tables near corresponding code libavformat
Tue, 07 Apr 2009 22:31:53 +0000 bcoudurier cosmetics, reindent libavformat
Tue, 07 Apr 2009 22:31:17 +0000 bcoudurier cosmetics, add empty line and remove useless braces libavformat
Tue, 07 Apr 2009 22:28:39 +0000 bcoudurier fix compilation, add missing parenthesis libavformat
Tue, 07 Apr 2009 22:26:47 +0000 bcoudurier comment the ipod subtitle check libavformat
Tue, 07 Apr 2009 22:25:11 +0000 bcoudurier invert condition to simplify code libavformat
Tue, 07 Apr 2009 22:23:15 +0000 bcoudurier remove no more needed code, tag is set by default libavformat
Tue, 07 Apr 2009 22:21:43 +0000 bcoudurier cosmetics, reindent, add empty lines libavformat
Tue, 07 Apr 2009 22:19:58 +0000 bcoudurier split mov_find_codec_tag in separate per format functions libavformat
Tue, 07 Apr 2009 20:47:56 +0000 bcoudurier set bits_per_coded_sample for rawvideo libavformat
Tue, 07 Apr 2009 20:37:30 +0000 bcoudurier override mov fourcc for pcm audio, this is safer when stream copying libavformat
Sun, 22 Mar 2009 03:52:55 +0000 bcoudurier allocate tracks instead of using MAX_STREAMS libavformat
Sun, 15 Mar 2009 10:53:12 +0000 bcoudurier typo in the mail, the 4am commit is always the worst libavformat