Sat, 22 May 2010 16:01:32 +0000 |
cehoyos |
Move AVCodecTag from riff.h into internal.h.
libavformat
|
Wed, 31 Mar 2010 12:29:58 +0000 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Tue, 02 Feb 2010 22:23:09 +0000 |
cehoyos |
Guess the duration before converting video and write guessed duration
libavformat
|
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
|