aboutsummaryrefslogtreecommitdiffstats
path: root/src/media (follow)
Commit message (Expand)AuthorAgeFilesLines
* adjust to github version. maybe fix avi file glitch.k-m_schindler2016-01-031-3/+4
* * Radeon X1600/X1650 graphics card report that they support NPOT, but they do...basisbit2015-10-201-1/+2
* * some additional logging when switching between background, visualization an...basisbit2015-10-191-1/+3
* * modified to support current Bass.dll which fixes sound-issues on windows 8 ...basisbit2015-10-111-13/+15
* * fix end of file detection for videos with current ffmpeg versionsbasisbit2015-09-041-1/+6
* * if NPOT is supported by the graphics card driver, do not manually resize vi...basisbit2015-09-041-3/+15
* *raised LogFileLevel for development/debugging purposes to 50basisbit2015-08-151-2/+2
* 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-222-1/+3
* adding ffmpeg-2.4. compiles, but crashes on Mac OS X.k-m_schindler2014-11-222-16/+23
* Fix in avformat defines and a small fix in UAudioDecoder_FFmpegbrian-ch2013-12-261-0/+4
* try to fix it with ffmpeg-2.*k-m_schindler2013-12-251-0/+6
* fix ffmpeg-1.1k-m_schindler2013-12-211-1/+1
* cosmeticsk-m_schindler2013-12-211-1/+0
* 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
* Code beautifying. Minor code change for more verbose logk-m_schindler2013-12-151-47/+58
* minor code optimizationk-m_schindler2013-12-151-5/+2
* fix PByteIOContext for ffmpeg-1.2. ffmpeg-0.8 works. ffmpeg-1.2 compiles but ...k-m_schindler2013-12-141-0/+4
* add FF_API_AVCODEC_RESAMPLE and FFMPEG_VERSION_INTk-m_schindler2013-12-141-1/+13
* fix version detection of libavformatk-m_schindler2013-07-183-15/+15
* Added compilation condition to new UMediaCore_FFmpeg functions to make earlie...lotanrm2013-07-111-0/+6
* In order to make ffmpeg-1.0 work:lotanrm2013-07-113-12/+92
* fix compilation on ubuntu and lart release engineers, who mix releases ;-)k-m_schindler2013-05-152-2/+2
* add fade for medley mod.k-m_schindler2013-02-224-0/+28
* fix version detection of libavformatk-m_schindler2012-10-201-1/+1
* fix pointer types.k-m_schindler2012-07-141-2/+3
* cosmetics: long variable names. no code change.k-m_schindler2012-05-241-8/+8
* some minor bugfixes.k-m_schindler2012-05-241-4/+4
* cosmetics: long variable names. no code change.k-m_schindler2012-05-241-9/+9
* Corrected AVStream pointer arithmetic to work inconjuction with fpc 2.6 as we...lotanrm2012-05-173-8/+4
* Added support for ffmpeg-0.10.lotanrm2012-05-173-19/+89
* correct versions and prepare logic of file opening for ffmpeg-0.8k-m_schindler2012-05-113-7/+7
* indentation. surely, no code change.k-m_schindler2012-05-101-1/+2
* minimal type adjustments. This should make no difference.k-m_schindler2012-05-101-4/+4
* 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
* update for ffmpeg-0.8k-m_schindler2012-05-052-0/+12
* updates and extension for ffmpeg-0.8k-m_schindler2012-04-224-1/+33
* new detection of ffmpeg version. API changes: SampleFormat -> AVSampleFormat....k-m_schindler2012-04-202-8/+7
* allow playback from audio streamtobigun2010-12-302-3/+132
* stretch mic-input to avoid buffer underruns with voice playback (audible as s...tobigun2010-12-271-1/+6
* revert accidental previous commitk-m_schindler2010-10-142-3/+1
* Mac OS X Readmek-m_schindler2010-10-142-1/+3
* Bugfix: do not call Inc() on PByteArray pointers. It will not increment by on...tobigun2010-06-191-1/+1
* fixed x-position of glScissor test in UVideo.Draw and UVideo.DrawReflection (...brunzelchen2010-06-151-2/+2
* Fix for invalid song lengthstobigun2010-06-131-1/+1
* fTimeBase is NOT the time-base of the FFmpeg stream -> renamed to fFrameDurat...tobigun2010-06-121-28/+21
* fix seeking in videostobigun2010-06-121-1/+4
* merge of VideoPreview branch into trunkbrunzelchen2010-06-103-80/+642