summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_hwmpa.c
Commit message (Expand)AuthorAgeFilesLines
* Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
* 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