log avidec.c @ 3480:886a8a62d740 libavformat

age author description
Wed, 18 Jun 2008 09:03:38 +0000 benoit Parse 'dats' as data. libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Wed, 28 May 2008 00:10:34 +0000 michael Fixes NULL pointer dereference CID66 libavformat
Wed, 28 May 2008 00:07:41 +0000 michael Tell the user if a AVI is non interleaved. libavformat
Mon, 26 May 2008 23:14:25 +0000 diego consistency cosmetics: indices --> indexes libavformat
Mon, 26 May 2008 20:29:16 +0000 michael Support non interleaved avi with phantom streams. libavformat
Sun, 13 Apr 2008 11:45:18 +0000 michael Print warning if scale/rate is invalid. libavformat
Sun, 13 Apr 2008 11:41:45 +0000 michael indent libavformat
Sun, 13 Apr 2008 11:41:09 +0000 michael Restructure if/else a little. libavformat
Fri, 28 Mar 2008 03:50:40 +0000 michael indent libavformat
Fri, 28 Mar 2008 02:44:44 +0000 michael 1000l to myself, dereferencing uninitalized pointer. libavformat
Thu, 27 Mar 2008 20:58:01 +0000 michael Support wb00+dc00 chunk mix. libavformat
Thu, 27 Mar 2008 01:18:16 +0000 michael Fix aspect ratio. libavformat
Thu, 20 Mar 2008 16:29:18 +0000 michael One non functional AVPalette chunk less, one heap overflow less. libavformat
Mon, 03 Mar 2008 01:27:15 +0000 michael Use block_align as the avi spec says. libavformat
Mon, 03 Mar 2008 01:23:18 +0000 michael Print slightly more useful info. libavformat
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
Thu, 07 Sep 2006 16:35:22 +0000 gpoirier Allow to get the the track number in the IPRT (part) tag in AVI. libavformat
Thu, 07 Sep 2006 08:09:15 +0000 gpoirier Better tag support: libavformat
Tue, 05 Sep 2006 19:23:32 +0000 michael ignore index parameter to ignore the ODML index in avi libavformat
Thu, 31 Aug 2006 09:43:29 +0000 gpoirier Fix for AVI files with odd sized 'movi' list libavformat
Fri, 25 Aug 2006 20:50:18 +0000 michael support some totally broken ODML variant libavformat
Fri, 18 Aug 2006 16:48:35 +0000 banan AVI tag reading and writing patch by David Conrad. libavformat
Wed, 12 Jul 2006 00:09:34 +0000 mru move common stuff from avienc.c and wav.c to new file riff.c libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Sun, 02 Jul 2006 19:35:07 +0000 mru kill warnings libavformat
Fri, 16 Jun 2006 07:54:37 +0000 mru free codec extradata in av_close_input_file libavformat
Wed, 14 Jun 2006 00:32:10 +0000 michael dont load the index if we cant seek back libavformat
Thu, 06 Apr 2006 03:33:10 +0000 kostya Fix demuxing of AVIs with pad streams. libavformat
Thu, 02 Mar 2006 14:50:31 +0000 michael dwstart support libavformat
Thu, 02 Mar 2006 14:27:41 +0000 michael fixing demuxing of minorityreport.AVI libavformat
Wed, 01 Mar 2006 16:11:04 +0000 michael fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that) libavformat
Wed, 01 Mar 2006 15:42:07 +0000 michael support seeking in RenderAvi.avi (audio stream == single huge chunk) libavformat
Wed, 01 Mar 2006 15:21:53 +0000 michael 10l forgot to set packet_size libavformat
Wed, 01 Mar 2006 12:04:22 +0000 michael fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi libavformat
Wed, 01 Mar 2006 11:41:16 +0000 michael add movi_list offset into index libavformat
Wed, 01 Mar 2006 11:29:55 +0000 michael add size to AVIndex libavformat
Wed, 01 Mar 2006 01:32:32 +0000 michael ODML index parsing support libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Tue, 06 Sep 2005 21:25:35 +0000 mru Kill some compiler warnings. Compiled code verified identical after changes. libavformat
Mon, 15 Aug 2005 15:58:21 +0000 michael parse pict_type for streams in avi libavformat
Sun, 14 Aug 2005 15:42:40 +0000 mru kill a bunch of compiler warnings 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, 26 May 2005 20:17:12 +0000 michael AVPacket.pos 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
Thu, 24 Mar 2005 21:27:54 +0000 michael segfault fix libavformat
Thu, 17 Mar 2005 01:25:01 +0000 michael more fine grained discarding of packets libavformat
Wed, 16 Mar 2005 13:26:52 +0000 michael reverse zero packet dissapearence "feature" libavformat
Tue, 15 Mar 2005 21:25:59 +0000 michael cleanup strh parser libavformat
Tue, 15 Mar 2005 03:42:57 +0000 michael non interleaved avi support libavformat
Sun, 13 Mar 2005 02:04:35 +0000 michael use libavformats index system instead of the half duplicated mess in avidec.c libavformat
Tue, 08 Feb 2005 00:38:24 +0000 michael audio duration fix? libavformat
Fri, 04 Feb 2005 11:26:40 +0000 michael overflows libavformat
Sat, 22 Jan 2005 01:48:11 +0000 michael support discarding of uninterresting packets libavformat
Fri, 21 Jan 2005 23:38:09 +0000 michael 1/0 fix libavformat
Sat, 08 Jan 2005 14:21:33 +0000 michael integer overflows, heap corruption libavformat
Sun, 19 Dec 2004 02:55:40 +0000 michael broken avi / div by zero fix 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
Fri, 12 Nov 2004 01:32:35 +0000 michael When playing libavformat
Tue, 19 Oct 2004 10:37:02 +0000 michael fixing demuxing of vc2_intro.avi libavformat
Wed, 13 Oct 2004 00:03:00 +0000 romansh * static allocation for audio packets. This will make it a little bit libavformat
Mon, 11 Oct 2004 23:53:53 +0000 michael 100l (forgoten seeking functions) libavformat
Tue, 28 Sep 2004 09:55:44 +0000 michael pads stream libavformat
Sun, 19 Sep 2004 19:24:56 +0000 romansh * fix for a DV regression introduced with the last round of avi_read_packet libavformat
Thu, 16 Sep 2004 02:14:50 +0000 melanson added support for the elusive AVI palette change chunk, courtesy of libavformat
Wed, 15 Sep 2004 01:35:09 +0000 michael various fixes for the main chunk demux loop libavformat
Wed, 04 Aug 2004 20:57:35 +0000 romansh * simplifying OpenDML AVI handling. libavformat
Wed, 14 Jul 2004 00:10:06 +0000 michael play more broken files libavformat
Sun, 30 May 2004 01:04:50 +0000 michael 10l libavformat
Sun, 30 May 2004 00:43:43 +0000 michael skip subtitle streams instead of perishing libavformat
Sat, 29 May 2004 12:01:28 +0000 michael exporting keyframe flags, fixes keyframe stuff with streamcopy libavformat
Mon, 24 May 2004 15:13:23 +0000 michael 100l (avi seeking) libavformat
Mon, 24 May 2004 13:08:00 +0000 michael 100l (AVStream.duration) libavformat
Sun, 23 May 2004 16:26:12 +0000 michael store index for seeking in the native timebase of each stream libavformat
Fri, 21 May 2004 20:43:21 +0000 michael move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat
Thu, 06 May 2004 21:52:38 +0000 michael vbr audio fix libavformat
Sat, 10 Jan 2004 23:55:57 +0000 michael audio pts fix libavformat
Sat, 10 Jan 2004 22:36:35 +0000 michael fixing some seek failure issues libavformat
Sun, 04 Jan 2004 19:53:44 +0000 michael 10l libavformat
Sat, 03 Jan 2004 13:29:46 +0000 michael forgot ... libavformat
Mon, 10 Nov 2003 18:48:33 +0000 bellard initial seek support libavformat
Tue, 04 Nov 2003 19:35:43 +0000 romansh * fixes for broken builds on Solaris, OS2 and all bingendian libavformat
Sun, 02 Nov 2003 21:55:38 +0000 rtognimp Make avi and asf demuxer export palette in palctrl libavformat
Fri, 31 Oct 2003 22:26:26 +0000 romansh * DV demuxer is now capable of decoding auxilary audio stream. So, libavformat
Mon, 29 Sep 2003 17:54:07 +0000 romansh * DV handling was streamlined for both muxing/demuxing and libavformat
Mon, 08 Sep 2003 04:17:40 +0000 tmmm hacks to support Xan AVI files libavformat
Fri, 08 Aug 2003 17:52:53 +0000 bellard update duration and start_time - add av_new_stream() usage libavformat