| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix timestamps and durations if the first packets have no durations nor times... | Michael Niedermayer | 2008-02-15 | 1 | -0/+21 |
* | It appears last_pts was not set ... | Michael Niedermayer | 2008-02-15 | 1 | -0/+1 |
* | Header elision muxing support. | Michael Niedermayer | 2008-02-15 | 1 | -3/+162 |
* | Elision header demuxing support. | Michael Niedermayer | 2008-02-15 | 2 | -5/+45 |
* | Read match time delta in the frame header. | Michael Niedermayer | 2008-02-13 | 1 | -0/+2 |
* | Read match_time_delta in the framecode table. | Michael Niedermayer | 2008-02-13 | 1 | -1/+4 |
* | update flags | Michael Niedermayer | 2008-02-13 | 1 | -0/+2 |
* | honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw | Baptiste Coudurier | 2008-02-13 | 1 | -5/+5 |
* | 10l, forgot alaw/mulaw mono, use bits_per_sample in fact, | Baptiste Coudurier | 2008-02-13 | 1 | -2/+1 |
* | Include poll.h instead of sys/poll.h | Luca Abeni | 2008-02-13 | 2 | -5/+5 |
* | warn use if edit list is not starting at 0, a/v desync might occur | Baptiste Coudurier | 2008-02-13 | 1 | -1/+5 |
* | remove now useless code | Baptiste Coudurier | 2008-02-13 | 1 | -12/+0 |
* | remove messy and not always correct chunk size workaround, use correct values... | Baptiste Coudurier | 2008-02-13 | 1 | -28/+17 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 2 | -6/+6 |
* | return error when dv audio extraction fails | Baptiste Coudurier | 2008-02-11 | 1 | -1/+3 |
* | remove obsolete comments | Baptiste Coudurier | 2008-02-11 | 1 | -2/+0 |
* | remove useless braces | Baptiste Coudurier | 2008-02-11 | 1 | -2/+1 |
* | cosmetics, indentation, braces | Baptiste Coudurier | 2008-02-11 | 1 | -10/+8 |
* | split chunks in the case of big compressed audio frames, | Baptiste Coudurier | 2008-02-11 | 1 | -0/+12 |
* | use correct demux mechanism when audio compression id is -2, dv audio does no... | Baptiste Coudurier | 2008-02-11 | 1 | -2/+4 |
* | fcp imx 40 fourccs | Baptiste Coudurier | 2008-02-11 | 1 | -0/+2 |
* | indentation | Baptiste Coudurier | 2008-02-11 | 1 | -6/+6 |
* | more correct and simpler | Baptiste Coudurier | 2008-02-11 | 1 | -10/+3 |
* | Do not use GNU-specific (or BSD-specific or whatever they may be) | D Richard Felker III | 2008-02-11 | 1 | -3/+2 |
* | cosmetics, remove whitespaces before and after parenthesis | Baptiste Coudurier | 2008-02-06 | 1 | -47/+47 |
* | Add support for speex in ogg | Reimar Döffinger | 2008-02-06 | 4 | -0/+64 |
* | Allow the user to select which codec out of several in stsd he wants. | Michael Niedermayer | 2008-02-06 | 1 | -1/+4 |
* | Fix issue 338: | Baptiste Coudurier | 2008-02-05 | 1 | -2/+63 |
* | it seems ogg requires granule to be -1 on unfinished packets | Baptiste Coudurier | 2008-02-05 | 1 | -1/+5 |
* | String pointers of ogg_codec_t should have const attribute. | Reimar Döffinger | 2008-02-04 | 1 | -2/+2 |
* | Add dv50 tag to support samples with dv50 fourcc in AVI. | Christophe Lorenz | 2008-02-04 | 1 | -0/+1 |
* | Fix a possible use of an uninitialized pointer. | Reimar Döffinger | 2008-02-04 | 1 | -1/+2 |
* | back_ptr calculation used wrong timebase when searching for back syncpoint | Oded Shimon | 2008-02-04 | 1 | -1/+5 |
* | Fix intented algo in syncpoint writing before keyframes in NUT muxer | Oded Shimon | 2008-02-04 | 1 | -1/+1 |
* | nut->max_distance was not set at all anywhere in the NUT muxer | Oded Shimon | 2008-02-04 | 1 | -1/+2 |
* | Remove old workaround in nutdec.c for libnut bug | Oded Shimon | 2008-02-04 | 1 | -5/+1 |
* | missing " && j<syncpoint_count" protection in the index parsing, as the | Oded Shimon | 2008-02-04 | 1 | -1/+1 |
* | ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only | Oded Shimon | 2008-02-04 | 2 | -2/+2 |
* | 2 more missing consts found by -Wwrite-strings. | Michael Niedermayer | 2008-02-04 | 1 | -2/+2 |
* | Remove incorrect cast found by -Wwrite-strings. | Michael Niedermayer | 2008-02-04 | 1 | -1/+1 |
* | Another const found by -Wwrite-strings. | Michael Niedermayer | 2008-02-04 | 1 | -1/+1 |
* | fix 8 "initialization discards qualifiers from pointer target type" | Michael Niedermayer | 2008-02-04 | 1 | -1/+1 |
* | Fix info packet type, found by oded as well as the new pedantic const | Michael Niedermayer | 2008-02-04 | 1 | -2/+3 |
* | -Wwrite-strings nitpicking fix | Michael Niedermayer | 2008-02-04 | 1 | -1/+2 |
* | Missing const found by -Wwrite-strings. | Michael Niedermayer | 2008-02-04 | 1 | -1/+1 |
* | Remove ff_mms_set_stream_selection again from asf demuxer, | Reimar Döffinger | 2008-02-03 | 1 | -14/+0 |
* | Remove incorrect casts that should have never been there. | Michael Niedermayer | 2008-02-02 | 1 | -2/+2 |
* | Remove a pointless cast. | Reimar Döffinger | 2008-02-02 | 1 | -1/+1 |
* | Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: | Reimar Döffinger | 2008-02-02 | 1 | -0/+2 |
* | Missing 'const' in cast. | Reimar Döffinger | 2008-02-02 | 1 | -1/+1 |