summaryrefslogtreecommitdiff
path: root/src/libfaad/xine_decoder.c
AgeCommit message (Expand)Author
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-03Use the actually-implemented interface instead of the out-of-date faad.h.Darren Salt
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-10-29update libfaad2 to CVS snapshot 2004-09-15Mike Melanson
2005-07-17More codec description detailJames Stembridge
2005-06-04Make sure bits per sample is always setJames Stembridge
2005-05-30No need to guess parameters, faad will read them from ADTS/ADIF headerJames Stembridge
2005-05-21Avoid integer overflow in bitrate calculationJames Stembridge
2005-05-21Estimate AAC bitrateJames Stembridge
2005-05-21**BUGFIX**James Stembridge
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-03Update to libfaad2 2.0.Thibaut Mattern
2004-11-29Fix playback of some recent NSV streams with AAC.Thibaut Mattern
2004-06-01Standardise prefix of debug output with error messagesJames Stembridge
2004-06-01Tighter checking on header for presence of codec init dataJames Stembridge
2004-05-241) Support AAC in AVIJames Stembridge
2004-01-28Menno's suggestion for discovering raw aac audio parametersMiguel Freitas
2004-01-26Base required source data size on input number of channels rather than output...James Stembridge
2004-01-26Support for 5.1 channel AAC, including downmixing to 2 channels when requiredJames Stembridge
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2004-01-04Use the rate provided by decoder_info[1]Thibaut Mattern
2003-12-30- update to libfaad 2.0 rc3Miguel Freitas
2003-12-20force raw AAC to be decoded as stereo; not a great idea, but it willMike Melanson
2003-12-19the number of bytes consumed after decoding a frame is revealed by oneMike Melanson
2003-12-14API version bounceSiggi Langauf
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-16updated libfaadMiguel Freitas
2002-12-08decoder, state your name for the recordMike Melanson
2002-12-04fix and reinstate FAAD decoderMike Melanson
2002-11-26better solution: go ahead and build libfaad but without any pluginMike Melanson
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-19bring the FAAD decoder in line with the latest API revisionMike Melanson
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-07-17more fixes to play aac streams (.mp4)Miguel Freitas
2002-07-17still work in progress, cannot play all mp4 streams yet (need some demuxer pa...Miguel Freitas
2002-07-15fix initialization errors were header info differ from decoderconfigMiguel Freitas
2002-07-15lazy parsing of mp4 esds atom to extract AAC decoder config. now playbackMiguel Freitas
2002-07-14merge FAAD2 - the GPL AAC decoder library.Miguel Freitas