log movenc.c @ 3460:bd563026a5af libavformat

age author description
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
Wed, 19 Apr 2006 10:02:41 +0000 bcoudurier move declaration to mov.h libavformat
Fri, 14 Apr 2006 10:51:32 +0000 bcoudurier clean and simplify mov_write_packet libavformat
Fri, 14 Apr 2006 09:54:17 +0000 bcoudurier get avcC profile and level indication from sps (from handbrake) libavformat
Thu, 13 Apr 2006 13:21:20 +0000 bcoudurier write mdat in write_header avoid check in write_packet libavformat
Tue, 11 Apr 2006 08:12:54 +0000 bcoudurier dont write stss atom if keyframes only libavformat
Mon, 10 Apr 2006 17:04:22 +0000 bcoudurier fix edts for tracks without b frames libavformat
Tue, 04 Apr 2006 17:44:59 +0000 michael little h.264 related hunk from diff between cvs and mobile hackerz libavformat
Tue, 04 Apr 2006 12:58:56 +0000 michael the PSP rejects video with too high bitrates so lets claim they arent too high ... libavformat
Sun, 26 Mar 2006 13:34:51 +0000 bcoudurier use 64bit atom version if needed libavformat
Wed, 22 Mar 2006 16:49:05 +0000 bcoudurier dvcpro is 411p in fact libavformat
Sat, 11 Mar 2006 18:21:28 +0000 bcoudurier create edts atom when muxing B frames, needed to compute cts libavformat
Sat, 11 Mar 2006 18:18:17 +0000 bcoudurier do nal reformating when muxing H264, create avcc atom libavformat
Wed, 08 Mar 2006 00:39:23 +0000 corey correct computing of DV fourcc in mov muxer libavformat
Thu, 02 Mar 2006 19:28:35 +0000 michael ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
Thu, 02 Mar 2006 01:37:38 +0000 michael compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
Wed, 22 Feb 2006 23:46:20 +0000 michael CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) libavformat
Sat, 11 Feb 2006 18:27:57 +0000 michael mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
Tue, 24 Jan 2006 08:03:42 +0000 banan Fix for title field in PSP compatible mp4 files. Patch by libavformat
Mon, 23 Jan 2006 14:28:50 +0000 banan gcc 2.95 fix libavformat
Mon, 23 Jan 2006 14:12:03 +0000 michael >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de) libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Fri, 30 Dec 2005 20:34:08 +0000 mmu_man finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Tue, 06 Sep 2005 21:25:35 +0000 mru Kill some compiler warnings. Compiled code verified identical after changes. libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Sun, 10 Jul 2005 00:38:46 +0000 michael AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101 libavformat
Sun, 19 Jun 2005 23:45:54 +0000 michael This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes it libavformat
Mon, 30 May 2005 17:32:02 +0000 nicodvb according to the standard the object_type for H264 is 33, not 241 libavformat
Sat, 14 May 2005 19:48:32 +0000 michael round duration up in mov libavformat
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavformat
Sun, 27 Mar 2005 00:16:17 +0000 michael fix psp muxing (probably this fix is wrong but its better then nothing) libavformat
Wed, 23 Mar 2005 12:52:24 +0000 michael 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp) libavformat
Wed, 23 Mar 2005 11:15:45 +0000 michael fix time stored in mov libavformat
Wed, 23 Mar 2005 00:26:43 +0000 michael trying to fix a few minor values in the mp4/mov muxer libavformat
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavformat
Wed, 16 Feb 2005 23:14:38 +0000 michael quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fragment support yet patch by (tjraivio cc.hut fi) libavformat
Wed, 16 Feb 2005 23:11:11 +0000 michael nonsense comment libavformat
Fri, 28 Jan 2005 12:13:53 +0000 mmu_man fix segfault by matthieu castet <castet DOT matthieu AT free DOT fr> libavformat
Fri, 28 Jan 2005 11:19:47 +0000 mmu_man don't crash on null codec; by matthieu castet <castet DOT matthieu AT free DOT fr> libavformat
Fri, 28 Jan 2005 08:08:42 +0000 mmu_man fix the patch to allow Sony PSP MP4 creation libavformat
Thu, 27 Jan 2005 15:41:03 +0000 mmu_man movenc illegal access patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat
Thu, 27 Jan 2005 14:48:15 +0000 mmu_man Sony PSP variation of MP4 patch by <tjcannell AT blueyonder DOT co DOT uk> libavformat
Wed, 26 Jan 2005 09:31:49 +0000 mmu_man mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat
Fri, 17 Dec 2004 19:23:53 +0000 michael add -vtag and-atag support to mov patch by (Roine Gustafsson <roine at users sourceforge net>) libavformat
Sat, 14 Aug 2004 14:05:48 +0000 michael iTunes metadata encoding support patch by (Patrice Bensoussan <patrice.bensoussan at free dot fr>) libavformat
Wed, 28 Jul 2004 09:40:59 +0000 michael AAC in mov/mp4 patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
Tue, 13 Jul 2004 20:59:29 +0000 michael warn user if ms style codec tag is used libavformat
Sat, 29 May 2004 02:06:32 +0000 michael pass AVPacket into av_write_frame() libavformat
Mon, 12 Apr 2004 20:06:23 +0000 michael bit-exact libavformat
Wed, 07 Apr 2004 14:00:16 +0000 alex support for -timestamp libavformat
Wed, 07 Apr 2004 12:47:33 +0000 alex support for wider range of codecs libavformat
Sun, 28 Mar 2004 03:29:00 +0000 romansh * fixing 10l in movenc.c + updating regression patterns. libavformat
Sun, 28 Mar 2004 02:17:06 +0000 romansh * making .mov files generated by ffmpeg compatible with Apple software. libavformat
Fri, 26 Mar 2004 09:04:06 +0000 romansh * enabling DV-in-QT libavformat
Wed, 24 Mar 2004 23:32:48 +0000 mellum warning patrol libavformat
Tue, 09 Mar 2004 21:54:25 +0000 michael 10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf) libavformat
Sat, 14 Feb 2004 19:08:09 +0000 michael AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
Thu, 08 Jan 2004 19:01:16 +0000 michael memleak patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
Tue, 04 Nov 2003 12:55:26 +0000 michael removing borderline spyware libavformat
Mon, 03 Nov 2003 21:51:07 +0000 michael movenc patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
Sun, 19 Oct 2003 20:57:47 +0000 michael Using the extension m4a for audio only MPEG-4 files is increasingly libavformat
Sun, 28 Sep 2003 21:09:32 +0000 michaelni mov/mp4/3gp muxer improvements patch by (Thomas Raivio <tjraivio at cc dot hut dot fi>) libavformat
Wed, 10 Sep 2003 22:37:33 +0000 bellard 64 bit pts for writing - more const usage libavformat
Wed, 10 Sep 2003 10:46:50 +0000 michaelni theres no SVQ1 encoder -> it cant be default libavformat
Tue, 09 Sep 2003 23:03:04 +0000 michaelni mov/mp4 muxer cleanup (mostly cosmetics/simplifications & global header fix) libavformat
Wed, 27 Aug 2003 01:26:14 +0000 tmmm naughty, forbidden variable declarations libavformat
Tue, 26 Aug 2003 20:23:13 +0000 michaelni mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>) libavformat