Mercurial > mplayer.hg
log libmpdemux/muxer_mpeg.c @ 33792:6d00f9ad294c
age | author | description |
---|---|---|
Tue, 12 Jul 2011 10:19:59 +0000 | cehoyos | Fix typo. |
Sun, 12 Dec 2010 12:51:32 +0000 | reimar | Support 0xff as tag for AAC audio and avoid an endless loop for unknown |
Sun, 14 Nov 2010 09:12:34 +0000 | cboesch | Remove most of the NULL pointer check before free all over the code |
Mon, 04 Oct 2010 06:40:32 +0000 | reimar | 1000l, %lf is not valid format string for printf (only for scanf) and actually |
Sat, 07 Aug 2010 19:35:57 +0000 | diego | Add missing header for mp_a52_framesize, fixes the warning: |
Sat, 31 Jul 2010 16:15:36 +0000 | diego | Use mp_a52_framesize() in all cases; gets rid of liba52 dependency. |
Sat, 31 Jul 2010 16:05:19 +0000 | diego | Add 'z' length modifier to %d printf format specifiers for size_t arguments. |