index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
bink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bink: correctly align local arrays
Måns Rullgård
2010-06-02
1
-2
/
+2
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
fix minor typo
Kostya Shishkov
2010-03-21
1
-1
/
+1
*
Bink version 'h' also has chroma planes swapped
Kostya Shishkov
2010-03-06
1
-1
/
+1
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-2
/
+2
*
Decode alpha plane in Bink video
Kostya Shishkov
2010-02-23
1
-6
/
+4
*
cosmetics: reindent after last commit
Kostya Shishkov
2010-02-23
1
-157
/
+157
*
Move plane decoding code into separate function in Bink decoder
Kostya Shishkov
2010-02-23
1
-58
/
+70
*
Bink video decoder now can use extradata to detect alpha plane presence
Kostya Shishkov
2010-02-23
1
-1
/
+10
*
Make Bink decoder able to skip alpha plane
Kostya Shishkov
2010-02-22
1
-0
/
+10
*
Make Bink decoder to stop decoding planes after all bits are used.
Kostya Shishkov
2010-02-22
1
-1
/
+4
*
Correct bundle lengths calculation for small Bink files.
Kostya Shishkov
2010-02-22
1
-1
/
+2
*
Bink video decoder
Kostya Shishkov
2010-02-21
1
-0
/
+979