| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify, flags is 24bits according to specs | Baptiste Coudurier | 2008-03-16 | 1 | -15/+12 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 1 | -3/+3 |
* | set codec bps to grayscale bits, fix 256grey.mov | Baptiste Coudurier | 2008-02-28 | 1 | -1/+3 |
* | add weird first atom to probe, finally fix bartjones.mov | Baptiste Coudurier | 2008-02-27 | 1 | -0/+1 |
* | free in case of multiple type == 2 | Baptiste Coudurier | 2008-02-27 | 1 | -0/+1 |
* | return error if malloc fails | Baptiste Coudurier | 2008-02-27 | 1 | -0/+2 |
* | fix possible overflow with memmove | Baptiste Coudurier | 2008-02-27 | 1 | -1/+1 |
* | support keyframes indexes starting at 0, broken files created by omneon, fix ... | Baptiste Coudurier | 2008-02-26 | 1 | -1/+2 |
* | support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov | Baptiste Coudurier | 2008-02-26 | 1 | -6/+97 |
* | remove useless braces | Baptiste Coudurier | 2008-02-26 | 1 | -2/+1 |
* | indentation | Baptiste Coudurier | 2008-02-26 | 1 | -19/+19 |
* | rescale frame size, fix i.3g2 | Baptiste Coudurier | 2008-02-26 | 1 | -1/+1 |
* | move parameters reset after setting stream parameters, will need those infos | Baptiste Coudurier | 2008-02-26 | 1 | -21/+24 |
* | protect malloc overflow | Baptiste Coudurier | 2008-02-25 | 1 | -0/+2 |
* | indentation | Baptiste Coudurier | 2008-02-25 | 1 | -10/+10 |
* | fail if extradata cannot be allocated | Baptiste Coudurier | 2008-02-25 | 1 | -23/+14 |
* | 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 |
* | 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 |
* | 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 |
* | indentation | Baptiste Coudurier | 2008-02-11 | 1 | -6/+6 |
* | more correct and simpler | Baptiste Coudurier | 2008-02-11 | 1 | -10/+3 |
* | Allow the user to select which codec out of several in stsd he wants. | Michael Niedermayer | 2008-02-06 | 1 | -1/+4 |
* | Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d... | Reimar Döffinger | 2008-01-27 | 1 | -6/+0 |
* | Set subtitle codec id correctly, i hope this does not break anything. | Michael Niedermayer | 2008-01-26 | 1 | -1/+2 |
* | Extract the pure plaintext from mov text subtitles. | Reimar Döffinger | 2008-01-26 | 1 | -0/+6 |
* | Set correct codec type and id for text subtitles. | Michael Niedermayer | 2008-01-26 | 1 | -0/+5 |
* | indent | Michael Niedermayer | 2008-01-26 | 1 | -2/+2 |
* | Only export packets which belong to the existing AVStream. | Michael Niedermayer | 2008-01-26 | 1 | -2/+5 |
* | Select non jpeg if there are multiple substreams. | Michael Niedermayer | 2008-01-26 | 1 | -2/+4 |
* | cosmetics, split overly long lines | Baptiste Coudurier | 2008-01-06 | 1 | -22/+36 |
* | supports glbl atom containing generic extradata for all codecs | Baptiste Coudurier | 2007-12-19 | 1 | -2/+7 |
* | useless 0L here | Baptiste Coudurier | 2007-12-16 | 1 | -3/+3 |
* | remove now useless fields | Baptiste Coudurier | 2007-12-16 | 1 | -2/+0 |
* | do not retain useless pointers to avstream priv_data, use it directly | Baptiste Coudurier | 2007-12-16 | 1 | -17/+19 |
* | remove duplicate field | Baptiste Coudurier | 2007-12-16 | 1 | -9/+6 |
* | cosmetics: func -> parse, remove useless parenthesis | Baptiste Coudurier | 2007-12-16 | 1 | -2/+2 |
* | remove useless declaration | Baptiste Coudurier | 2007-12-16 | 1 | -3/+1 |
* | save pointer to parse table, it is unlikely to change | Baptiste Coudurier | 2007-12-16 | 1 | -9/+6 |
* | remove useless seek | Baptiste Coudurier | 2007-12-16 | 1 | -4/+0 |
* | cosmetics | Baptiste Coudurier | 2007-12-16 | 1 | -11/+0 |
* | support streamed mov/mp4 | Baptiste Coudurier | 2007-12-16 | 1 | -5/+7 |
* | choose next sample by sample position | Baptiste Coudurier | 2007-12-15 | 1 | -1/+3 |