3049 Commits (816ebf93201cd11e01b59c136930f317192d160e)

Author SHA1 Message Date
Reimar Döffinger 591de5cf35 Fix misplaced const, avoids a cast-discards-qualifiers warning 17 years ago
Michael Niedermayer d937cd0ed2 const 17 years ago
Michael Niedermayer 83a9db42a3 Fix timestamps and durations if the first packets have no durations nor timestamps, 17 years ago
Michael Niedermayer e942293db1 It appears last_pts was not set ... 17 years ago
Michael Niedermayer a712d725c0 Header elision muxing support. 17 years ago
Michael Niedermayer 3b4f69ae8c Elision header demuxing support. 17 years ago
Michael Niedermayer 7eeebcc5de Read match time delta in the frame header. 17 years ago
Michael Niedermayer 6cb4b28fea Read match_time_delta in the framecode table. 17 years ago
Michael Niedermayer 42abeeae3f update flags 17 years ago
Baptiste Coudurier 501f162fde honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw 17 years ago
Baptiste Coudurier 6a1f4535f8 10l, forgot alaw/mulaw mono, use bits_per_sample in fact, 17 years ago
Luca Abeni f8cda19ee6 Include poll.h instead of sys/poll.h 17 years ago
Baptiste Coudurier d435e520d8 warn use if edit list is not starting at 0, a/v desync might occur 17 years ago
Baptiste Coudurier fffa99ddd0 remove now useless code 17 years ago
Baptiste Coudurier 531527652f remove messy and not always correct chunk size workaround, use correct values instead 17 years ago
Diego Biurrun 5e53486545 typo fix: inited --> initialized 17 years ago
Baptiste Coudurier 300aa2b039 return error when dv audio extraction fails 17 years ago
Baptiste Coudurier e6920f2445 remove obsolete comments 17 years ago
Baptiste Coudurier 3a3aa49ab7 remove useless braces 17 years ago
Baptiste Coudurier 311490cccd cosmetics, indentation, braces 17 years ago
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