log movenc.c @ 4918:16e41aadb1ca libavformat

age author description
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
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