| Commit message (Expand) | Author | Files | Lines |
2010-12-30 | allow playback from audio stream | tobigun | 2 | -3/+132 |
2010-12-27 | stretch mic-input to avoid buffer underruns with voice playback (audible as s... | tobigun | 1 | -1/+6 |
2010-10-14 | revert accidental previous commit | k-m_schindler | 2 | -3/+1 |
2010-10-14 | Mac OS X Readme | k-m_schindler | 2 | -1/+3 |
2010-06-19 | Bugfix: do not call Inc() on PByteArray pointers. It will not increment by on... | tobigun | 1 | -1/+1 |
2010-06-15 | fixed x-position of glScissor test in UVideo.Draw and UVideo.DrawReflection (... | brunzelchen | 1 | -2/+2 |
2010-06-13 | Fix for invalid song lengths | tobigun | 1 | -1/+1 |
2010-06-12 | fTimeBase is NOT the time-base of the FFmpeg stream -> renamed to fFrameDurat... | tobigun | 1 | -28/+21 |
2010-06-12 | fix seeking in videos | tobigun | 1 | -1/+4 |
2010-06-10 | merge of VideoPreview branch into trunk | brunzelchen | 3 | -80/+642 |
2010-06-06 | Do not overwrite a devices MicSource if it is already set (Note: MicSource is... | tobigun | 1 | -2/+5 |
2010-06-05 | compare FFmpeg header and DLL versions and log an error if both do not match | tobigun | 1 | -0/+75 |
2010-06-03 | prefix class fields with 'f' | tobigun | 1 | -272/+272 |
2010-06-03 | better EOF handling for FFmpeg audio decoding (EOF handled like it is done in... | tobigun | 1 | -3/+12 |
2010-05-24 | revert of last made changes (rev. 2409) | brunzelchen | 1 | -163/+46 |
2010-05-23 | added window-mode and reflection-mode to DrawGL | brunzelchen | 1 | -46/+163 |
2010-05-12 | fix No. 2 of ffmpeg update. Move from CodecType to AVMediaType. | k-m_schindler | 1 | -1/+21 |
2010-04-30 | portaudio playback (not used by default) segfault fixed | tobigun | 3 | -22/+71 |
2010-04-27 | - device input latency is now configurable via config.ini | tobigun | 1 | -17/+48 |
2010-04-25 | wrong usage of glTexEnvi fixed | tobigun | 1 | -2/+5 |
2010-04-22 | - now it is possible to sync lyrics to audio | tobigun | 2 | -0/+2 |
2010-04-21 | fixed choppy start of some songs when using ffmpeg | tobigun | 1 | -24/+33 |
2010-04-21 | fixed bug in SDL/Portaudio playback stream: | tobigun | 1 | -2/+4 |
2010-04-21 | - fixed UAudioPlayback_SoftMixer.GetPosition(): | tobigun | 1 | -6/+56 |
2010-04-21 | - better lyric <-> video sync | tobigun | 1 | -39/+139 |
2010-04-21 | - add video loop option | tobigun | 3 | -214/+378 |
2010-04-20 | - force a BASS version >= 2.4.2 as the BASS ABI is slightly different (althou... | tobigun | 1 | -3/+20 |
2010-04-19 | bugfix for crash with portaudio (all platforms): | tobigun | 2 | -22/+43 |
2010-04-18 | open ffmpeg video and audio files in shared mode. Crashed previously when a f... | tobigun | 1 | -1/+1 |
2010-04-13 | - save input device names as UTF8Strings | whiteshark0 | 2 | -4/+8 |
2010-04-06 | - Revert quick-fix from revision 2000 | tobigun | 1 | -1/+1 |
2010-03-12 | rename cosmetics. no code change. | k-m_schindler | 1 | -25/+25 |
2010-02-25 | cosmetics. no code change. | k-m_schindler | 1 | -16/+16 |
2010-02-25 | cosmetics. no code change. | k-m_schindler | 1 | -21/+20 |
2010-02-24 | unifiy the name of portaudio inputs | k-m_schindler | 1 | -1/+1 |
2010-02-07 | small edits | k-m_schindler | 1 | -20/+18 |
2009-12-29 | revert submission 2051. leeds to crash on 2nd song. | k-m_schindler | 2 | -4/+4 |
2009-12-20 | changed TSyncSource to interface ISyncSource | s_alexander | 2 | -4/+4 |
2009-12-08 | added starting pts handling | s_alexander | 1 | -12/+16 |
2009-12-07 | fix: open video files with the system's native encoding and path delimiter. | brunzelchen | 1 | -1/+1 |
2009-11-09 | merged unicode branch (r1931) into trunk | s_alexander | 10 | -58/+214 |
2009-05-15 | resolve some type size mismatch warnings + an additional check. | k-m_schindler | 1 | -4/+6 |
2009-05-13 | Hint about removal of deprecated function img_convert added, but no code change | k-m_schindler | 1 | -0/+6 |
2009-04-09 | Warnings and Notes cleanup | k-m_schindler | 1 | -1/+1 |
2009-04-09 | Warnings and Notes cleanup | k-m_schindler | 2 | -4/+0 |
2009-04-09 | Warnings and Notes cleanup | k-m_schindler | 1 | -4/+2 |
2009-03-07 | overdrawing of first screen when using visualizations fixed. visualizations a... | whiteshark0 | 1 | -5/+10 |
2009-03-01 | fixed first screen was cleared when second screen was drawn. #76 should be fi... | whiteshark0 | 1 | -2/+12 |
2009-02-15 | patch #2388324. Exit with corrupt videos. Courtesy to Hawkear | k-m_schindler | 1 | -1/+10 |
2009-02-04 | PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-term... | tobigun | 6 | -59/+57 |