summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_speex.c
Commit message (Expand)AuthorAgeFilesLines
* ad_speex: improve timestamp handlingreimar2010-12-161-1/+9
* ad_speex: Fix possible memory leaks on errorreimar2010-12-161-2/+8
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+1
* Support extradata format of the speex.acm windows codec formerly availablereimar2010-03-121-0/+24
* Fix crash if speex_packet_to_header fails.reimar2010-03-121-0/+4
* cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-121-1/+1
* Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-2/+19
* Put files fully owned by my under GPL v2 "or later"reimar2006-11-171-1/+1
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-1/+1
* bug fixes: left-over mode variable used uninitialized,reimar2006-04-191-2/+10
* Use free instead of speex_free - since speex_free does not appear in thereimar2006-01-191-1/+1
* Speex audio decodingreimar2005-11-051-0/+113