log nutdec.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Wed, 18 Aug 2010 20:34:31 +0000 aurel rename LAVF_API_* defines to FF_API_* to clarify that it is not public API libavformat
Tue, 17 Aug 2010 19:30:21 +0000 aurel add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API libavformat
Tue, 10 Aug 2010 16:36:36 +0000 aurel get rid of MAX_STREAMS limit in nutdec libavformat
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavformat
Sat, 10 Jul 2010 22:09:01 +0000 mru bswap: change ME to NE in macro names libavformat
Sat, 03 Jul 2010 10:25:32 +0000 cehoyos Fix warning "passing argument from incompatible pointer type". libavformat
Sun, 23 May 2010 18:34:18 +0000 stefano Make the nut decoder read the ff_nut_video_tags to detect codec id of libavformat
Sun, 23 May 2010 18:34:15 +0000 stefano Define ff_nut_video_tags and make Nut muxer and demuxer set it in libavformat
Sun, 09 May 2010 22:56:02 +0000 stefano Make the nut demuxer issue a more meaningful error message if it libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() 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
Tue, 30 Mar 2010 15:50:57 +0000 benoit Replace @returns by @return. libavformat
Sun, 28 Mar 2010 09:59:58 +0000 vitor Fix NUT (de)muxer warnings: libavformat
Wed, 24 Mar 2010 22:44:06 +0000 vitor Fix warnings in NUT demuxer: libavformat
Wed, 03 Mar 2010 17:31:24 +0000 vitor Plug memory leak in NUT muxer and demuxer libavformat
Mon, 01 Mar 2010 18:16:10 +0000 vitor Revert r22119 and partially revert 22120. libavformat
Mon, 01 Mar 2010 07:26:41 +0000 benoit nutdec: make chapter start and length uint64_t to prevent overflows. libavformat
Sun, 28 Feb 2010 20:49:21 +0000 vitor Plug some memory leaks in NUT muxer and demuxer libavformat
Wed, 24 Feb 2010 06:27:12 +0000 kostya Introduce metadata conversion table for NUT muxer and demuxer. libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Fri, 27 Feb 2009 23:10:34 +0000 aurel use new metadata API in nut demuxer libavformat
Sat, 17 Jan 2009 11:13:33 +0000 aurel export gcd function as av_gcd() libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Thu, 11 Dec 2008 19:06:24 +0000 michael remove _t for POSIX compatibility. libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Tue, 27 May 2008 20:48:27 +0000 michael Fix memleak, fixed CID123. libavformat
Fri, 23 May 2008 18:15:13 +0000 michael Pass time_base as argument to new_chapter() as well. libavformat