log avformat.h @ 3491:31aa7b51c13b libavformat

age author description
Mon, 09 Jun 2008 13:38:56 +0000 michael Make timestamp debugging work nicer. libavformat
Mon, 09 Jun 2008 00:24:29 +0000 bcoudurier remove ugly ffm_nopts hack, use AVFormatContext->timestamp libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 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 17:56:45 +0000 michael Document pts/dts. libavformat
Fri, 23 May 2008 13:14:11 +0000 michael Make ff_new_chapter() return AVChapter instead of int so its consistant with libavformat
Fri, 23 May 2008 13:08:44 +0000 michael nb_chapters should be unsigned libavformat
Fri, 23 May 2008 13:07:58 +0000 michael s/num_chapters/nb_chapters/ all other similar variables are called nb_*. libavformat
Fri, 23 May 2008 13:02:27 +0000 michael Add id to AVChapter, untested (where do i find matroska files with chapters?). libavformat
Fri, 23 May 2008 12:45:03 +0000 michael clarify start/end timebase libavformat
Fri, 23 May 2008 12:44:12 +0000 michael align comments libavformat
Fri, 23 May 2008 12:43:33 +0000 michael chapter id and timebase libavformat
Thu, 22 May 2008 22:00:21 +0000 aurel add support for chapters definition in lavf libavformat
Thu, 24 Apr 2008 23:21:58 +0000 michael Avoid using reserved __names. libavformat
Sun, 30 Mar 2008 19:17:01 +0000 vitor IFF demuxer libavformat
Sat, 22 Mar 2008 01:06:57 +0000 diego typo: occured --> occurred libavformat
Fri, 21 Mar 2008 14:02:13 +0000 faust3 rl2 demuxer libavformat
Tue, 18 Mar 2008 19:54:47 +0000 ramiro MSN TCP Webcam stream demuxer. libavformat
Sun, 16 Mar 2008 13:36:36 +0000 bcoudurier ipod/iphone compatible mp4 muxer libavformat
Sat, 08 Mar 2008 22:43:13 +0000 ramiro Typo + grammar libavformat
Sat, 08 Mar 2008 21:59:11 +0000 ramiro Introduce max_picture_buffer variable in AVFormatContext, libavformat
Fri, 07 Mar 2008 19:25:09 +0000 eugeni Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformat
Tue, 26 Feb 2008 20:37:59 +0000 mru less preprocessor magic in version number macros libavformat
Mon, 25 Feb 2008 09:22:11 +0000 mru Install headers in $prefix/include/$libname libavformat
Wed, 20 Feb 2008 20:24:38 +0000 michael revert 12156 libavformat
Wed, 20 Feb 2008 03:20:06 +0000 michael Make timestamp interpolation work with mpeg2 field pictures. libavformat
Tue, 19 Feb 2008 22:50:28 +0000 mru Clean up lib* version definitions libavformat
Tue, 29 Jan 2008 09:25:49 +0000 kostya SMPTE 421 Annex L format demuxer libavformat
Sun, 27 Jan 2008 15:43:17 +0000 aurel Add support for Matroska attachments. libavformat
Sun, 20 Jan 2008 18:30:04 +0000 bcoudurier new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com libavformat
Sun, 13 Jan 2008 13:33:37 +0000 michael user specifyable maximum amount of memory to use for the index. libavformat
Mon, 31 Dec 2007 16:49:18 +0000 michael Correct doxy about timestamp units of read_timestamp(). libavformat
Mon, 31 Dec 2007 16:47:25 +0000 michael Document return of read_timestamp. libavformat
Fri, 21 Dec 2007 11:50:18 +0000 diego comment typo fixes libavformat
Fri, 21 Dec 2007 00:22:40 +0000 ivo typo ;) libavformat
Thu, 20 Dec 2007 09:59:07 +0000 michael Document a few more structure change rules with relation to ABI/API. libavformat
Thu, 20 Dec 2007 09:43:01 +0000 michael Document structure change rules with relation to ABI/API. libavformat
Wed, 19 Dec 2007 14:09:54 +0000 reimar Increase minor version due to new av_close_input_stream libavformat
Wed, 19 Dec 2007 14:07:13 +0000 reimar Add a av_close_input_stream function libavformat
Wed, 19 Dec 2007 11:31:36 +0000 michael Remove dead code which disappeared with the last major version bump. libavformat
Wed, 19 Dec 2007 10:58:54 +0000 michael Remove *_codec_id from AVFormatParameters with the next major version bump. libavformat
Wed, 19 Dec 2007 10:56:17 +0000 michael Allow overriding codec_ids. libavformat
Sun, 16 Dec 2007 17:22:09 +0000 diego cosmetics: comment typo fixes libavformat
Sat, 15 Dec 2007 16:54:58 +0000 michael document how to free the result of av_alloc_format_context() libavformat
Wed, 12 Dec 2007 19:01:58 +0000 michael av_*_next() API for libavformat libavformat
Sat, 01 Dec 2007 12:05:59 +0000 diego succes --> success typo libavformat
Wed, 28 Nov 2007 19:51:59 +0000 andoma Bump lavf minor due to addition of libavformat
Wed, 21 Nov 2007 16:33:06 +0000 lucabe Include os_support.h only when needed libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Thu, 15 Nov 2007 11:45:07 +0000 takis Fix Doxygen parameter libavformat
Wed, 14 Nov 2007 12:42:45 +0000 takis Typo libavformat
Sat, 10 Nov 2007 18:27:03 +0000 bcoudurier ogg muxer libavformat
Wed, 07 Nov 2007 05:35:46 +0000 kostya Musepack SV8 demuxer and decoder libavformat
Sat, 03 Nov 2007 18:29:16 +0000 kostya Add ff_ prefix to get_v() libavformat
Mon, 29 Oct 2007 09:15:35 +0000 lucabe Remove the inclusion of rtsp.h and rtp.h from avformat.h, and libavformat
Mon, 22 Oct 2007 06:01:38 +0000 kostya Beam Software SIFF demuxer and video decoder libavformat
Sun, 21 Oct 2007 17:26:02 +0000 kostya New RM format deserves small version bump libavformat
Sat, 20 Oct 2007 08:25:13 +0000 nicodvb API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext libavformat
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavformat
Sun, 14 Oct 2007 13:32:25 +0000 benoit Increment minor after r10709. libavformat
Tue, 25 Sep 2007 20:45:46 +0000 nicodvb Added definition and utility functions to handle AVProgram(s) in AVFormatContext libavformat
Wed, 19 Sep 2007 12:38:07 +0000 benoit Make parse_date return INT64_MIN in case of unparsable input. libavformat
Thu, 13 Sep 2007 03:22:47 +0000 kostya Monkey Audio decoder libavformat
Mon, 10 Sep 2007 19:31:03 +0000 ramiro Bump micro version number for r10429 libavformat
Sat, 18 Aug 2007 00:35:43 +0000 michael more verbose doxy for duration (from patch by neilb suse de) libavformat
Sat, 18 Aug 2007 00:31:32 +0000 michael mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de) libavformat
Thu, 16 Aug 2007 12:07:05 +0000 michael elaborate a little on AVStream.start_time, it seems the comment is not clear libavformat
Sat, 11 Aug 2007 20:03:10 +0000 michael cola for diego libavformat
Sat, 11 Aug 2007 15:03:50 +0000 diego Bump minor number, NUT muxer was added. libavformat
Fri, 10 Aug 2007 16:15:23 +0000 michael mention AVPROBE_PADDING_SIZE at the read_probe() doxy libavformat
Sun, 05 Aug 2007 13:44:56 +0000 lucabe Change avf_sdp_create() to get a pre-allocated buffer as input, and to libavformat
Sat, 04 Aug 2007 22:46:13 +0000 michael correct initial timestamps which have AV_NOPTS_VALUE libavformat
Thu, 26 Jul 2007 22:34:26 +0000 lucabe Introduce an SDP generator libavformat
Wed, 25 Jul 2007 19:47:44 +0000 aurel add proper support for subtitles muxing/stream copying libavformat
Mon, 09 Jul 2007 22:15:11 +0000 mru avoid deprecation warnings for AVFrac from avformat.h libavformat
Fri, 06 Jul 2007 07:16:47 +0000 lucabe Add support for non-blocking input formats libavformat
Mon, 25 Jun 2007 02:08:04 +0000 romansh * clarifying the AVInputFormat::read_seek return value libavformat
Sat, 23 Jun 2007 23:10:35 +0000 mru remove old unused string functions libavformat
Tue, 12 Jun 2007 21:27:32 +0000 ramiro Remove unused declarations libavformat
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavformat
Tue, 12 Jun 2007 08:06:54 +0000 benoit Move the video size and rate abbreviations system from libavformat to libavcodec libavformat
Mon, 04 Jun 2007 23:07:27 +0000 diego spelling libavformat
Mon, 04 Jun 2007 21:05:58 +0000 ramiro Typos libavformat
Mon, 04 Jun 2007 20:48:04 +0000 ramiro Doxygenize av_init_packet libavformat
Mon, 04 Jun 2007 16:52:02 +0000 ramiro Export av_init_packet libavformat
Wed, 16 May 2007 12:25:54 +0000 diego Remove extern C declarations for C++. libavformat
Wed, 02 May 2007 09:13:47 +0000 benoit patch so that the deprecated items show up correctly libavformat
Sat, 28 Apr 2007 13:07:52 +0000 bcoudurier fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base libavformat
Sun, 15 Apr 2007 13:51:57 +0000 aurel add an enum for need_parsing libavformat
Fri, 13 Apr 2007 07:50:04 +0000 benoit timestamps generation improvement when parsing avi libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Sat, 07 Apr 2007 14:09:20 +0000 diego typos/grammar libavformat
Wed, 14 Mar 2007 14:49:49 +0000 kostya DXA demuxer and decoder libavformat
Mon, 12 Mar 2007 14:17:26 +0000 takis Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() libavformat
Mon, 12 Mar 2007 10:59:47 +0000 bcoudurier remove codec_info_duration/nb_frames from AVStream libavformat
Mon, 05 Mar 2007 16:12:29 +0000 takis Clarify doxygen description. libavformat
Mon, 05 Mar 2007 16:10:05 +0000 takis Cleanup doxygen comment. libavformat
Mon, 05 Mar 2007 15:36:43 +0000 takis Fix a typo in a doxygen tag. libavformat
Mon, 05 Mar 2007 00:23:23 +0000 takis Doxygenize the existing comments in avformat.h. The contents of the comments libavformat
Sat, 03 Mar 2007 19:40:03 +0000 takis Correct wrong avformat documentation. libavformat
Sat, 03 Mar 2007 12:23:20 +0000 takis Move the libavformat public API comments to avformat.h. The comments are libavformat
Wed, 14 Feb 2007 17:01:32 +0000 gpoirier implement new grabbing interface, as described here: libavformat
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
Sun, 11 Feb 2007 12:37:28 +0000 bcoudurier add key field to AVFormatContext for de/encryption support, patch by Reimar libavformat
Mon, 05 Feb 2007 23:04:48 +0000 michael better generic index building and seeking code libavformat
Tue, 23 Jan 2007 17:34:26 +0000 michael make av_find_stream_info() duration user selectable libavformat
Sun, 21 Jan 2007 12:08:31 +0000 michael get rid of the [4] limitation of codec tag lists libavformat
Sun, 21 Jan 2007 01:39:17 +0000 michael add codec_id <-> codec_tag tables to AVIn/OutputFormat libavformat
Fri, 19 Jan 2007 22:54:50 +0000 reimar Attempt to better document AVFMT_NOFILE. libavformat
Tue, 16 Jan 2007 22:31:10 +0000 diego Make nb_streams unsigned to avoid an ugly cast. libavformat
Sun, 24 Dec 2006 04:51:43 +0000 kostya Musepack SV7 decoding support libavformat
Thu, 07 Dec 2006 00:47:37 +0000 mru use standard INT64_MAX instead of MAXINT64 (and MIN) libavformat
Wed, 06 Dec 2006 23:46:11 +0000 mru use the standard INT64_C() macro for 64-bit constants libavformat
Tue, 14 Nov 2006 01:34:36 +0000 michael split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex libavformat
Sun, 12 Nov 2006 13:54:11 +0000 michael more verbose r_frame_rate definition libavformat
Thu, 02 Nov 2006 23:22:23 +0000 bcoudurier kill AVImageFormat libavformat
Thu, 12 Oct 2006 12:02:58 +0000 bcoudurier support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavformat