Sun, 21 Dec 2008 20:56:30 +0000 |
michael |
Fix detection of audio codec in K70707-ARIA229.flv.
libavformat
|
Sun, 16 Nov 2008 02:56:34 +0000 |
bcoudurier |
set pts in flv demuxer
libavformat
|
Tue, 28 Oct 2008 23:49:04 +0000 |
cehoyos |
Fix endless loop when opening corrupt FLV files (issue 699).
libavformat
|
Fri, 24 Oct 2008 23:06:03 +0000 |
bcoudurier |
simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz
libavformat
|
Fri, 24 Oct 2008 18:36:26 +0000 |
bcoudurier |
force sample rate to 16khz for speex in flv, fix speexaudio.flv
libavformat
|
Fri, 24 Oct 2008 16:46:43 +0000 |
skal |
fix for >2GB flv files
libavformat
|
Sat, 18 Oct 2008 12:08:55 +0000 |
banan |
8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu
libavformat
|
Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavformat
|
Fri, 29 Aug 2008 22:10:34 +0000 |
bcoudurier |
skip empty flv data packets, fix issue #602
libavformat
|
Fri, 29 Aug 2008 22:07:01 +0000 |
bcoudurier |
factorize packet skip code
libavformat
|
Fri, 29 Aug 2008 22:03:18 +0000 |
bcoudurier |
simplify size handling code
libavformat
|
Fri, 29 Aug 2008 17:06:35 +0000 |
bcoudurier |
speex in flv demuxing
libavformat
|
Thu, 31 Jul 2008 02:26:40 +0000 |
bcoudurier |
skip flv video info / command frame packets, fix issue #546
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Mon, 26 May 2008 22:01:41 +0000 |
bcoudurier |
aac and h264 in flv demuxing
libavformat
|
Fri, 23 May 2008 21:51:33 +0000 |
bcoudurier |
in flv this field is dts finally
libavformat
|
Fri, 23 May 2008 21:47:30 +0000 |
bcoudurier |
flv use 32 bit pts
libavformat
|
Fri, 25 Apr 2008 09:08:13 +0000 |
bcoudurier |
pts are unsigned according to specs, fix negative pts when 32bit pts are used
libavformat
|
Mon, 14 Apr 2008 12:25:44 +0000 |
michael |
Remove useless code.
libavformat
|
Mon, 14 Apr 2008 12:24:29 +0000 |
michael |
Recommit r12809
libavformat
|
Mon, 14 Apr 2008 12:22:23 +0000 |
michael |
Use generic seeking code for flv. The removed code was a buggy duplicate.
libavformat
|
Mon, 14 Apr 2008 12:10:53 +0000 |
michael |
revert r12809
libavformat
|
Sun, 13 Apr 2008 23:47:03 +0000 |
michael |
Stop find_stream_info() searching for further streams if 2 streams have
libavformat
|
Sun, 13 Apr 2008 22:58:04 +0000 |
michael |
10l
libavformat
|
Thu, 20 Mar 2008 11:02:40 +0000 |
skal |
Additional checks for strange num_val in FLV metadata
libavformat
|
Sun, 24 Feb 2008 01:04:00 +0000 |
michael |
Fix issue357
libavformat
|
Sun, 24 Feb 2008 00:57:15 +0000 |
michael |
flv/swf do not have a big endian codec id, they only support
libavformat
|
Thu, 20 Dec 2007 11:22:39 +0000 |
banan |
Reindent
libavformat
|
Thu, 20 Dec 2007 11:21:10 +0000 |
banan |
Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|