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
/
iff.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
lavc/iff: rgbn: fix decoding on big endian
Paul B Mahol
2013-01-27
1
-4
/
+4
*
|
Merge commit 'a0cabd0a27587525e90a44660c795d40d2f44fe2'
Michael Niedermayer
2013-01-26
1
-3
/
+3
|
\
\
|
|
/
|
*
iff: drop ff_ prefix from a static function.
Anton Khirnov
2013-01-26
1
-3
/
+3
*
|
lavc/iff: ilbm: unbreak decoding on big endian
Paul B Mahol
2013-01-26
1
-1
/
+1
*
|
iff decoder: support RGB8 and RGBN
Peter Ross
2012-12-11
1
-1
/
+70
*
|
Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'
Michael Niedermayer
2012-12-05
1
-2
/
+2
|
\
\
|
|
/
|
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-4
/
+4
*
|
Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'
Michael Niedermayer
2012-12-05
1
-1
/
+2
|
\
\
|
|
/
|
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-2
/
+3
*
|
iff decoder: DEEP TVDC 32-bit decoder
Peter Ross
2012-12-04
1
-2
/
+66
*
|
iff: mention all decoders
Piotr Bandurski
2012-11-29
1
-2
/
+2
*
|
iff decoder: reindent
Peter Ross
2012-11-26
1
-132
/
+132
*
|
iff decoder: merge iff ilbm and byterun1 decoders
Peter Ross
2012-11-26
1
-105
/
+82
*
|
iff decoder: initialise HAM line decoder with first palette entry
Peter Ross
2012-11-25
1
-1
/
+1
*
|
replace av_log(0, by av_log(NULL,
Michael Niedermayer
2012-11-23
1
-1
/
+1
*
|
iff: DEEP RLE 32-bit decoder
Peter Ross
2012-11-20
1
-0
/
+57
*
|
iff: decode HAM8 images with masking correctly.
Piotr Bandurski
2012-11-18
1
-1
/
+1
*
|
iff/ilbm: check remaining buffer size.
Michael Niedermayer
2012-11-09
1
-2
/
+2
*
|
iff: avoid out of array reads, due to too many planes.
Michael Niedermayer
2012-11-09
1
-0
/
+4
*
|
ff: fix case where image does not have alpha channel
Paul B Mahol
2012-10-30
1
-2
/
+10
*
|
lavc: do not use av_pix_fmt_descriptors directly
Paul B Mahol
2012-10-12
1
-1
/
+2
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-20
/
+20
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-10
/
+10
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-2
/
+2
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
|
iffdec: Fix integer overflow.
Michael Niedermayer
2012-07-24
1
-0
/
+5
*
|
cosmetics: iff: fix typo
Paul B Mahol
2012-07-23
1
-1
/
+1
*
|
iff: set ham palette alpha to 0xFF
Peter Ross
2012-07-23
1
-9
/
+9
*
|
lavc: build some codecs only if they are actually enabled
Paul B Mahol
2012-06-17
1
-1
/
+4
*
|
iff: check if there is extradata
Paul B Mahol
2012-05-30
1
-1
/
+6
*
|
iff_ilbm: fix null ptr deref
Michael Niedermayer
2012-05-28
1
-3
/
+7
*
|
iff: fix null ptr dereference
Michael Niedermayer
2012-04-22
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-07
1
-2
/
+2
|
\
\
|
|
/
|
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-2
/
+2
*
|
iff: prevent a possible crash with broken/prepared IFF PBM
Piotr Bandurski
2012-03-29
1
-1
/
+4
*
|
Match documentation for transparency in BGR32 iff images.
Carl Eugen Hoyos
2012-03-19
1
-0
/
+5
*
|
iff: do not decode unsupported pbms with ham decoder
Peter Ross
2012-03-13
1
-1
/
+4
*
|
iff: check for pbm tag
ami_stuff
2012-03-12
1
-22
/
+26
*
|
iff: add support for IFF DEEP
Piotr Bandurski
2012-03-09
1
-1
/
+9
*
|
iff: Fix decode_ham_plane32() buf_size.
Michael Niedermayer
2012-02-14
1
-2
/
+2
*
|
iff: support masking plane feature
Peter Ross
2012-01-15
1
-4
/
+54
*
|
Support transparency in iff images.
Carl Eugen Hoyos
2012-01-14
1
-4
/
+4
*
|
iff: support ExtraHalfBrite (EHB) palette mode
Peter Ross
2011-12-03
1
-3
/
+5
*
|
HAM6/HAM8 support for IFF ACBM decoder
Peter Ross
2011-11-27
1
-0
/
+13
*
|
iff: fix invalid reads (ticket 689)
Peter Ross
2011-11-27
1
-2
/
+2
*
|
[PATCH] IFF Amiga Continuous Bitmap (ACBM)decoder
ami_stuff
2011-11-21
1
-1
/
+12
*
|
Try to set AVFrame.reference to correct values.
Reimar Döffinger
2011-11-05
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-30
1
-18
/
+16
|
\
\
|
|
/
|
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-18
/
+16
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
[prev]
[next]