log asf-enc.c @ 1782:4f4edbced58a libavformat

age author description
Mon, 12 Feb 2007 19:24:53 +0000 michael dont set the keyframe flag for audio as microshitty doesnt do it and some things have problems with our asfs, maybe that has a positive effect? libavformat
Fri, 09 Feb 2007 20:49:12 +0000 michael fix broken memset(padding, 0) code libavformat
Wed, 07 Feb 2007 23:32:51 +0000 michael remove senseless and wrong direct access to ByteIOContext internals libavformat
Wed, 07 Feb 2007 23:06:13 +0000 michael iam pretty sure send time is dts and not pts ... libavformat
Wed, 07 Feb 2007 22:26:48 +0000 michael muxing packets with unknown timestamps is not allowed libavformat
Sun, 21 Jan 2007 20:06:19 +0000 michael simplify GUIDs libavformat
Sun, 21 Jan 2007 13:01:53 +0000 michael fix msmpeg4v3 tag in asf libavformat
Sun, 21 Jan 2007 12:55:31 +0000 michael simplify libavformat
Sun, 21 Jan 2007 12:44:58 +0000 michael remove now useless codec_tag setting code in muxers libavformat
Sun, 21 Jan 2007 12:30:44 +0000 michael this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used 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
Sun, 07 Jan 2007 00:02:15 +0000 diego variable renaming: mp3lame --> libmp3lame libavformat
Wed, 06 Dec 2006 23:46:11 +0000 mru use the standard INT64_C() macro for 64-bit constants libavformat
Mon, 23 Oct 2006 08:57:54 +0000 aurel replace coder/decoder file description in libavformat by muxer/demuxer libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Sun, 01 Oct 2006 17:05:25 +0000 gpoirier Fix wrong ASF duration of generated files 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
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
Fri, 23 Sep 2005 00:25:41 +0000 diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 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
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavformat
Wed, 23 Mar 2005 13:30:27 +0000 michael 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs or jp) libavformat
Mon, 07 Feb 2005 23:13:38 +0000 michael .wma libavformat
Fri, 04 Feb 2005 11:26:40 +0000 michael overflows libavformat
Sat, 29 May 2004 18:50:31 +0000 michael correctly interleave packets during encoding libavformat
Sat, 29 May 2004 02:06:32 +0000 michael pass AVPacket into av_write_frame() libavformat
Fri, 21 May 2004 20:43:21 +0000 michael move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat
Fri, 05 Mar 2004 22:10:50 +0000 michael asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat
Fri, 05 Mar 2004 21:34:30 +0000 michael split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat base asf.c@32a3de270c5a