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
|
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
|
Mon, 11 Feb 2008 14:10:52 +0000 |
bcoudurier |
indentation
libavformat
|
Mon, 11 Feb 2008 14:10:29 +0000 |
bcoudurier |
more correct and simpler
libavformat
|
Wed, 06 Feb 2008 01:51:32 +0000 |
michael |
Allow the user to select which codec out of several in stsd he wants.
libavformat
|
Sun, 27 Jan 2008 19:57:04 +0000 |
reimar |
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer.
libavformat
|
Sat, 26 Jan 2008 22:57:53 +0000 |
michael |
Set subtitle codec id correctly, i hope this does not break anything.
libavformat
|
Sat, 26 Jan 2008 21:21:55 +0000 |
reimar |
Extract the pure plaintext from mov text subtitles.
libavformat
|
Sat, 26 Jan 2008 20:30:03 +0000 |
michael |
Set correct codec type and id for text subtitles.
libavformat
|
Sat, 26 Jan 2008 20:07:57 +0000 |
michael |
indent
libavformat
|
Sat, 26 Jan 2008 20:07:30 +0000 |
michael |
Only export packets which belong to the existing AVStream.
libavformat
|
Sat, 26 Jan 2008 19:50:04 +0000 |
michael |
Select non jpeg if there are multiple substreams.
libavformat
|
Sun, 06 Jan 2008 14:18:13 +0000 |
bcoudurier |
cosmetics, split overly long lines
libavformat
|
Wed, 19 Dec 2007 15:39:10 +0000 |
bcoudurier |
supports glbl atom containing generic extradata for all codecs
libavformat
|
Sun, 16 Dec 2007 18:51:00 +0000 |
bcoudurier |
useless 0L here
libavformat
|
Sun, 16 Dec 2007 18:46:57 +0000 |
bcoudurier |
remove now useless fields
libavformat
|
Sun, 16 Dec 2007 18:45:48 +0000 |
bcoudurier |
do not retain useless pointers to avstream priv_data, use it directly
libavformat
|
Sun, 16 Dec 2007 18:30:45 +0000 |
bcoudurier |
remove duplicate field
libavformat
|
Sun, 16 Dec 2007 18:26:34 +0000 |
bcoudurier |
cosmetics: func -> parse, remove useless parenthesis
libavformat
|
Sun, 16 Dec 2007 18:24:32 +0000 |
bcoudurier |
remove useless declaration
libavformat
|
Sun, 16 Dec 2007 18:20:27 +0000 |
bcoudurier |
save pointer to parse table, it is unlikely to change
libavformat
|
Sun, 16 Dec 2007 18:10:52 +0000 |
bcoudurier |
remove useless seek
libavformat
|
Sun, 16 Dec 2007 18:10:18 +0000 |
bcoudurier |
cosmetics
libavformat
|
Sun, 16 Dec 2007 18:08:06 +0000 |
bcoudurier |
support streamed mov/mp4
libavformat
|
Sat, 15 Dec 2007 19:08:42 +0000 |
bcoudurier |
choose next sample by sample position
libavformat
|
Wed, 05 Dec 2007 04:32:45 +0000 |
melanson |
adjust indentation on latest patch
libavformat
|
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
|