aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UAudioDecoder_FFmpeg.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-14fix PByteIOContext for ffmpeg-1.2. ffmpeg-0.8 works. ffmpeg-1.2 compiles but ...k-m_schindler1-0/+4
2013-07-18fix version detection of libavformatk-m_schindler1-6/+6
2013-07-11In order to make ffmpeg-1.0 work:lotanrm1-4/+8
2013-05-15fix compilation on ubuntu and lart release engineers, who mix releases ;-)k-m_schindler1-1/+1
2012-05-24cosmetics: long variable names. no code change.k-m_schindler1-8/+8
2012-05-24some minor bugfixes.k-m_schindler1-4/+4
2012-05-17Corrected AVStream pointer arithmetic to work inconjuction with fpc 2.6 as we...lotanrm1-5/+1
2012-05-17Added support for ffmpeg-0.10.lotanrm1-11/+53
2012-05-11correct versions and prepare logic of file opening for ffmpeg-0.8k-m_schindler1-1/+1
2012-05-08untested proposal for replacement of av_find_stream_info by av_read_framek-m_schindler1-0/+9
2012-05-05another fix of streams. USDX finally builds, but does not work.k-m_schindler1-0/+4
2012-04-22updates and extension for ffmpeg-0.8k-m_schindler1-1/+4
2012-04-20new detection of ffmpeg version. API changes: SampleFormat -> AVSampleFormat....k-m_schindler1-1/+0
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