Sat, 22 Mar 2008 16:46:36 +0000 |
diego |
cosmetics: typo fixes
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Wed, 05 Mar 2008 00:43:11 +0000 |
aurel |
remove more useless mpegvideo.h includes
libavcodec
|
Fri, 01 Feb 2008 14:57:49 +0000 |
michael |
Replace get32() by AV_RL32().
libavcodec
|
Fri, 01 Feb 2008 14:55:18 +0000 |
michael |
const
libavcodec
|
Thu, 31 Jan 2008 00:01:16 +0000 |
bcoudurier |
cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type
libavcodec
|
Wed, 05 Sep 2007 01:21:32 +0000 |
michael |
fix decoding of dracula.4xm before diego complains
libavcodec
|
Wed, 05 Sep 2007 01:14:17 +0000 |
michael |
fix segfault with dracula.4xm
libavcodec
|
Mon, 27 Aug 2007 21:58:39 +0000 |
rtogni |
Change 4xm demuxer and video decoder to pass the video format version in
libavcodec
|
Mon, 13 Aug 2007 13:20:16 +0000 |
michael |
use bytestream_get_le*() this also fixes a big endian bug
libavcodec
|
Mon, 13 Aug 2007 01:06:04 +0000 |
michael |
fix type 3 aka skipped blocks for old version
libavcodec
|
Mon, 13 Aug 2007 01:05:19 +0000 |
michael |
fix motion vectors for old version
libavcodec
|
Mon, 13 Aug 2007 00:56:26 +0000 |
michael |
set pix_fmt properly depending on version
libavcodec
|
Mon, 13 Aug 2007 00:55:39 +0000 |
michael |
use version instead of some random 32bit value to switch between 16 and
libavcodec
|
Mon, 13 Aug 2007 00:53:55 +0000 |
michael |
replace vlc_type by version and set that from codec_tag which contains the
libavcodec
|