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