| Commit message (Expand) | Author | Age | Files | Lines |
* | better EOF handling for FFmpeg audio decoding (EOF handled like it is done in... | tobigun | 2010-06-03 | 1 | -3/+12 |
* | - cleanup (removed some commented unused code) | tobigun | 2010-06-03 | 1 | -68/+52 |
* | fix: FadeEnabled was not initialized correctly. The case ((Ini.ScreenFade = 1... | tobigun | 2010-06-03 | 1 | -1/+1 |
* | cleanup | tobigun | 2010-06-03 | 1 | -10/+9 |
* | cleanup | tobigun | 2010-06-03 | 1 | -4/+3 |
* | cleanup: | tobigun | 2010-06-03 | 1 | -33/+22 |
* | Update to avutil 50.16.0 and some cosmetics | k-m_schindler | 2010-05-30 | 5 | -25/+27 |
* | Update to 52.67.0 and avio.pas cosmetics | k-m_schindler | 2010-05-30 | 2 | -15/+10 |
* | update to avcodec 52.72.0. also some cosmetics to opt.pas | k-m_schindler | 2010-05-30 | 2 | -6/+12 |
* | update to avcodec 52.70.0 | k-m_schindler | 2010-05-30 | 1 | -3/+14 |
* | update to avcodec 52.67.2 | k-m_schindler | 2010-05-30 | 1 | -8/+8 |
* | update to recent. some cosmetics. no code change | k-m_schindler | 2010-05-30 | 1 | -7/+3 |
* | more careful with the path to libpcre.dylib. avoid possible problem with stan... | k-m_schindler | 2010-05-30 | 1 | -1/+6 |
* | add Music/Ultrastar Deluxe as a song folder. | k-m_schindler | 2010-05-28 | 3 | -6/+26 |
* | move LogPath to "~/Library/Logs/UltraStar Deluxe" on Mac OS X | k-m_schindler | 2010-05-28 | 1 | -8/+6 |
* | add Hungarian and Icelandish. Please translate. | k-m_schindler | 2010-05-24 | 1 | -0/+2 |
* | add Hungarian + some minor fixes. | k-m_schindler | 2010-05-24 | 16 | -6/+469 |
* | make pcre not required, since it fails on ubuntu because of a different name.... | k-m_schindler | 2010-05-24 | 1 | -1/+1 |
* | add configure for libpcre and add path for dlopen on darwin | k-m_schindler | 2010-05-24 | 4 | -1/+24 |
* | revert of last made changes (rev. 2409) | brunzelchen | 2010-05-24 | 1 | -163/+46 |
* | added window-mode and reflection-mode to DrawGL | brunzelchen | 2010-05-23 | 1 | -46/+163 |
* | zero-length notes will no longer be ignored. they will be converted into free... | brunzelchen | 2010-05-23 | 1 | -12/+15 |
* | renamed gentoo ebuild | tobigun | 2010-05-23 | 1 | -0/+0 |
* | add MKBETAG from common.h and update a number of comments. | k-m_schindler | 2010-05-19 | 1 | -9/+16 |
* | update avcodec to 52.67.2 | k-m_schindler | 2010-05-19 | 1 | -2/+5 |
* | update avformat to 52.63.0 and correct avutil version to 50.15.2 | k-m_schindler | 2010-05-19 | 2 | -3/+6 |
* | typo correction in comments. no code change. | k-m_schindler | 2010-05-19 | 2 | -3/+3 |
* | move new error stuff into extra file in correspondence to the original error.... | k-m_schindler | 2010-05-19 | 2 | -89/+114 |
* | the result of AVERROR_SIGN was wrong, just the wrong way round. | k-m_schindler | 2010-05-19 | 2 | -6/+4 |
* | reimplemented missing single note midi playback (Shift + Space) and single no... | whiteshark0 | 2010-05-19 | 1 | -11/+28 |
* | - updated euskara language file (thx to ander o.) | canni0 | 2010-05-18 | 1 | -400/+400 |
* | fix mouse in ScreenPartyNewRound | whiteshark0 | 2010-05-18 | 1 | -41/+50 |
* | forgotten changes from last commit | whiteshark0 | 2010-05-18 | 1 | -9/+0 |
* | move software cursor initialization and bg music start from ScreenMain.OnShow... | whiteshark0 | 2010-05-18 | 1 | -0/+8 |
* | Test for sign algorithm in libavutil/libavcodec. | k-m_schindler | 2010-05-16 | 1 | -0/+58 |
* | bit shift corrected from 6 bit to 30 bit. | k-m_schindler | 2010-05-16 | 2 | -4/+4 |
* | arithmetic solution on bit level for AVERROR_SIGN. Delphi cannot handle the s... | k-m_schindler | 2010-05-16 | 2 | -17/+29 |
* | different way for conditional compilation | k-m_schindler | 2010-05-16 | 1 | -5/+4 |
* | markers for debugging changed. | k-m_schindler | 2010-05-16 | 1 | -3/+3 |
* | adding some markers for debugging. | k-m_schindler | 2010-05-16 | 1 | -0/+5 |
* | correct small glitch in comment | k-m_schindler | 2010-05-16 | 1 | -1/+1 |
* | revert previous buggy commit | k-m_schindler | 2010-05-16 | 1 | -18/+18 |
* | test of changing from LIBAVUTIL_VERSION to LIBAVUTIL_VERSION_INT | k-m_schindler | 2010-05-16 | 1 | -17/+17 |
* | update of some comments. No code change. | k-m_schindler | 2010-05-12 | 1 | -2/+16 |
* | comments re: TAVMediaType. no code change | k-m_schindler | 2010-05-12 | 2 | -2/+11 |
* | fix No. 5 of ffmpeg update. | k-m_schindler | 2010-05-12 | 2 | -3/+3 |
* | fix No. 4 of ffmpeg update. | k-m_schindler | 2010-05-12 | 1 | -0/+3 |
* | fix No. 3 of ffmpeg update. | k-m_schindler | 2010-05-12 | 1 | -0/+28 |
* | fix No. 2 of ffmpeg update. Move from CodecType to AVMediaType. | k-m_schindler | 2010-05-12 | 1 | -1/+21 |
* | fix No. 1 of ffmpeg update. | k-m_schindler | 2010-05-12 | 2 | -17/+55 |