index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
bmp.c
Age
Commit message (
Expand
)
Author
2009-04-07
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-03-27
Merge some cases for reading raw data with different bit depths in BMP
Kostya Shishkov
2009-02-16
Make BMP decoder try to decode files with incorrect filesize field value
Kostya Shishkov
2009-02-01
Silence useless compiler warning when passing AVFrame* instead of AVPicture*
Kostya Shishkov
2008-11-24
Some BMP files have file size declared in the header equal to headers size
Kostya Shishkov
2008-11-24
Give more meaningful message on BMP header parsing error
Kostya Shishkov
2008-11-24
Add known BMP header sizes.
Kostya Shishkov
2008-09-23
Cosmetics: reindent after last commit
Kostya Shishkov
2008-09-23
Add RLE4 and RLE8 decoding support for BMP
Kostya Shishkov
2008-09-23
Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP
Kostya Shishkov
2008-09-23
Calculate line size correctly for bit depths < 8
Kostya Shishkov
2008-09-18
add newline at the end of message
Kostya Shishkov
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-04-29
Add long names to some AVCodec declarations.
Stefano Sabatini
2008-04-14
Indentation
Benoit Fouet
2008-04-14
Support for BMP os2v1.
Benoit Fouet
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-02-01
const
Michael Niedermayer
2007-07-14
Remove redundant assignment of CODEC_ID_BMP.
Mark Cox
2007-02-01
Add decode_end method to bmp decoder. Patch by Michel Bardiaux,
Michel Bardiaux
2007-01-31
Fix memcpy out-of-bounds.
Michel Bardiaux
2007-01-31
Make BMP decoder use bytestream. Patch by Michel Bardiaux
Michel Bardiaux
2007-01-29
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.
Michel Bardiaux
2007-01-27
Segregate code common to BMP decoder and future encoder
Michel Bardiaux
2007-01-24
explicit values for all enums
Michael Niedermayer
2007-01-24
enum
Michael Niedermayer
2006-10-30
coded line size is a multiple of 4
Måns Rullgård
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-11-30
BMP image decoder
Måns Rullgård