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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
indeo: Give Indeo4/5 shared code a more consistent name
Diego Biurrun
2015-03-30
1
-343
/
+0
*
indeo4: B-frames decoding
Dirk Ausserhaus
2014-06-26
1
-4
/
+10
*
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
/
+3
*
Move Indeo4 frametypes into common header.
Dirk Ausserhaus
2014-06-01
1
-0
/
+13
*
indeo: Bound-check before applying transform
Luca Barbato
2013-07-13
1
-0
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+0
*
Remove pointless av_cold attributes in header files
Diego Biurrun
2013-02-23
1
-1
/
+1
*
ivi_common: make some functions and tables static.
Anton Khirnov
2012-12-14
1
-74
/
+0
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-1
/
+1
*
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-10-06
1
-8
/
+8
*
ivi_common: make ff_ivi_process_empty_tile() static.
Anton Khirnov
2012-09-29
1
-12
/
+0
*
indeo5dec: Make sure we have had a valid gop header.
Michael Niedermayer
2012-09-29
1
-0
/
+2
*
indeo: Make ivi_calc_band_checksum() static, it is only used in one file.
Diego Biurrun
2012-05-20
1
-5
/
+0
*
indeo: Drop unused debug function ivi_check_band().
Diego Biurrun
2012-05-20
1
-5
/
+0
*
indeo: check for invalid motion vectors
Kostya Shishkov
2012-05-20
1
-0
/
+1
*
indeo: track tile macroblock size
Kostya Shishkov
2012-05-20
1
-0
/
+1
*
factor out common decoding code for Indeo 4 and Indeo 5
Kostya Shishkov
2012-05-20
1
-0
/
+60
*
cosmetics: Drop unnecessary parentheses around return values.
Diego Biurrun
2011-12-30
1
-4
/
+4
*
doxygen: eliminate Qt-style doxygen syntax
Diego Biurrun
2011-12-05
1
-1
/
+1
*
Replace custom DEBUG preprocessor trickery by the standard one.
Diego Biurrun
2011-06-03
1
-2
/
+0
*
Remove pointless #ifdefs around function declarations in a header.
Diego Biurrun
2011-06-03
1
-2
/
+0
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-5
/
+5
*
Fix Doxygen @param command attribute syntax.
Diego Biurrun
2010-07-17
1
-29
/
+29
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-20
/
+20
*
Move transform declarations out of IVIBandDesc so indeo4 can use them as well.
Maxim Poliakovski
2010-06-11
1
-2
/
+9
*
Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in...
Maxim Poliakovski
2010-06-08
1
-2
/
+2
*
Remove unused variables.
Maxim Poliakovski
2010-05-30
1
-2
/
+0
*
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
/
+8
*
Fix signedness of q_delta field of the IVIMbInfo.
Maxim Poliakovski
2010-05-19
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Encapsulate VLC information needed for decoding blocks and macroblocks in
Kostya Shishkov
2010-02-27
1
-10
/
+29
*
Make it clear that ff_ivi_init_static_vlc() does not need arguments
Kostya Shishkov
2010-02-27
1
-1
/
+1
*
Macroblock and block Huffman code sets are to be used by both Indeo 4 and
Kostya Shishkov
2010-02-22
1
-2
/
+7
*
Remove outdated comment.
Maxim Poliakovski
2010-02-15
1
-1
/
+0
*
Indeo Video Interactive 4 and 5 common code and DSP functions.
Kostya Shishkov
2010-01-30
1
-0
/
+319