log mpegenc.c @ 3491:31aa7b51c13b libavformat

age author description
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Wed, 28 May 2008 22:00:45 +0000 bcoudurier use av_fifo_generic_write, old func is deprecated libavformat
Sun, 25 May 2008 23:04:09 +0000 michael Ensure that one can store X bytes in a fifo of size X. libavformat
Sun, 25 May 2008 22:20:39 +0000 michael Make av_fifo*_read() ignore the available amount of data. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Thu, 31 Jan 2008 00:27:51 +0000 bcoudurier init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function libavformat
Thu, 31 Jan 2008 00:25:40 +0000 bcoudurier add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sun, 16 Sep 2007 23:00:44 +0000 aurel loosen dependencies over allformats.h libavformat
Wed, 05 Sep 2007 17:25:39 +0000 michael revert 10409 libavformat
Wed, 05 Sep 2007 17:14:25 +0000 michael export put_timestamp() libavformat
Sun, 15 Jul 2007 18:24:39 +0000 michael remove likely wrong reseting of align_iframe libavformat
Sat, 14 Jul 2007 15:12:38 +0000 aurel Avoid using undefined symbols. libavformat
Thu, 21 Jun 2007 09:53:01 +0000 bcoudurier use allformats.h libavformat
Thu, 21 Jun 2007 09:49:20 +0000 bcoudurier remove now useless ifdef libavformat
Thu, 21 Jun 2007 09:39:29 +0000 bcoudurier split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common libavformat base mpeg.c@54c7a8e90bc6