log adtsenc.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Wed, 07 Jul 2010 20:03:15 +0000 alexc Cosmetics: whitespace libavformat
Thu, 01 Jul 2010 14:49:32 +0000 alexc Allow remuxing of explicitly signalled AAC files into ADTS. libavformat
Tue, 09 Mar 2010 00:18:49 +0000 bcoudurier In mpegts muxer, write adts header if aac bitstream does not contain it libavformat
Mon, 29 Jun 2009 22:48:07 +0000 alexc Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). libavformat
Fri, 12 Jun 2009 19:49:46 +0000 alexc Do not include libavcodec/internal.h in the ADTS muxer. libavformat
Wed, 03 Jun 2009 23:34:35 +0000 alexc Add the .adts file extension to the ADTS muxer. libavformat
Wed, 13 May 2009 22:59:58 +0000 alexc Add PCE support to the ADTS muxer. libavformat
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavformat
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavformat
Fri, 06 Mar 2009 21:19:16 +0000 alexc ADTS: Increased protection against writing illegal/nonsense files. libavformat
Fri, 13 Feb 2009 23:02:05 +0000 superdump Add libavcodec/internal.h include to avoid warning: implicit declaration of libavformat
Fri, 13 Feb 2009 03:51:15 +0000 alexc Report the illegal audio object type, not it offset by 1. libavformat
Thu, 12 Feb 2009 23:51:08 +0000 superdump ADTS Muxer: Refuse to write illegal ADTS files by checking validity of header libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Thu, 05 Jul 2007 20:08:51 +0000 mru update my email address libavformat
Wed, 27 Jun 2007 06:54:47 +0000 benoit remove empty write trailer functions 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
Mon, 27 Mar 2006 16:43:04 +0000 bcoudurier skip 0byte packets libavformat
Mon, 27 Mar 2006 10:36:22 +0000 bcoudurier flush packets libavformat
Fri, 17 Feb 2006 21:06:51 +0000 diego ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced libavformat
Fri, 10 Feb 2006 01:24:32 +0000 mru generate adts frame headers if required libavformat