Fri, 25 Oct 2013 19:59:57 +0000 |
reimar |
Use sizeof(*var) instead of sizeof(type), prefer calloc.
|
Fri, 25 Oct 2013 19:59:56 +0000 |
reimar |
Remove pointless casts.
|
Fri, 25 Oct 2013 19:59:54 +0000 |
reimar |
Add some missing "const".
|
Fri, 04 Oct 2013 17:22:22 +0000 |
reimar |
mpeg123: Support in-stream format changes.
|
Wed, 02 May 2012 21:15:07 +0000 |
iive |
Workaround bug in mpg123. In rare cases, after seeking mplayer stops audio playback and would repeat "No stream opened. (code 24)" until next seek.
|
Tue, 13 Mar 2012 11:44:05 +0000 |
diego |
Update ad_mpg123 in preparation to replace mp3lib.
|
Wed, 26 Oct 2011 15:12:35 +0000 |
diego |
Add missing mp_msg.h #includes, remove some unnecessary ones.
|
Tue, 07 Sep 2010 23:46:14 +0000 |
diego |
Add the proper include instead of declaring the fakemono variable extern.
|
Tue, 13 Jul 2010 15:11:34 +0000 |
diego |
Enable robust resync for mpg123 decoder.
|
Wed, 30 Jun 2010 09:55:14 +0000 |
diego |
MP3 decoding through libmpg123
|