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
|
Fri, 18 Nov 2005 14:39:25 +0000 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
Sun, 30 Oct 2005 09:19:05 +0000 |
reimar |
move resync_audio_stream after seeking to demuxer.c
|
Thu, 20 Oct 2005 15:15:53 +0000 |
reimar |
Fix seeking in wav files: align relative to start of data, not start of file
|
Fri, 09 Sep 2005 20:05:42 +0000 |
reimar |
Ignore movi_end (except on error) to allow playing growing files.
|
Fri, 02 Sep 2005 08:32:32 +0000 |
ods15 |
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
|
Fri, 05 Aug 2005 19:57:47 +0000 |
rtognimp |
Demuxer modularization
|
Mon, 01 Aug 2005 18:36:50 +0000 |
reimar |
set i_bps in demux_audio for WAV and MP3 to avoid division by zero before
|
Mon, 18 Apr 2005 20:51:34 +0000 |
reimar |
Fix MP3 detection (list of found MP3 headers was not kep sorted).
|
Sun, 17 Apr 2005 17:17:52 +0000 |
rfelker |
nico partially fixed the bug i reported; here's the rest of the fix.
|
Sun, 17 Apr 2005 17:08:55 +0000 |
nicodvb |
skip framelen-4 bytes after having successfully detected an mpeg audio frame
|
Sun, 17 Apr 2005 09:42:51 +0000 |
nicodvb |
assign correct tag, dwScale and dwBlockAlign to mpeg audio; optionally assign layer and samples_per_frame when parsing mpa header
|
Fri, 04 Mar 2005 01:53:55 +0000 |
rfelker |
100l to reimar.. sh_audio->samplerate and sh_audio->i_bps are not the same
|
Sat, 29 Jan 2005 12:55:56 +0000 |
reimar |
Fix possible hang when playing broken MP3 from linear stream and remove
|
Tue, 28 Sep 2004 17:05:44 +0000 |
reimar |
better, tuneable (via #define) MP3 detection, limit demux_audio to scanning
|
Thu, 16 Sep 2004 19:51:13 +0000 |
reimar |
moved sh_audio initialization from dec_audio to demuxer.c to fix
|
Sun, 05 Sep 2004 22:10:59 +0000 |
rfelker |
fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_pts
|
Thu, 12 Aug 2004 12:36:08 +0000 |
rtognimp |
DTS support via lavc and libdts
|
Thu, 15 Apr 2004 20:48:27 +0000 |
rtognimp |
10l to me: writing outside allocated memory
|
Sat, 04 Oct 2003 22:00:25 +0000 |
lumag |
FLAC decoding support via imported libmpflac.
|
Sat, 20 Sep 2003 12:50:25 +0000 |
lumag |
Fixed 'reading after EOF'. demuxers didn't check, how many they've read!
|
Fri, 19 Sep 2003 19:40:46 +0000 |
faust3 |
get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen at c-s.fr>
|
Wed, 04 Jun 2003 10:52:58 +0000 |
rfelker |
don't set audio pts to infinity after seeking in mp3 files :)
|
Sat, 22 Mar 2003 20:15:03 +0000 |
rtognimp |
Warning fix, patch by Dominik Mierzejewsky
|
Mon, 17 Mar 2003 20:38:23 +0000 |
rtognimp |
10l cbSize not inited for l=16.\n Could give problem in print_wave_header
|
Sat, 15 Mar 2003 19:40:52 +0000 |
rtognimp |
Same behaviour as old code for short headers
|
Sat, 15 Mar 2003 14:12:22 +0000 |
rtognimp |
Read extradata for wav files, based on patch by <dimakar(at)yahoo.com>. Required for truespeech files.
|