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
*
avcodec/iff: ensure that runs with insufficient input dont leave uninitialize...
Michael Niedermayer
2014-01-02
1
-4
/
+4
*
avcodec/iff: warn about truncated input to decode_byterun() and clear remaini...
Michael Niedermayer
2013-12-19
1
-0
/
+4
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-11-24
1
-0
/
+2
|
\
|
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+2
*
|
Merge commit '2e09096da912f563c4dd889a8f25c314529bbaa6'
Michael Niedermayer
2013-11-17
1
-11
/
+13
|
\
\
|
|
/
|
*
iff: use the AVFrame API properly.
Anton Khirnov
2013-11-16
1
-22
/
+26
*
|
Do not leave positive values undefined when negative are defined as error
Michael Niedermayer
2013-10-19
1
-1
/
+1
*
|
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
Michael Niedermayer
2013-10-04
1
-2
/
+2
|
\
\
|
|
/
|
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-2
/
+2
|
*
iff: Do not read over the source buffer
Luca Barbato
2013-07-10
1
-1
/
+1
*
|
Merge commit '3865ba7b21aef5d60183719e238361ec8797ab5a'
Michael Niedermayer
2013-07-11
1
-62
/
+62
|
\
\
|
|
/
|
*
iff: K&R formatting cosmetics
Luca Barbato
2013-07-10
1
-42
/
+44
|
*
lavc decoders: properly initialize AVFrame.
Anton Khirnov
2013-03-08
1
-0
/
+2
*
|
lavc & lavf: replace deprecated av_log* functions
Paul B Mahol
2013-03-15
1
-2
/
+2
*
|
lavc: factorize ff_{thread_,re,}get_buffer error messages.
Clément Bœsch
2013-03-13
1
-3
/
+1
*
|
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
Michael Niedermayer
2013-03-12
1
-36
/
+37
|
\
\
|
|
/
|
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-22
/
+17
*
|
iff/deep: fix rle32 on big-endian
Piotr Bandurski
2013-01-29
1
-1
/
+1
*
|
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
[next]