aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UAudioDecoder_FFmpeg.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: do not call Inc() on PByteArray pointers. It will not increment by on...tobigun2010-06-191-1/+1
* Fix for invalid song lengthstobigun2010-06-131-1/+1
* prefix class fields with 'f'tobigun2010-06-031-272/+272
* better EOF handling for FFmpeg audio decoding (EOF handled like it is done in...tobigun2010-06-031-3/+12
* fixed choppy start of some songs when using ffmpegtobigun2010-04-211-24/+33
* merged unicode branch (r1931) into trunks_alexander2009-11-091-19/+20
* resolve some type size mismatch warnings + an additional check.k-m_schindler2009-05-151-4/+6
* Warnings and Notes cleanupk-m_schindler2009-04-091-1/+0
* PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-term...tobigun2009-02-041-13/+13
* added file headerstobigun2008-09-231-0/+25
* Media modules moved from base to mediatobigun2008-09-131-0/+1114