log nutenc.c @ 6471:b3aea89a4f63 libavformat

age author description
Fri, 10 Sep 2010 13:16:08 +0000 mru nutenc: fix unstable floating-point calculations libavformat
Fri, 09 Jul 2010 12:14:33 +0000 janne move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c libavformat
Fri, 09 Jul 2010 12:10:47 +0000 janne rename get_length to ff_get_v_length and put_v to ff_put_v libavformat
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavformat
Wed, 02 Jun 2010 21:57:40 +0000 stefano Make write_streamheader() log a message if there is no codec tag libavformat
Wed, 02 Jun 2010 21:57:37 +0000 stefano Make write_streamheader() return a meaningful error code if no codec libavformat
Wed, 02 Jun 2010 21:57:35 +0000 stefano Make write_header() and write_header() return an error code in case of libavformat
Wed, 02 Jun 2010 21:57:30 +0000 stefano Make write_streamheader() and write_headers() accept an 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
Sat, 22 May 2010 16:01:32 +0000 cehoyos Move AVCodecTag from riff.h into internal.h. 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
Sun, 28 Mar 2010 09:59:58 +0000 vitor Fix NUT (de)muxer warnings: 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
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:12:14 +0000 aurel use new metadata API in nut muxer libavformat
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