log nutenc.c @ 4567:963e3b76c7a6 libavformat

age author description
Tue, 24 Feb 2009 15:04:18 +0000 michael Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. libavformat
Tue, 17 Feb 2009 12:03:10 +0000 diego cosmetics: 'const static' --> 'static const' to avoid warnings of the type 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
Sun, 24 Aug 2008 16:51:50 +0000 reimar Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Sun, 03 Aug 2008 16:41:52 +0000 jbr remove a comment which is no longer true libavformat
Wed, 25 Jun 2008 22:37:26 +0000 michael Prevent invalid timestamps from being stored. 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
Mon, 10 Mar 2008 18:42:09 +0000 diego misc spelling 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:11:36 +0000 michael subtitles (codec tag tables still missing ...) libavformat
Fri, 15 Feb 2008 13:21:00 +0000 michael It appears last_pts was not set ... libavformat
Fri, 15 Feb 2008 02:57:19 +0000 michael Header elision muxing support. libavformat
Mon, 04 Feb 2008 10:48:41 +0000 ods15 back_ptr calculation used wrong timebase when searching for back syncpoint libavformat
Mon, 04 Feb 2008 10:45:32 +0000 ods15 Fix intented algo in syncpoint writing before keyframes in NUT muxer libavformat
Mon, 04 Feb 2008 10:34:35 +0000 ods15 nut->max_distance was not set at all anywhere in the NUT muxer libavformat
Mon, 04 Feb 2008 00:26:43 +0000 michael Missing const found by -Wwrite-strings. libavformat
Thu, 17 Jan 2008 13:59:52 +0000 michael Consider initial EOR in the back_ptr calculation. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext 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
Fri, 17 Aug 2007 10:45:50 +0000 diego spelling/wording cosmetics libavformat
Sat, 11 Aug 2007 11:12:34 +0000 michael simplify libavformat
Sat, 11 Aug 2007 11:10:29 +0000 michael do not remove FLAG_CODED libavformat
Sat, 11 Aug 2007 10:12:39 +0000 michael remove useless code, found by oded libavformat
Fri, 10 Aug 2007 14:23:18 +0000 michael ensure that the aspect ratio is spec compliant libavformat
Fri, 10 Aug 2007 13:04:45 +0000 michael disable TRACE libavformat
Fri, 10 Aug 2007 13:04:16 +0000 michael muxer should now be spec compliant (though it likely still contains bugs!) libavformat
Fri, 10 Aug 2007 12:59:17 +0000 michael header repetition libavformat
Fri, 10 Aug 2007 11:52:28 +0000 michael info packet libavformat
Fri, 10 Aug 2007 00:13:50 +0000 michael more FIXME libavformat
Fri, 10 Aug 2007 00:11:36 +0000 michael muxer is not yet fully compliant so prevent people from mistakenly using it libavformat
Thu, 09 Aug 2007 23:29:58 +0000 michael set back ptr properly libavformat
Thu, 09 Aug 2007 21:20:17 +0000 michael fix header_checksum libavformat
Thu, 09 Aug 2007 21:14:00 +0000 michael store headers twice (getting closer to spec compliance ...) libavformat
Thu, 09 Aug 2007 21:10:11 +0000 michael move header writing into its own function libavformat
Thu, 09 Aug 2007 21:04:10 +0000 michael get rid of printf libavformat
Thu, 09 Aug 2007 21:01:22 +0000 michael write frames and syncpoints libavformat
Thu, 09 Aug 2007 20:56:42 +0000 michael put_t() libavformat
Thu, 09 Aug 2007 20:55:09 +0000 michael 100l libavformat
Thu, 09 Aug 2007 20:54:17 +0000 michael 2 FIXME comments libavformat
Thu, 09 Aug 2007 20:52:49 +0000 michael add a universal fallback frame code for the case that no other applies libavformat
Thu, 09 Aug 2007 12:48:52 +0000 michael forw_ptr CRC libavformat
Thu, 09 Aug 2007 12:38:24 +0000 michael use a dynamic ByteIOContext instead of using the lavf buffer libavformat
Thu, 09 Aug 2007 12:25:58 +0000 michael move stream header writing into its own function libavformat
Thu, 09 Aug 2007 12:22:02 +0000 michael move main header writing into its own function libavformat
Thu, 09 Aug 2007 11:06:54 +0000 michael write correct time_base libavformat
Thu, 09 Aug 2007 11:04:43 +0000 michael make StreamContext.time_base a pointer libavformat
Thu, 09 Aug 2007 10:45:19 +0000 michael write stream headers libavformat
Thu, 09 Aug 2007 01:12:48 +0000 michael trying to finally get the nut muxer back uptodate libavformat