aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UVideo.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-03adjust to github version. maybe fix avi file glitch.k-m_schindler1-3/+4
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-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-22adding ffmpeg-2.4. compiles, but crashes on Mac OS X.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_schindler1-6/+6
2013-07-11In order to make ffmpeg-1.0 work:lotanrm1-4/+8
2013-05-15fix compilation on ubuntu and lart release engineers, who mix releases ;-)k-m_schindler1-1/+1
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-9/+9
2012-05-17Corrected AVStream pointer arithmetic to work inconjuction with fpc 2.6 as we...lotanrm1-1/+1
2012-05-17Added support for ffmpeg-0.10.lotanrm1-5/+33
2012-05-11correct versions and prepare logic of file opening for ffmpeg-0.8k-m_schindler1-1/+1
2012-05-05update for ffmpeg-0.8k-m_schindler1-0/+4
2012-04-22updates and extension for ffmpeg-0.8k-m_schindler1-0/+5
2010-06-15fixed x-position of glScissor test in UVideo.Draw and UVideo.DrawReflection (...brunzelchen1-2/+2
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 trunkbrunzelchen1-70/+397
2010-05-24revert of last made changes (rev. 2409)brunzelchen1-163/+46
2010-05-23added window-mode and reflection-mode to DrawGLbrunzelchen1-46/+163
2010-04-25wrong usage of glTexEnvi fixedtobigun1-2/+5
2010-04-21- better lyric <-> video synctobigun1-39/+139
2010-04-21- add video loop optiontobigun1-59/+103
2010-04-06- Revert quick-fix from revision 2000tobigun1-1/+1
2009-12-08added starting pts handlings_alexander1-12/+16
2009-12-07fix: open video files with the system's native encoding and path delimiter.brunzelchen1-1/+1
2009-11-09merged unicode branch (r1931) into trunks_alexander1-10/+12
2009-05-13Hint about removal of deprecated function img_convert added, but no code changek-m_schindler1-0/+6
2009-03-01fixed first screen was cleared when second screen was drawn. #76 should be fi...whiteshark01-2/+12
2009-02-15patch #2388324. Exit with corrupt videos. Courtesy to Hawkeark-m_schindler1-1/+10
2008-11-03improved seeking:tobigun1-50/+85
2008-10-31- swscale get_context parameter from cint -> TAVPixelFormattobigun1-6/+6
2008-10-31- cleanup (private and protected class members prepended with f...)tobigun1-214/+266
2008-10-19The size given to TextGL.SetSize() now expresses the size in pixel (formerly ...tobigun1-2/+2
2008-09-23added file headerstobigun1-12/+32
2008-09-13Media modules moved from base to mediatobigun1-0/+0
2008-09-02Moved: The folder classes has been renamed to basemogguh1-0/+0
2008-08-27rename Classes part2k-m_schindler1-0/+0
2008-08-27rename Classes part1k-m_schindler1-0/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-08-27spelling corrected FFMpeg -> FFmpegtobigun1-28/+28
2008-08-06avoid seeking if video is not initializedtobigun1-0/+3
2008-08-06RenderAspect is not neededtobigun1-4/+9
2008-07-02Audio/Video engine update:tobigun1-319/+282
2008-06-08- set svn:eol-style to nativetobigun1-857/+857