| Commit message (Expand) | Author | Age | Files | Lines |
* | fix compilation on ubuntu and lart release engineers, who mix releases ;-) | k-m_schindler | 2013-05-15 | 1 | -1/+1 |
* | cosmetics: long variable names. no code change. | k-m_schindler | 2012-05-24 | 1 | -8/+8 |
* | some minor bugfixes. | k-m_schindler | 2012-05-24 | 1 | -4/+4 |
* | Corrected AVStream pointer arithmetic to work inconjuction with fpc 2.6 as we... | lotanrm | 2012-05-17 | 1 | -5/+1 |
* | Added support for ffmpeg-0.10. | lotanrm | 2012-05-17 | 1 | -11/+53 |
* | correct versions and prepare logic of file opening for ffmpeg-0.8 | k-m_schindler | 2012-05-11 | 1 | -1/+1 |
* | untested proposal for replacement of av_find_stream_info by av_read_frame | k-m_schindler | 2012-05-08 | 1 | -0/+9 |
* | another fix of streams. USDX finally builds, but does not work. | k-m_schindler | 2012-05-05 | 1 | -0/+4 |
* | updates and extension for ffmpeg-0.8 | k-m_schindler | 2012-04-22 | 1 | -1/+4 |
* | new detection of ffmpeg version. API changes: SampleFormat -> AVSampleFormat.... | k-m_schindler | 2012-04-20 | 1 | -1/+0 |
* | Bugfix: do not call Inc() on PByteArray pointers. It will not increment by on... | tobigun | 2010-06-19 | 1 | -1/+1 |
* | Fix for invalid song lengths | tobigun | 2010-06-13 | 1 | -1/+1 |
* | prefix class fields with 'f' | tobigun | 2010-06-03 | 1 | -272/+272 |
* | better EOF handling for FFmpeg audio decoding (EOF handled like it is done in... | tobigun | 2010-06-03 | 1 | -3/+12 |
* | fixed choppy start of some songs when using ffmpeg | tobigun | 2010-04-21 | 1 | -24/+33 |
* | merged unicode branch (r1931) into trunk | s_alexander | 2009-11-09 | 1 | -19/+20 |
* | resolve some type size mismatch warnings + an additional check. | k-m_schindler | 2009-05-15 | 1 | -4/+6 |
* | Warnings and Notes cleanup | k-m_schindler | 2009-04-09 | 1 | -1/+0 |
* | PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-term... | tobigun | 2009-02-04 | 1 | -13/+13 |
* | added file headers | tobigun | 2008-09-23 | 1 | -0/+25 |
* | Media modules moved from base to media | tobigun | 2008-09-13 | 1 | -0/+1114 |