aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UAudioDecoder_FFMpeg.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-10removed a few unused local variablesjaybinks1-7/+7
2008-03-09new MixBuffers() function as replacement for SDL_MixAudio. Now portaudio work...tobigun1-2/+2
2008-03-07- Fixed audio-playing in container (video) files. Now audio can be read direc...tobigun1-12/+32
2008-03-03delphi 7 compatibility (inline was introduced with delphi 2005)tobigun1-4/+4
2008-03-03- Input now supports multiple SampleRates (not fixed to 44100Hz anymore)tobigun1-9/+21
2008-02-20- Resampling support addedtobigun1-73/+97
2008-02-05General:tobigun1-96/+101
2008-02-05Update of the ffmpeg headers to their current trunk versions.tobigun1-5/+6
2008-01-11FPC compatible FFMPEG versioning support. Version-numbers are in the form AAI...tobigun1-1/+1
2008-01-11some minor changestobigun1-2/+8
2008-01-10partial seeking and mixing supporttobigun1-57/+216
2007-12-28New class-structure seperates decoders/input and playback.tobigun1-0/+600