log movenc.c @ 5394:896dbdababcb libavformat

age author description
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
Sun, 15 Mar 2009 10:49:52 +0000 bcoudurier cosmetics libavformat
Sun, 15 Mar 2009 10:49:28 +0000 bcoudurier add my copyright in mov de/muxer libavformat
Wed, 11 Mar 2009 08:05:18 +0000 bcoudurier reindent libavformat
Wed, 11 Mar 2009 08:04:44 +0000 bcoudurier keep original tag when stream copying subs with ipod format libavformat
Wed, 11 Mar 2009 08:03:42 +0000 bcoudurier ipod supports both subs tags libavformat
Wed, 11 Mar 2009 08:02:59 +0000 bcoudurier reindent libavformat
Wed, 11 Mar 2009 08:01:39 +0000 bcoudurier write correct atoms based on tag and not format, fixes subs stream copy libavformat
Wed, 11 Mar 2009 07:59:38 +0000 bcoudurier use correct codec tag list for ipod format libavformat
Wed, 11 Mar 2009 06:04:56 +0000 bcoudurier fix subs track height, set track->height to codec height if not set libavformat
Sat, 28 Feb 2009 16:02:29 +0000 rbultje Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used libavformat
Thu, 26 Feb 2009 13:13:48 +0000 aurel movenc: add muxing of language along with metadata tags when available libavformat
Thu, 26 Feb 2009 13:11:18 +0000 aurel return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking libavformat
Thu, 26 Feb 2009 13:08:22 +0000 aurel cosmetics: indentation libavformat
Thu, 26 Feb 2009 13:06:49 +0000 aurel use new metadata API in mov muxer libavformat
Tue, 24 Feb 2009 15:04:18 +0000 michael Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. libavformat
Thu, 12 Feb 2009 09:15:36 +0000 bcoudurier write active picture height for d-10/imx in mov libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Fri, 16 Jan 2009 01:12:32 +0000 bcoudurier move actual writing before so new size can be taken into account 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
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sun, 11 Jan 2009 10:42:24 +0000 bcoudurier cosmetics libavformat
Sun, 11 Jan 2009 10:41:43 +0000 bcoudurier remove warnings about uninitialized vars libavformat