summaryrefslogtreecommitdiff
path: root/apps/codecs/raac.c
AgeCommit message (Expand)Author
2011-06-02FS#12141 by Sean BartellNils Wallménius
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann
2011-04-28Remove unneeded update of ci->id3->frequency in aac and raac codec.Andree Buschmann
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis
2011-04-24Rework of libfaad in several areas. Allow removal of malloc with a new define...Andree Buschmann
2011-04-24Fix yellow.Andree Buschmann
2011-04-24Use dedicated function to internally reset aac decoder synthesis after seek.Andree Buschmann
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis
2010-07-25codecs: mark some local variables with 'static'Nils Wallménius
2010-07-06Integrate FS#11445 to raac. In addition remove faad specific pcm conversion a...Andree Buschmann
2009-11-18Set svn:keywords property.Mohamed Tarek
2009-11-18Handle mid-track resumes in RM.Mohamed Tarek
2009-10-03Smarter check for failed packet parsing in RM. Also fixes a bug in playback w...Mohamed Tarek
2009-08-04Move the DATA_HEADER_SIZE define to codecs/librm/rm.h and add a define Mohamed Tarek
2009-07-25Adding support for playback of aac audio in rm container, with seeking.Mohamed Tarek