aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UAudioDecoder_FFmpeg.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-19Bugfix: do not call Inc() on PByteArray pointers. It will not increment by on...tobigun1-1/+1
2010-06-13Fix for invalid song lengthstobigun1-1/+1
2010-06-03prefix class fields with 'f'tobigun1-272/+272
2010-06-03better EOF handling for FFmpeg audio decoding (EOF handled like it is done in...tobigun1-3/+12
2010-04-21fixed choppy start of some songs when using ffmpegtobigun1-24/+33
2009-11-09merged unicode branch (r1931) into trunks_alexander1-19/+20
2009-05-15resolve some type size mismatch warnings + an additional check.k-m_schindler1-4/+6
2009-04-09Warnings and Notes cleanupk-m_schindler1-1/+0
2009-02-04PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-term...tobigun1-13/+13
2008-09-23added file headerstobigun1-0/+25
2008-09-13Media modules moved from base to mediatobigun1-0/+0
2008-09-02Moved: The folder classes has been renamed to basemogguh1-0/+0
2008-08-27rename Classes part2k-m_schindler1-0/+0
2008-08-27rename Classes part1k-m_schindler1-0/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-08-27FFmpeg spelling fixtobigun1-0/+0
2008-08-27spelling corrected FFMpeg -> FFmpegtobigun1-73/+74
2008-08-27FFmpeg is very verbose and shows a bunch of errors.tobigun1-0/+22
2008-07-02Audio/Video engine update:tobigun1-721/+801
2008-05-13- fixed video-backgroundtobigun1-20/+64
2008-05-09- input-source selection works now (with bass or portaudio with portmixer)tobigun1-203/+343
2008-04-24- reverted some stuff that was erroneously commited by one of the last commits.tobigun1-14/+14
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