Mon, 14 Dec 2009 03:30:25 +0000 |
daniel |
FLV 8-bit PCM is unsigned, not signed
libavformat
|
Fri, 20 Nov 2009 20:02:49 +0000 |
daniel |
FLV muxer support for Flash screen codec v2
libavformat
|
Fri, 16 Oct 2009 10:04:35 +0000 |
jbr |
Log a clearer warning message when muxing FLV with Speex containing more than
libavformat
|
Fri, 16 Oct 2009 03:02:25 +0000 |
jbr |
Add Speex support to the FLV muxer.
libavformat
|
Wed, 16 Sep 2009 01:49:34 +0000 |
michael |
Flv should be AVFMT_VARIABLE_FPS.
libavformat
|
Sat, 20 Jun 2009 12:52:48 +0000 |
cehoyos |
Fix onMetaData property count in flv files (issue 1206).
libavformat
|
Mon, 02 Feb 2009 16:10:46 +0000 |
benoit |
Splits the totalbitrate in a videodatarate and audiodatarate part.
libavformat
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
Fri, 16 Jan 2009 01:22:30 +0000 |
bcoudurier |
use ff_avc_parse_nal_units_buf because output size might differ from input size
libavformat
|
Thu, 15 Jan 2009 14:07:59 +0000 |
lucabe |
Reindent after last commit
libavformat
|
Thu, 15 Jan 2009 14:03:07 +0000 |
lucabe |
Do not reallocate AVPacket's data when muxing a packet
libavformat
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
Sun, 11 Jan 2009 05:24:41 +0000 |
bcoudurier |
remove comment, this is not relevant anymore
libavformat
|
Sun, 11 Jan 2009 05:23:46 +0000 |
bcoudurier |
reindent
libavformat
|
Sun, 11 Jan 2009 05:23:10 +0000 |
bcoudurier |
check for negative dts value even if bitstream is already formated,
libavformat
|
Sat, 18 Oct 2008 12:10:08 +0000 |
banan |
Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavformat
|
Sat, 30 Aug 2008 03:07:31 +0000 |
bcoudurier |
timestamps in flv are 32bits _signed_ according to flash player, specs are wrong
libavformat
|
Sat, 30 Aug 2008 03:01:59 +0000 |
bcoudurier |
remove now useless casts
libavformat
|
Sun, 24 Aug 2008 16:51:50 +0000 |
reimar |
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Thu, 29 May 2008 00:35:23 +0000 |
bcoudurier |
check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy
libavformat
|
Mon, 26 May 2008 22:00:35 +0000 |
bcoudurier |
aac and h264 in flv muxing
libavformat
|
Sun, 25 May 2008 01:22:06 +0000 |
bcoudurier |
set correct duration when using b frames
libavformat
|
Sat, 24 May 2008 00:03:00 +0000 |
bcoudurier |
simplify, remove useless vars
libavformat
|
Fri, 02 May 2008 19:35:31 +0000 |
bwolowiec |
Nellymoser handling in FLV
libavformat
|
Fri, 25 Apr 2008 09:04:38 +0000 |
bcoudurier |
set wrap bits to 32bit to actually use it
libavformat
|
Sun, 24 Feb 2008 00:57:15 +0000 |
michael |
flv/swf do not have a big endian codec id, they only support
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|