summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_hwmpa.c
Commit message (Collapse)AuthorAgeFilesLines
* Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
| | | | | | Make the per-decoder struct ad_functions and its ->info struct constants. Same for the mpcodecs_ad_drivers[] table of pointers to those structs.
* Get rid of min/max macros from aviheader.h, they do not belong here.reimar2006-12-091-1/+1
| | | | | | | Replace their uses by FFMIN/FFMAX git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21547 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a/v sync issues when using ad_hwmpaben2006-08-011-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19292 b3059339-0415-0410-9bf9-f77b7e298cf2
* in decode_audio() memset(0) unused memory in buf before returningnicodvb2006-07-231-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19164 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't do the work of mp_get_mp3_header() and, as a side effect, prevent a ↵nicodvb2006-07-231-2/+0
| | | | | | deadlock due to a missed cnt++ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19163 b3059339-0415-0410-9bf9-f77b7e298cf2
* the value returned by decode_audio() must be the amount of _decoded_ bytes ↵nicodvb2006-07-221-5/+7
| | | | | | (finally it's beginning t work: no more toomanypackets... message) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19162 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent buffer underflow; the code is still incorrect and leads to desync ↵nicodvb2006-07-161-10/+19
| | | | | | but at least it doesn't crash git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19125 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18963 b3059339-0415-0410-9bf9-f77b7e298cf2
* ad_hwmpa: pass-through fake audio codec for hardware mpeg decodersnicodvb2006-01-151-0/+136
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17398 b3059339-0415-0410-9bf9-f77b7e298cf2