log matroska.c @ 1490:1bf0132b9dff libavformat

age author description
Sun, 12 Nov 2006 16:59:27 +0000 aurel Allows playback of truncated matroska files. libavformat
Sat, 11 Nov 2006 00:56:27 +0000 aurel Fix wrong comment. libavformat
Sat, 11 Nov 2006 00:49:39 +0000 aurel Add A_AAC codec identifier support in matroska. libavformat
Thu, 09 Nov 2006 11:37:30 +0000 bcoudurier get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavformat
Wed, 08 Nov 2006 20:13:30 +0000 aurel add support for AAC in matroska libavformat
Wed, 08 Nov 2006 20:09:56 +0000 aurel add audio output sampling freqency reading in matroska libavformat
Wed, 08 Nov 2006 18:53:36 +0000 aurel Better way to detect cluster (fix files encoded with Haali's muxer). libavformat
Tue, 07 Nov 2006 00:11:35 +0000 aurel Allow reading matroska title. libavformat
Mon, 06 Nov 2006 23:58:41 +0000 aurel cosmetics: reindent after last commit libavformat
Mon, 06 Nov 2006 23:57:34 +0000 aurel Don't need to check for NULL before av_free(). libavformat
Mon, 06 Nov 2006 23:52:10 +0000 aurel Add support for block duration. libavformat
Mon, 06 Nov 2006 23:14:37 +0000 aurel Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one). libavformat
Mon, 06 Nov 2006 23:07:54 +0000 aurel guess matroska files frame rate libavformat
Mon, 06 Nov 2006 19:01:03 +0000 gpoirier remove floats in 10 bytes/byte support (no version of matroska used it) libavformat
Mon, 06 Nov 2006 06:07:41 +0000 kostya WavPack support in Matroska 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
Wed, 12 Jul 2006 00:09:34 +0000 mru move common stuff from avienc.c and wav.c to new file riff.c libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Sat, 17 Jun 2006 15:53:23 +0000 diego Add (mostly) const to variable and parameter declaration, where a char* was libavformat
Fri, 16 Jun 2006 07:54:37 +0000 mru free codec extradata in av_close_input_file libavformat
Sat, 25 Mar 2006 19:51:12 +0000 michael dont set random timestamps if they are not known libavformat
Sat, 25 Mar 2006 19:40:27 +0000 michael fixing timebase libavformat
Sat, 25 Mar 2006 13:37:34 +0000 diego Rename time variable to the more descriptive block_time. libavformat
Wed, 22 Mar 2006 11:11:02 +0000 michael duration and subitle fix from the patch by Steve Lhomme libavformat
Wed, 22 Mar 2006 11:06:08 +0000 michael cleanup codec_id mapping (untested) libavformat
Wed, 22 Mar 2006 10:33:21 +0000 michael fix aspect ratio libavformat
Mon, 30 Jan 2006 23:32:14 +0000 mru add missing #includes libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Sat, 17 Dec 2005 11:27:37 +0000 michael total == 0 seems like it should be valid (based upon patch by Steve Lhomme | slhomme divxcorp com) libavformat
Mon, 12 Dec 2005 01:56:46 +0000 mru use PRIxN, %zd, %td formats where needed libavformat
Tue, 19 Jul 2005 15:32:43 +0000 michael more non portable float parsing code ... libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Thu, 26 May 2005 20:17:12 +0000 michael AVPacket.pos libavformat
Fri, 13 May 2005 18:10:23 +0000 mru change extradata format for vorbis libavformat
Thu, 17 Mar 2005 01:25:01 +0000 michael more fine grained discarding of packets libavformat
Fri, 11 Mar 2005 19:52:43 +0000 rfelker Patch from Gianluigi Tiesi (sherpya at netfarm dot it): libavformat
Sun, 06 Mar 2005 19:52:41 +0000 michael H.264 and Vorbis support in matroska patch by (Mns Rullgrd |mru inprovide com) libavformat
Sat, 22 Jan 2005 13:36:02 +0000 michael support discarding uninterresting packets libavformat
Sat, 08 Jan 2005 14:21:33 +0000 michael integer overflows, heap corruption libavformat
Wed, 14 Jul 2004 01:32:14 +0000 michael libdts support by (Benjamin Zores <ben at geexbox dot org>) libavformat
Fri, 21 May 2004 20:43:21 +0000 michael move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat
Wed, 07 Apr 2004 13:27:53 +0000 alex unknown format char libavformat
Wed, 24 Mar 2004 23:32:48 +0000 mellum warning patrol libavformat
Fri, 12 Mar 2004 02:26:01 +0000 michael big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat
Thu, 11 Mar 2004 16:26:42 +0000 michael matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat