summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* check stream existence before assignment, fix #1222Reinhard Tartler2010-02-09
* add one missing check for stream existence in read_elst, fix #1364Reinhard Tartler2010-02-09
* fix missed usage of old metadata API in mov demuxerAurelien Jacobs2009-03-01
* Add a context to av_log() call.Benoit Fouet2009-02-27
* check av_get_packet return valueBaptiste Coudurier2009-02-22
* return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable w...Baptiste Coudurier2009-02-22
* demux some more metadata tags in movAurelien Jacobs2009-02-15
* use new metadata API in mov demuxerAurelien Jacobs2009-02-15
* fix frame size, time rate is not stts duration anymore with time offsetBaptiste Coudurier2009-02-11
* do not set start time to 0, it is not the case with elst time offsetBaptiste Coudurier2009-02-11
* adjust time rate according to elst time offsetBaptiste Coudurier2009-02-11
* fix compilation with DEBUG defined, field does not exist anymoreBaptiste Coudurier2009-02-10
* cosmetics: sample_to_chunk -> stscBaptiste Coudurier2009-02-08
* cosmetics: sample_to_ctime -> cttsBaptiste Coudurier2009-02-08
* remove useless fieldBaptiste Coudurier2009-02-08
* fix doxygenBaptiste Coudurier2009-02-08
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* offset dts according to edit list, hackish but works, based on patch by ReimarBaptiste Coudurier2009-02-08
* prevent reading more than container atom size, fix broken file broken_by_rev1...Baptiste Coudurier2009-02-03
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-27
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-21
* change sample aspect ratio test to be more clear, print old oneBaptiste Coudurier2009-01-20
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Use the dimensions in tkhd for timed text tracksDavid Conrad2009-01-11
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* move ffindex set before mov_read_default so it can be used in functionsBaptiste Coudurier2009-01-11
* Read extradata (justification, colors, fonts, etc) for mov/mp4 timed textDavid Conrad2009-01-11
* only set le if value is 1, fix boom5.mov, issue #770Baptiste Coudurier2009-01-09
* cosmetics, remove useless parenthesis and whitespacesBaptiste Coudurier2008-12-18
* set alac channels from extradata, fix alac mono in m4aBaptiste Coudurier2008-12-18
* check that nb_streams is valid before setting stream, fix crash with jp2 whic...Baptiste Coudurier2008-12-16
* parse pasp atom and set sample aspect ratio,Baptiste Coudurier2008-12-11
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-11
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-02
* More OKed parts of the QCELP decoderKenan Gillet2008-12-01
* decrease atom size, fix broken files missing version/flagsBaptiste Coudurier2008-11-18
* read itunes metadata, code based on Reimar's patchBaptiste Coudurier2008-11-16
* simplify metadata readingBaptiste Coudurier2008-11-15
* 10l, fix amrwb sample rateBaptiste Coudurier2008-10-04
* set sample rate for amr to allow stream copy since no decoder is present,Baptiste Coudurier2008-10-03
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Use enum typers instead of int.Diego Pettenò2008-10-02
* support negative ctts in some way, unset wrong dtsBaptiste Coudurier2008-09-30
* stop parsing if tag size is wrongly < 8 to avoid infinite loopBaptiste Coudurier2008-09-24
* merge amr wb case with amr nb and qcelpBaptiste Coudurier2008-09-24
* do not override sample rate for amr nor qcelp, should fix some qcelp files at...Baptiste Coudurier2008-09-24
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier2008-08-29