index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
bmp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some BMP files have file size declared in the header equal to headers size
Kostya Shishkov
2008-11-24
1
-6
/
+10
*
Give more meaningful message on BMP header parsing error
Kostya Shishkov
2008-11-24
1
-1
/
+1
*
Add known BMP header sizes.
Kostya Shishkov
2008-11-24
1
-3
/
+9
*
Cosmetics: reindent after last commit
Kostya Shishkov
2008-09-23
1
-61
/
+61
*
Add RLE4 and RLE8 decoding support for BMP
Kostya Shishkov
2008-09-23
1
-2
/
+11
*
Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP
Kostya Shishkov
2008-09-23
1
-0
/
+58
*
Calculate line size correctly for bit depths < 8
Kostya Shishkov
2008-09-23
1
-1
/
+1
*
add newline at the end of message
Kostya Shishkov
2008-09-18
1
-1
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Add long names to some AVCodec declarations.
Stefano Sabatini
2008-04-29
1
-1
/
+2
*
Indentation
Benoit Fouet
2008-04-14
1
-2
/
+2
*
Support for BMP os2v1.
Benoit Fouet
2008-04-14
1
-1
/
+9
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
const
Michael Niedermayer
2008-02-01
1
-4
/
+4
*
Remove redundant assignment of CODEC_ID_BMP.
Mark Cox
2007-07-14
1
-1
/
+0
*
Add decode_end method to bmp decoder. Patch by Michel Bardiaux,
Michel Bardiaux
2007-02-01
1
-1
/
+11
*
Fix memcpy out-of-bounds.
Michel Bardiaux
2007-01-31
1
-1
/
+1
*
Make BMP decoder use bytestream. Patch by Michel Bardiaux
Michel Bardiaux
2007-01-31
1
-24
/
+19
*
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.
Michel Bardiaux
2007-01-29
1
-0
/
+3
*
Segregate code common to BMP decoder and future encoder
Michel Bardiaux
2007-01-27
1
-12
/
+2
*
explicit values for all enums
Michael Niedermayer
2007-01-24
1
-4
/
+4
*
enum
Michael Niedermayer
2007-01-24
1
-5
/
+7
*
coded line size is a multiple of 4
Måns Rullgård
2006-10-30
1
-1
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-1
/
+1
*
BMP image decoder
Måns Rullgård
2005-11-30
1
-0
/
+251