aboutsummaryrefslogtreecommitdiffstats
path: root/src/media (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* compare FFmpeg header and DLL versions and log an error if both do not matchtobigun2010-06-051-0/+75
* prefix class fields with 'f'tobigun2010-06-031-272/+272
* better EOF handling for FFmpeg audio decoding (EOF handled like it is done in...tobigun2010-06-031-3/+12
* revert of last made changes (rev. 2409)brunzelchen2010-05-241-163/+46
* added window-mode and reflection-mode to DrawGLbrunzelchen2010-05-231-46/+163
* fix No. 2 of ffmpeg update. Move from CodecType to AVMediaType.k-m_schindler2010-05-121-1/+21
* portaudio playback (not used by default) segfault fixedtobigun2010-04-303-22/+71
* - device input latency is now configurable via config.initobigun2010-04-271-17/+48
* wrong usage of glTexEnvi fixedtobigun2010-04-251-2/+5
* - now it is possible to sync lyrics to audiotobigun2010-04-222-0/+2
* fixed choppy start of some songs when using ffmpegtobigun2010-04-211-24/+33
* fixed bug in SDL/Portaudio playback stream:tobigun2010-04-211-2/+4
* - fixed UAudioPlayback_SoftMixer.GetPosition():tobigun2010-04-211-6/+56
* - better lyric <-> video synctobigun2010-04-211-39/+139
* - add video loop optiontobigun2010-04-213-214/+378
* - force a BASS version >= 2.4.2 as the BASS ABI is slightly different (althou...tobigun2010-04-201-3/+20
* bugfix for crash with portaudio (all platforms):tobigun2010-04-192-22/+43
* open ffmpeg video and audio files in shared mode. Crashed previously when a f...tobigun2010-04-181-1/+1
* - save input device names as UTF8Stringswhiteshark02010-04-132-4/+8
* - Revert quick-fix from revision 2000tobigun2010-04-061-1/+1
* rename cosmetics. no code change.k-m_schindler2010-03-121-25/+25
* cosmetics. no code change.k-m_schindler2010-02-251-16/+16
* cosmetics. no code change.k-m_schindler2010-02-251-21/+20
* unifiy the name of portaudio inputsk-m_schindler2010-02-241-1/+1
* small editsk-m_schindler2010-02-071-20/+18
* revert submission 2051. leeds to crash on 2nd song.k-m_schindler2009-12-292-4/+4
* changed TSyncSource to interface ISyncSources_alexander2009-12-202-4/+4
* 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-0910-58/+214
* resolve some type size mismatch warnings + an additional check.k-m_schindler2009-05-151-4/+6
* Hint about removal of deprecated function img_convert added, but no code changek-m_schindler2009-05-131-0/+6
* Warnings and Notes cleanupk-m_schindler2009-04-091-1/+1
* Warnings and Notes cleanupk-m_schindler2009-04-092-4/+0
* Warnings and Notes cleanupk-m_schindler2009-04-091-4/+2
* overdrawing of first screen when using visualizations fixed. visualizations a...whiteshark02009-03-071-5/+10
* 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
* PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-term...tobigun2009-02-046-59/+57
* 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
* debug output removedtobigun2008-10-011-1/+0
* safer context switchtobigun2008-10-011-37/+115
* - FFmpeg header updatetobigun2008-10-012-2/+2
* remove some white space. no code changek-m_schindler2008-09-276-6/+0
* added file headerstobigun2008-09-2317-12/+432
* - stop both Video and Visualizer (because of the video-toggle with 'v'-key bo...tobigun2008-09-131-13/+15
* Media modules moved from base to mediatobigun2008-09-1317-0/+7781