Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Fri, 27 Mar 2009 16:31:47 +0000 |
kostya |
Merge some cases for reading raw data with different bit depths in BMP
libavcodec
|
Mon, 16 Feb 2009 06:57:11 +0000 |
kostya |
Make BMP decoder try to decode files with incorrect filesize field value
libavcodec
|
Sun, 01 Feb 2009 14:44:51 +0000 |
kostya |
Silence useless compiler warning when passing AVFrame* instead of AVPicture*
libavcodec
|
Mon, 24 Nov 2008 11:24:02 +0000 |
kostya |
Some BMP files have file size declared in the header equal to headers size
libavcodec
|
Mon, 24 Nov 2008 10:58:32 +0000 |
kostya |
Give more meaningful message on BMP header parsing error
libavcodec
|
Mon, 24 Nov 2008 10:53:13 +0000 |
kostya |
Add known BMP header sizes.
libavcodec
|
Tue, 23 Sep 2008 08:45:46 +0000 |
kostya |
Cosmetics: reindent after last commit
libavcodec
|
Tue, 23 Sep 2008 08:45:12 +0000 |
kostya |
Add RLE4 and RLE8 decoding support for BMP
libavcodec
|
Tue, 23 Sep 2008 08:38:32 +0000 |
kostya |
Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP
libavcodec
|
Tue, 23 Sep 2008 08:32:18 +0000 |
kostya |
Calculate line size correctly for bit depths < 8
libavcodec
|
Thu, 18 Sep 2008 14:08:44 +0000 |
kostya |
add newline at the end of message
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Tue, 29 Apr 2008 21:31:21 +0000 |
diego |
Add long names to some AVCodec declarations.
libavcodec
|
Mon, 14 Apr 2008 13:15:16 +0000 |
benoit |
Indentation
libavcodec
|
Mon, 14 Apr 2008 13:13:08 +0000 |
benoit |
Support for BMP os2v1.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Fri, 01 Feb 2008 15:01:05 +0000 |
michael |
const
libavcodec
|
Sat, 14 Jul 2007 17:14:16 +0000 |
aurel |
Remove redundant assignment of CODEC_ID_BMP.
libavcodec
|
Thu, 01 Feb 2007 09:48:09 +0000 |
takis |
Add decode_end method to bmp decoder. Patch by Michel Bardiaux,
libavcodec
|
Wed, 31 Jan 2007 11:19:48 +0000 |
diego |
Fix memcpy out-of-bounds.
libavcodec
|
Wed, 31 Jan 2007 00:34:56 +0000 |
takis |
Make BMP decoder use bytestream. Patch by Michel Bardiaux
libavcodec
|
Mon, 29 Jan 2007 14:07:12 +0000 |
takis |
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.
libavcodec
|
Sat, 27 Jan 2007 07:39:16 +0000 |
diego |
Segregate code common to BMP decoder and future encoder
libavcodec
|
Wed, 24 Jan 2007 11:01:17 +0000 |
michael |
explicit values for all enums
libavcodec
|
Wed, 24 Jan 2007 10:41:03 +0000 |
michael |
enum
libavcodec
|
Mon, 30 Oct 2006 20:43:07 +0000 |
mru |
coded line size is a multiple of 4
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Wed, 30 Nov 2005 01:40:50 +0000 |
mru |
BMP image decoder
libavcodec
|