summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* fix frame size, time rate is not stts duration anymore with time offsetBaptiste Coudurier2009-02-111-2/+5
* do not set start time to 0, it is not the case with elst time offsetBaptiste Coudurier2009-02-111-2/+1
* adjust time rate according to elst time offsetBaptiste Coudurier2009-02-111-3/+3
* fix compilation with DEBUG defined, field does not exist anymoreBaptiste Coudurier2009-02-101-1/+1
* cosmetics: sample_to_chunk -> stscBaptiste Coudurier2009-02-081-18/+18
* cosmetics: sample_to_ctime -> cttsBaptiste Coudurier2009-02-081-11/+11
* remove useless fieldBaptiste Coudurier2009-02-081-2/+1
* fix doxygenBaptiste Coudurier2009-02-081-1/+1
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-081-1/+1
* offset dts according to edit list, hackish but works, based on patch by ReimarBaptiste Coudurier2009-02-081-3/+14
* prevent reading more than container atom size, fix broken file broken_by_rev1...Baptiste Coudurier2009-02-031-2/+7
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-271-0/+2
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-211-1/+1
* change sample aspect ratio test to be more clear, print old oneBaptiste Coudurier2009-01-201-3/+4
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* export gcd function as av_gcd()Aurelien Jacobs2009-01-171-2/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-7/+7
* Use the dimensions in tkhd for timed text tracksDavid Conrad2009-01-111-0/+7
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* move ffindex set before mov_read_default so it can be used in functionsBaptiste Coudurier2009-01-111-1/+2
* Read extradata (justification, colors, fonts, etc) for mov/mp4 timed textDavid Conrad2009-01-111-0/+4
* only set le if value is 1, fix boom5.mov, issue #770Baptiste Coudurier2009-01-091-1/+2
* cosmetics, remove useless parenthesis and whitespacesBaptiste Coudurier2008-12-181-2/+2
* set alac channels from extradata, fix alac mono in m4aBaptiste Coudurier2008-12-181-1/+3
* check that nb_streams is valid before setting stream, fix crash with jp2 whic...Baptiste Coudurier2008-12-161-2/+7
* parse pasp atom and set sample aspect ratio,Baptiste Coudurier2008-12-111-0/+17
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-111-53/+53
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-021-0/+2
* More OKed parts of the QCELP decoderKenan Gillet2008-12-011-0/+1
* decrease atom size, fix broken files missing version/flagsBaptiste Coudurier2008-11-181-1/+2
* read itunes metadata, code based on Reimar's patchBaptiste Coudurier2008-11-161-3/+51
* simplify metadata readingBaptiste Coudurier2008-11-151-36/+20
* 10l, fix amrwb sample rateBaptiste Coudurier2008-10-041-1/+3
* set sample rate for amr to allow stream copy since no decoder is present,Baptiste Coudurier2008-10-031-0/+3
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-4/+4
* Use enum typers instead of int.Diego Pettenò2008-10-021-2/+2
* support negative ctts in some way, unset wrong dtsBaptiste Coudurier2008-09-301-5/+6
* stop parsing if tag size is wrongly < 8 to avoid infinite loopBaptiste Coudurier2008-09-241-1/+1
* merge amr wb case with amr nb and qcelpBaptiste Coudurier2008-09-241-3/+1
* do not override sample rate for amr nor qcelp, should fix some qcelp files at...Baptiste Coudurier2008-09-241-2/+0
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-12/+12
* remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier2008-08-291-5/+0
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-1/+1
* enable fl32/64 le/be in mov with stsd audio v2Baptiste Coudurier2008-08-231-3/+3
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-191-0/+6
* fix if/else caseBaptiste Coudurier2008-08-031-1/+1
* full lpcm support in mov audio stsd v2Baptiste Coudurier2008-08-031-2/+37
* support big endian lpcm with audio stsd v2Baptiste Coudurier2008-08-021-2/+4
* keep original codec/fourcc endianness, fix XDCAMHD.movBaptiste Coudurier2008-08-021-1/+3
* more complete audio stsd v2Baptiste Coudurier2008-08-021-3/+3
OpenPOWER on IntegriCloud