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
|
Sun, 19 Nov 2006 05:32:22 +0000 |
kostya |
Identation
libavformat
|
Sun, 19 Nov 2006 05:30:43 +0000 |
kostya |
Divide first audio buffer chunk into atomary bufffers.
libavformat
|
Sat, 18 Nov 2006 20:34:24 +0000 |
diego |
Fix misplaced comment.
libavformat
|
Sat, 18 Nov 2006 17:37:56 +0000 |
diego |
Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files
libavformat
|
Fri, 17 Nov 2006 16:54:18 +0000 |
ods15 |
change mpeg4 fourcc from "mp4s" to "mp4v"
libavformat
|
Fri, 17 Nov 2006 16:53:42 +0000 |
ods15 |
update to libnut, use framecode table generator
libavformat
|
Fri, 17 Nov 2006 14:43:14 +0000 |
ods15 |
update to libnut API, changes to frame_table_input
libavformat
|
Thu, 16 Nov 2006 23:36:54 +0000 |
michael |
fix support for avis with sample_size > packet size
libavformat
|
Thu, 16 Nov 2006 15:49:54 +0000 |
bcoudurier |
parse video frame headers to get key flag
libavformat
|
Thu, 16 Nov 2006 12:27:43 +0000 |
michael |
10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe)
libavformat
|
Thu, 16 Nov 2006 11:19:03 +0000 |
bcoudurier |
print error when unsupported sample rate is used with swf
libavformat
|
Thu, 16 Nov 2006 11:03:40 +0000 |
michael |
check max_pts_distance
libavformat
|
Thu, 16 Nov 2006 10:20:29 +0000 |
michael |
skip non keyframes after seeking between syncpoint and the first keyframe
libavformat
|
Thu, 16 Nov 2006 09:59:46 +0000 |
michael |
remove unused variables
libavformat
|
Thu, 16 Nov 2006 09:56:04 +0000 |
michael |
removing unused code
libavformat
|
Thu, 16 Nov 2006 08:48:05 +0000 |
gpoirier |
remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com
libavformat
|
Thu, 16 Nov 2006 07:33:25 +0000 |
ods15 |
Update to libnut API, non-negative errors
libavformat
|
Wed, 15 Nov 2006 11:29:39 +0000 |
ods15 |
update to libnut API, don't free the streams
libavformat
|
Wed, 15 Nov 2006 01:11:33 +0000 |
diego |
MinGW compilation fix, inet_aton and #includes depend on networking support.
libavformat
|
Tue, 14 Nov 2006 23:53:37 +0000 |
mru |
rename HAVE_DLFCN to HAVE_DLFCN_H
libavformat
|
Tue, 14 Nov 2006 22:24:10 +0000 |
michael |
check for frames with 2*size > max_dist and no crc
libavformat
|
Tue, 14 Nov 2006 22:23:26 +0000 |
michael |
resync from last syncpoint
libavformat
|
Tue, 14 Nov 2006 22:22:53 +0000 |
michael |
remove skip spam
libavformat
|
Tue, 14 Nov 2006 21:31:19 +0000 |
diego |
Move BeOS-specific code into os_support.c.
libavformat
|
Tue, 14 Nov 2006 17:01:33 +0000 |
ods15 |
update to libnut, add cache_syncpoints
libavformat
|
Tue, 14 Nov 2006 14:54:40 +0000 |
bcoudurier |
add 422P@HL I-only universal label
libavformat
|
Tue, 14 Nov 2006 14:37:59 +0000 |
gpoirier |
Use common macro PUT_UTF8 in asf.c
libavformat
|
Tue, 14 Nov 2006 13:33:05 +0000 |
michael |
indention
libavformat
|