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
Fri, 23 May 2008 13:52:54 +0000 michael Chapter demuxing support. (untested as I have no nuts with chapters) libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Sun, 04 May 2008 10:29:12 +0000 diego Fix 'comparison always false' warning. libavformat
Sat, 15 Mar 2008 16:15:47 +0000 diego typo fixes libavformat
Wed, 12 Mar 2008 23:58:46 +0000 diego typo fixes libavformat
Fri, 07 Mar 2008 19:25:09 +0000 eugeni Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformat
Wed, 05 Mar 2008 13:06:49 +0000 michael Subtitle support. (untested) libavformat
Sun, 02 Mar 2008 23:13:07 +0000 michael factorize libavformat
Sun, 02 Mar 2008 23:11:36 +0000 michael subtitles (codec tag tables still missing ...) libavformat
Fri, 15 Feb 2008 02:36:09 +0000 michael Elision header demuxing support. libavformat
Wed, 13 Feb 2008 20:17:28 +0000 michael Read match time delta in the frame header. libavformat
Wed, 13 Feb 2008 20:13:29 +0000 michael Read match_time_delta in the framecode table. libavformat
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavformat
Mon, 04 Feb 2008 10:30:38 +0000 ods15 Remove old workaround in nutdec.c for libnut bug libavformat
Mon, 04 Feb 2008 10:29:03 +0000 ods15 missing " && j<syncpoint_count" protection in the index parsing, as the libavformat
Mon, 04 Feb 2008 10:27:32 +0000 ods15 ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only libavformat
Mon, 04 Feb 2008 00:33:52 +0000 michael Fix info packet type, found by oded as well as the new pedantic const libavformat
Mon, 04 Feb 2008 00:31:31 +0000 michael -Wwrite-strings nitpicking fix libavformat
Mon, 31 Dec 2007 16:43:35 +0000 michael More verbose aspect ratio error msg. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sat, 03 Nov 2007 18:29:16 +0000 kostya Add ff_ prefix to get_v() libavformat
Sat, 03 Nov 2007 18:26:42 +0000 kostya Make get_v() available to the other demuxers libavformat
Tue, 30 Oct 2007 00:01:25 +0000 bcoudurier rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformat
Sun, 16 Sep 2007 14:37:01 +0000 diego warning fix: libavformat
Mon, 27 Aug 2007 12:36:19 +0000 diego Remove unused variable. libavformat
Fri, 17 Aug 2007 10:45:50 +0000 diego spelling/wording cosmetics libavformat
Thu, 09 Aug 2007 23:24:02 +0000 michael move syncpoint cache related stuff to common file libavformat
Thu, 09 Aug 2007 21:35:13 +0000 michael fix forw_ptr crc check libavformat
Thu, 09 Aug 2007 21:04:10 +0000 michael get rid of printf libavformat
Thu, 09 Aug 2007 18:37:28 +0000 michael move lsb2full to common file libavformat