summaryrefslogtreecommitdiffstats
path: root/src/encoder/encoderffmpegresample.cpp
AgeCommit message (Expand)Author
2016-05-11Delete legacy cruftUwe Klotz
2016-04-27Replace "shoutcast" with "broadcast" in most places.RJ Ryan
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
2015-07-17Now Mono files also worksTuukka Pasanen
2015-07-16Case is more readable than if-else-if system for conversionTuukka Pasanen
2015-07-14Remove need for libavresampler/libswresampler or ffmpeg old resampler so it c...Tuukka Pasanen
2015-07-14Change resampler to use Mixxx inner functions and not FFmpeg library to conve...Tuukka Pasanen
2015-07-01Fix compiling with libAV (Avconv) 0.8.xTuukka Pasanen
2015-06-18Few error messages to confuse people even moreTuukka Pasanen
2015-06-13Now FFmpeg obey channel count to make test not crash.Tuukka Pasanen
2015-06-06Fixed two major seeking issues that plagues in same time.Tuukka Pasanen
2014-10-13Change (u)int(8/32/64)_t to q(u)int(8/32/64) for more easy porting experienceTuukka Pasanen
2014-09-09Changed avresample_close to avresample_free to remove leakage everytime resam...Tuukka Pasanen
2014-09-05Last mem leaks slashed from FFMPEGTuukka Pasanen
2014-08-29Made FFMPEG 0.11 through 1.1 compile and workTuukka Pasanen
2014-08-04Tuned FFMPEG resample interface more simple and usableTuukka Pasanen
2013-11-07Commented #ifdef .. #endif stuff so it's more clean to readTuukka Pasanen
2013-11-06Beatified code with astyle -A2 --pad-headerTuukka Pasanen
2013-11-05Compilation fixes with Libav 9 in encoder are solvedTuukka Pasanen
2013-09-0380 bytes per line hurts my eyes. I have bigger monitor to read text. Anyways ...Tuukka Pasanen
2013-09-01Fixing encoder issues when playin s16p because we want to have s16.Tuukka Pasanen
2013-08-08Code guideline changes: 'if(' to 'if (' and 'for(' to 'for ('Tuukka Pasanen
2013-08-07Changed comment style from C-like /* to C++ //Tuukka Pasanen
2013-08-07Fixing code formating to fix Mixxx code guideTuukka Pasanen
2013-08-04Recording and playing is now working with libav 0.8.x/9 series and FFMPEG 0.1...Tuukka Pasanen
2013-07-05FFMPEG MP3/OGG encoder is enabled again. It doesn't work as expected so it ne...Tuukka Pasanen
2013-07-04FFMPEG 0.10/0.11/1.0/1.1 and LibAV 0.8/9 compiling issues sorted outTuukka Pasanen
2013-07-04Correct author info for commitTuukka Pasanen