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