aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UAudioDecoder_FFMpeg.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed a few unused local variablesjaybinks2008-03-101-7/+7
* new MixBuffers() function as replacement for SDL_MixAudio. Now portaudio work...tobigun2008-03-091-2/+2
* - Fixed audio-playing in container (video) files. Now audio can be read direc...tobigun2008-03-071-12/+32
* delphi 7 compatibility (inline was introduced with delphi 2005)tobigun2008-03-031-4/+4
* - Input now supports multiple SampleRates (not fixed to 44100Hz anymore)tobigun2008-03-031-9/+21
* - Resampling support addedtobigun2008-02-201-73/+97
* General:tobigun2008-02-051-96/+101
* Update of the ffmpeg headers to their current trunk versions.tobigun2008-02-051-5/+6
* FPC compatible FFMPEG versioning support. Version-numbers are in the form AAI...tobigun2008-01-111-1/+1
* some minor changestobigun2008-01-111-2/+8
* partial seeking and mixing supporttobigun2008-01-101-57/+216
* New class-structure seperates decoders/input and playback.tobigun2007-12-281-0/+600