aboutsummaryrefslogtreecommitdiffstats
path: root/src/media (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-06-05compare FFmpeg header and DLL versions and log an error if both do not matchtobigun1-0/+75
2010-06-03prefix class fields with 'f'tobigun1-272/+272
2010-06-03better EOF handling for FFmpeg audio decoding (EOF handled like it is done in...tobigun1-3/+12
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-05-12fix No. 2 of ffmpeg update. Move from CodecType to AVMediaType.k-m_schindler1-1/+21
2010-04-30portaudio playback (not used by default) segfault fixedtobigun3-22/+71
2010-04-27- device input latency is now configurable via config.initobigun1-17/+48
2010-04-25wrong usage of glTexEnvi fixedtobigun1-2/+5
2010-04-22- now it is possible to sync lyrics to audiotobigun2-0/+2
2010-04-21fixed choppy start of some songs when using ffmpegtobigun1-24/+33
2010-04-21fixed bug in SDL/Portaudio playback stream:tobigun1-2/+4
2010-04-21- fixed UAudioPlayback_SoftMixer.GetPosition():tobigun1-6/+56
2010-04-21- better lyric <-> video synctobigun1-39/+139
2010-04-21- add video loop optiontobigun3-214/+378
2010-04-20- force a BASS version >= 2.4.2 as the BASS ABI is slightly different (althou...tobigun1-3/+20
2010-04-19bugfix for crash with portaudio (all platforms):tobigun2-22/+43
2010-04-18open ffmpeg video and audio files in shared mode. Crashed previously when a f...tobigun1-1/+1
2010-04-13- save input device names as UTF8Stringswhiteshark02-4/+8
2010-04-06- Revert quick-fix from revision 2000tobigun1-1/+1
2010-03-12rename cosmetics. no code change.k-m_schindler1-25/+25
2010-02-25cosmetics. no code change.k-m_schindler1-16/+16
2010-02-25cosmetics. no code change.k-m_schindler1-21/+20
2010-02-24unifiy the name of portaudio inputsk-m_schindler1-1/+1
2010-02-07small editsk-m_schindler1-20/+18
2009-12-29revert submission 2051. leeds to crash on 2nd song.k-m_schindler2-4/+4
2009-12-20changed TSyncSource to interface ISyncSources_alexander2-4/+4
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_alexander10-58/+214
2009-05-15resolve some type size mismatch warnings + an additional check.k-m_schindler1-4/+6
2009-05-13Hint about removal of deprecated function img_convert added, but no code changek-m_schindler1-0/+6
2009-04-09Warnings and Notes cleanupk-m_schindler1-1/+1
2009-04-09Warnings and Notes cleanupk-m_schindler2-4/+0
2009-04-09Warnings and Notes cleanupk-m_schindler1-4/+2
2009-03-07overdrawing of first screen when using visualizations fixed. visualizations a...whiteshark01-5/+10
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
2009-02-04PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-term...tobigun6-59/+57
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