log asf.c @ 6463:4f3cb203b378 libavformat

age author description
Tue, 20 Jul 2010 11:50:22 +0000 mstorsjo asf: Add asf_jfif_media guid libavformat
Wed, 31 Mar 2010 09:22:31 +0000 cehoyos Remove superfluous space from a conversion table. libavformat
Wed, 24 Mar 2010 18:40:43 +0000 rbultje Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier libavformat
Mon, 08 Mar 2010 13:13:18 +0000 benoit Use ASF supports "markers" which are a name and a time stamp to create libavformat
Thu, 25 Feb 2010 09:10:37 +0000 benoit asf: indent. libavformat
Thu, 25 Feb 2010 09:09:39 +0000 benoit asf: add more entries to metadata conv table. libavformat
Wed, 24 Feb 2010 18:17:32 +0000 rbultje Don't add WM prefixes to all written ASF tags. libavformat
Mon, 01 Feb 2010 11:39:10 +0000 pross Add a list of generic tags and change demuxers to follow it. libavformat
Sun, 11 Oct 2009 23:09:33 +0000 cehoyos Detect Windows Media DRM protected files and display warning if no key libavformat
Tue, 12 May 2009 12:35:46 +0000 benoit Per-stream language-tags extraction in asfdec. libavformat
Wed, 18 Mar 2009 14:03:40 +0000 reimar Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure libavformat
Sun, 01 Mar 2009 00:12:08 +0000 aurel Add some basic metadata conversion tables for matroska and asf. libavformat
Thu, 26 Feb 2009 16:17:17 +0000 aurel move static tables from asf.h to non-static tables in asf.c libavformat
Thu, 19 Feb 2009 23:24:41 +0000 alexc Re-indent after last commit libavformat
Thu, 19 Feb 2009 23:23:53 +0000 alexc AAC in ASF does not need parsing. libavformat
Mon, 16 Feb 2009 16:09:02 +0000 benoit Add a context to av_log() calls. libavformat
Tue, 03 Feb 2009 22:12:06 +0000 aurel use new metadata API in asf demuxer libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Wed, 07 Jan 2009 14:50:19 +0000 rbultje Don't use s->pb if a local ByteIOContext was already provided by the calling libavformat
Thu, 18 Dec 2008 01:28:29 +0000 rbultje Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and libavformat
Thu, 18 Dec 2008 01:25:43 +0000 rbultje Add a ByteIOContext argument to ASF functions that will be shared with the libavformat
Sat, 13 Dec 2008 17:18:11 +0000 rbultje Separate the packet fetching from the data reading, so that the data reading libavformat
Sat, 06 Dec 2008 20:28:38 +0000 rbultje Remove static variable and a printf using it. See "[PATCH] asf.c: move libavformat
Sat, 06 Dec 2008 18:35:52 +0000 rbultje Do not access s->gb directly in functions that have a local copy of that libavformat
Wed, 03 Dec 2008 15:23:30 +0000 diego Delete unnecessary 'extern' keywords. libavformat
Fri, 14 Nov 2008 03:45:31 +0000 bcoudurier timestamp is dts in wmv/asf libavformat
Thu, 02 Oct 2008 16:03:00 +0000 benoit Use enum typers instead of int. 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
Sun, 13 Jul 2008 19:41:07 +0000 mru ASF: use dprintf(), allow compilation with -DDEBUG libavformat
Sat, 12 Jul 2008 18:42:00 +0000 michael New codec probing system try #1. libavformat
Sat, 12 Jul 2008 16:43:46 +0000 michael command_streams are type data not unknown. 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
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