summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Collapse)AuthorAge
* fix if/else caseBaptiste Coudurier2008-08-03
| | | | Originally committed as revision 14526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* full lpcm support in mov audio stsd v2Baptiste Coudurier2008-08-03
| | | | Originally committed as revision 14524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support big endian lpcm with audio stsd v2Baptiste Coudurier2008-08-02
| | | | Originally committed as revision 14507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keep original codec/fourcc endianness, fix XDCAMHD.movBaptiste Coudurier2008-08-02
| | | | Originally committed as revision 14506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more complete audio stsd v2Baptiste Coudurier2008-08-02
| | | | Originally committed as revision 14505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move version specific parsing code before codec specific code, will be neededBaptiste Coudurier2008-08-02
| | | | Originally committed as revision 14504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* downgrade mov negative ctts log message to warning, patch by Art Clarke, ↵Art Clarke2008-07-31
| | | | | | aclarke at vlideshow dot com Originally committed as revision 14492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use tkhd matrix for proper display in mov.John Schmiederer2008-07-24
| | | | | | | | Patch by John Schmiederer jschmiederer on2 com Original thread: [PATCH] Use tkhd matrix for proper display in mov Date: 05/23/2008 09:31 PM Originally committed as revision 14365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove spaceBaptiste Coudurier2008-07-18
| | | | Originally committed as revision 14273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return max score when ftyp atom is encountered.Baptiste Coudurier2008-07-18
| | | | Originally committed as revision 14272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier2008-06-22
| | | | Originally committed as revision 13899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-20
| | | | Originally committed as revision 13838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free private streamcontext when closing demuxer, fix memory leak, patch by ↵Art Clarke2008-06-18
| | | | | | Art Clarke, aclarke at vlideshow dot com Originally committed as revision 13800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac chan config is 0 if bitstream contains program_config_elementBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free moov and cmov when error occurs, fix memleak, patch by Albert Astals ↵Albert Astals Cid2008-05-22
| | | | | | Cid, aastals at tv-wan dot es Originally committed as revision 13237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only print debug info when sample is actually addedBaptiste Coudurier2008-05-20
| | | | Originally committed as revision 13202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn about multiple fourccBaptiste Coudurier2008-05-20
| | | | Originally committed as revision 13201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demux all stsd ids if codec is the same, fix premature_mov_ending.mov, ↵Baptiste Coudurier2008-05-20
| | | | | | closes #451 Originally committed as revision 13200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pkt duration, only when dts == pts though,Henrik Gulbrandsen2008-04-26
| | | | | | patch by Henrik Gulbrandsen henrik at gulbra dot net Originally committed as revision 13003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yes it is true for mp4Baptiste Coudurier2008-04-25
| | | | Originally committed as revision 12972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variableBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move vars decls where vars are usedBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set channels and sample rate from mpeg4audio configBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference ↵Baptiste Coudurier2008-04-25
| | | | | | files Originally committed as revision 12961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update docBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error is -1Baptiste Coudurier2008-04-25
| | | | Originally committed as revision 12959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move vars decls where vars are usedBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parser should not be needed anymore, merge cases and set frame size for amr tooBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lower frame size to split amr/qcelp/gsm framesBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* align and remove useless bracesBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove whitespaces in tagsBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set gsm default frame size and bytes per frame, needed by old qt format, fix ↵Baptiste Coudurier2008-04-25
| | | | | | sample-gsm-8000.mov Originally committed as revision 12950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demux qcelp, so this can work with soc decoder and stream copyBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set alac frame size from extradataBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix probe for mov00003.mqv.Michael Niedermayer2008-04-15
| | | | Originally committed as revision 12833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove castBaptiste Coudurier2008-04-05
| | | | Originally committed as revision 12757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better error messageBaptiste Coudurier2008-04-05
| | | | Originally committed as revision 12756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support mp4 fragmented files without any samples in the moov atomBaptiste Coudurier2008-03-30
| | | | Originally committed as revision 12635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check frag track id before setting stBaptiste Coudurier2008-03-30
| | | | Originally committed as revision 12634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gsm in mov, demux surge-1-16-B-agsm.movBaptiste Coudurier2008-03-28
| | | | Originally committed as revision 12621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print essence path in error messageBaptiste Coudurier2008-03-27
| | | | Originally committed as revision 12607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, useless bracesBaptiste Coudurier2008-03-27
| | | | Originally committed as revision 12606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print stream index in error messageBaptiste Coudurier2008-03-27
| | | | Originally committed as revision 12605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* according to specs, only color table id set to 0, have it in stsd, fix ↵Baptiste Coudurier2008-03-27
| | | | | | 4colors.mov Originally committed as revision 12604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only use chunk demuxing for old uncompressed audio mechanism specified by stts.Baptiste Coudurier2008-03-27
| | | | | | | This will split amr/aac cbr samples correctly in isom files which do not set audio cid to -2. Originally committed as revision 12603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: occured --> occurredDiego Biurrun2008-03-22
| | | | Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is ↵Baptiste Coudurier2008-03-21
| | | | | | better than failing Originally committed as revision 12547 to svn://svn.ffmpeg.org/ffmpeg/trunk