index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libfaad
/
xine_decoder.c
Age
Commit message (
Expand
)
Author
2004-01-28
Menno's suggestion for discovering raw aac audio parameters
Miguel Freitas
2004-01-26
Base required source data size on input number of channels rather than output...
James Stembridge
2004-01-26
Support for 5.1 channel AAC, including downmixing to 2 channels when required
James Stembridge
2004-01-12
it 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-04
Use the rate provided by decoder_info[1]
Thibaut Mattern
2003-12-30
- update to libfaad 2.0 rc3
Miguel Freitas
2003-12-20
force raw AAC to be decoded as stereo; not a great idea, but it will
Mike Melanson
2003-12-19
the number of bytes consumed after decoding a frame is revealed by one
Mike Melanson
2003-12-14
API version bounce
Siggi Langauf
2003-12-09
update copyright year (and we have to do it again in 3 weeks... ;-) )
Daniel Caujolle-Bert
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-11-16
New stream/meta info (safe) stuff.
Daniel Caujolle-Bert
2003-11-15
more helper functions cleanup (stream info, meta info)
Miguel Freitas
2003-01-08
fixes/cleanups of the handled/unhandled codecs
Miguel Freitas
2002-12-21
- add buf->decoder_info_ptr: portability for systems where pointer has
Miguel Freitas
2002-12-16
updated libfaad
Miguel Freitas
2002-12-08
decoder, state your name for the record
Mike Melanson
2002-12-04
fix and reinstate FAAD decoder
Mike Melanson
2002-11-26
better solution: go ahead and build libfaad but without any plugin
Mike Melanson
2002-11-20
engine modifications to allow post plugin layer:
Michael Roitzsch
2002-11-19
bring the FAAD decoder in line with the latest API revision
Mike Melanson
2002-09-05
remove plugin's private priority and interface members
Michael Roitzsch
2002-09-05
make all the plugin init functions static
Michael Roitzsch
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch
2002-07-17
more fixes to play aac streams (.mp4)
Miguel Freitas
2002-07-17
still work in progress, cannot play all mp4 streams yet (need some demuxer pa...
Miguel Freitas
2002-07-15
fix initialization errors were header info differ from decoderconfig
Miguel Freitas
2002-07-15
lazy parsing of mp4 esds atom to extract AAC decoder config. now playback
Miguel Freitas
2002-07-14
merge FAAD2 - the GPL AAC decoder library.
Miguel Freitas