aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UVideo.pas (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
* * 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
* adding ffmpeg-2.4. compiles, but crashes on Mac OS X.k-m_schindler2014-11-221-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-181-6/+6
* In order to make ffmpeg-1.0 work:lotanrm2013-07-111-4/+8
* fix compilation on ubuntu and lart release engineers, who mix releases ;-)k-m_schindler2013-05-151-1/+1
* 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-9/+9
* Corrected AVStream pointer arithmetic to work inconjuction with fpc 2.6 as we...lotanrm2012-05-171-1/+1
* Added support for ffmpeg-0.10.lotanrm2012-05-171-5/+33
* correct versions and prepare logic of file opening for ffmpeg-0.8k-m_schindler2012-05-111-1/+1
* update for ffmpeg-0.8k-m_schindler2012-05-051-0/+4
* updates and extension for ffmpeg-0.8k-m_schindler2012-04-221-0/+5
* fixed x-position of glScissor test in UVideo.Draw and UVideo.DrawReflection (...brunzelchen2010-06-151-2/+2
* 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-101-70/+397
* revert of last made changes (rev. 2409)brunzelchen2010-05-241-163/+46
* added window-mode and reflection-mode to DrawGLbrunzelchen2010-05-231-46/+163
* wrong usage of glTexEnvi fixedtobigun2010-04-251-2/+5
* - better lyric <-> video synctobigun2010-04-211-39/+139
* - add video loop optiontobigun2010-04-211-59/+103
* - Revert quick-fix from revision 2000tobigun2010-04-061-1/+1
* added starting pts handlings_alexander2009-12-081-12/+16
* fix: open video files with the system's native encoding and path delimiter.brunzelchen2009-12-071-1/+1
* merged unicode branch (r1931) into trunks_alexander2009-11-091-10/+12
* Hint about removal of deprecated function img_convert added, but no code changek-m_schindler2009-05-131-0/+6
* fixed first screen was cleared when second screen was drawn. #76 should be fi...whiteshark02009-03-011-2/+12
* patch #2388324. Exit with corrupt videos. Courtesy to Hawkeark-m_schindler2009-02-151-1/+10
* improved seeking:tobigun2008-11-031-50/+85
* - swscale get_context parameter from cint -> TAVPixelFormattobigun2008-10-311-6/+6
* - cleanup (private and protected class members prepended with f...)tobigun2008-10-311-214/+266
* The size given to TextGL.SetSize() now expresses the size in pixel (formerly ...tobigun2008-10-191-2/+2
* added file headerstobigun2008-09-231-12/+32
* Media modules moved from base to mediatobigun2008-09-131-0/+828