3229 Commits (1beb670a2d63da271cb259c12dffb85903a14ed2)

Author SHA1 Message Date
Baptiste Coudurier 8cb66fd8f2 split chunks in the case of big compressed audio frames, 17 years ago
Baptiste Coudurier 77c7543702 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 17 years ago
Baptiste Coudurier d0cbff868e fcp imx 40 fourccs 17 years ago
Baptiste Coudurier 56ea717b46 indentation 17 years ago
Baptiste Coudurier 4f0e712ecb more correct and simpler 17 years ago
D Richard Felker III 03c09e4399 Do not use GNU-specific (or BSD-specific or whatever they may be) 17 years ago
Baptiste Coudurier 91208916c6 cosmetics, remove whitespaces before and after parenthesis 17 years ago
Reimar Döffinger cb4ddf7765 Add support for speex in ogg 17 years ago
Michael Niedermayer 744a9c75cf Allow the user to select which codec out of several in stsd he wants. 17 years ago
Baptiste Coudurier 37b74c8651 Fix issue 338: 17 years ago
Baptiste Coudurier 2dd3c9e0fa it seems ogg requires granule to be -1 on unfinished packets 17 years ago
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