]> git.sesse.net Git - ffmpeg/history - libavformat/mov.c
Add my name to copyright & author as requested by the original author.
[ffmpeg] / libavformat / mov.c
2009-03-04 Alex ConverseMOV: fix demuxing fragmented files
2009-03-03 Alex ConverseMOV: fix crash when 'meta' occurs before first 'trak'
2009-03-01 Aurelien Jacobsfix missed usage of old metadata API in mov demuxer
2009-02-27 Benoit FouetAdd a context to av_log() call.
2009-02-22 Baptiste Couduriercheck av_get_packet return value
2009-02-22 Baptiste Coudurierreturn AVERROR(ENOMEM) if alloc failed, set count after...
2009-02-15 Aurelien Jacobsdemux some more metadata tags in mov
2009-02-15 Aurelien Jacobsuse new metadata API in mov demuxer
2009-02-11 Baptiste Coudurierfix frame size, time rate is not stts duration anymore...
2009-02-11 Baptiste Coudurierdo not set start time to 0, it is not the case with...
2009-02-11 Baptiste Coudurieradjust time rate according to elst time offset
2009-02-10 Baptiste Coudurierfix compilation with DEBUG defined, field does not...
2009-02-08 Baptiste Couduriercosmetics: sample_to_chunk -> stsc
2009-02-08 Baptiste Couduriercosmetics: sample_to_ctime -> ctts
2009-02-08 Baptiste Coudurierremove useless field
2009-02-08 Baptiste Coudurierfix doxygen
2009-02-08 Stefano SabatiniReplace the calls to the deprecated av_alloc_format_con...
2009-02-08 Baptiste Coudurieroffset dts according to edit list, hackish but works...
2009-02-03 Baptiste Coudurierprevent reading more than container atom size, fix...
2009-01-27 Baptiste Coudurierseek at 0 when timestamp requested is negative
2009-01-21 Aurelien Jacobs'code' is used to index a table so make it unsigned
2009-01-20 Baptiste Coudurierchange sample aspect ratio test to be more clear, print...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 David ConradUse the dimensions in tkhd for timed text tracks
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-11 Baptiste Couduriermove ffindex set before mov_read_default so it can...
2009-01-11 David ConradRead extradata (justification, colors, fonts, etc)...
2009-01-09 Baptiste Coudurieronly set le if value is 1, fix boom5.mov, issue #770
2008-12-18 Baptiste Couduriercosmetics, remove useless parenthesis and whitespaces
2008-12-18 Baptiste Coudurierset alac channels from extradata, fix alac mono in m4a
2008-12-16 Baptiste Couduriercheck that nb_streams is valid before setting stream...
2008-12-11 Baptiste Coudurierparse pasp atom and set sample aspect ratio,
2008-12-11 Baptiste Coudurierremove _t in typedef for POSIX compatibility
2008-12-02 Kenan GilletCommit last ok'ed parts of QCELP decoder and enable it.
2008-12-01 Kenan GilletMore OKed parts of the QCELP decoder
2008-11-18 Baptiste Coudurierdecrease atom size, fix broken files missing version...
2008-11-16 Baptiste Coudurierread itunes metadata, code based on Reimar's patch
2008-11-15 Baptiste Couduriersimplify metadata reading
2008-10-04 Baptiste Coudurier10l, fix amrwb sample rate
2008-10-03 Baptiste Coudurierset sample rate for amr to allow stream copy since...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-10-02 Diego PettenòUse enum typers instead of int.
2008-09-30 Baptiste Couduriersupport negative ctts in some way, unset wrong dts
2008-09-24 Baptiste Coudurierstop parsing if tag size is wrongly < 8 to avoid infini...
2008-09-24 Baptiste Couduriermerge amr wb case with amr nb and qcelp
2008-09-24 Baptiste Coudurierdo not override sample rate for amr nor qcelp, should...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-29 Baptiste Coudurierremove vorbis dec hack, decoding will be done anyway...
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-08-23 Baptiste Coudurierenable fl32/64 le/be in mov with stsd audio v2
2008-08-19 Peter RossMake MOV demuxer handle F32BE, F32LE, F64BE and F64LE...
2008-08-03 Baptiste Coudurierfix if/else case
2008-08-03 Baptiste Coudurierfull lpcm support in mov audio stsd v2
2008-08-02 Baptiste Couduriersupport big endian lpcm with audio stsd v2
2008-08-02 Baptiste Coudurierkeep original codec/fourcc endianness, fix XDCAMHD.mov
2008-08-02 Baptiste Couduriermore complete audio stsd v2
2008-08-02 Baptiste Couduriermove version specific parsing code before codec specifi...
2008-07-31 Art Clarkedowngrade mov negative ctts log message to warning...
2008-07-24 John SchmiedererUse tkhd matrix for proper display in mov.
2008-07-18 Baptiste Couduriercosmetics, remove space
2008-07-18 Baptiste CoudurierReturn max score when ftyp atom is encountered.
2008-06-22 Baptiste Coudurierchinese avs demuxing support, demux AVSFileFormat.mp4
2008-06-20 Baptiste Coudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-18 Art Clarkefree private streamcontext when closing demuxer, fix...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-26 Baptiste Coudurieraac chan config is 0 if bitstream contains program_conf...
2008-05-22 Albert Astals Cidfree moov and cmov when error occurs, fix memleak,...
2008-05-20 Baptiste Coudurieronly print debug info when sample is actually added
2008-05-20 Baptiste Coudurierwarn about multiple fourcc
2008-05-20 Baptiste Coudurierdemux all stsd ids if codec is the same, fix premature_...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-26 Henrik Gulbrandsenset pkt duration, only when dts == pts though,
2008-04-25 Baptiste Coudurieryes it is true for mp4
2008-04-25 Baptiste Coudurierremove unneeded variable
2008-04-25 Baptiste Couduriermove vars decls where vars are used
2008-04-25 Baptiste Coudurierset channels and sample rate from mpeg4audio config
2008-04-25 Baptiste Coudurierparse mpeg4audio config to correctly detect mp3on4...
2008-04-25 Baptiste Coudurierupdate doc
2008-04-25 Baptiste Couduriererror is -1
2008-04-25 Baptiste Couduriercosmetics
2008-04-25 Baptiste Couduriermove vars decls where vars are used
2008-04-25 Baptiste Coudurierparser should not be needed anymore, merge cases and...
2008-04-25 Baptiste Coudurierlower frame size to split amr/qcelp/gsm frames
2008-04-25 Baptiste Coudurieralign and remove useless braces
2008-04-25 Baptiste Couduriercosmetics, remove whitespaces in tags
2008-04-25 Baptiste Coudurierset gsm default frame size and bytes per frame, needed...
2008-04-24 Baptiste Coudurierdemux qcelp, so this can work with soc decoder and...
2008-04-24 Baptiste Coudurierset alac frame size from extradata
2008-04-15 Michael NiedermayerFix probe for mov00003.mqv.
2008-04-05 Baptiste Coudurierremove cast
2008-04-05 Baptiste Coudurierbetter error message
2008-03-30 Baptiste Couduriersupport mp4 fragmented files without any samples in...
2008-03-30 Baptiste Couduriercheck frag track id before setting st
2008-03-28 Baptiste Couduriergsm in mov, demux surge-1-16-B-agsm.mov
2008-03-27 Baptiste Coudurierprint essence path in error message
2008-03-27 Baptiste Couduriercosmetics, useless braces
2008-03-27 Baptiste Coudurierprint stream index in error message
2008-03-27 Baptiste Coudurieraccording to specs, only color table id set to 0, have...
next