log mov.c @ 1418:9720274e2621 libavformat

age author description
Wed, 25 Oct 2006 22:50:49 +0000 bcoudurier remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway libavformat
Mon, 23 Oct 2006 08:57:54 +0000 aurel replace coder/decoder file description in libavformat by muxer/demuxer libavformat
Sun, 22 Oct 2006 16:17:02 +0000 bcoudurier activate gif decoder, seems to work fine on showdown2.mov libavformat
Fri, 20 Oct 2006 13:06:50 +0000 bcoudurier warn about zlib support needed if file has compressed moov atom libavformat
Fri, 20 Oct 2006 09:32:48 +0000 michael move memory reading ByteIOContext init from mov.c to avobuf.c libavformat
Thu, 19 Oct 2006 10:05:36 +0000 michael dont mess with ByteIOContext internal variables (fixes showdown2.mov) libavformat
Sat, 14 Oct 2006 20:43:39 +0000 rathann Use proper PRI?64 macros for %ll? format to fix printf format warnings: libavformat
Fri, 13 Oct 2006 10:48:29 +0000 kostya TIFF decoder libavformat
Wed, 11 Oct 2006 04:15:04 +0000 kostya Targa image decoder libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Wed, 04 Oct 2006 13:18:51 +0000 bcoudurier remove useless casts libavformat
Fri, 29 Sep 2006 10:30:52 +0000 bcoudurier remove useless casts libavformat
Fri, 29 Sep 2006 10:28:11 +0000 bcoudurier remove gcc warnings about void * used in arithmetic libavformat
Thu, 28 Sep 2006 17:59:26 +0000 bcoudurier move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov libavformat
Thu, 28 Sep 2006 17:54:59 +0000 bcoudurier add lpcm fourcc libavformat
Thu, 28 Sep 2006 17:52:48 +0000 bcoudurier change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov libavformat
Thu, 07 Sep 2006 20:19:37 +0000 michael fix sound of SampleVideo.mov (mp2 in mov) libavformat
Thu, 24 Aug 2006 18:39:57 +0000 bcoudurier fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong libavformat
Thu, 24 Aug 2006 09:53:53 +0000 bcoudurier move amr parameters adjusting like other codecs libavformat
Thu, 24 Aug 2006 09:09:20 +0000 bcoudurier dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them libavformat
Thu, 24 Aug 2006 08:37:51 +0000 bcoudurier put dv demuxing code around ifdef libavformat
Thu, 24 Aug 2006 08:32:52 +0000 bcoudurier put dv demuxing code around ifdef libavformat
Thu, 24 Aug 2006 08:28:11 +0000 bcoudurier support vdva fourcc (dv + dv audio in mov) libavformat
Wed, 09 Aug 2006 12:11:32 +0000 bcoudurier fourcc cleanup libavformat
Wed, 09 Aug 2006 12:10:25 +0000 bcoudurier enable 'NONE' audio fourcc libavformat
Thu, 03 Aug 2006 16:22:01 +0000 bcoudurier sample size is 1 if bits per sample is 8 and mono channel libavformat
Tue, 01 Aug 2006 14:58:15 +0000 bcoudurier move common code from mov.c and movenc.c to isom.c libavformat
Tue, 01 Aug 2006 13:43:24 +0000 bcoudurier add some useful debug info 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
Mon, 10 Jul 2006 12:10:10 +0000 bcoudurier assign exact codec id, needed when stream copy libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Sat, 08 Jul 2006 23:23:47 +0000 bcoudurier simplify, use LE_32, BE_32 macros libavformat
Sat, 08 Jul 2006 13:36:31 +0000 bcoudurier clean up useless code libavformat
Sat, 08 Jul 2006 12:58:50 +0000 bcoudurier better handling of partial files libavformat
Sat, 08 Jul 2006 12:14:41 +0000 bcoudurier new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm libavformat
Fri, 07 Jul 2006 09:43:46 +0000 bcoudurier add MS ADPCM fourcc libavformat
Fri, 07 Jul 2006 08:56:05 +0000 bcoudurier skip others fourcc, if present libavformat
Fri, 07 Jul 2006 08:45:50 +0000 bcoudurier clean libavformat
Thu, 15 Jun 2006 23:22:32 +0000 bcoudurier export all tracks to libavformat layer libavformat
Tue, 13 Jun 2006 23:13:59 +0000 bcoudurier check fseek return value libavformat
Tue, 13 Jun 2006 22:49:05 +0000 bcoudurier fix unused computed value libavformat
Mon, 12 Jun 2006 13:09:19 +0000 bcoudurier simplify, completely ignore streams not recognized, that fixes seeking for some files libavformat
Thu, 18 May 2006 15:18:25 +0000 bcoudurier fix seeking, typo provoking hard segfault libavformat
Thu, 18 May 2006 15:17:09 +0000 bcoudurier fix keyframe check, stss might be there but count set to 0 libavformat
Sun, 14 May 2006 14:21:06 +0000 bcoudurier add quicktime uncompressed 8bit 4:2:2 support libavformat
Thu, 11 May 2006 21:29:37 +0000 bcoudurier fix spliting chunks, simplify libavformat
Tue, 09 May 2006 22:10:17 +0000 bcoudurier 10l, undef DEBUG libavformat
Tue, 09 May 2006 22:07:49 +0000 bcoudurier assing correct codec_id for mjpegb libavformat
Mon, 01 May 2006 15:52:57 +0000 bcoudurier skip null fourcc, fix ep2_mystery_m640_dummy.mov libavformat
Wed, 19 Apr 2006 14:18:13 +0000 bcoudurier set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay libavformat
Wed, 19 Apr 2006 12:56:28 +0000 bcoudurier add AVID DV fourcc libavformat
Wed, 19 Apr 2006 12:53:47 +0000 bcoudurier indention libavformat
Wed, 19 Apr 2006 12:51:58 +0000 bcoudurier always skip garbage at end of atom libavformat
Wed, 19 Apr 2006 10:02:41 +0000 bcoudurier move declaration to mov.h libavformat
Mon, 27 Mar 2006 16:19:51 +0000 bcoudurier ignore wrong negative cts values created by quicktime libavformat
Sun, 26 Mar 2006 17:05:28 +0000 bcoudurier let vorbis decoder init too, fix mi2_vorbis51.mp4 libavformat
Sun, 26 Mar 2006 16:54:53 +0000 bcoudurier add mp3on4 detection, fix red.mp4 libavformat
Fri, 24 Mar 2006 17:03:49 +0000 bcoudurier let faad init parameters properly, fix many SBR samples libavformat
Fri, 24 Mar 2006 16:52:56 +0000 bcoudurier fix demuxing of CDR-Dinner_LAN_800k.mp4 libavformat