aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_hwmpa.c
Commit message (Expand)AuthorAge
* Get rid of min/max macros from aviheader.h, they do not belong here.Gravatar reimar2006-12-09
* fix a/v sync issues when using ad_hwmpaGravatar ben2006-08-01
* in decode_audio() memset(0) unused memory in buf before returningGravatar nicodvb2006-07-23
* don't do the work of mp_get_mp3_header() and, as a side effect, prevent a dea...Gravatar nicodvb2006-07-23
* the value returned by decode_audio() must be the amount of _decoded_ bytes (...Gravatar nicodvb2006-07-22
* prevent buffer underflow; the code is still incorrect and leads to desync but...Gravatar nicodvb2006-07-16
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* ad_hwmpa: pass-through fake audio codec for hardware mpeg decodersGravatar nicodvb2006-01-15