log avformat.h @ 2023:a3e79d6e4e3c libavformat

age author description
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
Thu, 21 Sep 2006 07:31:53 +0000 romansh * Moving FifoBuffer out of libavformat/avformat.h and libavformat
Sun, 10 Sep 2006 14:02:42 +0000 diego Add official LGPL license headers to the files that were missing them. libavformat
Sat, 09 Sep 2006 08:57:55 +0000 michael AVPROBE_SCORE_MAX doc libavformat
Tue, 05 Sep 2006 19:23:32 +0000 michael ignore index parameter to ignore the ODML index in avi libavformat
Mon, 04 Sep 2006 09:57:47 +0000 gpoirier Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % libavformat
Mon, 04 Sep 2006 03:33:11 +0000 romansh * Restructuring the division of labor between DV codec and DV format libavformat
Sat, 02 Sep 2006 23:10:28 +0000 mru remove redundant declarations libavformat
Wed, 30 Aug 2006 21:18:17 +0000 michael fix b pyramid in mp4 muxing if no dts are provided to the muxer libavformat
Sun, 27 Aug 2006 12:21:19 +0000 nicodvb added option probesize; at the moment only used by mpegts.c libavformat
Sun, 27 Aug 2006 12:14:13 +0000 nicodvb initial support for AVOption in AVFormatContext libavformat
Sun, 20 Aug 2006 10:42:11 +0000 michael attribute_deprecated libavformat
Fri, 11 Aug 2006 21:21:51 +0000 bcoudurier export av_interleave_packet_per_dts libavformat
Tue, 08 Aug 2006 20:31:19 +0000 michael dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort libavformat
Sun, 23 Jul 2006 18:19:33 +0000 reimar Try to find out correct start time to make seeking faster and add some libavformat
Thu, 13 Jul 2006 21:13:49 +0000 mru add loop_input to AVFormatContext, getting rid of old hack libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Fri, 30 Jun 2006 07:41:25 +0000 gpoirier Move initialisations and internal symbols in allformats.h, libavformat
Sun, 25 Jun 2006 17:37:12 +0000 lu_zero cleanup patch from Diego Petten <flameeyes@gentoo.org> libavformat
Sat, 24 Jun 2006 20:09:49 +0000 lu_zero minor cleanup libavformat
Sat, 17 Jun 2006 15:53:23 +0000 diego Add (mostly) const to variable and parameter declaration, where a char* was libavformat
Mon, 27 Mar 2006 22:22:50 +0000 reimar NuppelVideo/MythTVVideo support, including rtjpeg decoder libavformat
Tue, 21 Mar 2006 17:27:47 +0000 kostya Smacker demuxer and decoder. libavformat
Wed, 01 Mar 2006 11:29:55 +0000 michael add size to AVIndex libavformat
Fri, 17 Feb 2006 03:17:42 +0000 melanson complete AVS playback system (from Creature Shock computer game), libavformat
Sun, 12 Feb 2006 06:49:40 +0000 melanson complete American Laser Games MM playback system, courtesy of Peter Ross libavformat
Sun, 12 Feb 2006 02:18:37 +0000 alex tta demuxer, also usable for moving tta audio data into an other container libavformat
Fri, 10 Feb 2006 01:24:32 +0000 mru generate adts frame headers if required libavformat
Thu, 09 Feb 2006 22:52:23 +0000 aurel add a Creative VOC (de)muxer libavformat
Wed, 08 Feb 2006 01:11:48 +0000 mru bump version numbers and update docs for adts aac support libavformat