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
/
bink.c
Age
Commit message (
Expand
)
Author
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-25
bink: use LOCAL_ALIGNED for aligned stack data
Mans Rullgard
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-02-13
bink: permute Bink version 'b' quant matrices by inverse scan order
Peter Ross
2011-02-13
bink: simplify how quantization matrices are passed to read_dct_coeffs()
Peter Ross
2011-02-12
Make tables generation insensitive to floating-point implementation
Vitor Sessak
2011-02-11
bink: reindent after last commit
Peter Ross
2011-02-11
Bink version 'b' video decoder
Peter Ross
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-15
Change some band size calculations in Bink decoder to use width in blocks
Kostya Shishkov
2010-10-30
bink: make bink_rlelens static (it's only used in this file)
Ramiro Polla
2010-09-07
Use new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini
2010-08-06
Remove use of the deprecated function avcodec_check_dimensions(), use
Stefano Sabatini
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-06-02
bink: correctly align local arrays
Måns Rullgård
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-21
fix minor typo
Kostya Shishkov
2010-03-06
Bink version 'h' also has chroma planes swapped
Kostya Shishkov
2010-03-06
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-02-23
Decode alpha plane in Bink video
Kostya Shishkov
2010-02-23
cosmetics: reindent after last commit
Kostya Shishkov
2010-02-23
Move plane decoding code into separate function in Bink decoder
Kostya Shishkov
2010-02-23
Bink video decoder now can use extradata to detect alpha plane presence
Kostya Shishkov
2010-02-22
Make Bink decoder able to skip alpha plane
Kostya Shishkov
2010-02-22
Make Bink decoder to stop decoding planes after all bits are used.
Kostya Shishkov
2010-02-22
Correct bundle lengths calculation for small Bink files.
Kostya Shishkov
2010-02-21
Bink video decoder
Kostya Shishkov