log mov.c @ 3487:2f191d610db9 libavformat

age author description
Fri, 20 Jun 2008 17:22:56 +0000 bcoudurier uniformize AVStream->priv_data freeing in av_close_input_stream libavformat
Wed, 18 Jun 2008 08:30:50 +0000 bcoudurier free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Mon, 26 May 2008 21:52:54 +0000 bcoudurier aac chan config is 0 if bitstream contains program_config_element libavformat
Thu, 22 May 2008 17:16:12 +0000 bcoudurier free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es libavformat
Tue, 20 May 2008 02:24:02 +0000 bcoudurier only print debug info when sample is actually added libavformat
Tue, 20 May 2008 02:22:44 +0000 bcoudurier warn about multiple fourcc libavformat
Tue, 20 May 2008 02:21:29 +0000 bcoudurier demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451 libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Sat, 26 Apr 2008 17:51:02 +0000 bcoudurier set pkt duration, only when dts == pts though, libavformat
Fri, 25 Apr 2008 16:52:30 +0000 bcoudurier yes it is true for mp4 libavformat
Fri, 25 Apr 2008 16:50:06 +0000 bcoudurier remove unneeded variable libavformat
Fri, 25 Apr 2008 16:47:22 +0000 bcoudurier move vars decls where vars are used libavformat
Fri, 25 Apr 2008 14:09:42 +0000 bcoudurier set channels and sample rate from mpeg4audio config libavformat
Fri, 25 Apr 2008 14:03:28 +0000 bcoudurier parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files libavformat
Fri, 25 Apr 2008 13:56:08 +0000 bcoudurier update doc libavformat
Fri, 25 Apr 2008 13:54:33 +0000 bcoudurier error is -1 libavformat
Fri, 25 Apr 2008 13:45:46 +0000 bcoudurier cosmetics libavformat
Fri, 25 Apr 2008 13:44:34 +0000 bcoudurier move vars decls where vars are used libavformat
Fri, 25 Apr 2008 13:34:51 +0000 bcoudurier parser should not be needed anymore, merge cases and set frame size for amr too libavformat
Fri, 25 Apr 2008 13:24:25 +0000 bcoudurier lower frame size to split amr/qcelp/gsm frames libavformat
Fri, 25 Apr 2008 12:02:01 +0000 bcoudurier align and remove useless braces libavformat
Fri, 25 Apr 2008 11:57:39 +0000 bcoudurier cosmetics, remove whitespaces in tags libavformat
Fri, 25 Apr 2008 10:35:06 +0000 bcoudurier set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov libavformat
Thu, 24 Apr 2008 17:17:41 +0000 bcoudurier demux qcelp, so this can work with soc decoder and stream copy libavformat
Thu, 24 Apr 2008 13:58:22 +0000 bcoudurier set alac frame size from extradata libavformat
Tue, 15 Apr 2008 12:25:03 +0000 michael Fix probe for mov00003.mqv. libavformat
Sat, 05 Apr 2008 12:47:56 +0000 bcoudurier remove cast libavformat
Sat, 05 Apr 2008 12:46:59 +0000 bcoudurier better error message libavformat
Sun, 30 Mar 2008 21:15:06 +0000 bcoudurier support mp4 fragmented files without any samples in the moov atom libavformat
Sun, 30 Mar 2008 20:49:29 +0000 bcoudurier check frag track id before setting st libavformat
Fri, 28 Mar 2008 16:30:22 +0000 bcoudurier gsm in mov, demux surge-1-16-B-agsm.mov libavformat
Thu, 27 Mar 2008 13:30:31 +0000 bcoudurier print essence path in error message libavformat
Thu, 27 Mar 2008 13:20:12 +0000 bcoudurier cosmetics, useless braces libavformat
Thu, 27 Mar 2008 13:19:19 +0000 bcoudurier print stream index in error message libavformat
Thu, 27 Mar 2008 13:16:29 +0000 bcoudurier according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov libavformat
Thu, 27 Mar 2008 12:35:22 +0000 bcoudurier Only use chunk demuxing for old uncompressed audio mechanism specified by stts. libavformat
Sat, 22 Mar 2008 01:06:57 +0000 diego typo: occured --> occurred libavformat
Fri, 21 Mar 2008 14:30:45 +0000 bcoudurier sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing libavformat
Fri, 21 Mar 2008 13:43:19 +0000 bcoudurier support fragments when non streamable libavformat
Fri, 21 Mar 2008 13:40:23 +0000 bcoudurier mp4 fragments support libavformat
Fri, 21 Mar 2008 11:16:16 +0000 bcoudurier cosmetics, split or move too long lines libavformat
Fri, 21 Mar 2008 11:04:54 +0000 bcoudurier simplify, and only stop parsing when non streamable libavformat
Fri, 21 Mar 2008 10:52:14 +0000 bcoudurier atoms are not mp4 only, and yes probe is sufficient libavformat
Fri, 21 Mar 2008 10:51:12 +0000 bcoudurier update description libavformat
Fri, 21 Mar 2008 10:48:22 +0000 bcoudurier return ENOMEM libavformat
Fri, 21 Mar 2008 10:47:14 +0000 bcoudurier cannot free AVStream like this, and return ENOMEM libavformat
Fri, 21 Mar 2008 10:39:49 +0000 bcoudurier indentation libavformat
Thu, 20 Mar 2008 16:07:55 +0000 bcoudurier remove useless debug print since now mov_build_index will do libavformat
Thu, 20 Mar 2008 16:00:45 +0000 bcoudurier free track data asap libavformat
Thu, 20 Mar 2008 15:57:11 +0000 bcoudurier move mov_build_index before mov_read_trak to avoid useless declaration libavformat
Thu, 20 Mar 2008 15:55:50 +0000 bcoudurier move specific end treatment when trak is detected, will be needed for fragments libavformat
Sun, 16 Mar 2008 15:13:40 +0000 bcoudurier simplify, flags is 24bits according to specs libavformat
Mon, 10 Mar 2008 18:42:09 +0000 diego misc spelling fixes libavformat
Thu, 28 Feb 2008 16:05:19 +0000 bcoudurier set codec bps to grayscale bits, fix 256grey.mov libavformat
Wed, 27 Feb 2008 12:24:27 +0000 bcoudurier add weird first atom to probe, finally fix bartjones.mov libavformat
Wed, 27 Feb 2008 09:31:41 +0000 bcoudurier free in case of multiple type == 2 libavformat
Wed, 27 Feb 2008 09:30:56 +0000 bcoudurier return error if malloc fails libavformat
Wed, 27 Feb 2008 09:30:05 +0000 bcoudurier fix possible overflow with memmove libavformat
Tue, 26 Feb 2008 18:27:21 +0000 bcoudurier support keyframes indexes starting at 0, broken files created by omneon, fix ref.mov seeking libavformat