index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
bink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bink: make bink_rlelens static (it's only used in this file)
Ramiro Polla
2010-10-30
1
-1
/
+1
*
Use new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini
2010-09-07
1
-1
/
+1
*
Remove use of the deprecated function avcodec_check_dimensions(), use
Stefano Sabatini
2010-08-06
1
-1
/
+2
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-9
/
+9
*
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