Wed, 19 Sep 2007 21:28:42 +0000 |
diego |
cosmetics: typo
libavformat
|
Thu, 26 Jul 2007 13:01:09 +0000 |
aurel |
replaces hardcoded values by the equivalent enum definitions
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Sun, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
libavformat
|
Sun, 08 Apr 2007 11:34:15 +0000 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
Thu, 08 Feb 2007 20:54:12 +0000 |
reimar |
Use av_set_pts_info and set some arbitrary timebase fallback
libavformat
|
Wed, 07 Feb 2007 23:22:53 +0000 |
reimar |
set pts_wrap_bits to 32 since timestamps in packets are 32 bit
libavformat
|
Wed, 07 Feb 2007 22:51:42 +0000 |
reimar |
10l, forgot to skip payload description in UMF packet parsing
libavformat
|
Wed, 22 Nov 2006 18:47:05 +0000 |
reimar |
Set CODEC_TYPE_DATA for timecode tracks.
libavformat
|
Wed, 22 Nov 2006 18:31:28 +0000 |
reimar |
Set st->need_parsing = 2 for MPEG-content.
libavformat
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Tue, 08 Aug 2006 18:02:09 +0000 |
michael |
both timestamps are dts, (checked trailer.gxf, spec is unclear)
libavformat
|
Wed, 02 Aug 2006 10:37:10 +0000 |
bcoudurier |
remove unneeded audio fourcc as well
libavformat
|
Wed, 02 Aug 2006 09:59:10 +0000 |
reimar |
Minor resync optimization
libavformat
|
Wed, 02 Aug 2006 08:45:10 +0000 |
bcoudurier |
do not set unneeded fourcc
libavformat
|
Tue, 01 Aug 2006 10:19:25 +0000 |
reimar |
Support for seeking, both with and without index and correct timestamps
libavformat
|
Sun, 30 Jul 2006 14:44:38 +0000 |
reimar |
Fix typo in comment
libavformat
|
Wed, 12 Jul 2006 00:09:34 +0000 |
mru |
move common stuff from avienc.c and wav.c to new file riff.c
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Mon, 03 Jul 2006 16:32:57 +0000 |
reimar |
add GXF demuxer
libavformat
|