log mov.c @ 3155:e22efe21156d libavformat

age author description
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
Tue, 26 Feb 2008 18:21:58 +0000 bcoudurier support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov libavformat
Tue, 26 Feb 2008 14:42:07 +0000 bcoudurier remove useless braces libavformat
Tue, 26 Feb 2008 14:41:40 +0000 bcoudurier indentation libavformat
Tue, 26 Feb 2008 14:36:49 +0000 bcoudurier rescale frame size, fix i.3g2 libavformat
Tue, 26 Feb 2008 14:31:36 +0000 bcoudurier move parameters reset after setting stream parameters, will need those infos libavformat
Mon, 25 Feb 2008 12:45:59 +0000 bcoudurier protect malloc overflow libavformat
Mon, 25 Feb 2008 12:44:15 +0000 bcoudurier indentation libavformat
Mon, 25 Feb 2008 12:42:32 +0000 bcoudurier fail if extradata cannot be allocated libavformat
Wed, 13 Feb 2008 19:26:45 +0000 bcoudurier honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw libavformat
Wed, 13 Feb 2008 13:11:10 +0000 bcoudurier 10l, forgot alaw/mulaw mono, use bits_per_sample in fact, libavformat
Wed, 13 Feb 2008 10:58:16 +0000 bcoudurier warn use if edit list is not starting at 0, a/v desync might occur libavformat
Wed, 13 Feb 2008 10:53:48 +0000 bcoudurier remove now useless code libavformat
Wed, 13 Feb 2008 10:52:23 +0000 bcoudurier remove messy and not always correct chunk size workaround, use correct values instead libavformat
Mon, 11 Feb 2008 22:37:44 +0000 bcoudurier return error when dv audio extraction fails libavformat
Mon, 11 Feb 2008 22:34:43 +0000 bcoudurier remove obsolete comments libavformat
Mon, 11 Feb 2008 22:34:03 +0000 bcoudurier remove useless braces libavformat
Mon, 11 Feb 2008 22:33:35 +0000 bcoudurier cosmetics, indentation, braces libavformat
Mon, 11 Feb 2008 22:32:35 +0000 bcoudurier split chunks in the case of big compressed audio frames, libavformat
Mon, 11 Feb 2008 22:23:05 +0000 bcoudurier use correct demux mechanism when audio compression id is -2, dv audio does not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 libavformat