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