summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Collapse)AuthorAge
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov ↵Reimar Döffinger2008-01-27
| | | | | | 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-26
| | | | Originally committed as revision 11627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extract the pure plaintext from mov text subtitles.Reimar Döffinger2008-01-26
| | | | | | 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-26
| | | | | | | 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-26
| | | | Originally committed as revision 11623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only export packets which belong to the existing AVStream.Michael Niedermayer2008-01-26
| | | | | | 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-26
| | | | Originally committed as revision 11621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, split overly long linesBaptiste Coudurier2008-01-06
| | | | Originally committed as revision 11434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* supports glbl atom containing generic extradata for all codecsBaptiste Coudurier2007-12-19
| | | | Originally committed as revision 11271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless 0L hereBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless fieldsBaptiste Coudurier2007-12-16
| | | | 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-16
| | | | Originally committed as revision 11241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate fieldBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: func -> parse, remove useless parenthesisBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless declarationBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* save pointer to parse table, it is unlikely to changeBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless seekBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support streamed mov/mp4Baptiste Coudurier2007-12-16
| | | | Originally committed as revision 11234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* choose next sample by sample positionBaptiste Coudurier2007-12-15
| | | | | | | | 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-05
| | | | 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-05
| | | | | | | | security risk in the MOV/MP4 demuxer. Originally committed as revision 11166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if malloc failed, found by takis, fix issue 286Baptiste Coudurier2007-12-03
| | | | Originally committed as revision 11162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check mov_read_default return value where appropriate, patch by takis, fix ↵Panagiotis Issaris2007-12-03
| | | | | | issue 285 Originally committed as revision 11161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_qt_default_palette_* arrays "static const"Reimar Döffinger2007-12-02
| | | | Originally committed as revision 11139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typoDiego Biurrun2007-11-10
| | | | Originally committed as revision 10992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use FFMINBaptiste Coudurier2007-10-23
| | | | Originally committed as revision 10848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix issue 225, instead of stoping when wrong atom size is found,Baptiste Coudurier2007-10-22
| | | | | | | | limit atom size to what is left, assuming container atom has correct size.. cricket4.3g2 has incorrect moov atom size which indicates that file size should be 2 bytes bigger than it is and quicktime reads it correctly though. Originally committed as revision 10836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* append extradata atoms when parsing, fix OLOCOONS_O3.movBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOVBaptiste Coudurier2007-09-12
| | | | Originally committed as revision 10481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, ↵Baptiste Coudurier2007-08-04
| | | | | | fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov Originally committed as revision 9895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect MS wav codecsMichael Niedermayer2007-08-04
| | | | | | fixes detection of audio codec though not playback of surge-2-16-L-ms11.mov Originally committed as revision 9885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fill title, author, copyright and comment fields by parsing udta atomBenoit Fouet2007-07-31
| | | | Originally committed as revision 9840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, no need for a functionBaptiste Coudurier2007-05-12
| | | | Originally committed as revision 9008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ctts index computation when seeking, check must be done against next ↵Baptiste Coudurier2007-05-12
| | | | | | ctts sample, thanks to Uoti Originally committed as revision 9007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more true commentBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dprintf with AVFormatContext and simplifyBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now obsolete and no more true commentsBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.movBaptiste Coudurier2007-04-25
| | | | Originally committed as revision 8811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* long -> intBaptiste Coudurier2007-04-21
| | | | Originally committed as revision 8774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: mov_mp4 -> mp4Baptiste Coudurier2007-04-21
| | | | Originally committed as revision 8773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean and simplify esds reading functionBaptiste Coudurier2007-04-21
| | | | Originally committed as revision 8772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove broken ctab codeBaptiste Coudurier2007-04-21
| | | | Originally committed as revision 8771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use INT64_MAXBaptiste Coudurier2007-04-21
| | | | Originally committed as revision 8770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-15
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk