aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* Support mov stsd atom version 2.Baptiste Coudurier2006-03-041-0/+9
* CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)Baptiste Coudurier2006-02-221-5/+0
* Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDU...Baptiste Coudurier2006-02-191-178/+101
* The current_sample field is meant to be the sample number, not an offset intoJulian Scheid2006-02-191-1/+1
* simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 sma...Baptiste Coudurier2006-02-181-13/+6
* add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 ...Baptiste Coudurier2006-02-181-0/+1
* add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Bapti...Baptiste Coudurier2006-02-181-0/+28
* mov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurie...Michael Niedermayer2006-02-141-0/+8
* useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Michael Niedermayer2006-02-131-72/+1
* fix demuxing of Video006.3gpMichael Niedermayer2006-02-121-2/+4
* mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier sm...Baptiste Coudurier2006-02-121-11/+3
* 10l for myselfMichael Niedermayer2006-02-121-1/+1
* mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Baptiste Coudurier2006-02-121-295/+51
* 10l, fails to compile when debug enabledAlex Beregszaszi2006-02-121-1/+1
* stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)Michael Niedermayer2006-02-111-13/+20
* mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.couduri...Baptiste Coudurier2006-02-111-0/+31
* simplify timebase if possibleMichael Niedermayer2006-02-021-11/+34
* try avi video name -> codec_id mapping if the mov one has no matchMichael Niedermayer2006-01-251-0/+2
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-241-10/+10
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* finally found what those >138 codes were... crappy compressed 5bit ascii. thi...François Revol2005-12-301-13/+42
* fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT n...François Revol2005-12-301-5/+56
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-157/+157
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-75/+75
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* QDM2 compatible decoderRoberto Togni2005-10-181-1/+23
* set time_base as soon as time_scale is known instead of in a unrelated chunck...Michael Niedermayer2005-09-061-3/+1
* sample_rate value is not always correct (is there anything in quicktime which...Michael Niedermayer2005-09-041-1/+8
* kill duplicated get/put_be24()Michael Niedermayer2005-07-191-9/+0
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-82/+82
* add hdv2 fourcc to MPEG2 codec mappingAurelien Jacobs2005-06-301-0/+1
* better dont read the width/height at all, its random anywayMichael Niedermayer2005-06-271-2/+2
* another chapter in the neverending mov demuxer cleanupMichael Niedermayer2005-06-241-46/+12
* AVPacket.posMichael Niedermayer2005-05-261-16/+1
* update current_sample number for non split modeMichael Niedermayer2005-05-211-6/+7
* segfault fixMichael Niedermayer2005-05-211-4/+6
* support non interleaved mov filesMichael Niedermayer2005-05-211-10/+48
* 10l (overwriting w/h with 0)Michael Niedermayer2005-05-211-9/+6
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-191-1/+1
* switch to native time basesMichael Niedermayer2005-04-301-10/+10
* reverting 1.66 -> 1.67 changeMichael Niedermayer2005-03-301-7/+7
* Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gma...François Revol2005-03-231-0/+1
* more fine grained discarding of packetsMichael Niedermayer2005-03-171-1/+1
* Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>François Revol2005-03-121-0/+1
* uuid patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-111-1/+1
* first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson2005-03-061-0/+18
* mp4a fix based on some code by (Song.Itany inventec-inc com)Michael Niedermayer2005-03-041-4/+17
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-2/+2
* quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fr...tjraivio@cc.hut.fi2005-02-161-1/+1
* set timestamps correctlyMichael Niedermayer2005-02-071-26/+82