Tue, 01 Jan 2008 22:05:51 +0000 |
michael |
Extract aspect ratio from ODML/vprp.
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Sat, 29 Sep 2007 22:47:34 +0000 |
diego |
Add support for AMV variants of AVI files.
libavformat
|
Wed, 26 Sep 2007 12:30:24 +0000 |
aurel |
add support for AVI files with On2 header
libavformat
|
Wed, 26 Sep 2007 12:29:32 +0000 |
aurel |
use a table to parse AVI file header
libavformat
|
Tue, 14 Aug 2007 03:00:56 +0000 |
michael |
remove broken movi_end skip-hack-check
libavformat
|
Tue, 14 Aug 2007 02:27:31 +0000 |
michael |
do not misuse movi_end for checking chunk sizes
libavformat
|
Sun, 05 Aug 2007 12:11:16 +0000 |
reimar |
Hack to support XSUB subtitles in AVI
libavformat
|
Sun, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
libavformat
|
Fri, 13 Apr 2007 07:50:04 +0000 |
benoit |
timestamps generation improvement when parsing avi
libavformat
|
Sun, 08 Apr 2007 11:34:15 +0000 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
Sat, 10 Mar 2007 19:30:59 +0000 |
michael |
fix demuxing of broken MVI_3011.avi
libavformat
|
Tue, 13 Feb 2007 00:38:16 +0000 |
michael |
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count
libavformat
|
Wed, 07 Feb 2007 17:56:31 +0000 |
michael |
supporting files with A,V,I,0x19 header
libavformat
|
Mon, 05 Feb 2007 23:16:01 +0000 |
michael |
indent
libavformat
|
Mon, 05 Feb 2007 23:06:08 +0000 |
michael |
dynamic index building so forward and backward seeking in avi without an index is possible
libavformat
|
Tue, 23 Jan 2007 18:37:23 +0000 |
michael |
remove padding to 16bit code, i dont think this change can break anything and it makes the broken MPEG2-pub.avi from http://www.albx79.it/stuff/ playable other players arent that picky either ...
libavformat
|
Tue, 16 Jan 2007 22:31:10 +0000 |
diego |
Make nb_streams unsigned to avoid an ugly cast.
libavformat
|
Mon, 15 Jan 2007 22:56:46 +0000 |
michael |
fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi
libavformat
|
Thu, 11 Jan 2007 22:32:19 +0000 |
romansh |
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)
libavformat
|
Sat, 18 Nov 2006 20:34:24 +0000 |
diego |
Fix misplaced comment.
libavformat
|
Sat, 18 Nov 2006 17:37:56 +0000 |
diego |
Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files
libavformat
|
Thu, 16 Nov 2006 23:36:54 +0000 |
michael |
fix support for avis with sample_size > packet size
libavformat
|
Sun, 12 Nov 2006 16:36:14 +0000 |
aurel |
cosmetic: fix indentation after previous commit
libavformat
|
Sun, 12 Nov 2006 16:35:19 +0000 |
aurel |
Fix avidec.c compilation when dv demuxer is disabled.
libavformat
|
Thu, 09 Nov 2006 11:37:30 +0000 |
bcoudurier |
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used
libavformat
|
Wed, 01 Nov 2006 22:39:58 +0000 |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
libavformat
|
Wed, 01 Nov 2006 21:09:14 +0000 |
diego |
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
libavformat
|
Mon, 23 Oct 2006 08:57:54 +0000 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|