log

age author description
Mon, 09 Feb 2009 00:18:25 +0000 bcoudurier remove no more needed comment, declaration is in internal header libavformat
Sun, 08 Feb 2009 23:34:58 +0000 diego cosmetics: typo/grammar fixes in doxygen and other comments libavformat
Sun, 08 Feb 2009 22:06:55 +0000 diego cosmetics: comment grammar/spelling fixes libavformat
Sun, 08 Feb 2009 22:03:54 +0000 superdump Add the ability to set the timestamp to the current time by specifying 'now' libavformat
Sun, 08 Feb 2009 21:42:06 +0000 vitor 10l: fix compiler warning: libavformat
Sun, 08 Feb 2009 21:14:46 +0000 bcoudurier Move declaration of ff_interleave_add_packet to internal.h. libavformat
Sun, 08 Feb 2009 21:09:50 +0000 bcoudurier Declare ff_interleave_new_audio_packet as static, it is not used libavformat
Sun, 08 Feb 2009 21:08:34 +0000 bcoudurier document ff_audio_interleave libavformat
Sun, 08 Feb 2009 18:50:32 +0000 vitor NC camera demuxer libavformat
Sun, 08 Feb 2009 17:55:00 +0000 michael Clarify that avformat_seek_file() is not part of the stable API yet. libavformat
Sun, 08 Feb 2009 17:52:52 +0000 michael avformat_seek_file() prototype libavformat
Sun, 08 Feb 2009 09:59:31 +0000 bcoudurier cosmetics: sample_to_chunk -> stsc libavformat
Sun, 08 Feb 2009 09:57:28 +0000 bcoudurier cosmetics: sample_to_ctime -> ctts libavformat
Sun, 08 Feb 2009 09:55:23 +0000 bcoudurier remove useless field libavformat
Sun, 08 Feb 2009 09:48:59 +0000 bcoudurier rewrite pts also, as comment says libavformat
Sun, 08 Feb 2009 09:42:37 +0000 bcoudurier remove useless return libavformat
Sun, 08 Feb 2009 09:39:19 +0000 bcoudurier fix doxygen libavformat
Sun, 08 Feb 2009 08:27:26 +0000 stefano Replace the calls to the deprecated av_alloc_format_context() with libavformat
Sun, 08 Feb 2009 08:16:40 +0000 stefano Deprecate av_malloc_format_context() in favor of libavformat
Sun, 08 Feb 2009 05:12:30 +0000 bcoudurier reuse MXFCodecUL for data def and simplify libavformat
Sun, 08 Feb 2009 04:42:38 +0000 bcoudurier remove implicit header inclusions from mxf.h libavformat
Sun, 08 Feb 2009 04:35:36 +0000 bcoudurier free index entries libavformat
Sun, 08 Feb 2009 04:33:53 +0000 bcoudurier use new audio interleaving generic code libavformat
Sun, 08 Feb 2009 04:31:44 +0000 bcoudurier extract audio interleaving code from mxf muxer, will be used by gxf and dv libavformat
Sun, 08 Feb 2009 04:27:07 +0000 bcoudurier offset dts according to edit list, hackish but works, based on patch by Reimar libavformat
Sun, 08 Feb 2009 03:44:54 +0000 diego Remove const qualifier from function argument to eliminate the warning libavformat
Sun, 08 Feb 2009 03:29:49 +0000 bcoudurier only use 2 slices for index, one video(vbr) and one audio(cbr) libavformat
Sun, 08 Feb 2009 02:38:07 +0000 bcoudurier force first track to be video and simplify libavformat
Sun, 08 Feb 2009 02:34:56 +0000 bcoudurier write system item libavformat
Sat, 07 Feb 2009 21:13:40 +0000 bcoudurier declare ff_interleave_add_packet libavformat