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
/
ivi_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/release/0.7' into release/0.8
Michael Niedermayer
2013-02-14
1
-1
/
+10
|
\
|
*
indeo4/5: check empty tile size in decode_mb_info().
Anton Khirnov
2013-02-02
1
-1
/
+10
*
|
Merge commit 'b143844ea0f6246e0d5a938d743e2e8a98453bec' into release/0.8
Michael Niedermayer
2013-01-17
1
-0
/
+5
|
\
\
|
|
/
|
*
ivi_common: check that scan pattern is set before using it.
Anton Khirnov
2013-01-12
1
-0
/
+5
*
|
Merge commit 'aa45b90804ab21175b8c116bd8e5eb4b4e85fbcb' into release/0.8
Michael Niedermayer
2013-01-17
1
-4
/
+25
|
\
\
|
|
/
|
*
indeo: check for invalid motion vectors
Kostya Shishkov
2013-01-04
1
-0
/
+16
|
*
indeo: clear allocated band buffers
Kostya Shishkov
2013-01-04
1
-3
/
+3
|
*
indeo: check custom Huffman tables for errors
Kostya Shishkov
2013-01-04
1
-1
/
+6
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-03
1
-3
/
+3
|
\
\
|
|
/
|
*
Replace custom DEBUG preprocessor trickery by the standard one.
Diego Biurrun
2011-06-03
1
-1
/
+1
|
*
Replace #ifdef + av_log() combinations by av_dlog().
Diego Biurrun
2011-06-03
1
-2
/
+2
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
/
*
Check symbol validity to avoid a crash, fixes issue 2523.
Daniel Kang
2011-01-15
1
-0
/
+4
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-1
/
+1
*
Quant changes only once per MB so move the corresponding scale factor assignment
Maxim Poliakovski
2010-06-10
1
-1
/
+3
*
Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in...
Maxim Poliakovski
2010-06-08
1
-2
/
+3
*
Make dequantization equation use less registers on some CPUs.
Maxim Poliakovski
2010-05-30
1
-1
/
+1
*
Add the forgotten ff_ prefix to the shareable scan patterns.
Maxim Poliakovski
2010-05-26
1
-3
/
+3
*
move indeo5 scan patterns into ivi_common.c
Maxim Poliakovski
2010-05-26
1
-0
/
+30
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Scale tile dimensions in case both local decoding and scalability mode
Maxim Poliakovski
2010-03-08
1
-0
/
+5
*
When tracking non-zero coefficients during Indeo 5 decoding, make sure
Maxim Poliakovski
2010-03-07
1
-1
/
+1
*
Encapsulate VLC information needed for decoding blocks and macroblocks in
Kostya Shishkov
2010-02-27
1
-17
/
+45
*
Make it clear that ff_ivi_init_static_vlc() does not need arguments
Kostya Shishkov
2010-02-27
1
-1
/
+1
*
10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and
Kostya Shishkov
2010-02-23
1
-0
/
+2
*
Declare indeo VLC table storage with correct type
Måns Rullgård
2010-02-23
1
-1
/
+1
*
Macroblock and block Huffman code sets are to be used by both Indeo 4 and
Kostya Shishkov
2010-02-22
1
-1
/
+26
*
Indeo Video Interactive 4 and 5 common code and DSP functions.
Kostya Shishkov
2010-01-30
1
-0
/
+940