Mercurial > libavformat.hg
log avienc.c @ 2895:54e2afeca044 libavformat
age | author | description |
---|---|---|
Wed, 21 Nov 2007 07:41:00 +0000 | andoma | Use dynamically allocated ByteIOContext in AVFormatContext libavformat |
Sun, 08 Jul 2007 01:41:06 +0000 | mru | remove redundant codec_get_bmp_tag() call in avi_write_header() 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 |
Sat, 20 Jan 2007 23:09:27 +0000 | michael | fix indention (dunno why it was messed up ...) libavformat |
Wed, 06 Dec 2006 23:46:11 +0000 | mru | use the standard INT64_C() macro for 64-bit constants libavformat |
Wed, 01 Nov 2006 22:39:58 +0000 | diego | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat |