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
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
Wed, 11 Jun 2008 09:40:22 +0000 bcoudurier support for 3gp metadata libavformat
Wed, 11 Jun 2008 09:35:02 +0000 bcoudurier move utf8 code before udta func, will be used by 3gp tags libavformat
Wed, 11 Jun 2008 09:33:35 +0000 bcoudurier write usual brand for ipod format libavformat
Wed, 11 Jun 2008 09:06:27 +0000 bcoudurier simplify libavformat
Wed, 11 Jun 2008 09:02:01 +0000 bcoudurier factorize psp metadata libavformat
Wed, 11 Jun 2008 08:50:41 +0000 bcoudurier cosmetics libavformat
Wed, 11 Jun 2008 08:39:35 +0000 bcoudurier cosmetics libavformat
Wed, 11 Jun 2008 08:17:38 +0000 bcoudurier support alac in ipod m4a format, tested on quicktime libavformat
Mon, 09 Jun 2008 22:14:58 +0000 bcoudurier m4v/m4a are usual itunes/ipod/iphone extensions libavformat
Mon, 09 Jun 2008 20:14:09 +0000 bcoudurier indent libavformat
Mon, 09 Jun 2008 20:13:44 +0000 bcoudurier rework udta handling, if any track set bitexact, don't write any metadata libavformat
Mon, 09 Jun 2008 19:58:35 +0000 bcoudurier 10l, add parentheses libavformat
Mon, 09 Jun 2008 19:56:59 +0000 bcoudurier indent libavformat
Mon, 09 Jun 2008 19:56:45 +0000 bcoudurier remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits libavformat
Mon, 09 Jun 2008 18:23:06 +0000 bcoudurier cosmetics libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Thu, 29 May 2008 00:58:41 +0000 bcoudurier warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy libavformat
Thu, 29 May 2008 00:54:33 +0000 bcoudurier reindent libavformat
Thu, 29 May 2008 00:54:09 +0000 bcoudurier this should be valid for audio too libavformat
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavformat
Thu, 24 Apr 2008 17:22:39 +0000 bcoudurier cosmetics: remove useless whitespaces and put braces correctly libavformat
Thu, 24 Apr 2008 13:59:39 +0000 bcoudurier support for alac in .mov libavformat
Fri, 04 Apr 2008 09:55:31 +0000 bcoudurier special mpeg2 handling is no more needed libavformat
Sun, 30 Mar 2008 21:18:22 +0000 bcoudurier prevent writing empty stss atom libavformat
Thu, 20 Mar 2008 18:48:50 +0000 bcoudurier fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it libavformat
Thu, 20 Mar 2008 18:42:44 +0000 bcoudurier cosmetics, move case up libavformat
Sun, 16 Mar 2008 13:36:36 +0000 bcoudurier ipod/iphone compatible mp4 muxer libavformat
Wed, 06 Feb 2008 18:57:00 +0000 bcoudurier cosmetics, remove whitespaces before and after parenthesis libavformat
Mon, 04 Feb 2008 01:06:04 +0000 michael 2 more missing consts found by -Wwrite-strings. libavformat
Thu, 31 Jan 2008 13:40:53 +0000 bcoudurier stupid typo libavformat
Thu, 31 Jan 2008 11:31:56 +0000 bcoudurier support rawvideo in mov libavformat
Wed, 30 Jan 2008 13:22:31 +0000 bcoudurier use context in av_log libavformat
Wed, 30 Jan 2008 13:22:04 +0000 bcoudurier warning is only valid for mov libavformat
Mon, 28 Jan 2008 18:35:12 +0000 bcoudurier cosmetics, split long lines, remove useless braces, merge comments and if libavformat
Mon, 28 Jan 2008 18:33:27 +0000 bcoudurier cosmetics, vertically align libavformat
Mon, 28 Jan 2008 16:58:42 +0000 bcoudurier spoke too fast, fix dv fourcc in mov accordingly if strict libavformat
Mon, 28 Jan 2008 16:03:50 +0000 bcoudurier finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell libavformat
Mon, 28 Jan 2008 15:23:37 +0000 bcoudurier indentation libavformat
Mon, 28 Jan 2008 15:22:07 +0000 bcoudurier correctly and only set standard stsd fourcc for mp4/3gp libavformat
Mon, 28 Jan 2008 13:44:27 +0000 bcoudurier write esds atom when mpeg-4 systems tags are used libavformat
Mon, 28 Jan 2008 13:19:16 +0000 bcoudurier document tag field libavformat
Fri, 11 Jan 2008 23:33:32 +0000 aurel add a ff_ prefix to newly exported functions from avc.c libavformat
Fri, 11 Jan 2008 01:24:55 +0000 aurel Move isom_write_avcc() and related functions into a separate file. libavformat
Fri, 11 Jan 2008 01:04:01 +0000 aurel extract isom_write_avcc into a function libavformat
Fri, 11 Jan 2008 01:00:04 +0000 aurel Add one more parameter to avc_parse_nal_units so that it allows not to libavformat
Fri, 11 Jan 2008 00:47:02 +0000 aurel Check return value of avc_parse_nal_units(). libavformat
Thu, 20 Dec 2007 09:51:11 +0000 bcoudurier fix indentation libavformat
Wed, 19 Dec 2007 16:00:08 +0000 bcoudurier use generic 'glbl' atom if extradata is present but no specific method is known libavformat
Mon, 03 Dec 2007 10:44:25 +0000 bcoudurier fix dnxhd 720p in mov for quicktime player libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Wed, 24 Oct 2007 14:22:56 +0000 benoit Cosmetics: indentation. libavformat
Wed, 24 Oct 2007 14:20:15 +0000 benoit Prevent mov muxer from writing empty udta atoms. libavformat
Tue, 16 Oct 2007 16:40:34 +0000 bcoudurier dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes specific libavformat
Tue, 16 Oct 2007 15:40:57 +0000 bcoudurier indentation libavformat
Mon, 08 Oct 2007 11:27:18 +0000 bcoudurier DNxHD (SMPTE VC-3) encoder libavformat
Tue, 11 Sep 2007 23:46:46 +0000 ramiro Typo libavformat
Sun, 08 Jul 2007 13:42:44 +0000 mru kill harmless 64-bit pointer cast warning libavformat
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavformat
Wed, 06 Jun 2007 13:21:50 +0000 bcoudurier warn user if video codec timebase is very high libavformat
Wed, 30 May 2007 10:04:37 +0000 aurel typo libavformat
Wed, 30 May 2007 00:08:32 +0000 michael warn the user about the the mdhd problem libavformat
Mon, 21 May 2007 08:33:36 +0000 bcoudurier print and return error if output is non seekable libavformat
Thu, 26 Apr 2007 11:36:05 +0000 bcoudurier cosmectics, use consistant and homogeneous type names for atoms libavformat
Sat, 24 Mar 2007 15:24:36 +0000 bcoudurier cosmectics, mov -> mp4 libavformat
Wed, 21 Mar 2007 10:03:27 +0000 bcoudurier treat frame_size > 1 as compressed audio libavformat
Sun, 04 Mar 2007 01:56:27 +0000 bcoudurier fix pcm u/s8 muxing libavformat
Sun, 04 Mar 2007 01:48:06 +0000 bcoudurier deobfuscate, clearly split mov case libavformat
Sat, 03 Mar 2007 14:55:11 +0000 bcoudurier use common tables for mov muxer and demuxer libavformat
Sun, 21 Jan 2007 01:39:17 +0000 michael add codec_id <-> codec_tag tables to AVIn/OutputFormat libavformat
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavformat
Mon, 11 Dec 2006 13:31:20 +0000 bcoudurier remove useless sampleDuration libavformat
Mon, 11 Dec 2006 13:30:37 +0000 bcoudurier check codec frame size directly and only for audio libavformat
Wed, 08 Nov 2006 01:15:06 +0000 michael utf8 title support for psp (untested) libavformat
Wed, 01 Nov 2006 21:09:14 +0000 diego reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavformat
Wed, 01 Nov 2006 17:56:22 +0000 bcoudurier simplify libavformat
Wed, 01 Nov 2006 17:27:39 +0000 bcoudurier mov vfr muxing libavformat
Mon, 23 Oct 2006 08:57:54 +0000 aurel replace coder/decoder file description in libavformat by muxer/demuxer libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Mon, 04 Sep 2006 14:22:44 +0000 bcoudurier move track timescale/sampleDuration init to write_header and return error if not set libavformat
Thu, 24 Aug 2006 10:32:09 +0000 bcoudurier wide atom is only defined in mov, use free for mp4/3gp libavformat
Fri, 11 Aug 2006 09:27:40 +0000 bcoudurier set elst start time to first pts libavformat
Mon, 07 Aug 2006 15:48:26 +0000 bcoudurier use correct tag for h263 in mov libavformat
Mon, 07 Aug 2006 15:04:15 +0000 bcoudurier detailed infos about d263 atom libavformat
Mon, 07 Aug 2006 14:19:33 +0000 bcoudurier indention libavformat
Mon, 07 Aug 2006 14:18:43 +0000 bcoudurier only set fields for mov, reserved for 3gp, mp4 libavformat
Mon, 07 Aug 2006 14:15:05 +0000 bcoudurier sampleSize field to 16, reserved for mp4 and 3gp libavformat
Mon, 07 Aug 2006 14:11:17 +0000 bcoudurier mp4, 3gp field is reserved and value is 2 libavformat
Mon, 07 Aug 2006 14:09:17 +0000 bcoudurier use ternary libavformat
Mon, 07 Aug 2006 14:06:23 +0000 bcoudurier vbr compression id is only used in mov libavformat
Tue, 01 Aug 2006 14:58:15 +0000 bcoudurier move common code from mov.c and movenc.c to isom.c libavformat
Wed, 12 Jul 2006 00:09:34 +0000 mru move common stuff from avienc.c and wav.c to new file riff.c libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Fri, 07 Jul 2006 17:50:09 +0000 bcoudurier av_get_bits_per_sample and due simplifications libavformat
Thu, 06 Jul 2006 14:57:55 +0000 bcoudurier typo fix libavformat
Thu, 06 Jul 2006 14:46:01 +0000 bcoudurier 10l, all modes is 0x81FF libavformat
Thu, 06 Jul 2006 14:38:50 +0000 bcoudurier simplify and write correct values conforming to specs libavformat
Thu, 06 Jul 2006 12:27:43 +0000 michael check for unparsed AMR input libavformat
Thu, 06 Jul 2006 12:17:01 +0000 michael vbr requires version=1 and samplesize=0 per QT spec libavformat
Tue, 04 Jul 2006 14:03:59 +0000 bcoudurier write exact values for audio stsd v1 libavformat
Sun, 25 Jun 2006 00:10:52 +0000 bcoudurier check only existing streams libavformat
Sat, 24 Jun 2006 18:09:20 +0000 bcoudurier simplify libavformat
Mon, 19 Jun 2006 11:28:28 +0000 bcoudurier fix aac in mov for ipod libavformat
Sun, 18 Jun 2006 11:33:14 +0000 diego Add const to (mostly) char* and make some functions static, which aren't used libavformat
Sat, 17 Jun 2006 15:53:23 +0000 diego Add (mostly) const to variable and parameter declaration, where a char* was libavformat
Tue, 13 Jun 2006 14:38:44 +0000 bcoudurier fix mp3 muxing libavformat
Fri, 19 May 2006 01:53:59 +0000 michael fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ... libavformat
Thu, 18 May 2006 23:32:42 +0000 michael dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) libavformat
Thu, 18 May 2006 23:03:16 +0000 michael dont write LAVF_ID if bitexact and any meta tag is set libavformat
Thu, 18 May 2006 22:49:27 +0000 michael simplify meta tag writing code libavformat
Mon, 15 May 2006 17:11:50 +0000 bcoudurier fix avc nal parsing libavformat
Sat, 13 May 2006 23:47:29 +0000 bcoudurier fix mulaw muxing libavformat
Sat, 13 May 2006 22:25:17 +0000 bcoudurier do not write wave if not needed libavformat
Sat, 13 May 2006 21:00:52 +0000 bcoudurier fix AMR muxing in mov libavformat
Sat, 13 May 2006 20:05:02 +0000 bcoudurier add pcm 24/32 le/be support libavformat
Sat, 13 May 2006 18:45:29 +0000 michael simplify libavformat
Sat, 13 May 2006 18:01:16 +0000 bcoudurier clean and simplify libavformat
Wed, 10 May 2006 18:00:16 +0000 bcoudurier simplify, amr.c sets frame_size to 160, and sample size is always 8000 libavformat
Wed, 10 May 2006 17:56:39 +0000 bcoudurier fix damr atom, needed for quicktime player libavformat