Mercurial > libavformat.hg
graph
-
Remove old workaround in nutdec.c for libnut bug libavformatMon, 04 Feb 2008 10:30:38 +0000, by ods15
-
missing " && j<syncpoint_count" protection in the index parsing, as the libavformatMon, 04 Feb 2008 10:29:03 +0000, by ods15
-
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only libavformatMon, 04 Feb 2008 10:27:32 +0000, by ods15
-
2 more missing consts found by -Wwrite-strings. libavformatMon, 04 Feb 2008 01:06:04 +0000, by michael
-
Remove incorrect cast found by -Wwrite-strings. libavformatMon, 04 Feb 2008 01:04:27 +0000, by michael
-
fix 8 "initialization discards qualifiers from pointer target type" libavformatMon, 04 Feb 2008 00:42:27 +0000, by michael
-
Fix info packet type, found by oded as well as the new pedantic const libavformatMon, 04 Feb 2008 00:33:52 +0000, by michael
-
Remove ff_mms_set_stream_selection again from asf demuxer, libavformatSun, 03 Feb 2008 11:18:53 +0000, by reimar
-
Remove incorrect casts that should have never been there. libavformatSat, 02 Feb 2008 22:55:58 +0000, by michael
-
Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: libavformatSat, 02 Feb 2008 21:17:46 +0000, by reimar
-
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 libavformatThu, 31 Jan 2008 00:34:22 +0000, by bcoudurier
-
init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function libavformatThu, 31 Jan 2008 00:27:51 +0000, by bcoudurier
-
add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || libavformatThu, 31 Jan 2008 00:25:40 +0000, by bcoudurier
-
typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type libavformatThu, 31 Jan 2008 00:22:25 +0000, by bcoudurier
-
cosmetics, split long lines, remove useless braces, merge comments and if libavformatMon, 28 Jan 2008 18:35:12 +0000, by bcoudurier
-
spoke too fast, fix dv fourcc in mov accordingly if strict libavformatMon, 28 Jan 2008 16:58:42 +0000, by bcoudurier
-
finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell libavformatMon, 28 Jan 2008 16:03:50 +0000, by bcoudurier
-
correctly and only set standard stsd fourcc for mp4/3gp libavformatMon, 28 Jan 2008 15:22:07 +0000, by bcoudurier
-
write esds atom when mpeg-4 systems tags are used libavformatMon, 28 Jan 2008 13:44:27 +0000, by bcoudurier
-
reorder object types id by muxing preference libavformatMon, 28 Jan 2008 13:19:49 +0000, by bcoudurier
-
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavformatSun, 27 Jan 2008 19:57:04 +0000, by reimar
-
Set subtitle codec id correctly, i hope this does not break anything. libavformatSat, 26 Jan 2008 22:57:53 +0000, by michael
-
Add non standard id needed for dvd subtitles. libavformatSat, 26 Jan 2008 22:55:34 +0000, by michael
-
Extract the pure plaintext from mov text subtitles. libavformatSat, 26 Jan 2008 21:21:55 +0000, by reimar
-
Set correct codec type and id for text subtitles. libavformatSat, 26 Jan 2008 20:30:03 +0000, by michael
-
Only export packets which belong to the existing AVStream. libavformatSat, 26 Jan 2008 20:07:30 +0000, by michael
-
Select non jpeg if there are multiple substreams. libavformatSat, 26 Jan 2008 19:50:04 +0000, by michael
-
remove non standard object type ids, if you find samples, report them libavformatSat, 26 Jan 2008 01:35:51 +0000, by bcoudurier
-
ensure av_rescale_q() can be calculated (won't divide by zero) libavformatMon, 21 Jan 2008 23:43:25 +0000, by aurel
-
Support out-of-band parameter sets in SDP for H.264 video libavformatMon, 21 Jan 2008 14:28:58 +0000, by lucabe
-
unset extension, so code path, and guess format do not choose libavformatMon, 21 Jan 2008 13:43:40 +0000, by bcoudurier
-
Add minimal support for H.264 video in the SDP generator libavformatMon, 21 Jan 2008 11:09:06 +0000, by lucabe