summaryrefslogtreecommitdiffstats
path: root/src/decoders
Commit message (Expand)AuthorAgeFilesLines
* Make a dirty and nasty hackaround for compilation, but needs to be revisited..Laszlo Papp2011-12-131-2/+20
* Return -1 as an error value if there is some issue during the decodingLaszlo Papp2011-12-131-1/+1
* Rename the pure virtual method to decodeData and public inheritance explicitelyLaszlo Papp2011-12-138-12/+12
* Implement the helper decode methods inside the abstract classLaszlo Papp2011-12-138-72/+0
* Implement the helper open methods inside the abstract classLaszlo Papp2011-12-137-44/+12
* Fix the open method inside the qalflacaudiodecoder class..Laszlo Papp2011-12-131-4/+12
* Do not use a local return value variable, just write the output argumentLaszlo Papp2011-12-081-3/+2
* Extend the lengthCallback with proper error management and warning messageLaszlo Papp2011-12-071-1/+9
* Extend the tellCallback with proper error management and warning messageLaszlo Papp2011-12-071-1/+9
* Make the warning message more precise if the tell operation fails for a reasonLaszlo Papp2011-12-071-1/+4
* Clean up and implement the pos() method of the qalflacaudiodecoder classLaszlo Papp2011-12-071-12/+5
* Use the Q_UNUSED more for the metadataCallback and also errorCallbackLaszlo Papp2011-12-071-0/+6
* Do nothing inside the writeCallback for now - maybe zero callback later for thisLaszlo Papp2011-12-071-0/+5
* Just return from the writeCallback for the time being inside the flac decoderLaszlo Papp2011-12-071-0/+1
* Implement the eofCallback of the flac audio decoder backendLaszlo Papp2011-12-071-0/+3
* Add further 4 skeleton callback bodies to the flac decoder classLaszlo Papp2011-12-071-0/+21
* 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-071-2/+10
* 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-071-6/+13
* 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 guards according to the snd -> sndfile renamingLaszlo Papp2011-12-061-4/+4
* Establish a separate folder for decoders and move the existing implementationsLaszlo Papp2011-12-064-0/+568