index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
indeo4.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
indeo4: B-frames decoding
Dirk Ausserhaus
2014-06-26
1
-14
/
+35
*
indeo45: use is_indeo4 context flag instead of checking codec ID
Dirk Ausserhaus
2014-06-23
1
-0
/
+2
*
Decode both parts of Indeo4 IP frames
Dirk Ausserhaus
2014-06-01
1
-0
/
+4
*
Move Indeo4 frametypes into common header.
Dirk Ausserhaus
2014-06-01
1
-31
/
+18
*
indeo4: Check the inherited quant_mat
Luca Barbato
2013-10-13
1
-6
/
+12
*
indeo4: Check the block size if reusing the band configuration
Luca Barbato
2013-10-13
1
-0
/
+8
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
indeo: Sanitize ff_ivi_init_planes fail paths
Luca Barbato
2013-07-15
1
-0
/
+1
*
indeo: Bound-check before applying transform
Luca Barbato
2013-07-13
1
-0
/
+7
*
indeo4: Validate scantable dimension
Luca Barbato
2013-07-13
1
-0
/
+6
*
indeo4: Check the quantization matrix index
Luca Barbato
2013-07-13
1
-0
/
+5
*
indeo4: Do not access missing reference MV
Luca Barbato
2013-07-13
1
-10
/
+14
*
indeo4: reuse context block VLC for band instead of defaulting
Kostya Shishkov
2013-05-28
1
-3
/
+6
*
indeo4: add missing Haar and slanted transforms
Kostya Shishkov
2013-05-28
1
-7
/
+7
*
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-2
/
+2
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
lavc: add CODEC_CAP_DR1 to all video decoders missing them
Anton Khirnov
2012-10-29
1
-0
/
+1
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
indeo4: handle frame type 1 properly
Kostya Shishkov
2012-06-09
1
-4
/
+6
*
factor out common decoding code for Indeo 4 and Indeo 5
Kostya Shishkov
2012-05-20
1
-245
/
+26
*
indeo4: fix out-of-bounds function call.
Ronald S. Bultje
2012-03-21
1
-1
/
+2
*
indeo4: add some missing static and const qualifiers
Kostya Shishkov
2012-01-12
1
-1
/
+1
*
cosmetics: Drop unnecessary parentheses around return values.
Diego Biurrun
2011-12-30
1
-1
/
+1
*
indeo4: remove two unused variables
Kostya Shishkov
2011-12-29
1
-4
/
+7
*
Indeo 4 decoder
Kostya Shishkov
2011-12-28
1
-0
/
+823