OSDN Git Service

In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490
[coroid/libav_saccubus.git] / libavformat / mov.c
2011-01-05 Baptiste CoudurierIn mov demuxer, check that gmtime returns a valid value...
2011-01-05 Baptiste CoudurierIn mov demuxer, check that stts data exists, fix crash...
2010-12-07 Baptiste CoudurierIn mov demuxer, read alac sample from extradata, fix...
2010-11-25 Baptiste CoudurierIn mov demuxer, if multiple h264 stsd are present,...
2010-11-23 Baptiste CoudurierIn ts demuxer, support aac flexmux using extradata...
2010-11-21 Aurelien Jacobsmovdec: export creation_date as metadata
2010-11-16 Baptiste CoudurierIn mov demuxer, export .mov encoder metadata tag
2010-10-05 Martin Storsjömovdec: Free the previous extradata
2010-10-05 Martin Storsjömovdec: Split out ff_mov_read_stsd
2010-09-28 Baptiste CoudurierIn mov demuxer, check that nb_streams is valid before...
2010-09-08 Baptiste CoudurierCheck dref size based on a patch by google
2010-09-08 Baptiste CoudurierIn mov demuxer, do not override aspect ratio in tkhd...
2010-09-06 Justin RugglesRead the number of channels from the 'dac3' tag for...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-04 David Conradmov: Read Flash's chpl variant
2010-07-02 John StebbinsIn mov demuxer, fix seeking to the beginning when file...
2010-07-01 Andrew WasonIn mov demuxer, only set sar if not already set, patch...
2010-07-01 Baptiste CoudurierUse ext sample from mpeg4audio config if set with AAC SBR
2010-06-28 Baptiste CoudurierIn mov demuxer, increase total size after debugging...
2010-06-25 Baptiste CoudurierImprove mov atom parsing debug message, print parent...
2010-05-23 Baptiste Coudurierchange author metadata to artist in mov de/muxer
2010-05-05 David Conradmov: Read nero chapters
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-21 David Conradmov: Read QuickTime chapters
2010-04-16 Martin StorsjöParse strf mov atoms
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-09 Baptiste CoudurierIn mov demuxer, convert mac encoded strings to utf-8
2010-03-09 Baptiste CoudurierPreallocate index entries in mov demuxer, huge speedup
2010-02-28 Carl Eugen HoyosMake mp4_read_descr static: It is only used inside...
2010-02-20 Michael NiedermayerMake sure we dont write more bytes into filename than...
2010-02-20 Michael NiedermayerDo not attempt to open references through absolute...
2010-02-01 Anton KhirnovAdd a list of generic tags and change demuxers to follo...
2010-01-24 Carl Eugen HoyosForce codec_tag I420 for Quicktime Planar Y'CbCr 8...
2010-01-18 Baptiste Coudurierreindent
2010-01-18 Baptiste Coudurierset average frame rate in mov demuxer
2010-01-18 Baptiste Couduriermove aspect ratio code at the end of the track parsing...
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
next