aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Collapse)AuthorAgeFilesLines
* set codec bps to grayscale bits, fix 256grey.movBaptiste Coudurier2008-02-281-1/+3
| | | | Originally committed as revision 12272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add weird first atom to probe, finally fix bartjones.movBaptiste Coudurier2008-02-271-0/+1
| | | | Originally committed as revision 12265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free in case of multiple type == 2Baptiste Coudurier2008-02-271-0/+1
| | | | Originally committed as revision 12263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if malloc failsBaptiste Coudurier2008-02-271-0/+2
| | | | Originally committed as revision 12262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix possible overflow with memmoveBaptiste Coudurier2008-02-271-1/+1
| | | | Originally committed as revision 12261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support keyframes indexes starting at 0, broken files created by omneon, fix ↵Baptiste Coudurier2008-02-261-1/+2
| | | | | | ref.mov seeking Originally committed as revision 12242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.movBaptiste Coudurier2008-02-261-6/+97
| | | | Originally committed as revision 12241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless bracesBaptiste Coudurier2008-02-261-2/+1
| | | | Originally committed as revision 12232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-02-261-19/+19
| | | | Originally committed as revision 12231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale frame size, fix i.3g2Baptiste Coudurier2008-02-261-1/+1
| | | | Originally committed as revision 12230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move parameters reset after setting stream parameters, will need those infosBaptiste Coudurier2008-02-261-21/+24
| | | | Originally committed as revision 12229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* protect malloc overflowBaptiste Coudurier2008-02-251-0/+2
| | | | Originally committed as revision 12208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-02-251-10/+10
| | | | Originally committed as revision 12207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fail if extradata cannot be allocatedBaptiste Coudurier2008-02-251-23/+14
| | | | Originally committed as revision 12206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alawBaptiste Coudurier2008-02-131-5/+5
| | | | Originally committed as revision 11928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, forgot alaw/mulaw mono, use bits_per_sample in fact,Baptiste Coudurier2008-02-131-2/+1
| | | | | | it should correctly set by av_get_bits_per_sample if recognized Originally committed as revision 11925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn use if edit list is not starting at 0, a/v desync might occurBaptiste Coudurier2008-02-131-1/+5
| | | | Originally committed as revision 11923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless codeBaptiste Coudurier2008-02-131-12/+0
| | | | Originally committed as revision 11922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove messy and not always correct chunk size workaround, use correct ↵Baptiste Coudurier2008-02-131-28/+17
| | | | | | values instead Originally committed as revision 11921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error when dv audio extraction failsBaptiste Coudurier2008-02-111-1/+3
| | | | Originally committed as revision 11913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove obsolete commentsBaptiste Coudurier2008-02-111-2/+0
| | | | Originally committed as revision 11912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless bracesBaptiste Coudurier2008-02-111-2/+1
| | | | Originally committed as revision 11911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, indentation, bracesBaptiste Coudurier2008-02-111-10/+8
| | | | Originally committed as revision 11910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split chunks in the case of big compressed audio frames,Baptiste Coudurier2008-02-111-0/+12
| | | | | | might be tweaked, fix qt_dv_pal_test.mov. Originally committed as revision 11909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct demux mechanism when audio compression id is -2, dv audio does ↵Baptiste Coudurier2008-02-111-2/+4
| | | | | | not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 Originally committed as revision 11908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-02-111-6/+6
| | | | Originally committed as revision 11905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more correct and simplerBaptiste Coudurier2008-02-111-10/+3
| | | | Originally committed as revision 11904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow the user to select which codec out of several in stsd he wants.Michael Niedermayer2008-02-061-1/+4
| | | | Originally committed as revision 11873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov ↵Reimar Döffinger2008-01-271-6/+0
| | | | | | demuxer. Originally committed as revision 11638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set subtitle codec id correctly, i hope this does not break anything.Michael Niedermayer2008-01-261-1/+2
| | | | Originally committed as revision 11627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extract the pure plaintext from mov text subtitles.Reimar Döffinger2008-01-261-0/+6
| | | | | | Formatting information etc. is discarded. Originally committed as revision 11625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-261-0/+5
| | | | | | | fixes http://samples.mplayerhq.hu/mov/subtitles-embedded/subtitlemovie.mov closes issue341 Originally committed as revision 11624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-01-261-2/+2
| | | | Originally committed as revision 11623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only export packets which belong to the existing AVStream.Michael Niedermayer2008-01-261-2/+5
| | | | | | To export the others separate AVStreams must be created! Originally committed as revision 11622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Select non jpeg if there are multiple substreams.Michael Niedermayer2008-01-261-2/+4
| | | | Originally committed as revision 11621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, split overly long linesBaptiste Coudurier2008-01-061-22/+36
| | | | Originally committed as revision 11434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* supports glbl atom containing generic extradata for all codecsBaptiste Coudurier2007-12-191-2/+7
| | | | Originally committed as revision 11271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless 0L hereBaptiste Coudurier2007-12-161-3/+3
| | | | Originally committed as revision 11243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless fieldsBaptiste Coudurier2007-12-161-2/+0
| | | | Originally committed as revision 11242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not retain useless pointers to avstream priv_data, use it directlyBaptiste Coudurier2007-12-161-17/+19
| | | | Originally committed as revision 11241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate fieldBaptiste Coudurier2007-12-161-9/+6
| | | | Originally committed as revision 11240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: func -> parse, remove useless parenthesisBaptiste Coudurier2007-12-161-2/+2
| | | | Originally committed as revision 11239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless declarationBaptiste Coudurier2007-12-161-3/+1
| | | | Originally committed as revision 11238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* save pointer to parse table, it is unlikely to changeBaptiste Coudurier2007-12-161-9/+6
| | | | Originally committed as revision 11237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless seekBaptiste Coudurier2007-12-161-4/+0
| | | | Originally committed as revision 11236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2007-12-161-11/+0
| | | | Originally committed as revision 11235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support streamed mov/mp4Baptiste Coudurier2007-12-161-5/+7
| | | | Originally committed as revision 11234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* choose next sample by sample positionBaptiste Coudurier2007-12-151-1/+3
| | | | | | | | when streams' next dts difference is below AV_TIME_BASE, to reduce seeking, needed for slow underlying protocols (http), a slightly modified patch from elupus, elupus at ecce dot se Originally committed as revision 11226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adjust indentation on latest patchMike Melanson2007-12-051-14/+14
| | | | Originally committed as revision 11167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check sanity in the palette loading operation. The addresses a potential ↵Mike Melanson2007-12-051-4/+7
| | | | | | | | security risk in the MOV/MP4 demuxer. Originally committed as revision 11166 to svn://svn.ffmpeg.org/ffmpeg/trunk