log avidec.c @ 6464:b6e3e7876e4c libavformat

age author description
Thu, 02 Sep 2010 11:53:09 +0000 cehoyos Cosmetics: Reindent after r25023. libavformat
Thu, 02 Sep 2010 11:51:32 +0000 cehoyos Fix crash when decoding DV in AVI introduced in r24579 (issue 2174). libavformat
Fri, 30 Jul 2010 23:41:12 +0000 aurel 100l: av_freep() needs the address of the pointer libavformat
Thu, 29 Jul 2010 22:17:30 +0000 aurel avidec: demux ASS and SRT tracks out of GAB2 chunks libavformat
Sat, 17 Jul 2010 05:40:18 +0000 jai_menon avidec : Free packet if dv_produce_packet fails. libavformat
Sat, 17 Jul 2010 05:08:01 +0000 jai_menon avidec : Free codec context before initializing the chained DV demuxer. libavformat
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavformat
Fri, 02 Jul 2010 23:39:02 +0000 michael Disable dshow specific bug emulation for amv files as they arent libavformat
Fri, 02 Jul 2010 23:33:10 +0000 michael Rename block_align variable in the avi demuxer to clearly seperate its purpose libavformat
Fri, 02 Jul 2010 15:09:27 +0000 michael Duplicate rounding that MS does in one of their implementations of an avi demuxer. libavformat
Thu, 01 Jul 2010 13:50:15 +0000 michael Factorize get_duration() out of 4 places of the avi demuxer. libavformat
Thu, 01 Jul 2010 00:09:08 +0000 michael Prevent infinite recursion of odml indexes. libavformat
Thu, 20 May 2010 18:34:44 +0000 michael Disable non interleaved avi code when there is no index available. libavformat
Tue, 04 May 2010 17:17:16 +0000 cehoyos Do not use pkt->size when it is potentially uninitialized. libavformat
Tue, 20 Apr 2010 17:05:02 +0000 rbultje Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>. libavformat
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Sun, 14 Mar 2010 13:38:00 +0000 reimar Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in libavformat
Sat, 06 Feb 2010 12:32:44 +0000 jai_menon Add AVI metadata conversion table. libavformat
Fri, 05 Feb 2010 12:16:59 +0000 michael Support strn tag in avidec. libavformat
Fri, 05 Feb 2010 11:50:44 +0000 michael Correcting wrong looking stream_id validity check in avidec. libavformat
Wed, 03 Feb 2010 00:35:10 +0000 michael Only set duration for streams where it is likely correct. libavformat
Tue, 02 Feb 2010 23:53:38 +0000 michael Set nb_frames. libavformat
Tue, 12 Jan 2010 00:29:26 +0000 cehoyos Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavformat
Sun, 13 Dec 2009 20:27:29 +0000 michael Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped libavformat
Thu, 22 Oct 2009 18:43:08 +0000 michael Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis. libavformat
Thu, 22 Oct 2009 18:32:27 +0000 michael Support non interleaved avi files that have 0<size<sample_size. libavformat
Thu, 01 Oct 2009 10:24:02 +0000 aurel Fix playback of strange AVI files with stray LIST. libavformat
Wed, 09 Sep 2009 16:26:24 +0000 cehoyos Fix a bug with reading non-interleaved AVI if one the streams is libavformat
Wed, 09 Sep 2009 16:25:12 +0000 cehoyos Factorise st->nb_index_entries check. libavformat
Wed, 26 Aug 2009 08:38:44 +0000 reimar Check for seek failures in avi_load_index, otherwise if the index offset libavformat
Tue, 25 Aug 2009 09:46:16 +0000 diego Do not read index chunks as audio/video data; closes issue 1336. libavformat
Mon, 10 Aug 2009 20:53:32 +0000 aurel avidec: simplify, using av_rescale_q() instead of av_rescale() libavformat
Wed, 29 Jul 2009 17:12:47 +0000 diego Remove pointless '#ifdef DEBUG' around dprintf macro. libavformat
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavformat
Fri, 03 Jul 2009 11:27:52 +0000 reimar Check for failed extradata malloc, fixes a crash in out-of-memory conditions libavformat
Fri, 03 Jul 2009 11:26:14 +0000 reimar Check size of "strf" header against size of enclosing "LIST" if there is one. libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Mon, 25 May 2009 18:28:26 +0000 michael Workaround broken AVI files from DC-XZ6. libavformat
Sun, 24 May 2009 22:59:25 +0000 bcoudurier move DEBUG define before include to get dprintf and change printf to dprintf libavformat
Thu, 19 Mar 2009 21:57:14 +0000 bcoudurier set avi fsize to INT64_MAX if riff tag end is not set and file size is not available libavformat
Sat, 21 Feb 2009 20:57:46 +0000 michael Check for alloc failures. libavformat
Sat, 21 Feb 2009 20:44:39 +0000 michael Check for EOF during index reading. libavformat
Sat, 21 Feb 2009 20:11:34 +0000 michael Handle chunks with the MSB in size set correctly that is unsigned. libavformat
Sat, 21 Feb 2009 15:32:56 +0000 michael Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. libavformat
Thu, 19 Feb 2009 12:19:33 +0000 pross AVI demuxer: return AVERROR_EOF upon detection of end of file. libavformat
Mon, 16 Feb 2009 18:52:14 +0000 mru avidec: fix error introduced in r17382 libavformat
Mon, 16 Feb 2009 16:33:00 +0000 benoit Add a context to av_log() calls and modify a function prototype to allow it. libavformat
Mon, 02 Feb 2009 21:45:55 +0000 aurel modify the way to pass parameters to av_metadata_set() libavformat
Sat, 17 Jan 2009 12:21:01 +0000 aurel remove ff_get_fourcc() and use AV_RL32() instead libavformat
Fri, 16 Jan 2009 14:03:46 +0000 benoit Make unsigned int a variable that does not need to be explicitely 32 bits. libavformat
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavformat
Mon, 12 Jan 2009 00:07:40 +0000 mru AVI: add bswap.h include needed on big endian libavformat
Sun, 04 Jan 2009 23:31:31 +0000 aurel rename AVMetaData to AVMetadata and meta_data to metadata libavformat
Sun, 04 Jan 2009 18:48:37 +0000 michael Generic metadata API. libavformat
Tue, 16 Dec 2008 16:14:07 +0000 michael Fix bug where the avi demxuer lost the first frame of malformed libavformat
Sun, 14 Dec 2008 20:38:05 +0000 michael 10l (forgot sample_size) libavformat
Sun, 14 Dec 2008 15:48:48 +0000 michael Fix non interleaved variable fps ODML avis. libavformat
Sat, 04 Oct 2008 22:26:43 +0000 michael Favor even chunk sizes in ambiguous cases. libavformat
Sat, 04 Oct 2008 21:57:01 +0000 michael Factorize stream id parsing. libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Wed, 30 Jul 2008 21:07:54 +0000 bcoudurier change assert test due to the new reducing of time_base in av_set_pts_info, fix #561 libavformat
Fri, 04 Jul 2008 13:05:06 +0000 diego spelling cosmetics libavformat
Fri, 20 Jun 2008 17:22:56 +0000 bcoudurier uniformize AVStream->priv_data freeing in av_close_input_stream libavformat
Fri, 20 Jun 2008 17:16:56 +0000 bcoudurier factorize read_header failure freeing code libavformat
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