log yuv4mpeg.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Mon, 11 May 2009 04:35:15 +0000 conrad Use chroma_sample_location in reading/writing yuv4mpeg libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Fri, 11 Jul 2008 07:37:22 +0000 diego Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, libavformat
Thu, 19 Jun 2008 22:58:13 +0000 bcoudurier remove useless close func libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Thu, 29 May 2008 15:40:16 +0000 michael ENOMEM is better, yes ... libavformat
Wed, 28 May 2008 01:57:19 +0000 michael Null pointer check / CID26. libavformat
Wed, 28 May 2008 01:53:23 +0000 michael useless libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Wed, 27 Jun 2007 06:54:47 +0000 benoit remove empty write trailer functions 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 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' 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
Wed, 08 Feb 2006 15:39:12 +0000 diego Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific. libavformat
Wed, 08 Feb 2006 11:54:05 +0000 diego Correctly set the interlaced_frame and top_field_first fields. 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, 14 Aug 2005 15:42:40 +0000 mru kill a bunch of compiler warnings 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
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavformat
Tue, 26 Apr 2005 09:06:39 +0000 michael Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gustafsson <roine users sourceforge net) libavformat