summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Collapse)AuthorAge
* cosmetics, remove useless parenthesis and whitespacesBaptiste Coudurier2008-12-18
| | | | Originally committed as revision 16213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set alac channels from extradata, fix alac mono in m4aBaptiste Coudurier2008-12-18
| | | | Originally committed as revision 16212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check that nb_streams is valid before setting stream, fix crash with jp2 ↵Baptiste Coudurier2008-12-16
| | | | | | which do not use same structure Originally committed as revision 16166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse pasp atom and set sample aspect ratio,Baptiste Coudurier2008-12-11
| | | | | | | warn if transformation matrix differs from pasp, based on a patch by Skal. Originally committed as revision 16066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-11
| | | | Originally committed as revision 16063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-02
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed parts of the QCELP decoderKenan Gillet2008-12-01
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decrease atom size, fix broken files missing version/flagsBaptiste Coudurier2008-11-18
| | | | Originally committed as revision 15872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read itunes metadata, code based on Reimar's patchBaptiste Coudurier2008-11-16
| | | | Originally committed as revision 15840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify metadata readingBaptiste Coudurier2008-11-15
| | | | Originally committed as revision 15830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, fix amrwb sample rateBaptiste Coudurier2008-10-04
| | | | Originally committed as revision 15562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set sample rate for amr to allow stream copy since no decoder is present,Baptiste Coudurier2008-10-03
| | | | | | 3gp does not store sample rate in stsd in fact. Fixes #674. Originally committed as revision 15536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
| | | | | | | The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enum typers instead of int.Diego Pettenò2008-10-02
| | | | | | Patch by Diego 'Flameeyes' Pettenò: flameeyes gmail Originally committed as revision 15517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support negative ctts in some way, unset wrong dtsBaptiste Coudurier2008-09-30
| | | | Originally committed as revision 15468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stop parsing if tag size is wrongly < 8 to avoid infinite loopBaptiste Coudurier2008-09-24
| | | | Originally committed as revision 15401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge amr wb case with amr nb and qcelpBaptiste Coudurier2008-09-24
| | | | Originally committed as revision 15399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not override sample rate for amr nor qcelp, should fix some qcelp files ↵Baptiste Coudurier2008-09-24
| | | | | | at 16000hz Originally committed as revision 15397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
| | | | | | | | | | | bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier2008-08-29
| | | | Originally committed as revision 15035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
| | | | | | the corresponding AVStream instead of AVCodecContext Originally committed as revision 14933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable fl32/64 le/be in mov with stsd audio v2Baptiste Coudurier2008-08-23
| | | | Originally committed as revision 14919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-19
| | | | Originally committed as revision 14836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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