summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_hwmpa.c
Commit message (Expand)AuthorAgeFilesLines
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Fix check for wrong variable: len can be unitialized but not normally < 0,reimar2010-02-251-1/+1
* 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-0/+18
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* Get rid of min/max macros from aviheader.h, they do not belong here.reimar2006-12-091-1/+1
* fix a/v sync issues when using ad_hwmpaben2006-08-011-0/+3
* in decode_audio() memset(0) unused memory in buf before returningnicodvb2006-07-231-1/+2
* don't do the work of mp_get_mp3_header() and, as a side effect, prevent a dea...nicodvb2006-07-231-2/+0
* the value returned by decode_audio() must be the amount of _decoded_ bytes (...nicodvb2006-07-221-5/+7
* prevent buffer underflow; the code is still incorrect and leads to desync but...nicodvb2006-07-161-10/+19
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-081-1/+1
* ad_hwmpa: pass-through fake audio codec for hardware mpeg decodersnicodvb2006-01-151-0/+136