aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_speex.c
Commit message (Expand)AuthorAge
* ad_speex: support decoding stream without header packetGravatar reimar2011-05-02
* ad_speex: improve timestamp handlingGravatar reimar2010-12-16
* ad_speex: Fix possible memory leaks on errorGravatar reimar2010-12-16
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Support extradata format of the speex.acm windows codec formerly availableGravatar reimar2010-03-12
* Fix crash if speex_packet_to_header fails.Gravatar reimar2010-03-12
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* Put files fully owned by my under GPL v2 "or later"Gravatar reimar2006-11-17
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* bug fixes: left-over mode variable used uninitialized,Gravatar reimar2006-04-19
* Use free instead of speex_free - since speex_free does not appear in theGravatar reimar2006-01-19
* Speex audio decodingGravatar reimar2005-11-05