Mercurial > mplayer.hg
log libmpcodecs/ad_hwmpa.c @ 21122:be5bde5397fc
age | author | description |
---|---|---|
2006-08-01 | ben | fix a/v sync issues when using ad_hwmpa |
2006-07-23 | nicodvb | in decode_audio() memset(0) unused memory in buf before returning |
2006-07-23 | nicodvb | don't do the work of mp_get_mp3_header() and, as a side effect, prevent a deadlock due to a missed cnt++ |
2006-07-22 | nicodvb | the value returned by decode_audio() must be the amount of _decoded_ bytes (finally it's beginning t work: no more toomanypackets... message) |
2006-07-16 | nicodvb | prevent buffer underflow; the code is still incorrect and leads to desync but at least it doesn't crash |
2006-07-08 | diego | Remove unused variables, patch by Stefan Huehner stefan at huehner org. |
2006-01-15 | nicodvb | ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders |