log mov.c @ 2809:17086a526938 libavformat

age author description
Wed, 05 Dec 2007 04:30:33 +0000 melanson Check sanity in the palette loading operation. The addresses a potential security risk in libavformat
Mon, 03 Dec 2007 22:26:07 +0000 bcoudurier return error if malloc failed, found by takis, fix issue 286 libavformat
Mon, 03 Dec 2007 22:22:50 +0000 bcoudurier check mov_read_default return value where appropriate, patch by takis, fix issue 285 libavformat
Sun, 02 Dec 2007 23:27:01 +0000 reimar Make ff_qt_default_palette_* arrays "static const" libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sat, 10 Nov 2007 12:05:30 +0000 diego comment typo libavformat
Tue, 23 Oct 2007 22:28:57 +0000 bcoudurier use FFMIN libavformat
Mon, 22 Oct 2007 14:36:14 +0000 bcoudurier fix issue 225, instead of stoping when wrong atom size is found, libavformat
Mon, 08 Oct 2007 13:06:48 +0000 bcoudurier append extradata atoms when parsing, fix OLOCOONS_O3.mov libavformat
Wed, 12 Sep 2007 10:18:01 +0000 bcoudurier stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV libavformat
Sat, 04 Aug 2007 12:33:34 +0000 bcoudurier set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov libavformat
Sat, 04 Aug 2007 00:22:28 +0000 michael detect MS wav codecs libavformat
Tue, 31 Jul 2007 15:20:36 +0000 benoit fill title, author, copyright and comment fields by parsing udta atom libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavformat
Sat, 12 May 2007 22:17:40 +0000 bcoudurier simplify, no need for a function libavformat
Sat, 12 May 2007 22:02:27 +0000 bcoudurier fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti libavformat
Thu, 26 Apr 2007 11:46:04 +0000 bcoudurier remove no more true comment libavformat
Thu, 26 Apr 2007 11:36:05 +0000 bcoudurier cosmectics, use consistant and homogeneous type names for atoms libavformat
Thu, 26 Apr 2007 11:24:10 +0000 bcoudurier use dprintf with AVFormatContext and simplify libavformat
Thu, 26 Apr 2007 08:42:21 +0000 bcoudurier remove now obsolete and no more true comments libavformat
Wed, 25 Apr 2007 15:57:15 +0000 bcoudurier add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov libavformat
Sat, 21 Apr 2007 18:37:10 +0000 bcoudurier long -> int libavformat
Sat, 21 Apr 2007 18:12:51 +0000 bcoudurier cosmetics: mov_mp4 -> mp4 libavformat
Sat, 21 Apr 2007 18:09:14 +0000 bcoudurier clean and simplify esds reading function libavformat
Sat, 21 Apr 2007 18:03:53 +0000 bcoudurier remove broken ctab code libavformat
Sat, 21 Apr 2007 18:01:47 +0000 bcoudurier use INT64_MAX libavformat
Sun, 15 Apr 2007 13:51:57 +0000 aurel add an enum for need_parsing libavformat
Sun, 08 Apr 2007 20:24:16 +0000 diego Get rid of unnecessary pointer casts. libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Thu, 29 Mar 2007 10:45:34 +0000 bcoudurier move atom size check before parsing function search libavformat
Thu, 29 Mar 2007 10:42:22 +0000 bcoudurier unset sample count to disable track when is broken libavformat
Thu, 29 Mar 2007 10:37:07 +0000 bcoudurier break if atom size is more than size left in container atom, fix shooter.mov libavformat
Sun, 25 Mar 2007 15:15:35 +0000 bcoudurier activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4 libavformat
Sun, 25 Mar 2007 15:06:50 +0000 bcoudurier dont fail immediately when a somehow broken track is detected, some tracks might be good, fix mi2_vorbis51.mp4 libavformat
Sat, 24 Mar 2007 15:24:36 +0000 bcoudurier cosmectics, mov -> mp4 libavformat
Wed, 21 Mar 2007 10:28:03 +0000 bcoudurier cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame libavformat
Wed, 21 Mar 2007 10:19:37 +0000 bcoudurier cosmetics libavformat
Wed, 21 Mar 2007 10:17:52 +0000 bcoudurier set audio frame size based on stts libavformat
Mon, 12 Mar 2007 12:36:41 +0000 mbardiaux Give context to dprintf libavformat
Sat, 03 Mar 2007 21:14:10 +0000 michael try to move fixed mov.c over the one with cosmetic-functional mix libavformat base mov.c.tmp@14b1fb9a9152
Sat, 03 Mar 2007 14:55:11 +0000 bcoudurier use common tables for mov muxer and demuxer libavformat
Sat, 03 Mar 2007 14:33:55 +0000 bcoudurier cosmetics, cleanup tables, add pcm 24/32 le tags libavformat
Sat, 03 Mar 2007 14:11:45 +0000 bcoudurier partial avid meridien uncompressed support libavformat
Fri, 02 Mar 2007 12:33:59 +0000 bcoudurier avid imx support libavformat
Fri, 02 Mar 2007 12:26:07 +0000 bcoudurier support for mjpeg bottom field first in mov libavformat
Fri, 02 Mar 2007 12:12:29 +0000 bcoudurier use generic atom to extradata reading function libavformat
Thu, 01 Mar 2007 13:03:33 +0000 bcoudurier quicktime 'raw ' support libavformat
Wed, 24 Jan 2007 15:59:58 +0000 bcoudurier remove some printf warnings libavformat
Wed, 24 Jan 2007 15:57:41 +0000 bcoudurier make vars unsigned libavformat
Wed, 24 Jan 2007 15:46:59 +0000 bcoudurier stop if current sample is higher than sample count libavformat
Wed, 24 Jan 2007 12:49:24 +0000 bcoudurier replace strcpy by memcpy libavformat
Wed, 24 Jan 2007 10:57:38 +0000 bcoudurier remove useless field libavformat
Wed, 24 Jan 2007 10:56:45 +0000 bcoudurier remove obsolete comment libavformat
Wed, 24 Jan 2007 10:55:07 +0000 bcoudurier make some fields unsigned libavformat
Wed, 24 Jan 2007 10:44:24 +0000 bcoudurier add sanity checks 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
Tue, 16 Jan 2007 00:40:06 +0000 bcoudurier add msrle fourcc, quicktime_bmp.mov libavformat
Tue, 16 Jan 2007 00:26:39 +0000 bcoudurier add png fourcc libavformat
Wed, 10 Jan 2007 10:30:03 +0000 bcoudurier add official VC1 fourcc libavformat