log movenc.c @ 4721:69e6e5008eb8 libavformat

age author description
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
Sun, 11 Jan 2009 10:36:19 +0000 bcoudurier cosmetics libavformat
Sun, 11 Jan 2009 10:26:44 +0000 conrad Add support for muxing mov/mp4/3gp timed text streams libavformat
Thu, 11 Dec 2008 20:06:56 +0000 bcoudurier remove _t in typedef for POSIX compatibility libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Mon, 08 Sep 2008 19:11:53 +0000 bcoudurier write copyright metadata tag libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Mon, 08 Sep 2008 00:58:24 +0000 bcoudurier terminate tag tables by CODEC_ID_NONE libavformat
Fri, 05 Sep 2008 02:30:27 +0000 bcoudurier do not fail if audio is uncompressed and frame size is not set, just set it libavformat
Thu, 04 Sep 2008 18:26:31 +0000 bcoudurier cosmetics, remove whitespace libavformat
Thu, 04 Sep 2008 18:25:55 +0000 bcoudurier actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr libavformat
Thu, 04 Sep 2008 18:17:21 +0000 bcoudurier skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, libavformat
Wed, 03 Sep 2008 19:42:09 +0000 bcoudurier change the logic to mux 13818-3 and 11172-3 in mp4, less code libavformat
Wed, 03 Sep 2008 19:31:03 +0000 bcoudurier forbid mp3 < 16000hz in anything except mov libavformat
Wed, 03 Sep 2008 19:23:24 +0000 bcoudurier dirac muxing support in mp4/mov libavformat
Wed, 03 Sep 2008 19:08:56 +0000 bcoudurier cosmetics, vertical align libavformat
Wed, 03 Sep 2008 19:05:22 +0000 bcoudurier ac3 muxing support in mov/mp4/m4v libavformat
Tue, 02 Sep 2008 20:48:45 +0000 bcoudurier correctly mux mpeg2 audio 13818-3 in mp4 libavformat
Sun, 31 Aug 2008 20:21:00 +0000 bcoudurier check for malloc failure libavformat
Sun, 31 Aug 2008 20:20:12 +0000 bcoudurier copy whole frame in vosData for dnxhd, this code will be used for other codecs too 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
Fri, 27 Jun 2008 21:29:11 +0000 bcoudurier clarify error message about codec tag libavformat
Sun, 15 Jun 2008 01:38:38 +0000 bcoudurier set correct ftyp minor version for 3gp/2 libavformat
Sat, 14 Jun 2008 21:12:51 +0000 bcoudurier invert mode_mov condition libavformat
Sat, 14 Jun 2008 21:11:16 +0000 bcoudurier simplify libavformat
Sat, 14 Jun 2008 21:10:11 +0000 bcoudurier change 3gp/3g2 brands if h264 is present libavformat
Sat, 14 Jun 2008 21:07:59 +0000 bcoudurier simplify ipod brand selection libavformat
Sat, 14 Jun 2008 21:06:10 +0000 bcoudurier fix warning, write_ftyp return int now libavformat
Sat, 14 Jun 2008 21:05:28 +0000 bcoudurier put avc1 brand in compat list when h264 is present libavformat
Fri, 13 Jun 2008 13:52:53 +0000 michael I think we are also compliant to iso2. libavformat
Fri, 13 Jun 2008 12:19:01 +0000 michael Add isom to the compatible brands. libavformat
Fri, 13 Jun 2008 11:30:36 +0000 michael Calculate ftyp size instead of hardcoding it. libavformat
Thu, 12 Jun 2008 03:08:41 +0000 michael simplify MODE_3G2 libavformat
Thu, 12 Jun 2008 03:08:08 +0000 michael Change MODE_* to 1<<c so several can be set at the same time. libavformat
Thu, 12 Jun 2008 00:56:54 +0000 bcoudurier cosmetics, reindent libavformat
Thu, 12 Jun 2008 00:55:49 +0000 bcoudurier don't write double sets of metadata in mov, only write usual ones libavformat
Wed, 11 Jun 2008 09:40:40 +0000 bcoudurier indent libavformat