log nutdec.c @ 5382:45d0832f48b6 libavformat

age author description
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