Thu, 07 Dec 2006 00:47:37 +0000 |
mru |
use standard INT64_MAX instead of MAXINT64 (and MIN)
libavformat
|
Wed, 06 Dec 2006 23:46:11 +0000 |
mru |
use the standard INT64_C() macro for 64-bit constants
libavformat
|
Wed, 06 Dec 2006 17:17:33 +0000 |
bcoudurier |
cosmetics, remove braces, remove spaces just inside parens
libavformat
|
Wed, 06 Dec 2006 15:46:12 +0000 |
bcoudurier |
do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, andrew parkins at 360visiontechnology com
libavformat
|
Wed, 06 Dec 2006 00:23:04 +0000 |
aurel |
Defines various common FLV format values between the FLV muxer and demuxer
libavformat
|
Mon, 04 Dec 2006 15:46:32 +0000 |
takis |
Minor modifications to handle mms streaming.
libavformat
|
Mon, 04 Dec 2006 11:42:48 +0000 |
bcoudurier |
probe with some success image files not containing number pattern but having recognized image extension
libavformat
|
Sun, 03 Dec 2006 05:47:55 +0000 |
kostya |
Do not touch pkt->pts
libavformat
|
Sun, 03 Dec 2006 05:29:00 +0000 |
kostya |
Some VQA v1 files don't have audio stream
libavformat
|
Sat, 02 Dec 2006 21:28:05 +0000 |
melanson |
Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream.
libavformat
|
Fri, 01 Dec 2006 10:26:54 +0000 |
diego |
Fix wrong flags for S16LE and S16BE audio in FLV files.
libavformat
|
Thu, 30 Nov 2006 01:00:12 +0000 |
diego |
Fix compile with --disable-muxers, patch by Lo«Ác Le Loarer, lll+ffmpeg m4x org.
libavformat
|
Wed, 29 Nov 2006 05:42:59 +0000 |
kostya |
Better VQA demuxer
libavformat
|
Tue, 28 Nov 2006 23:41:53 +0000 |
aurel |
matroska: scale timecode according to time_scale
libavformat
|
Tue, 28 Nov 2006 17:17:36 +0000 |
bcoudurier |
move source_package declaration in the loop and reset it each iteration
libavformat
|
Tue, 28 Nov 2006 15:34:18 +0000 |
bcoudurier |
readjust dts if negative
libavformat
|
Mon, 27 Nov 2006 12:55:24 +0000 |
aurel |
cleanup the #ifdef mess in muxer/demuxer registration
libavformat
|
Thu, 23 Nov 2006 22:26:05 +0000 |
aurel |
No need for special trick anymore for flac in matroska.
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
|
Tue, 21 Nov 2006 23:47:21 +0000 |
aurel |
add support for FLAC in matroska
libavformat
|
Tue, 21 Nov 2006 13:18:21 +0000 |
aurel |
move common voc muxer and demuxer data to voc.c
libavformat
|
Tue, 21 Nov 2006 13:08:04 +0000 |
aurel |
split voc.c into vocdec.c and vocenc.c
libavformat
|
Mon, 20 Nov 2006 20:16:32 +0000 |
aurel |
add support for tta in matroska
libavformat
|
Mon, 20 Nov 2006 00:33:47 +0000 |
aurel |
cosmetics: reindent after last commit
libavformat
|
Mon, 20 Nov 2006 00:31:59 +0000 |
aurel |
matroska: split real video frames so that each packet contains only one slice
libavformat
|
Mon, 20 Nov 2006 00:15:52 +0000 |
aurel |
matroska: properly handle real video extradata
libavformat
|
Mon, 20 Nov 2006 00:04:08 +0000 |
aurel |
simplify free()+set to NULL using av_freep()
libavformat
|