summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* 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
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* enable fl32/64 le/be in mov with stsd audio v2Baptiste Coudurier2008-08-23
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-19
* fix if/else caseBaptiste Coudurier2008-08-03
* full lpcm support in mov audio stsd v2Baptiste Coudurier2008-08-03
* support big endian lpcm with audio stsd v2Baptiste Coudurier2008-08-02
* keep original codec/fourcc endianness, fix XDCAMHD.movBaptiste Coudurier2008-08-02
* more complete audio stsd v2Baptiste Coudurier2008-08-02
* move version specific parsing code before codec specific code, will be neededBaptiste Coudurier2008-08-02
* downgrade mov negative ctts log message to warning, patch by Art Clarke, acla...Art Clarke2008-07-31
* Use tkhd matrix for proper display in mov.John Schmiederer2008-07-24
* cosmetics, remove spaceBaptiste Coudurier2008-07-18
* Return max score when ftyp atom is encountered.Baptiste Coudurier2008-07-18
* chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier2008-06-22
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-20
* free private streamcontext when closing demuxer, fix memory leak, patch by Ar...Art Clarke2008-06-18
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* aac chan config is 0 if bitstream contains program_config_elementBaptiste Coudurier2008-05-26
* free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid...Albert Astals Cid2008-05-22