summaryrefslogtreecommitdiffstats
path: root/src/decoders/qalflacaudiodecoder.cpp
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-131-1/+1
* Implement the helper decode methods inside the abstract classLaszlo Papp2011-12-131-14/+0
* Implement the helper open methods inside the abstract classLaszlo Papp2011-12-131-12/+0
* 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
* Add an initial version of the flac audio decoder with some basic functionalitiesLaszlo Papp2011-12-071-0/+234