Wed, 09 Jun 2010 08:59:41 +0000 |
siretart |
Fix printf format warnings
libavformat
|
Sun, 23 May 2010 23:33:38 +0000 |
reimar |
Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many
libavformat
|
Fri, 16 Apr 2010 12:21:38 +0000 |
conrad |
oggdec: Move warning about missing granule to the correct place
libavformat
|
Fri, 16 Apr 2010 12:21:35 +0000 |
conrad |
oggdec: Fix duration calculation if the last page in a file has no granule
libavformat
|
Fri, 16 Apr 2010 12:21:29 +0000 |
conrad |
oggdec: Remove write-only variable
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
|
Sat, 20 Mar 2010 13:36:43 +0000 |
jbr |
Add VorbisComment writing to FLAC files.
libavformat
|
Fri, 12 Mar 2010 05:17:01 +0000 |
conrad |
oggdec: Pass packets to header() until the stream is done with them
libavformat
|
Thu, 11 Mar 2010 07:18:00 +0000 |
conrad |
oggdec: Seek to keyframes
libavformat
|
Thu, 11 Mar 2010 07:17:56 +0000 |
conrad |
oggdec: Determine pts and filepos on a packet basis in read_timestamp
libavformat
|
Thu, 11 Mar 2010 07:17:53 +0000 |
conrad |
oggdec: Move PTS/DTS calculation to a function
libavformat
|
Thu, 11 Mar 2010 07:17:43 +0000 |
conrad |
oggdec: Fix duration calculation for streams with non-zero start
libavformat
|
Thu, 11 Mar 2010 07:17:40 +0000 |
conrad |
oggdec: Parse skeleton to determine the start time of each stream
libavformat
|