summaryrefslogtreecommitdiff
path: root/libavcodec/bmp.c
Commit message (Expand)AuthorAge
...
* Fix memcpy out-of-bounds.Michel Bardiaux2007-01-31
* Make BMP decoder use bytestream. Patch by Michel BardiauxMichel Bardiaux2007-01-31
* Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.Michel Bardiaux2007-01-29
* Segregate code common to BMP decoder and future encoderMichel Bardiaux2007-01-27
* explicit values for all enumsMichael Niedermayer2007-01-24
* enumMichael Niedermayer2007-01-24
* coded line size is a multiple of 4Måns Rullgård2006-10-30
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* BMP image decoderMåns Rullgård2005-11-30