| Commit message (Expand) | Author | Age | Files | Lines |
* | adjust to github version. maybe fix avi file glitch. | k-m_schindler | 2016-01-03 | 1 | -3/+4 |
* | * Radeon X1600/X1650 graphics card report that they support NPOT, but they do... | basisbit | 2015-10-20 | 1 | -1/+2 |
* | * some additional logging when switching between background, visualization an... | basisbit | 2015-10-19 | 1 | -1/+3 |
* | * modified to support current Bass.dll which fixes sound-issues on windows 8 ... | basisbit | 2015-10-11 | 1 | -13/+15 |
* | * fix end of file detection for videos with current ffmpeg versions | basisbit | 2015-09-04 | 1 | -1/+6 |
* | * if NPOT is supported by the graphics card driver, do not manually resize vi... | basisbit | 2015-09-04 | 1 | -3/+15 |
* | *raised LogFileLevel for development/debugging purposes to 50 | basisbit | 2015-08-15 | 1 | -2/+2 |
* | Fix timeline for songs with no start_time master. Thanks to rudi_s. | k-m_schindler | 2014-11-23 | 1 | -2/+9 |
* | Remove unused variables and fix warnings with ifdefed variables. Thanks to ru... | k-m_schindler | 2014-11-22 | 2 | -1/+3 |
* | adding ffmpeg-2.4. compiles, but crashes on Mac OS X. | k-m_schindler | 2014-11-22 | 2 | -16/+23 |
* | Fix in avformat defines and a small fix in UAudioDecoder_FFmpeg | brian-ch | 2013-12-26 | 1 | -0/+4 |
* | try to fix it with ffmpeg-2.* | k-m_schindler | 2013-12-25 | 1 | -0/+6 |
* | fix ffmpeg-1.1 | k-m_schindler | 2013-12-21 | 1 | -1/+1 |
* | cosmetics | k-m_schindler | 2013-12-21 | 1 | -1/+0 |
* | Add more explanations. Thanks again to brianf for the decisive hint. | k-m_schindler | 2013-12-15 | 1 | -1/+4 |
* | fix the screwy sound by requesting the required sample format. | k-m_schindler | 2013-12-15 | 1 | -0/+5 |
* | Code beautifying. Minor code change for more verbose log | k-m_schindler | 2013-12-15 | 1 | -47/+58 |
* | minor code optimization | k-m_schindler | 2013-12-15 | 1 | -5/+2 |
* | fix PByteIOContext for ffmpeg-1.2. ffmpeg-0.8 works. ffmpeg-1.2 compiles but ... | k-m_schindler | 2013-12-14 | 1 | -0/+4 |
* | add FF_API_AVCODEC_RESAMPLE and FFMPEG_VERSION_INT | k-m_schindler | 2013-12-14 | 1 | -1/+13 |
* | fix version detection of libavformat | k-m_schindler | 2013-07-18 | 3 | -15/+15 |
* | Added compilation condition to new UMediaCore_FFmpeg functions to make earlie... | lotanrm | 2013-07-11 | 1 | -0/+6 |
* | In order to make ffmpeg-1.0 work: | lotanrm | 2013-07-11 | 3 | -12/+92 |
* | fix compilation on ubuntu and lart release engineers, who mix releases ;-) | k-m_schindler | 2013-05-15 | 2 | -2/+2 |
* | add fade for medley mod. | k-m_schindler | 2013-02-22 | 4 | -0/+28 |
* | fix version detection of libavformat | k-m_schindler | 2012-10-20 | 1 | -1/+1 |
* | fix pointer types. | k-m_schindler | 2012-07-14 | 1 | -2/+3 |
* | 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 |
* | cosmetics: long variable names. no code change. | k-m_schindler | 2012-05-24 | 1 | -9/+9 |
* | Corrected AVStream pointer arithmetic to work inconjuction with fpc 2.6 as we... | lotanrm | 2012-05-17 | 3 | -8/+4 |
* | Added support for ffmpeg-0.10. | lotanrm | 2012-05-17 | 3 | -19/+89 |
* | correct versions and prepare logic of file opening for ffmpeg-0.8 | k-m_schindler | 2012-05-11 | 3 | -7/+7 |
* | indentation. surely, no code change. | k-m_schindler | 2012-05-10 | 1 | -1/+2 |
* | minimal type adjustments. This should make no difference. | k-m_schindler | 2012-05-10 | 1 | -4/+4 |
* | 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 |
* | update for ffmpeg-0.8 | k-m_schindler | 2012-05-05 | 2 | -0/+12 |
* | updates and extension for ffmpeg-0.8 | k-m_schindler | 2012-04-22 | 4 | -1/+33 |
* | new detection of ffmpeg version. API changes: SampleFormat -> AVSampleFormat.... | k-m_schindler | 2012-04-20 | 2 | -8/+7 |
* | allow playback from audio stream | tobigun | 2010-12-30 | 2 | -3/+132 |
* | stretch mic-input to avoid buffer underruns with voice playback (audible as s... | tobigun | 2010-12-27 | 1 | -1/+6 |
* | revert accidental previous commit | k-m_schindler | 2010-10-14 | 2 | -3/+1 |
* | Mac OS X Readme | k-m_schindler | 2010-10-14 | 2 | -1/+3 |
* | Bugfix: do not call Inc() on PByteArray pointers. It will not increment by on... | tobigun | 2010-06-19 | 1 | -1/+1 |
* | fixed x-position of glScissor test in UVideo.Draw and UVideo.DrawReflection (... | brunzelchen | 2010-06-15 | 1 | -2/+2 |
* | Fix for invalid song lengths | tobigun | 2010-06-13 | 1 | -1/+1 |
* | fTimeBase is NOT the time-base of the FFmpeg stream -> renamed to fFrameDurat... | tobigun | 2010-06-12 | 1 | -28/+21 |
* | fix seeking in videos | tobigun | 2010-06-12 | 1 | -1/+4 |
* | merge of VideoPreview branch into trunk | brunzelchen | 2010-06-10 | 3 | -80/+642 |