log avformat.h @ 4380:1b695f013cd3 libavformat

age author description
Wed, 04 Feb 2009 05:56:39 +0000 ramiro Do not misuse unsigned long to store pointers. libavformat
Mon, 02 Feb 2009 21:45:55 +0000 aurel modify the way to pass parameters to av_metadata_set() libavformat
Fri, 30 Jan 2009 00:44:54 +0000 aurel typo libavformat
Mon, 26 Jan 2009 23:39:22 +0000 aurel make it clear that the new metadata API is a work in progress libavformat
Sun, 25 Jan 2009 16:44:45 +0000 stefano Move documentation of av_register_all() from allformats.c to libavformat
Thu, 22 Jan 2009 23:35:31 +0000 michael Move av_read_frame/parser related buffer variables from AVFormatContext libavformat
Tue, 20 Jan 2009 07:42:14 +0000 bcoudurier R3D REDCODE demuxer libavformat
Sun, 18 Jan 2009 22:53:28 +0000 aurel replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag libavformat
Sat, 17 Jan 2009 20:08:43 +0000 stefang added demuxer for FunCom ISS audio files, libavformat
Tue, 06 Jan 2009 22:11:04 +0000 aurel free all allocated metadata structures libavformat
Mon, 05 Jan 2009 23:56:27 +0000 aurel add a typedef for AVMetadata libavformat
Mon, 05 Jan 2009 22:10:16 +0000 diego Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned libavformat
Sun, 04 Jan 2009 23:31:31 +0000 aurel rename AVMetaData to AVMetadata and meta_data to metadata libavformat
Sun, 04 Jan 2009 22:31:55 +0000 aurel add metadata in AVStream, AVProgram and AVChapter libavformat
Sun, 04 Jan 2009 20:47:09 +0000 melanson Ministry of English Composition treatment for the new metadata API libavformat
Sun, 04 Jan 2009 18:58:49 +0000 michael Move metadata API from avcodec to avformat. libavformat
Sun, 04 Jan 2009 18:48:37 +0000 michael Generic metadata API. libavformat
Sun, 04 Jan 2009 11:04:02 +0000 stefano Drop the deprecated parse_image_size() and parse_frame_rate() functions libavformat
Sat, 08 Nov 2008 18:37:03 +0000 stefano Fix argument constness for the av_codec_get_id() and libavformat
Fri, 24 Oct 2008 01:42:57 +0000 bcoudurier raw dnxhd de/muxer libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Thu, 02 Oct 2008 20:01:13 +0000 gpoirier Use __typeof__ instead of GCC-specific typeof keyword. libavformat
Sat, 27 Sep 2008 20:05:12 +0000 diego cosmetics: Break overly long lines, one grammar fix. libavformat
Sat, 27 Sep 2008 19:51:53 +0000 diego spelling/wording/grammar libavformat
Sat, 27 Sep 2008 17:37:22 +0000 diego Move doxygen comments for av_gettime from utils.c to avformat.h. libavformat
Wed, 10 Sep 2008 12:51:49 +0000 michael Clarify convergence_duration. libavformat
Sun, 07 Sep 2008 00:05:30 +0000 aurel bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 libavformat
Wed, 03 Sep 2008 17:57:56 +0000 reimar Change doxygen comment: Clarify when av_write_trailer should be called. libavformat
Wed, 03 Sep 2008 14:44:54 +0000 michael Add AVPacket.convergence_duration. libavformat
Wed, 03 Sep 2008 14:02:17 +0000 michael Try to clarify the semantics of AVPacket.duration. libavformat