aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UAudioDecoder_FFmpeg.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix timeline for songs with no start_time master. Thanks to rudi_s.k-m_schindler2014-11-231-2/+9
* Remove unused variables and fix warnings with ifdefed variables. Thanks to ru...k-m_schindler2014-11-221-1/+1
* adding ffmpeg-2.4. compiles, but crashes on Mac OS X.k-m_schindler2014-11-221-16/+19
* Fix in avformat defines and a small fix in UAudioDecoder_FFmpegbrian-ch2013-12-261-0/+4
* fix ffmpeg-1.1k-m_schindler2013-12-211-1/+1
* Add more explanations. Thanks again to brianf for the decisive hint. k-m_schindler2013-12-151-1/+4
* fix the screwy sound by requesting the required sample format.k-m_schindler2013-12-151-0/+5
* fix PByteIOContext for ffmpeg-1.2. ffmpeg-0.8 works. ffmpeg-1.2 compiles but ...k-m_schindler2013-12-141-0/+4
* fix version detection of libavformatk-m_schindler2013-07-181-6/+6
* In order to make ffmpeg-1.0 work:lotanrm2013-07-111-4/+8
* fix compilation on ubuntu and lart release engineers, who mix releases ;-)k-m_schindler2013-05-151-1/+1
* cosmetics: long variable names. no code change.k-m_schindler2012-05-241-8/+8
* some minor bugfixes.k-m_schindler2012-05-241-4/+4
* Corrected AVStream pointer arithmetic to work inconjuction with fpc 2.6 as we...lotanrm2012-05-171-5/+1
* Added support for ffmpeg-0.10.lotanrm2012-05-171-11/+53
* correct versions and prepare logic of file opening for ffmpeg-0.8k-m_schindler2012-05-111-1/+1
* untested proposal for replacement of av_find_stream_info by av_read_framek-m_schindler2012-05-081-0/+9
* another fix of streams. USDX finally builds, but does not work.k-m_schindler2012-05-051-0/+4
* updates and extension for ffmpeg-0.8k-m_schindler2012-04-221-1/+4
* new detection of ffmpeg version. API changes: SampleFormat -> AVSampleFormat....k-m_schindler2012-04-201-1/+0
* 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