| Commit message (Expand) | Author | Files | Lines |
2013-12-21 | fix ffmpeg-1.1 | k-m_schindler | 1 | -1/+1 |
2013-12-21 | cosmetics | k-m_schindler | 1 | -1/+0 |
2013-12-15 | Add more explanations. Thanks again to brianf for the decisive hint. | k-m_schindler | 1 | -1/+4 |
2013-12-15 | fix the screwy sound by requesting the required sample format. | k-m_schindler | 1 | -0/+5 |
2013-12-15 | Code beautifying. Minor code change for more verbose log | k-m_schindler | 1 | -47/+58 |
2013-12-15 | minor code optimization | k-m_schindler | 1 | -5/+2 |
2013-12-14 | fix PByteIOContext for ffmpeg-1.2. ffmpeg-0.8 works. ffmpeg-1.2 compiles but ... | k-m_schindler | 1 | -0/+4 |
2013-12-14 | add FF_API_AVCODEC_RESAMPLE and FFMPEG_VERSION_INT | k-m_schindler | 1 | -1/+13 |
2013-07-18 | fix version detection of libavformat | k-m_schindler | 3 | -15/+15 |
2013-07-11 | Added compilation condition to new UMediaCore_FFmpeg functions to make earlie... | lotanrm | 1 | -0/+6 |
2013-07-11 | In order to make ffmpeg-1.0 work: | lotanrm | 3 | -12/+92 |
2013-05-15 | fix compilation on ubuntu and lart release engineers, who mix releases ;-) | k-m_schindler | 2 | -2/+2 |
2013-02-22 | add fade for medley mod. | k-m_schindler | 4 | -0/+28 |
2012-10-20 | fix version detection of libavformat | k-m_schindler | 1 | -1/+1 |
2012-07-14 | fix pointer types. | k-m_schindler | 1 | -2/+3 |
2012-05-24 | cosmetics: long variable names. no code change. | k-m_schindler | 1 | -8/+8 |
2012-05-24 | some minor bugfixes. | k-m_schindler | 1 | -4/+4 |
2012-05-24 | cosmetics: long variable names. no code change. | k-m_schindler | 1 | -9/+9 |
2012-05-17 | Corrected AVStream pointer arithmetic to work inconjuction with fpc 2.6 as we... | lotanrm | 3 | -8/+4 |
2012-05-17 | Added support for ffmpeg-0.10. | lotanrm | 3 | -19/+89 |
2012-05-11 | correct versions and prepare logic of file opening for ffmpeg-0.8 | k-m_schindler | 3 | -7/+7 |
2012-05-10 | indentation. surely, no code change. | k-m_schindler | 1 | -1/+2 |
2012-05-10 | minimal type adjustments. This should make no difference. | k-m_schindler | 1 | -4/+4 |
2012-05-08 | untested proposal for replacement of av_find_stream_info by av_read_frame | k-m_schindler | 1 | -0/+9 |
2012-05-05 | another fix of streams. USDX finally builds, but does not work. | k-m_schindler | 1 | -0/+4 |
2012-05-05 | update for ffmpeg-0.8 | k-m_schindler | 2 | -0/+12 |
2012-04-22 | updates and extension for ffmpeg-0.8 | k-m_schindler | 4 | -1/+33 |
2012-04-20 | new detection of ffmpeg version. API changes: SampleFormat -> AVSampleFormat.... | k-m_schindler | 2 | -8/+7 |
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 |