| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-03 | Bink: remove redundant audio info from binkMovie | Timotej Lazar | |
| Read the sample rate and number of channels from individual audio frames. | |||
| 2020-06-03 | Bink: reorder and rename binkMovie fields | Timotej Lazar | |
| 2020-06-03 | Bink: add a queue for video frames | Timotej Lazar | |
| Decode one or more video frames in advance. This prevents the input stream blocking while waiting for video packets to be drained, and makes the playback smoother. Also factor out reclamation of processed audio buffers, which is now independent from decoding new packets. | |||
| 2020-05-31 | Bink: minor reorder in AL init | Timotej Lazar | |
| 2020-05-31 | Bink: remove useless memset | Timotej Lazar | |
| Actual audio data is copied over it anyway. | |||
| 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 | |
| Refactor and update decoding functions. Use absolute frame times to maintain consistent video FPS. | |||
| 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 | |
