summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo of the variable name inside the qalflacaudiodecoder classLaszlo Papp2011-12-071-1/+1
* Implement the initial version of the readCallback inside the flac decoderLaszlo Papp2011-12-071-1/+15
* Implement the tell callback properly and add the missing Q_UNUSED to the seekLaszlo Papp2011-12-071-3/+9
* Implement the seek callback and add the proper retval and args for readLaszlo Papp2011-12-071-37/+18
* Remove the leftover mpg123 entries from the private class' ctor and dtorLaszlo Papp2011-12-071-5/+0
* Add the proper static callback method declarations to the private classLaszlo Papp2011-12-071-16/+23
* Add the real NULL check against the memory allocation result for proper handlingLaszlo Papp2011-12-071-1/+1
* Implement the seeking in the flac decoder and add a state check before decodingLaszlo Papp2011-12-072-4/+12
* Clean up some sndfile leftover private class members in the mpg123 audio decoderLaszlo Papp2011-12-071-2/+0
* Add an initial version of the flac audio decoder with some basic functionalitiesLaszlo Papp2011-12-072-0/+289
* Do not use QMutexLocker, just a private class member QMutex for lockingLaszlo Papp2011-12-071-3/+8
* Amend the "include <mpg123.g>" line in order to get the things definedLaszlo Papp2011-12-071-0/+2
* Use QMutexLocker, static reference counter and isValid members properlyLaszlo Papp2011-12-072-6/+15
* Use a reference counter and call the mpg123_init/exit accordingly in ctor/dtorLaszlo Papp2011-12-071-5/+13
* Fix a typo in the name of the QALMpg123AudioDecoder class inside the headerLaszlo Papp2011-12-061-1/+1
* Initialize the SNDFILE pointer to zero inside the private class constructorLaszlo Papp2011-12-061-0/+1
* Add an initial implementation of the QALMpg123AudioDecoder class to the projectLaszlo Papp2011-12-062-0/+285
* Fix the include path after the decoders folder establishment in the qalcontextLaszlo Papp2011-12-061-1/+1
* Fix the include guards according to the snd -> sndfile renamingLaszlo Papp2011-12-061-4/+4
* Change the src/CMakeLists.txt file according to the decoders movesLaszlo Papp2011-12-061-4/+6
* Establish a separate folder for decoders and move the existing implementationsLaszlo Papp2011-12-064-0/+0
* Use the "SndFile" term instead of "Snd" inside the sndfile decoder backendLaszlo Papp2011-12-064-31/+31
* Check against negative return value after the ov_pcm_tell call, not specific oneLaszlo Papp2011-12-061-2/+2
* Do not use oggVorbisFile pointer anymore and it is not needed to delete eitherLaszlo Papp2011-12-061-8/+8
* Use a private class member for the bitStream and initialize it to zeroLaszlo Papp2011-12-061-4/+5
* Implement the tell operation by using pcm seek and check against the retvalLaszlo Papp2011-12-061-3/+3
* Implement the tell operation by using pcm tell and check against the retvalLaszlo Papp2011-12-061-2/+2
* Use the return value properly for error management instead of strings for nowLaszlo Papp2011-12-061-8/+8
* Use the read method inside the decode according to the current endiannessLaszlo Papp2011-12-061-1/+5
* Add an integer bitStream private class member, and start using itLaszlo Papp2011-12-061-1/+3
* Hard code the bit depth (sample size) as it is also done in the sndfile decoderLaszlo Papp2011-12-061-1/+1
* Better support for things, like sample rate, channels getters, error managementLaszlo Papp2011-12-062-12/+20
* Fix a small typo in a warning message of the QALSndAudioDecoder backendLaszlo Papp2011-12-051-1/+1
* Add an initial version of the QALVorbisFileAudioDecoder backendLaszlo Papp2011-12-052-0/+276
* Use MAKE_Q_OPENAL_LIB also inside the cmake file, not just in the exportLaszlo Papp2011-12-041-1/+1
* No need for forward declaration if it is already includedLaszlo Papp2011-12-041-1/+0
* Add the SNDFILE_LIBRARIES and SNDFILE_INCLUDE_DIRS to the relevant linesLaszlo Papp2011-12-041-1/+1
* Add more error check inside QALContext class for making it preciseLaszlo Papp2011-12-041-0/+5
* Divide the sampleSize by 8 for the maxlen since it is in bitsLaszlo Papp2011-12-011-1/+1
* Implement the alBufferData and format calculation operations in the contextLaszlo Papp2011-12-011-2/+19
* Fix the looping operation in order to get the decoded data into the bufferLaszlo Papp2011-12-012-4/+12
* Return QByteArray() if something went wrong during the decodingLaszlo Papp2011-12-011-1/+3
* Add the channels, sampleRate, sampleSize getters to the interface and impl.Laszlo Papp2011-12-013-0/+29
* Fix a minor issue about error handling: ALC_NO_ERROR -> AL_NO_ERRORLaszlo Papp2011-12-011-2/+2
* Open the snd audio decoder and generate a buffer with error handlingLaszlo Papp2011-12-011-0/+18
* Set the write callback function pointer to zero to not leave with junk valuesLaszlo Papp2011-11-301-0/+1
* Implement the file length callback and start using it for the virtual openLaszlo Papp2011-11-301-0/+8
* Start using sf_open_virtual, eliminate the tmpOffset, establish tmpFileLaszlo Papp2011-11-301-12/+19
* Implement the seek, tell and read callbacks inside the snd audio decoderLaszlo Papp2011-11-301-0/+52
* Add Q_FUNC_INFO everywhere to the qWarning statements to get more detailed dataLaszlo Papp2011-11-292-15/+15