log asf.c @ 3486:f68fcc8b8e9e libavformat

age author description
Fri, 20 Jun 2008 17:16:56 +0000 bcoudurier factorize read_header failure freeing code libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Tue, 22 Apr 2008 20:08:39 +0000 superdump Read asf file header fields in the right order libavformat
Thu, 06 Mar 2008 00:26:48 +0000 michael Skip over unknown extended_content_header tags. libavformat
Thu, 06 Mar 2008 00:20:49 +0000 michael simplify libavformat
Sun, 03 Feb 2008 11:18:53 +0000 reimar Remove ff_mms_set_stream_selection again from asf demuxer, libavformat
Sat, 02 Feb 2008 21:17:46 +0000 reimar Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: libavformat
Thu, 31 Jan 2008 00:22:25 +0000 bcoudurier typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type libavformat
Sun, 23 Dec 2007 18:08:00 +0000 reimar begining -> beginning typo fix libavformat
Thu, 20 Dec 2007 00:26:53 +0000 aurel cosmetics: indentation libavformat
Thu, 20 Dec 2007 00:25:18 +0000 aurel remove double check of pb->read_seek libavformat
Mon, 17 Dec 2007 09:28:46 +0000 benoit Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Wed, 14 Nov 2007 07:31:25 +0000 andoma Add support for reading WM/Year tag libavformat
Tue, 06 Nov 2007 16:19:09 +0000 benoit Allow propagation of stream selection through the ASF demuxer to the libavformat
Sat, 20 Oct 2007 14:25:02 +0000 reimar Add support for decrypting asf files libavformat
Sun, 14 Oct 2007 17:44:38 +0000 diego cosmetics: Move asf_read_close() down to get rid of a forward declaration. libavformat
Fri, 12 Oct 2007 23:25:48 +0000 ramiro Fix memleak libavformat
Sun, 09 Sep 2007 17:54:26 +0000 gpoirier Improve track number decoding for some WMA files libavformat
Sun, 02 Sep 2007 15:58:43 +0000 michael workaround ms (lack of) intelligence in their design of dvr-ms libavformat
Fri, 17 Aug 2007 06:49:43 +0000 benoit store asf streaming bitrates consistently libavformat
Mon, 06 Aug 2007 20:37:45 +0000 michael more verbose error libavformat
Mon, 06 Aug 2007 20:36:55 +0000 michael ignore preroll, it is generally not what AVStream.start_time should contain libavformat
Fri, 27 Jul 2007 00:29:33 +0000 michael ignore invalid packet_obj_size libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Fri, 15 Jun 2007 09:10:19 +0000 benoit Add support for track numbers when they are set via strings libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavformat
Sun, 06 May 2007 12:04:17 +0000 diego cosmetics: Fix indentation after last commit, patch by Zuxy Meng. libavformat
Mon, 30 Apr 2007 15:56:11 +0000 benoit use asf stream information to set bitrate libavformat
Sun, 15 Apr 2007 13:51:57 +0000 aurel add an enum for need_parsing libavformat
Thu, 12 Apr 2007 08:11:33 +0000 benoit DVR-MS probe audio format 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
Fri, 30 Mar 2007 16:20:40 +0000 michael fix demuxing of IMAG0002.ASF libavformat
Wed, 28 Mar 2007 14:48:42 +0000 bcoudurier revert r8538 (set bit rate for asf format) until regression tests issue is stated libavformat
Wed, 28 Mar 2007 12:03:37 +0000 bcoudurier set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com libavformat
Sun, 11 Mar 2007 03:36:17 +0000 michael fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea libavformat
Mon, 05 Mar 2007 01:19:36 +0000 michael off by one error libavformat
Tue, 20 Feb 2007 23:44:11 +0000 takis Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate libavformat
Sat, 10 Feb 2007 03:36:12 +0000 michael use dvr-ms timestamps libavformat
Fri, 02 Feb 2007 14:33:25 +0000 kostya Set correct aspect ratio (it's sample aspect, not display aspect) libavformat
Wed, 31 Jan 2007 23:32:01 +0000 michael extract aspect ratio libavformat
Mon, 29 Jan 2007 14:54:55 +0000 michael fix seeking in wma libavformat
Sat, 27 Jan 2007 12:07:16 +0000 michael stealing a few field names from mplayers asf demuxer libavformat
Tue, 23 Jan 2007 21:25:06 +0000 michael make the asf demuxer resistant against insertion/deletion errors libavformat
Mon, 22 Jan 2007 21:38:33 +0000 michael consistant error return for asf_get_packet() libavformat
Mon, 22 Jan 2007 21:33:26 +0000 michael better padsize check libavformat
Mon, 22 Jan 2007 21:31:40 +0000 michael more correct error message libavformat
Mon, 22 Jan 2007 21:28:56 +0000 michael replace wrong return 0 by -1 libavformat
Mon, 22 Jan 2007 21:17:54 +0000 michael check to detect nonsense fragment size libavformat
Mon, 22 Jan 2007 17:06:46 +0000 michael inden(ta)tion libavformat
Mon, 22 Jan 2007 17:01:01 +0000 michael replace nonsense code by something which makes at least some sense libavformat
Mon, 22 Jan 2007 16:37:45 +0000 michael check fragment offset and size libavformat
Mon, 22 Jan 2007 12:55:23 +0000 michael move frame header reading into its own function libavformat
Mon, 22 Jan 2007 12:52:49 +0000 michael more correct packet alignment check and correction libavformat
Mon, 22 Jan 2007 12:33:10 +0000 michael 10l libavformat
Mon, 22 Jan 2007 11:04:55 +0000 michael cosmetics (aligne stuff nicely) libavformat
Mon, 22 Jan 2007 11:03:47 +0000 michael get rid of some sensless malloc/free libavformat
Mon, 22 Jan 2007 11:01:27 +0000 michael simplify libavformat
Mon, 22 Jan 2007 10:53:57 +0000 michael remove a few unused and duplicated variables libavformat