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
/
indeo5.c
Age
Commit message (
Expand
)
Author
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-07-17
Fix Doxygen @param command attribute syntax.
Diego Biurrun
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-06-11
Move indeo5-specific quant table selection to decode_gop_hdr.
Maxim Poliakovski
2010-06-10
Remove unused parameter.
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-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-17
Correct reference buffer switching in Indeo 5 decoder.
Maxim Poliakovski
2010-03-17
document two variables in Indeo5 decoding context
Kostya Shishkov
2010-03-08
Make Indeo 5 decoder more robust on bitstream errors.
Maxim Poliakovski
2010-03-07
Band quant tables should not be assigned inside band tile loop,
Maxim Poliakovski
2010-02-27
Encapsulate VLC information needed for decoding blocks and macroblocks in
Kostya Shishkov
2010-02-23
10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and
Kostya Shishkov
2010-02-22
Macroblock and block Huffman code sets are to be used by both Indeo 4 and
Kostya Shishkov
2010-02-19
remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct
Stefan Gehrer
2010-02-11
Move 'chksum' declaration to the only block where that variable is used
Kostya Shishkov
2010-02-11
Move band checksum verifying into preprocessor condition, so compiler won't
Kostya Shishkov
2010-02-09
Indeo 5 decoder
Kostya Shishkov