Sat, 21 Oct 2006 19:58:49 +0000 |
reimar |
Try playing files with wrong wav header length, fixes riff_broken_hrdlen.wav
|
Thu, 13 Jul 2006 16:41:13 +0000 |
reynaldo |
drops casts from void * on malloc/calloc from libmpdemux code
|
Wed, 14 Jun 2006 19:48:54 +0000 |
uau |
Clean up audio pts handling, make audio pts tracking in the audio-only
|
Wed, 14 Jun 2006 14:05:59 +0000 |
uau |
Change free_sh_audio() to take demuxer and stream id as parameters
|
Sat, 22 Apr 2006 05:12:10 +0000 |
reynaldo |
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
|
Sun, 16 Apr 2006 13:45:21 +0000 |
reimar |
Use ULL for > 32 bits constant.
|
Tue, 11 Apr 2006 10:46:52 +0000 |
reimar |
try to detect flac bitrate early on to avoid division by zero problems.
|
Tue, 11 Apr 2006 10:43:20 +0000 |
reimar |
check wav header length against upper limit, should protect against
|
Mon, 27 Mar 2006 17:25:41 +0000 |
diego |
Convert printfs in aviprint.c to mp_msg and give the information printing
|
Fri, 24 Mar 2006 08:12:03 +0000 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
Mon, 20 Mar 2006 20:06:04 +0000 |
aurel |
retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox.org >)
|
Thu, 09 Mar 2006 22:14:34 +0000 |
reimar |
fix leak on read error (forgot to free demux packet)
|
Wed, 08 Mar 2006 13:07:36 +0000 |
reimar |
"i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.
|
Fri, 17 Feb 2006 01:57:41 +0000 |
corey |
Second-try commit of this patch.
|
Tue, 07 Feb 2006 22:12:34 +0000 |
reimar |
read data in nBlockAlign aligned chunks
|