]> git.sesse.net Git - ffmpeg/history - libavformat/mov.c
Fix indentation after r21257.
[ffmpeg] / libavformat / mov.c
2010-01-14 Andrew Wasonset stream aspect from mov tkhd width/height, patch...
2010-01-13 Baptiste Coudurierdo not skip mdat data if it's the last atom, avoids...
2010-01-04 Baptiste Couduriercosmetics, remove useless parentheses, add space
2010-01-04 Baptiste Couduriersimplify error handling in mov_read_default
2010-01-04 Baptiste Coudurierremove no more needed MOVAtom.offset field
2010-01-04 Baptiste Coudurierremove useless code skipping data at end of hdlr atom...
2009-11-27 Jai MenonFix typo.
2009-11-23 David ConradMOV: cprt is another tag used for copyright
2009-11-23 David ConradMOV: Add several iTunes metadata tags
2009-11-19 Baptiste Coudurieruse AVFormatContext in dprintf
2009-11-15 Baptiste CoudurierSearch relative path according to alias record when...
2009-11-12 Alex ConverseDebug print MP4 objectTypeIndication in hex not decimal...
2009-11-11 Alex ConverseAdd a channels field to MPEG4AudioConfig.
2009-11-06 Baptiste Coudurierchange \0xa9enc tag metadata name to encoder to match...
2009-11-05 Baptiste Coudurier10l, typo
2009-11-05 Baptiste Coudurierdo not redundantly set stream nb_frames, it's already...
2009-11-05 Baptiste Couduriercompute dts shift with ctts value, cslg atom might...
2009-11-05 Baptiste Couduriercheck that duration is set to avoid fpe
2009-11-05 Baptiste Coudurierwarn if stream timescale is not set and set it to 1...
2009-11-05 Baptiste Coudurierfix \0xa9wrt metadata, to composer, fix issue #1501
2009-10-24 haim aloncompute codec bitrate in mov demuxer, patch by haim...
2009-09-30 Reimar Döffinger10l in code reading codec_name, the first byte is the...
2009-09-30 Reimar DöffingerConvert latin1 codec_name in mov to UTF-8, since all...
2009-09-26 Baptiste Coudurier100l, typo
2009-09-26 haim alonExport mov/mp4 major and compatible brands as metadata.
2009-09-16 Peter RossMake mov LPCM and AAC parsing functions public
2009-09-07 Baptiste Couduriercheck entries against field_size, potential malloc...
2009-09-07 Baptiste Coudurieradd one missing check for stream existence in read_elst...
2009-06-25 Baptiste Coudurieronly set par if it does not indicates a rotation, ex...
2009-06-24 Reimar DöffingerReindent after last patch.
2009-06-24 Reimar Döffingermov demuxer: Track the current position also for stream...
2009-06-24 Reimar Döffingermov_read_packet: extract code that searches for the...
2009-06-24 Reimar Döffingermov_read_packet: if dv_get_packet fails, return exactly...
2009-06-24 Reimar DöffingerIn mov_read_packet remember the AVStream we want to...
2009-06-24 Baptiste Couduriercheck stream existence before assignment, fix #1222
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-06-15 Baptiste Couduriercheck atom size against edit_count to avoid very long...
2009-06-13 David ConradAlso accept TS as a prefix for wav twoccs (used by...
2009-06-11 Baptiste CoudurierRemove time_rate, we cannot compute exactly when fragme...
2009-06-03 Baptiste Coudurierbroken stsd length might be < 16, fix elst-assert.mp4
2009-05-31 Baptiste Couduriersplit audio chunks in mov demuxer
2009-05-30 Baptiste Coudurierreturn AVERROR_EOF
2009-05-16 Baptiste Couduriermove increment after debug print
2009-05-13 Baptiste Coudurierparse 'stps' atom to set keyframe, partial sync sample...
2009-05-13 Baptiste Coudurierremove comment
2009-05-13 Baptiste CoudurierParse 'cslg' atom to retrieve dts shift when 'ctts...
2009-04-17 Jai MenonIntroduce codec id for MPEG-4 ALS and associate it...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-08 Baptiste Coudurierforce sample for qcelp when not stored in mov, fix...
2009-04-02 Reimar DöffingerReindent
2009-04-02 Reimar DöffingerSupport DVD subtitles in mov/mp4 as created by Nero.
2009-03-25 Baptiste Coudurierset wrong_dts for iMovie created files which has huge...
2009-03-22 Ronald S. BultjeRemove alpha channel from default colorspace tables...
2009-03-22 Baptiste Couduriersince code now use get_bits_long, allocate padding...
2009-03-21 Baptiste Coudurierreset codec width/height for h264 forcing decoder to...
2009-03-19 Alex ConverseMOV: Use the AOT enum for the mp4_audio_types mapping.
2009-03-16 Reimar DöffingerExtend mov edit list support to work for a first paddin...
2009-03-16 Alex ConverseCosmetics: Re-indent after last commit
2009-03-16 Alex ConverseMOV: Support stz2 "Compact Sample Size Box"
2009-03-16 Baptiste Couduriercosmetics, remove useless braces
2009-03-16 Baptiste Couduriersimplify printing
2009-03-16 Baptiste Coudurierreindent
2009-03-16 Baptiste Coudurierfix trkn metadata parsing
2009-03-16 Baptiste Couduriermove read_udta_string up to avoid forward declaration
2009-03-16 Baptiste Couduriermore generic metadata handling
2009-03-16 Baptiste Coudurierdo not set isom if ctype is not set, happens in mov
2009-03-15 Baptiste Couduriersearch for hdlr atom in meta, some files do not store...
2009-03-15 Baptiste Couduriertypo in the mail, the 4am commit is always the worst
2009-03-15 Baptiste Coudurieradd my copyright in mov de/muxer
2009-03-15 Baptiste Coudurierallocate palette in codec directly
2009-03-15 Baptiste Couduriercosmetics, add some whitespaces and empty lines
2009-03-15 Baptiste Coudurierdo not modify sample_count, check against index entries
2009-03-09 Ronald S. BultjeMove MOVContext and related structures from mov.c to...
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...
next