| Commit message (Expand) | Author | Files | Lines |
2015-08-15 | *added try catch on UMain.Main for better overall error handling | basisbit | 3 | -4/+34 |
2015-07-15 | Add support for ffmpeg 2.7 | brian-ch | 23 | -0/+16781 |
2015-04-12 | Small correction in the ffmpeg 2.5 headers (almost only comments) | brian-ch | 2 | -23/+33 |
2015-04-12 | Update ffmpeg 2.6 headers | brian-ch | 6 | -96/+205 |
2015-04-03 | Initial commit of ffmpeg-2.6 | brian-ch | 22 | -0/+15561 |
2015-04-03 | Update lua translated header to include lua 5.3 changes, thanks Daniel Glockn... | brian-ch | 1 | -8/+165 |
2014-12-27 | Adding ffmpeg-2.5, tested in Arch Linux. | brian-ch | 22 | -0/+15561 |
2014-12-26 | Fix FF_API defines for ffmpeg 2.4, it should work now. | brian-ch | 4 | -292/+96 |
2014-11-23 | Fix timeline for songs with no start_time master. Thanks to rudi_s. | k-m_schindler | 1 | -2/+9 |
2014-11-22 | use correct variable in time line. Thanks to rudi_s. | k-m_schindler | 1 | -1/+1 |
2014-11-22 | Fix PCRE on linux and macosx. The soname of libpcre.so is different depending... | k-m_schindler | 2 | -3/+3 |
2014-11-22 | Remove unused variables and fix warnings with ifdefed variables. Thanks to ru... | k-m_schindler | 17 | -39/+20 |
2014-11-22 | IPath.Equals(): dont convert paths unnecessarily. Major speedup when loading ... | k-m_schindler | 1 | -0/+12 |
2014-11-22 | Remove unused function LoadTexture() with parameter FromRegistry. Thanks to r... | k-m_schindler | 2 | -10/+2 |
2014-11-22 | Call LoadSong() only before playing the song. This speeds up the initial load... | k-m_schindler | 2 | -6/+4 |
2014-11-22 | Support the version in Debian wheezy. Thanks to rudi_s. | k-m_schindler | 1 | -1/+1 |
2014-11-22 | adjust eol and set svn property svn:eol-style native in TntUnicodeControls | k-m_schindler | 2 | -2327/+2327 |
2014-11-22 | adjust eol and set svn property svn:eol-style native in midi | k-m_schindler | 1 | -45/+45 |
2014-11-22 | adjust eol and set svn property svn:eol-style native in JEDI-SDL | k-m_schindler | 2 | -21/+21 |
2014-11-22 | adjust eol and set svn property svn:eol-style native in freetype | k-m_schindler | 3 | -501/+501 |
2014-11-22 | adjust eol and set svn property svn:eol-style native in bass | k-m_schindler | 1 | -368/+368 |
2014-11-22 | adjust eol and set svn property svn:eol-style native in the rest of ffmpeg | k-m_schindler | 2 | -5/+9 |
2014-11-22 | adjust eol and set svn property svn:eol-style native in encoding | k-m_schindler | 1 | -137/+137 |
2014-11-22 | adjust eol and set svn property svn:eol-style native | k-m_schindler | 1 | -233/+233 |
2014-11-22 | adjust eol and set svn property svn:eol-style native for all in lua | k-m_schindler | 6 | -2571/+2571 |
2014-11-22 | adjust eol and set svn property svn:eol-style native | k-m_schindler | 3 | -2097/+2097 |
2014-11-22 | -L/usr/lib removed from Makefile. It has been introduced in revision r1877 in... | k-m_schindler | 1 | -1/+1 |
2014-11-22 | adding ffmpeg-2.4. compiles, but crashes on Mac OS X. | k-m_schindler | 25 | -30/+15717 |
2014-09-28 | ffmpeg-2.2: Use an include file for the FF_API defines (to avoid scope problems) | brian-ch | 5 | -0/+209 |
2014-09-28 | Fixes for ffmpeg-2.2 | brian-ch | 5 | -58/+45 |
2014-08-03 | Fix some compilation problems with ffmpeg 2.2 | brian-ch | 4 | -27/+116 |
2014-07-19 | Update avformat for ffmpeg 2.2 | brian-ch | 1 | -64/+451 |
2014-06-21 | Update swresample and rational.pas for ffmpeg 2.2 | brian-ch | 2 | -4/+90 |
2014-06-21 | Update avcodec files for ffmpeg 2.2 | brian-ch | 2 | -168/+349 |
2014-06-16 | Update libavutil files for ffmpeg 2.2 | brian-ch | 13 | -39/+177 |
2014-06-15 | Create ffmpeg-2.2 from ffmpeg-2.1. Plain copy by now. | brian-ch | 21 | -0/+13809 |
2014-06-12 | Add option to skip the song intro | brian-ch | 1 | -0/+11 |
2014-06-12 | Fix for lua5.2 | brian-ch | 1 | -61/+19 |
2014-03-15 | fix compilation of ffmpeg-1.1. cosmetics in ffmpeg-1.2 | k-m_schindler | 4 | -3/+25 |
2014-01-01 | Move the threshold and mic-boost options from sound to record. | k-m_schindler | 3 | -16/+15 |
2014-01-01 | Fix in opt.pas | brian-ch | 2 | -3/+3 |
2013-12-30 | update according 2.1. Not checked, but probably working. | k-m_schindler | 1 | -151/+163 |
2013-12-30 | cosmetics. no coe change | k-m_schindler | 1 | -1/+1 |
2013-12-29 | Fix a typo in avcodec | brian-ch | 1 | -1/+2 |
2013-12-26 | Fix in avformat defines and a small fix in UAudioDecoder_FFmpeg | brian-ch | 2 | -17/+23 |
2013-12-26 | fix avcodec | brian-ch | 1 | -25/+57 |
2013-12-25 | try to fix it with ffmpeg-2.* | k-m_schindler | 1 | -0/+6 |
2013-12-25 | cosmetics. no code change | k-m_schindler | 2 | -498/+495 |
2013-12-25 | fix avformat | k-m_schindler | 1 | -18/+22 |
2013-12-25 | fixes in avcodec, and update avutil | brian-ch | 2 | -115/+121 |