index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ivi_common.c
Age
Commit message (
Expand
)
Author
2011-01-15
Check symbol validity to avoid a crash, fixes issue 2523.
Daniel Kang
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-06-10
Quant changes only once per MB so move the corresponding scale factor assignment
Maxim Poliakovski
2010-06-08
Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in...
Maxim Poliakovski
2010-05-30
Make dequantization equation use less registers on some CPUs.
Maxim Poliakovski
2010-05-26
Add the forgotten ff_ prefix to the shareable scan patterns.
Maxim Poliakovski
2010-05-26
move indeo5 scan patterns into ivi_common.c
Maxim Poliakovski
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-08
Scale tile dimensions in case both local decoding and scalability mode
Maxim Poliakovski
2010-03-07
When tracking non-zero coefficients during Indeo 5 decoding, make sure
Maxim Poliakovski
2010-02-27
Encapsulate VLC information needed for decoding blocks and macroblocks in
Kostya Shishkov
2010-02-27
Make it clear that ff_ivi_init_static_vlc() does not need arguments
Kostya Shishkov
2010-02-23
10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and
Kostya Shishkov
2010-02-23
Declare indeo VLC table storage with correct type
Måns Rullgård
2010-02-22
Macroblock and block Huffman code sets are to be used by both Indeo 4 and
Kostya Shishkov
2010-01-30
Indeo Video Interactive 4 and 5 common code and DSP functions.
Kostya Shishkov