summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
...
* support fragments when non streamableBaptiste Coudurier2008-03-21
* mp4 fragments supportBaptiste Coudurier2008-03-21
* cosmetics, split or move too long linesBaptiste Coudurier2008-03-21
* simplify, and only stop parsing when non streamableBaptiste Coudurier2008-03-21
* atoms are not mp4 only, and yes probe is sufficientBaptiste Coudurier2008-03-21
* update descriptionBaptiste Coudurier2008-03-21
* return ENOMEMBaptiste Coudurier2008-03-21
* cannot free AVStream like this, and return ENOMEMBaptiste Coudurier2008-03-21
* indentationBaptiste Coudurier2008-03-21
* remove useless debug print since now mov_build_index will doBaptiste Coudurier2008-03-20
* free track data asapBaptiste Coudurier2008-03-20
* move mov_build_index before mov_read_trak to avoid useless declarationBaptiste Coudurier2008-03-20
* move specific end treatment when trak is detected, will be needed for fragmentsBaptiste Coudurier2008-03-20
* simplify, flags is 24bits according to specsBaptiste Coudurier2008-03-16
* misc spelling fixesDiego Biurrun2008-03-10
* set codec bps to grayscale bits, fix 256grey.movBaptiste Coudurier2008-02-28
* add weird first atom to probe, finally fix bartjones.movBaptiste Coudurier2008-02-27
* free in case of multiple type == 2Baptiste Coudurier2008-02-27
* return error if malloc failsBaptiste Coudurier2008-02-27
* fix possible overflow with memmoveBaptiste Coudurier2008-02-27
* support keyframes indexes starting at 0, broken files created by omneon, fix ...Baptiste Coudurier2008-02-26
* support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.movBaptiste Coudurier2008-02-26
* remove useless bracesBaptiste Coudurier2008-02-26
* indentationBaptiste Coudurier2008-02-26
* rescale frame size, fix i.3g2Baptiste Coudurier2008-02-26
* move parameters reset after setting stream parameters, will need those infosBaptiste Coudurier2008-02-26
* protect malloc overflowBaptiste Coudurier2008-02-25
* indentationBaptiste Coudurier2008-02-25
* fail if extradata cannot be allocatedBaptiste Coudurier2008-02-25
* honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alawBaptiste Coudurier2008-02-13
* 10l, forgot alaw/mulaw mono, use bits_per_sample in fact,Baptiste Coudurier2008-02-13
* warn use if edit list is not starting at 0, a/v desync might occurBaptiste Coudurier2008-02-13
* remove now useless codeBaptiste Coudurier2008-02-13
* remove messy and not always correct chunk size workaround, use correct values...Baptiste Coudurier2008-02-13
* return error when dv audio extraction failsBaptiste Coudurier2008-02-11
* remove obsolete commentsBaptiste Coudurier2008-02-11
* remove useless bracesBaptiste Coudurier2008-02-11
* cosmetics, indentation, bracesBaptiste Coudurier2008-02-11
* split chunks in the case of big compressed audio frames,Baptiste Coudurier2008-02-11
* use correct demux mechanism when audio compression id is -2, dv audio does no...Baptiste Coudurier2008-02-11
* indentationBaptiste Coudurier2008-02-11
* more correct and simplerBaptiste Coudurier2008-02-11
* Allow the user to select which codec out of several in stsd he wants.Michael Niedermayer2008-02-06
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d...Reimar Döffinger2008-01-27
* Set subtitle codec id correctly, i hope this does not break anything.Michael Niedermayer2008-01-26
* Extract the pure plaintext from mov text subtitles.Reimar Döffinger2008-01-26
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-26
* indentMichael Niedermayer2008-01-26
* Only export packets which belong to the existing AVStream.Michael Niedermayer2008-01-26
* Select non jpeg if there are multiple substreams.Michael Niedermayer2008-01-26