Wed, 13 May 2009 08:31:22 +0000 |
bcoudurier |
parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop
libavformat
|
Wed, 13 May 2009 07:57:08 +0000 |
bcoudurier |
remove comment
libavformat
|
Wed, 13 May 2009 07:55:03 +0000 |
bcoudurier |
Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.
libavformat
|
Fri, 17 Apr 2009 19:17:14 +0000 |
jai_menon |
Introduce codec id for MPEG-4 ALS and associate it with corresponding
libavformat
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavformat
|
Wed, 08 Apr 2009 03:38:59 +0000 |
bcoudurier |
force sample for qcelp when not stored in mov, fix #968
libavformat
|
Thu, 02 Apr 2009 11:27:14 +0000 |
reimar |
Reindent
libavformat
|
Thu, 02 Apr 2009 11:26:46 +0000 |
reimar |
Support DVD subtitles in mov/mp4 as created by Nero.
libavformat
|
Wed, 25 Mar 2009 06:07:13 +0000 |
bcoudurier |
set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v
libavformat
|
Sun, 22 Mar 2009 13:05:13 +0000 |
rbultje |
Remove alpha channel from default colorspace tables, since it is unused. See
libavformat
|
Sun, 22 Mar 2009 02:47:35 +0000 |
bcoudurier |
since code now use get_bits_long, allocate padding buffer
libavformat
|
Sat, 21 Mar 2009 23:29:34 +0000 |
bcoudurier |
reset codec width/height for h264 forcing decoder to parse extradata
libavformat
|
Thu, 19 Mar 2009 18:13:42 +0000 |
alexc |
MOV: Use the AOT enum for the mp4_audio_types mapping.
libavformat
|
Mon, 16 Mar 2009 20:49:52 +0000 |
reimar |
Extend mov edit list support to work for a first padding entry with
libavformat
|
Mon, 16 Mar 2009 16:24:38 +0000 |
alexc |
Cosmetics: Re-indent after last commit
libavformat
|
Mon, 16 Mar 2009 16:14:36 +0000 |
alexc |
MOV: Support stz2 "Compact Sample Size Box"
libavformat
|
Mon, 16 Mar 2009 06:46:57 +0000 |
bcoudurier |
cosmetics, remove useless braces
libavformat
|
Mon, 16 Mar 2009 06:46:28 +0000 |
bcoudurier |
simplify printing
libavformat
|
Mon, 16 Mar 2009 06:44:16 +0000 |
bcoudurier |
reindent
libavformat
|
Mon, 16 Mar 2009 06:43:38 +0000 |
bcoudurier |
fix trkn metadata parsing
libavformat
|
Mon, 16 Mar 2009 06:06:05 +0000 |
bcoudurier |
move read_udta_string up to avoid forward declaration
libavformat
|
Mon, 16 Mar 2009 06:03:29 +0000 |
bcoudurier |
more generic metadata handling
libavformat
|
Mon, 16 Mar 2009 05:13:55 +0000 |
bcoudurier |
do not set isom if ctype is not set, happens in mov
libavformat
|
Sun, 15 Mar 2009 23:54:53 +0000 |
bcoudurier |
search for hdlr atom in meta, some files do not store version+flags
libavformat
|
Sun, 15 Mar 2009 10:53:12 +0000 |
bcoudurier |
typo in the mail, the 4am commit is always the worst
libavformat
|
Sun, 15 Mar 2009 10:49:28 +0000 |
bcoudurier |
add my copyright in mov de/muxer
libavformat
|
Sun, 15 Mar 2009 09:44:57 +0000 |
bcoudurier |
allocate palette in codec directly
libavformat
|
Sun, 15 Mar 2009 09:06:36 +0000 |
bcoudurier |
cosmetics, add some whitespaces and empty lines
libavformat
|
Sun, 15 Mar 2009 07:21:22 +0000 |
bcoudurier |
do not modify sample_count, check against index entries
libavformat
|
Mon, 09 Mar 2009 21:53:00 +0000 |
rbultje |
Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]
libavformat
|
Wed, 04 Mar 2009 07:57:09 +0000 |
alexc |
MOV: fix demuxing fragmented files
libavformat
|
Tue, 03 Mar 2009 18:19:44 +0000 |
alexc |
MOV: fix crash when 'meta' occurs before first 'trak'
libavformat
|
Sun, 01 Mar 2009 16:06:26 +0000 |
aurel |
fix missed usage of old metadata API in mov demuxer
libavformat
|
Fri, 27 Feb 2009 08:31:20 +0000 |
benoit |
Add a context to av_log() call.
libavformat
|
Sun, 22 Feb 2009 01:07:46 +0000 |
bcoudurier |
check av_get_packet return value
libavformat
|
Sun, 22 Feb 2009 00:20:07 +0000 |
bcoudurier |
return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem
libavformat
|
Sun, 15 Feb 2009 14:13:28 +0000 |
aurel |
demux some more metadata tags in mov
libavformat
|
Sun, 15 Feb 2009 02:28:54 +0000 |
aurel |
use new metadata API in mov demuxer
libavformat
|
Wed, 11 Feb 2009 21:11:19 +0000 |
bcoudurier |
fix frame size, time rate is not stts duration anymore with time offset
libavformat
|
Wed, 11 Feb 2009 20:19:35 +0000 |
bcoudurier |
do not set start time to 0, it is not the case with elst time offset
libavformat
|
Wed, 11 Feb 2009 02:32:39 +0000 |
bcoudurier |
adjust time rate according to elst time offset
libavformat
|
Tue, 10 Feb 2009 02:27:26 +0000 |
bcoudurier |
fix compilation with DEBUG defined, field does not exist anymore
libavformat
|
Sun, 08 Feb 2009 09:59:31 +0000 |
bcoudurier |
cosmetics: sample_to_chunk -> stsc
libavformat
|
Sun, 08 Feb 2009 09:57:28 +0000 |
bcoudurier |
cosmetics: sample_to_ctime -> ctts
libavformat
|
Sun, 08 Feb 2009 09:55:23 +0000 |
bcoudurier |
remove useless field
libavformat
|
Sun, 08 Feb 2009 09:39:19 +0000 |
bcoudurier |
fix doxygen
libavformat
|
Sun, 08 Feb 2009 08:27:26 +0000 |
stefano |
Replace the calls to the deprecated av_alloc_format_context() with
libavformat
|
Sun, 08 Feb 2009 04:27:07 +0000 |
bcoudurier |
offset dts according to edit list, hackish but works, based on patch by Reimar
libavformat
|
Tue, 03 Feb 2009 23:03:41 +0000 |
bcoudurier |
prevent reading more than container atom size, fix broken file broken_by_rev15830.MOV, fix #818
libavformat
|
Tue, 27 Jan 2009 04:29:33 +0000 |
bcoudurier |
seek at 0 when timestamp requested is negative
libavformat
|
Wed, 21 Jan 2009 22:32:17 +0000 |
aurel |
'code' is used to index a table so make it unsigned
libavformat
|
Tue, 20 Jan 2009 21:06:57 +0000 |
bcoudurier |
change sample aspect ratio test to be more clear, print old one
libavformat
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
Sat, 17 Jan 2009 11:13:33 +0000 |
aurel |
export gcd function as av_gcd()
libavformat
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
Sun, 11 Jan 2009 23:24:28 +0000 |
conrad |
Use the dimensions in tkhd for timed text tracks
libavformat
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavformat
|
Sun, 11 Jan 2009 21:04:25 +0000 |
bcoudurier |
move ffindex set before mov_read_default so it can be used in functions
libavformat
|
Sun, 11 Jan 2009 08:24:44 +0000 |
conrad |
Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text
libavformat
|
Fri, 09 Jan 2009 22:13:37 +0000 |
bcoudurier |
only set le if value is 1, fix boom5.mov, issue #770
libavformat
|