3218 Commits (4b1131a075696a3153e03dac7c9a01714cc3a372)

Author SHA1 Message Date
Reimar Döffinger c901197693 String pointers of ogg_codec_t should have const attribute. 17 years ago
Christophe Lorenz 23ef05756e Add dv50 tag to support samples with dv50 fourcc in AVI. 17 years ago
Reimar Döffinger cd41a73f89 Fix a possible use of an uninitialized pointer. 17 years ago
Oded Shimon 4ddcc983b4 back_ptr calculation used wrong timebase when searching for back syncpoint 17 years ago
Oded Shimon 02c986a8d6 Fix intented algo in syncpoint writing before keyframes in NUT muxer 17 years ago
Oded Shimon 82badd27f1 nut->max_distance was not set at all anywhere in the NUT muxer 17 years ago
Oded Shimon eae213af43 Remove old workaround in nutdec.c for libnut bug 17 years ago
Oded Shimon b19e3983cf missing " && j<syncpoint_count" protection in the index parsing, as the 17 years ago
Oded Shimon 103d74ea5c ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only 17 years ago
Michael Niedermayer f70eccdb39 2 more missing consts found by -Wwrite-strings. 17 years ago
Michael Niedermayer 37e4979a2c Remove incorrect cast found by -Wwrite-strings. 17 years ago
Michael Niedermayer 8df94c73dc Another const found by -Wwrite-strings. 17 years ago
Michael Niedermayer 8dd8dc5790 fix 8 "initialization discards qualifiers from pointer target type" 17 years ago
Michael Niedermayer 0fca8bc835 Fix info packet type, found by oded as well as the new pedantic const 17 years ago
Michael Niedermayer 7ebab67901 -Wwrite-strings nitpicking fix 17 years ago
Michael Niedermayer 4cf97abb98 Missing const found by -Wwrite-strings. 17 years ago
Reimar Döffinger 7abe438045 Remove ff_mms_set_stream_selection again from asf demuxer, 17 years ago
Michael Niedermayer dc29622385 Remove incorrect casts that should have never been there. 17 years ago
Reimar Döffinger 2907abed17 Remove a pointless cast. 17 years ago
Reimar Döffinger 4d65da424a Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: 17 years ago
Reimar Döffinger b630a39ecd Missing 'const' in cast. 17 years ago
Diego Biurrun 5f359c8d3e cosmetics: sort ogg_codec_t list 17 years ago
Baptiste Coudurier 73965d1b96 const 17 years ago
Baptiste Coudurier 47a0513b0c const 17 years ago
Baptiste Coudurier 2b12d6fc79 add const 17 years ago
Reimar Döffinger 2331e31c23 Add support for ogg text subtitles. 17 years ago
Baptiste Coudurier fa7343eaf2 stupid typo 17 years ago
Baptiste Coudurier ccac843872 support rawvideo in mov 17 years ago
Baptiste Coudurier d7742a7491 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 17 years ago
Baptiste Coudurier febc8fad0c init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function 17 years ago
Baptiste Coudurier 87be0d1289 add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || 17 years ago
Baptiste Coudurier 3dc761a443 typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type 17 years ago
Baptiste Coudurier 4ad08accb2 use context in av_log 17 years ago
Baptiste Coudurier c8134d7104 warning is only valid for mov 17 years ago
Reimar Döffinger eb3ba13b51 Support MP4 subtitles as in 17 years ago
Kostya Shishkov eda178d273 SMPTE 421 Annex L format demuxer 17 years ago
Baptiste Coudurier 0b98a7b3b2 cosmetics, split long lines, remove useless braces, merge comments and if 17 years ago
Baptiste Coudurier 506e4bb8bc cosmetics, vertically align 17 years ago
Baptiste Coudurier bbe052463d spoke too fast, fix dv fourcc in mov accordingly if strict 17 years ago
Baptiste Coudurier ea1664e33a finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell 17 years ago
Baptiste Coudurier d97f214435 indentation 17 years ago
Baptiste Coudurier a23c9c4a50 correctly and only set standard stsd fourcc for mp4/3gp 17 years ago
Baptiste Coudurier d0c0a29b5a write esds atom when mpeg-4 systems tags are used 17 years ago
Baptiste Coudurier efc9e44da6 reorder object types id by muxing preference 17 years ago
Baptiste Coudurier 2c2f58c0ad document tag field 17 years ago
Reimar Döffinger cc8c2c6ab3 Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. 17 years ago
Evgeniy Stepanov f8d7c9d373 Add support for Matroska attachments. 17 years ago
Michael Niedermayer cc8d87b793 Set subtitle codec id correctly, i hope this does not break anything. 17 years ago
Michael Niedermayer e73e3a926d Add non standard id needed for dvd subtitles. 17 years ago
Reimar Döffinger 7dfc1fdea2 Extract the pure plaintext from mov text subtitles. 17 years ago