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
2013-02-24
Merge commit '040c565e51985477a8fa5e42d2ddfb26ebde6608'
Michael Niedermayer
2013-02-23
Remove pointless av_cold attributes in header files
Diego Biurrun
2012-12-14
Merge commit '07acdd651d1e2f4cfa5f610e616e70e323bb69cd'
Michael Niedermayer
2012-12-14
ivi_common: make some functions and tables static.
Anton Khirnov
2012-12-05
Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'
Michael Niedermayer
2012-12-04
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-11-12
indeo4: more complete check for the scan vs block sizes.
Michael Niedermayer
2012-10-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-06
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-09-30
Merge commit 'd05f72c75445969cd7bdb1d860635c9880c67fb6'
Michael Niedermayer
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
Merge remote-tracking branch 'qatar/master'
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
2012-04-15
indeo4: check transform size.
Michael Niedermayer
2011-12-31
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-30
cosmetics: Drop unnecessary parentheses around return values.
Diego Biurrun
2011-12-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-05
doxygen: eliminate Qt-style doxygen syntax
Diego Biurrun
2011-06-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
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