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
/
hqx.c
Age
Commit message (
Expand
)
Author
2017-04-09
avcodec/hqx: add support for frame threads
Paul B Mahol
2017-03-29
Fix all -Wformat warnings raised by DJGPP
Clément Bœsch
2015-11-20
hqx: correct type and size check of info_offset
Andreas Cadhalpun
2015-07-27
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
Michael Niedermayer
2015-07-27
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-04-24
Merge commit 'bb428e00ac158244d6691bf135be404e85b66a8b'
Michael Niedermayer
2015-04-24
hqx: Mark codec as init-thread-safe and init-cleanup
Vittorio Giovara
2015-04-20
Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad'
Michael Niedermayer
2015-04-20
Merge commit '5b5338f6d1272526d2634501555cbaff4cdfb87b'
Michael Niedermayer
2015-04-20
Merge commit '453642f8afe9f979fcc813a246b1ec656ec36a93'
Michael Niedermayer
2015-04-20
Merge commit 'ea031b75fb50c59196ccb654c9d143fb75365da9'
Michael Niedermayer
2015-04-20
Merge commit '17aa81d94781c6f62dc7d1dbd1f8891c020c9905'
Michael Niedermayer
2015-04-19
Implement shared parsing of INFO tag in Canopus family
Vittorio Giovara
2015-04-19
hqx: Implement slice-threaded decoding
Vittorio Giovara
2015-04-19
hqx: Store shareable data in main decoder context
Vittorio Giovara
2015-04-19
hqx: Move DSP related code to a separate file
Vittorio Giovara
2015-04-19
hqx: Merge invalid format check within switch block
Vittorio Giovara
2015-04-10
avcodec/hqx: Use av_clip_uintp2()
Michael Niedermayer
2015-04-10
libavcodec/hqx: multi threading support
Ferdinand Oeinck
2015-04-09
hqx: Fix clipping error in idct put function
Ferdinand Oeinck
2015-04-08
libavcodec/hqx: correct clipping error
ferdo@bigroses.nl
2015-02-27
avcodec/hqx: use init_get_bits8()
Paul B Mahol
2015-02-27
avcodec/hqx: fix typo
Paul B Mahol
2015-02-23
avcodec/hqx: remove superfluous log message
Paul B Mahol
2015-02-23
Merge commit '35c6ce76b107225a19eb33aea38857d2405882af'
Michael Niedermayer
2015-02-22
Canopus HQX decoder
Vittorio Giovara