Tue, 06 Sep 2005 22:50:58 +0000 |
michael |
set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing
libavformat
|
Sun, 04 Sep 2005 21:04:25 +0000 |
michael |
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale
libavformat
|
Tue, 19 Jul 2005 14:41:08 +0000 |
michael |
kill duplicated get/put_be24()
libavformat
|
Sun, 17 Jul 2005 22:24:36 +0000 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
Thu, 30 Jun 2005 11:42:17 +0000 |
aurel |
add hdv2 fourcc to MPEG2 codec mapping
libavformat
|
Mon, 27 Jun 2005 07:09:48 +0000 |
michael |
better dont read the width/height at all, its random anyway
libavformat
|
Fri, 24 Jun 2005 11:43:08 +0000 |
michael |
another chapter in the neverending mov demuxer cleanup
libavformat
|
Thu, 26 May 2005 20:17:12 +0000 |
michael |
AVPacket.pos
libavformat
|
Sat, 21 May 2005 10:41:52 +0000 |
michael |
update current_sample number for non split mode
libavformat
|
Sat, 21 May 2005 10:25:58 +0000 |
michael |
segfault fix
libavformat
|
Sat, 21 May 2005 09:50:25 +0000 |
michael |
support non interleaved mov files
libavformat
|
Sat, 21 May 2005 02:06:45 +0000 |
michael |
10l (overwriting w/h with 0)
libavformat
|
Thu, 19 May 2005 00:06:27 +0000 |
aurel |
drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol)
libavformat
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Wed, 30 Mar 2005 00:36:30 +0000 |
michael |
reverting 1.66 -> 1.67 change
libavformat
|
Wed, 23 Mar 2005 11:20:47 +0000 |
mmu_man |
Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gmail DOT com>"
libavformat
|
Thu, 17 Mar 2005 01:25:01 +0000 |
michael |
more fine grained discarding of packets
libavformat
|
Sat, 12 Mar 2005 13:31:03 +0000 |
mmu_man |
Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>
libavformat
|
Fri, 11 Mar 2005 17:13:03 +0000 |
michael |
uuid patch by (Mns Rullgrd <mru inprovide com>)
libavformat
|
Sun, 06 Mar 2005 00:43:55 +0000 |
melanson |
first pass at ALAC decoder from David Hammerton; while David's original
libavformat
|
Fri, 04 Mar 2005 00:30:18 +0000 |
michael |
mp4a fix based on some code by (Song.Itany inventec-inc com)
libavformat
|
Thu, 24 Feb 2005 19:08:50 +0000 |
michael |
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
libavformat
|
Wed, 16 Feb 2005 23:14:38 +0000 |
michael |
quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fragment support yet patch by (tjraivio cc.hut fi)
libavformat
|
Mon, 07 Feb 2005 16:58:15 +0000 |
michael |
set timestamps correctly
libavformat
|
Mon, 07 Feb 2005 13:50:39 +0000 |
michael |
cleanup
libavformat
|
Thu, 27 Jan 2005 15:39:13 +0000 |
mmu_man |
chunk support in mov patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net>
libavformat
|
Thu, 27 Jan 2005 06:53:09 +0000 |
mmu_man |
probe for 'junk' and 'pict', changed the scores.
libavformat
|
Wed, 26 Jan 2005 09:31:49 +0000 |
mmu_man |
mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net>
libavformat
|
Sun, 23 Jan 2005 10:44:50 +0000 |
mmu_man |
AAC fix by Thomas Raivio <tjraivio AT cc DOT hut DOT fi>
libavformat
|
Sun, 23 Jan 2005 10:34:10 +0000 |
mmu_man |
Timestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net>
libavformat
|
Sun, 23 Jan 2005 09:59:36 +0000 |
mmu_man |
Revert the fixed-size-sample patch as it brokes and others
libavformat
|
Sat, 22 Jan 2005 13:36:02 +0000 |
michael |
support discarding uninterresting packets
libavformat
|
Sat, 08 Jan 2005 19:35:08 +0000 |
mmu_man |
get debug code to compile again.
libavformat
|
Sat, 08 Jan 2005 16:07:34 +0000 |
mmu_man |
handle fixed sample_size patch by Roine Gustafsson <roine AT users.sourceforge.net>
libavformat
|
Sat, 08 Jan 2005 14:21:33 +0000 |
michael |
integer overflows, heap corruption
libavformat
|
Thu, 09 Dec 2004 19:44:55 +0000 |
melanson |
load the 'avcC' atom needed for 'avc1' decoding
libavformat
|
Sat, 13 Nov 2004 01:27:35 +0000 |
michael |
allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end
libavformat
|
Mon, 11 Oct 2004 23:53:53 +0000 |
michael |
100l (forgoten seeking functions)
libavformat
|
Wed, 06 Oct 2004 08:50:46 +0000 |
kabi |
* fixing a few of gcc 'clean-code' warnings
libavformat
|
Tue, 28 Sep 2004 03:09:49 +0000 |
melanson |
support for Sierra Online audio files and Apple QuickDraw codec,
libavformat
|
Wed, 28 Jul 2004 10:04:14 +0000 |
michael |
2000/00/00 to 2001/03/01 QT fileformat documentation patch by (Sebastien Bechet <s.bechet at av7 dot net>)
libavformat
|
Sat, 17 Jul 2004 21:01:03 +0000 |
michael |
mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>)
libavformat
|
Sat, 17 Jul 2004 16:35:47 +0000 |
michael |
disable mov_read_elst
libavformat
|
Tue, 06 Jul 2004 18:06:17 +0000 |
michael |
compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
Tue, 06 Jul 2004 02:35:39 +0000 |
michael |
Seeking in .mov/.mp4 files
libavformat
|
Wed, 30 Jun 2004 19:24:43 +0000 |
michael |
The atom 'skip' should be handled by 'mov_read_leaf()', not by
libavformat
|
Mon, 12 Apr 2004 17:40:31 +0000 |
michael |
libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavformat
|
Sat, 10 Apr 2004 19:42:18 +0000 |
michael |
prefix global
libavformat
|
Fri, 09 Apr 2004 13:13:24 +0000 |
michael |
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
libavformat
|
Wed, 31 Mar 2004 04:51:14 +0000 |
romansh |
* .mov files with uncompressed audio can't be correctly processed
libavformat
|
Wed, 24 Mar 2004 19:03:20 +0000 |
michael |
cleanup frame_rate code, this may also fix some large file bugs
libavformat
|
Sat, 13 Mar 2004 21:02:26 +0000 |
michael |
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
libavformat
|
Wed, 03 Mar 2004 15:41:21 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
Thu, 05 Feb 2004 05:22:44 +0000 |
melanson |
initial commit for Quicktime Animation (RLE) video decoder; bit depths
libavformat
|
Mon, 10 Nov 2003 18:43:12 +0000 |
bellard |
fixed double free
libavformat
|
Mon, 10 Nov 2003 03:17:32 +0000 |
melanson |
added palette support to the QT demuxer; registered SMC video decoder
libavformat
|
Fri, 07 Nov 2003 22:39:18 +0000 |
rtognimp |
8BPS decoder
libavformat
|
Sat, 25 Oct 2003 04:41:53 +0000 |
melanson |
added XVID fourcc (ISO MPEG-4?) and AC3 fourcc
libavformat
|
Sun, 19 Oct 2003 20:57:47 +0000 |
michael |
Using the extension m4a for audio only MPEG-4 files is increasingly
libavformat
|
Wed, 01 Oct 2003 04:39:38 +0000 |
tmmm |
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &
libavformat
|