summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Collapse)AuthorAge
* CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)Baptiste Coudurier2006-02-22
| | | | Originally committed as revision 5051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleans reading stsd audio, and makes it more generic patch by (Baptiste ↵Baptiste Coudurier2006-02-19
| | | | | | COUDURIER <baptiste.coudurier smartjog com>) Originally committed as revision 5038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The current_sample field is meant to be the sample number, not an offset intoJulian Scheid2006-02-19
| | | | | | | the sample data. Don't increment it by multiples of sc->sample_size. patch by Julian Scheid, julian _-at-_ sektor37 _-dot-_ de Originally committed as revision 5037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 ↵Baptiste Coudurier2006-02-18
| | | | | | smartjog o com>) Originally committed as revision 5033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 ↵Baptiste Coudurier2006-02-18
| | | | | | smartjog o com>) Originally committed as revision 5032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mov_read_ftyp to check iso media file type and set c->mp4 patch by ↵Baptiste Coudurier2006-02-18
| | | | | | (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) Originally committed as revision 5031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov fourccs for handling FCP files by (Baptiste COUDURIER ↵Michael Niedermayer2006-02-14
| | | | | | )(baptiste.coudurier smartjog com) Originally committed as revision 5023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Michael Niedermayer2006-02-13
| | | | Originally committed as revision 5012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of Video006.3gpMichael Niedermayer2006-02-12
| | | | Originally committed as revision 5006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier ↵Baptiste Coudurier2006-02-12
| | | | | | smartjog com> Originally committed as revision 5005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l for myselfMichael Niedermayer2006-02-12
| | | | Originally committed as revision 5004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Baptiste Coudurier2006-02-12
| | | | Originally committed as revision 5001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, fails to compile when debug enabledAlex Beregszaszi2006-02-12
| | | | Originally committed as revision 4998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)Michael Niedermayer2006-02-11
| | | | Originally committed as revision 4994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4 codecs objecttype handling patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-02-11
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 4982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify timebase if possibleMichael Niedermayer2006-02-02
| | | | | | ignore edit lists instead of always failing Originally committed as revision 4930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try avi video name -> codec_id mapping if the mov one has no matchMichael Niedermayer2006-01-25
| | | | Originally committed as revision 4896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-24
| | | | Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finally found what those >138 codes were... crappy compressed 5bit ascii. ↵François Revol2005-12-30
| | | | | | this gets them correctly, and adds setting track lang in movenc too. Originally committed as revision 4792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT ↵François Revol2005-12-30
| | | | | | net (unstested); added code to map language codes to stream->language[] Originally committed as revision 4791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QDM2 compatible decoderRoberto Togni2005-10-18
| | | | Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set time_base as soon as time_scale is known instead of in a unrelated ↵Michael Niedermayer2005-09-06
| | | | | | chunck which might be missing Originally committed as revision 4569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample_rate value is not always correct (is there anything in quicktime ↵Michael Niedermayer2005-09-04
| | | | | | which is?) so try to guess it from time_scale Originally committed as revision 4558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill duplicated get/put_be24()Michael Niedermayer2005-07-19
| | | | Originally committed as revision 4460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add hdv2 fourcc to MPEG2 codec mappingAurelien Jacobs2005-06-30
| | | | Originally committed as revision 4412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better dont read the width/height at all, its random anywayMichael Niedermayer2005-06-27
| | | | Originally committed as revision 4398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another chapter in the neverending mov demuxer cleanupMichael Niedermayer2005-06-24
| | | | | | a timebase isnt an average frame rate neither can highlevel (considering edit lists) duration be mixed with lowlevel ones Originally committed as revision 4391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update current_sample number for non split modeMichael Niedermayer2005-05-21
| | | | | | fix chunk split decission Originally committed as revision 4296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2005-05-21
| | | | Originally committed as revision 4295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support non interleaved mov filesMichael Niedermayer2005-05-21
| | | | Originally committed as revision 4294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (overwriting w/h with 0)Michael Niedermayer2005-05-21
| | | | Originally committed as revision 4289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ↵Aurelien Jacobs2005-05-19
| | | | | | apps instead of URLProtocol) Originally committed as revision 4275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverting 1.66 -> 1.67 changeMichael Niedermayer2005-03-30
| | | | Originally committed as revision 4096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT ↵François Revol2005-03-23
| | | | | | gmail DOT com>" Originally committed as revision 4068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>François Revol2005-03-12
| | | | Originally committed as revision 4033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uuid patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-11
| | | | Originally committed as revision 4030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson2005-03-06
| | | | | | | decoder works great, this decoder is not completely and seamlessly integrated yet with FFmpeg Originally committed as revision 4008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4a fix based on some code by (Song.Itany inventec-inc com)Michael Niedermayer2005-03-04
| | | | Originally committed as revision 4002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie ↵tjraivio@cc.hut.fi2005-02-16
| | | | | | fragment support yet patch by (tjraivio cc.hut fi) Originally committed as revision 3959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set timestamps correctlyMichael Niedermayer2005-02-07
| | | | Originally committed as revision 3944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2005-02-07
| | | | Originally committed as revision 3943 to svn://svn.ffmpeg.org/ffmpeg/trunk