index
:
avp
main
Aliens Versus Predator SDL port
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bink.c
Age
Commit message (
Expand
)
Author
2022-06-12
Bink: replace AVFrame.channel_layout with .channels
Timotej Lazar
2020-11-14
Implement music in menus
Timotej Lazar
2020-06-03
Bink: remove redundant audio info from binkMovie
Timotej Lazar
2020-06-03
Bink: reorder and rename binkMovie fields
Timotej Lazar
2020-06-03
Bink: add a queue for video frames
Timotej Lazar
2020-05-31
Bink: minor reorder in AL init
Timotej Lazar
2020-05-31
Bink: remove useless memset
Timotej Lazar
2020-05-31
Bink: s/ReadFrame/ReadPacket
Timotej Lazar
2020-05-31
Bink: simplify AL buffer reclamation code
Timotej Lazar
2020-05-31
Bink: move format-independent AL initialization to BinkStartMovie
Timotej Lazar
2020-05-31
Bink: fix audio sample conversion
Timotej Lazar
2020-05-30
Bink: free sws context when destroying a movie
Timotej Lazar
2020-05-30
Bink: clean up headers and formatting
Timotej Lazar
2020-05-30
Replace deprecated ffmpeg functions and types
Timotej Lazar
2020-05-30
Remove deprecated ffmpeg initialization
Timotej Lazar
2020-04-23
Don’t return a value from void function
Timotej Lazar
2019-08-20
merged support for playing bink cutscenes and added 1366x768 resolution
gaa-cifasis