Thu, 08 May 2008 23:11:13 +0000 |
aurel |
matroskadec: fail gracefully when seeking don't work
libavformat
|
Thu, 08 May 2008 21:47:31 +0000 |
aurel |
matroskadec: add support for track content encoding
libavformat
|
Sat, 19 Apr 2008 17:07:58 +0000 |
voroshil |
Implement FFMAX3(a,b,c) - maximum over three arguments.
libavformat
|
Wed, 02 Apr 2008 21:41:48 +0000 |
aurel |
use common aac sample rate tables
libavformat
|
Mon, 31 Mar 2008 20:16:04 +0000 |
aurel |
check return value of matroska_find_track_by_num (fix a segfault)
libavformat
|
Mon, 10 Mar 2008 21:23:06 +0000 |
aurel |
add out of bound stream index checks
libavformat
|
Mon, 10 Mar 2008 21:09:27 +0000 |
aurel |
add a temporary variable to simplify the code
libavformat
|
Fri, 07 Mar 2008 19:25:09 +0000 |
eugeni |
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
libavformat
|
Mon, 04 Feb 2008 01:04:27 +0000 |
michael |
Remove incorrect cast found by -Wwrite-strings.
libavformat
|
Sun, 27 Jan 2008 15:43:17 +0000 |
aurel |
Add support for Matroska attachments.
libavformat
|
Mon, 07 Jan 2008 00:03:19 +0000 |
aurel |
Make ff_mkv_codec_tags lie entirely in .rodata section.
libavformat
|
Wed, 02 Jan 2008 17:17:56 +0000 |
aurel |
move num_packets=0 where it belongs
libavformat
|
Sat, 29 Dec 2007 20:49:03 +0000 |
aurel |
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
libavformat
|
Sat, 29 Dec 2007 18:35:38 +0000 |
aurel |
clear internal queue when seeking
libavformat
|
Sat, 29 Dec 2007 18:32:47 +0000 |
aurel |
move internal queue freeing code in its own function
libavformat
|
Sat, 29 Dec 2007 18:30:27 +0000 |
aurel |
fix memory leak (patch by Gabriel Fort gforte _at_ wyplay _dot_ com)
libavformat
|
Mon, 03 Dec 2007 13:33:48 +0000 |
diego |
colour --> color in variable names
libavformat
|
Mon, 03 Dec 2007 13:01:53 +0000 |
diego |
cosmetics: comment spelling fixes
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Sun, 21 Oct 2007 22:27:24 +0000 |
aurel |
cosmetics: reindent
libavformat
|
Sun, 21 Oct 2007 17:21:20 +0000 |
kostya |
Make Matroska demuxer output full frames instead of slices for RealVideo
libavformat
|
Fri, 31 Aug 2007 18:24:09 +0000 |
conrad |
SimpleBlock keyframe flag is the most significant bit
libavformat
|
Thu, 16 Aug 2007 22:04:38 +0000 |
aurel |
cosmetic: indentation
libavformat
|
Thu, 16 Aug 2007 22:01:54 +0000 |
aurel |
Don't pre-scale default_duration to avoid precision loss in fps calculation.
libavformat
|
Thu, 16 Aug 2007 21:55:37 +0000 |
aurel |
no need for special case default_duration for AAC
libavformat
|
Thu, 16 Aug 2007 21:54:04 +0000 |
aurel |
calculate default_duration according to framerate only when not already set
libavformat
|
Fri, 10 Aug 2007 15:37:55 +0000 |
aurel |
ensure that negative block_time are properly checked
libavformat
|
Thu, 19 Jul 2007 15:38:33 +0000 |
takis |
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Thu, 19 Jul 2007 15:21:30 +0000 |
takis |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
libavformat
|