Tue, 19 Feb 2008 16:18:17 +0000 |
reimar |
Fix misplaced const, avoids a cast-discards-qualifiers warning
libavformat
|
Tue, 19 Feb 2008 16:08:52 +0000 |
michael |
const
libavformat
|
Fri, 15 Feb 2008 20:32:32 +0000 |
michael |
Fix timestamps and durations if the first packets have no durations nor timestamps,
libavformat
|
Fri, 15 Feb 2008 13:21:00 +0000 |
michael |
It appears last_pts was not set ...
libavformat
|
Fri, 15 Feb 2008 02:57:19 +0000 |
michael |
Header elision muxing support.
libavformat
|
Fri, 15 Feb 2008 02:36:09 +0000 |
michael |
Elision header demuxing support.
libavformat
|
Wed, 13 Feb 2008 20:17:28 +0000 |
michael |
Read match time delta in the frame header.
libavformat
|
Wed, 13 Feb 2008 20:13:29 +0000 |
michael |
Read match_time_delta in the framecode table.
libavformat
|
Wed, 13 Feb 2008 20:01:09 +0000 |
michael |
update flags
libavformat
|
Wed, 13 Feb 2008 19:26:45 +0000 |
bcoudurier |
honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw
libavformat
|
Wed, 13 Feb 2008 13:11:10 +0000 |
bcoudurier |
10l, forgot alaw/mulaw mono, use bits_per_sample in fact,
libavformat
|
Wed, 13 Feb 2008 12:51:14 +0000 |
lucabe |
Include poll.h instead of sys/poll.h
libavformat
|
Wed, 13 Feb 2008 10:58:16 +0000 |
bcoudurier |
warn use if edit list is not starting at 0, a/v desync might occur
libavformat
|
Wed, 13 Feb 2008 10:53:48 +0000 |
bcoudurier |
remove now useless code
libavformat
|
Wed, 13 Feb 2008 10:52:23 +0000 |
bcoudurier |
remove messy and not always correct chunk size workaround, use correct values instead
libavformat
|
Wed, 13 Feb 2008 09:26:10 +0000 |
diego |
typo fix: inited --> initialized
libavformat
|
Mon, 11 Feb 2008 22:37:44 +0000 |
bcoudurier |
return error when dv audio extraction fails
libavformat
|
Mon, 11 Feb 2008 22:34:43 +0000 |
bcoudurier |
remove obsolete comments
libavformat
|
Mon, 11 Feb 2008 22:34:03 +0000 |
bcoudurier |
remove useless braces
libavformat
|
Mon, 11 Feb 2008 22:33:35 +0000 |
bcoudurier |
cosmetics, indentation, braces
libavformat
|
Mon, 11 Feb 2008 22:32:35 +0000 |
bcoudurier |
split chunks in the case of big compressed audio frames,
libavformat
|
Mon, 11 Feb 2008 22:23:05 +0000 |
bcoudurier |
use correct demux mechanism when audio compression id is -2, dv audio does not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2
libavformat
|
Mon, 11 Feb 2008 15:20:35 +0000 |
bcoudurier |
fcp imx 40 fourccs
libavformat
|
Mon, 11 Feb 2008 14:10:52 +0000 |
bcoudurier |
indentation
libavformat
|
Mon, 11 Feb 2008 14:10:29 +0000 |
bcoudurier |
more correct and simpler
libavformat
|
Mon, 11 Feb 2008 03:30:42 +0000 |
rfelker |
Do not use GNU-specific (or BSD-specific or whatever they may be)
libavformat
|
Wed, 06 Feb 2008 18:57:00 +0000 |
bcoudurier |
cosmetics, remove whitespaces before and after parenthesis
libavformat
|
Wed, 06 Feb 2008 12:37:37 +0000 |
reimar |
Add support for speex in ogg
libavformat
|
Wed, 06 Feb 2008 01:51:32 +0000 |
michael |
Allow the user to select which codec out of several in stsd he wants.
libavformat
|
Tue, 05 Feb 2008 01:16:47 +0000 |
bcoudurier |
Fix issue 338:
libavformat
|
Tue, 05 Feb 2008 01:01:56 +0000 |
bcoudurier |
it seems ogg requires granule to be -1 on unfinished packets
libavformat
|
Mon, 04 Feb 2008 12:32:25 +0000 |
reimar |
String pointers of ogg_codec_t should have const attribute.
libavformat
|
Mon, 04 Feb 2008 12:18:00 +0000 |
diego |
Add dv50 tag to support samples with dv50 fourcc in AVI.
libavformat
|
Mon, 04 Feb 2008 12:13:09 +0000 |
reimar |
Fix a possible use of an uninitialized pointer.
libavformat
|
Mon, 04 Feb 2008 10:48:41 +0000 |
ods15 |
back_ptr calculation used wrong timebase when searching for back syncpoint
libavformat
|
Mon, 04 Feb 2008 10:45:32 +0000 |
ods15 |
Fix intented algo in syncpoint writing before keyframes in NUT muxer
libavformat
|
Mon, 04 Feb 2008 10:34:35 +0000 |
ods15 |
nut->max_distance was not set at all anywhere in the NUT muxer
libavformat
|
Mon, 04 Feb 2008 10:30:38 +0000 |
ods15 |
Remove old workaround in nutdec.c for libnut bug
libavformat
|
Mon, 04 Feb 2008 10:29:03 +0000 |
ods15 |
missing " && j<syncpoint_count" protection in the index parsing, as the
libavformat
|
Mon, 04 Feb 2008 10:27:32 +0000 |
ods15 |
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only
libavformat
|
Mon, 04 Feb 2008 01:06:04 +0000 |
michael |
2 more missing consts found by -Wwrite-strings.
libavformat
|
Mon, 04 Feb 2008 01:04:27 +0000 |
michael |
Remove incorrect cast found by -Wwrite-strings.
libavformat
|
Mon, 04 Feb 2008 01:01:52 +0000 |
michael |
Another const found by -Wwrite-strings.
libavformat
|
Mon, 04 Feb 2008 00:42:27 +0000 |
michael |
fix 8 "initialization discards qualifiers from pointer target type"
libavformat
|
Mon, 04 Feb 2008 00:33:52 +0000 |
michael |
Fix info packet type, found by oded as well as the new pedantic const
libavformat
|
Mon, 04 Feb 2008 00:31:31 +0000 |
michael |
-Wwrite-strings nitpicking fix
libavformat
|
Mon, 04 Feb 2008 00:26:43 +0000 |
michael |
Missing const found by -Wwrite-strings.
libavformat
|
Sun, 03 Feb 2008 11:18:53 +0000 |
reimar |
Remove ff_mms_set_stream_selection again from asf demuxer,
libavformat
|
Sat, 02 Feb 2008 22:55:58 +0000 |
michael |
Remove incorrect casts that should have never been there.
libavformat
|
Sat, 02 Feb 2008 22:03:01 +0000 |
reimar |
Remove a pointless cast.
libavformat
|
Sat, 02 Feb 2008 21:17:46 +0000 |
reimar |
Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:
libavformat
|
Sat, 02 Feb 2008 20:58:58 +0000 |
reimar |
Missing 'const' in cast.
libavformat
|
Sat, 02 Feb 2008 14:55:57 +0000 |
diego |
cosmetics: sort ogg_codec_t list
libavformat
|
Fri, 01 Feb 2008 15:17:43 +0000 |
bcoudurier |
const
libavformat
|
Fri, 01 Feb 2008 15:17:32 +0000 |
bcoudurier |
const
libavformat
|
Fri, 01 Feb 2008 14:58:35 +0000 |
bcoudurier |
add const
libavformat
|
Thu, 31 Jan 2008 22:30:55 +0000 |
reimar |
Add support for ogg text subtitles.
libavformat
|
Thu, 31 Jan 2008 13:40:53 +0000 |
bcoudurier |
stupid typo
libavformat
|
Thu, 31 Jan 2008 11:31:56 +0000 |
bcoudurier |
support rawvideo in mov
libavformat
|
Thu, 31 Jan 2008 00:34:22 +0000 |
bcoudurier |
typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type
libavformat
|
Thu, 31 Jan 2008 00:27:51 +0000 |
bcoudurier |
init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function
libavformat
|
Thu, 31 Jan 2008 00:25:40 +0000 |
bcoudurier |
add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within ||
libavformat
|
Thu, 31 Jan 2008 00:22:25 +0000 |
bcoudurier |
typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type
libavformat
|
Wed, 30 Jan 2008 13:22:31 +0000 |
bcoudurier |
use context in av_log
libavformat
|
Wed, 30 Jan 2008 13:22:04 +0000 |
bcoudurier |
warning is only valid for mov
libavformat
|
Tue, 29 Jan 2008 22:37:07 +0000 |
reimar |
Support MP4 subtitles as in
libavformat
|
Tue, 29 Jan 2008 09:25:49 +0000 |
kostya |
SMPTE 421 Annex L format demuxer
libavformat
|
Mon, 28 Jan 2008 18:35:12 +0000 |
bcoudurier |
cosmetics, split long lines, remove useless braces, merge comments and if
libavformat
|
Mon, 28 Jan 2008 18:33:27 +0000 |
bcoudurier |
cosmetics, vertically align
libavformat
|
Mon, 28 Jan 2008 16:58:42 +0000 |
bcoudurier |
spoke too fast, fix dv fourcc in mov accordingly if strict
libavformat
|
Mon, 28 Jan 2008 16:03:50 +0000 |
bcoudurier |
finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell
libavformat
|
Mon, 28 Jan 2008 15:23:37 +0000 |
bcoudurier |
indentation
libavformat
|
Mon, 28 Jan 2008 15:22:07 +0000 |
bcoudurier |
correctly and only set standard stsd fourcc for mp4/3gp
libavformat
|
Mon, 28 Jan 2008 13:44:27 +0000 |
bcoudurier |
write esds atom when mpeg-4 systems tags are used
libavformat
|
Mon, 28 Jan 2008 13:19:49 +0000 |
bcoudurier |
reorder object types id by muxing preference
libavformat
|
Mon, 28 Jan 2008 13:19:16 +0000 |
bcoudurier |
document tag field
libavformat
|
Sun, 27 Jan 2008 19:57:04 +0000 |
reimar |
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer.
libavformat
|
Sun, 27 Jan 2008 15:43:17 +0000 |
aurel |
Add support for Matroska attachments.
libavformat
|
Sat, 26 Jan 2008 22:57:53 +0000 |
michael |
Set subtitle codec id correctly, i hope this does not break anything.
libavformat
|
Sat, 26 Jan 2008 22:55:34 +0000 |
michael |
Add non standard id needed for dvd subtitles.
libavformat
|
Sat, 26 Jan 2008 21:21:55 +0000 |
reimar |
Extract the pure plaintext from mov text subtitles.
libavformat
|
Sat, 26 Jan 2008 20:30:03 +0000 |
michael |
Set correct codec type and id for text subtitles.
libavformat
|
Sat, 26 Jan 2008 20:07:57 +0000 |
michael |
indent
libavformat
|
Sat, 26 Jan 2008 20:07:30 +0000 |
michael |
Only export packets which belong to the existing AVStream.
libavformat
|
Sat, 26 Jan 2008 19:50:04 +0000 |
michael |
Select non jpeg if there are multiple substreams.
libavformat
|
Sat, 26 Jan 2008 02:24:35 +0000 |
bcoudurier |
comment vorbis objectype id
libavformat
|
Sat, 26 Jan 2008 02:22:45 +0000 |
bcoudurier |
this one is not standardized either
libavformat
|
Sat, 26 Jan 2008 01:35:51 +0000 |
bcoudurier |
remove non standard object type ids, if you find samples, report them
libavformat
|
Mon, 21 Jan 2008 23:43:25 +0000 |
aurel |
ensure av_rescale_q() can be calculated (won't divide by zero)
libavformat
|
Mon, 21 Jan 2008 14:28:58 +0000 |
lucabe |
Support out-of-band parameter sets in SDP for H.264 video
libavformat
|
Mon, 21 Jan 2008 14:01:57 +0000 |
lucabe |
Add support for H.264 video in the RTP muxer
libavformat
|
Mon, 21 Jan 2008 13:43:40 +0000 |
bcoudurier |
unset extension, so code path, and guess format do not choose
libavformat
|
Mon, 21 Jan 2008 11:09:06 +0000 |
lucabe |
Add minimal support for H.264 video in the SDP generator
libavformat
|
Sun, 20 Jan 2008 21:24:25 +0000 |
aurel |
add missing Makefile rules for pcm muxers/demuxers
libavformat
|
Sun, 20 Jan 2008 18:31:56 +0000 |
bcoudurier |
reorder alphabetically
libavformat
|
Sun, 20 Jan 2008 18:30:04 +0000 |
bcoudurier |
new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com
libavformat
|
Sat, 19 Jan 2008 20:00:09 +0000 |
bcoudurier |
init uid to 0
libavformat
|
Sat, 19 Jan 2008 19:59:04 +0000 |
bcoudurier |
indentation
libavformat
|
Sat, 19 Jan 2008 19:58:48 +0000 |
bcoudurier |
correctly handle sony mpeg4 extradata
libavformat
|
Sat, 19 Jan 2008 19:51:55 +0000 |
bcoudurier |
check if read child returned error
libavformat
|
Sat, 19 Jan 2008 17:28:49 +0000 |
bcoudurier |
simplify with matching len
libavformat
|
Sat, 19 Jan 2008 17:25:12 +0000 |
bcoudurier |
simplify and detect better non frame wrapped mappings
libavformat
|
Sat, 19 Jan 2008 16:20:06 +0000 |
bcoudurier |
cosmetics: read_metadata -> read
libavformat
|
Sat, 19 Jan 2008 16:19:06 +0000 |
bcoudurier |
cosmetics
libavformat
|
Sat, 19 Jan 2008 16:18:32 +0000 |
bcoudurier |
remove unused crypto context uid
libavformat
|
Sat, 19 Jan 2008 16:17:39 +0000 |
bcoudurier |
support dynamically allocated local tags, used by encrypted files
libavformat
|
Sat, 19 Jan 2008 15:21:30 +0000 |
bcoudurier |
check malloc return
libavformat
|
Sat, 19 Jan 2008 13:16:35 +0000 |
bcoudurier |
add some dv container uls
libavformat
|
Sat, 19 Jan 2008 13:16:00 +0000 |
bcoudurier |
simplify by checking min matching len
libavformat
|
Fri, 18 Jan 2008 20:48:32 +0000 |
rbultje |
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).
libavformat
|
Thu, 17 Jan 2008 20:48:07 +0000 |
rtogni |
Fix forgotten braces from r11039
libavformat
|
Thu, 17 Jan 2008 13:59:52 +0000 |
michael |
Consider initial EOR in the back_ptr calculation.
libavformat
|
Thu, 17 Jan 2008 00:12:04 +0000 |
michael |
Replace idiotic (what moron wrote that code?) "buffer overflow" message by
libavformat
|
Wed, 16 Jan 2008 22:47:51 +0000 |
diego |
Remove some spaces to keep certain people's eyes from hurting.
libavformat
|
Wed, 16 Jan 2008 22:14:26 +0000 |
diego |
misc spelling/grammar fixes
libavformat
|
Tue, 15 Jan 2008 08:05:58 +0000 |
lucabe |
Make avc_find_startcode non-static, so that it can be used from other
libavformat
|
Mon, 14 Jan 2008 16:11:08 +0000 |
mbardiaux |
Suppress runaway index on streamed input
libavformat
|
Sun, 13 Jan 2008 15:08:33 +0000 |
rtogni |
Add support for S8 PCM (codec 2)
libavformat
|
Sun, 13 Jan 2008 13:33:37 +0000 |
michael |
user specifyable maximum amount of memory to use for the index.
libavformat
|
Sat, 12 Jan 2008 11:25:54 +0000 |
victor |
Alignment
libavformat
|