]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/mov.c
MOV: Add several iTunes metadata tags
[frescor/ffmpeg.git] / libavformat / mov.c
2009-11-23 conradMOV: Add several iTunes metadata tags
2009-11-19 bcoudurieruse AVFormatContext in dprintf
2009-11-15 bcoudurierSearch relative path according to alias record when...
2009-11-12 alexcDebug print MP4 objectTypeIndication in hex not decimal...
2009-11-11 alexcAdd a channels field to MPEG4AudioConfig.
2009-11-06 bcoudurierchange \0xa9enc tag metadata name to encoder to match...
2009-11-05 bcoudurier10l, typo
2009-11-05 bcoudurierdo not redundantly set stream nb_frames, it's already...
2009-11-05 bcouduriercompute dts shift with ctts value, cslg atom might...
2009-11-05 bcouduriercheck that duration is set to avoid fpe
2009-11-05 bcoudurierwarn if stream timescale is not set and set it to 1...
2009-11-05 bcoudurierfix \0xa9wrt metadata, to composer, fix issue #1501
2009-10-24 bcouduriercompute codec bitrate in mov demuxer, patch by haim...
2009-09-30 reimar10l in code reading codec_name, the first byte is the...
2009-09-30 reimarConvert latin1 codec_name in mov to UTF-8, since all...
2009-09-26 bcoudurier100l, typo
2009-09-26 bcoudurierExport mov/mp4 major and compatible brands as metadata.
2009-09-16 prossMake mov LPCM and AAC parsing functions public
2009-09-07 bcouduriercheck entries against field_size, potential malloc...
2009-09-07 bcoudurieradd one missing check for stream existence in read_elst...
2009-06-25 bcoudurieronly set par if it does not indicates a rotation, ex...
2009-06-24 reimarReindent after last patch.
2009-06-24 reimarmov demuxer: Track the current position also for stream...
2009-06-24 reimarmov_read_packet: extract code that searches for the...
2009-06-24 reimarmov_read_packet: if dv_get_packet fails, return exactly...
2009-06-24 reimarIn mov_read_packet remember the AVStream we want to...
2009-06-24 bcouduriercheck stream existence before assignment, fix #1222
2009-06-22 diegoAdd ff_ prefixes to exported symbols in libavformat...
2009-06-15 bcouduriercheck atom size against edit_count to avoid very long...
2009-06-13 conradAlso accept TS as a prefix for wav twoccs (used by...
2009-06-11 bcoudurierRemove time_rate, we cannot compute exactly when fragme...
2009-06-03 bcoudurierbroken stsd length might be < 16, fix elst-assert.mp4
2009-05-31 bcouduriersplit audio chunks in mov demuxer
2009-05-30 bcoudurierreturn AVERROR_EOF
2009-05-16 bcouduriermove increment after debug print
2009-05-13 bcoudurierparse 'stps' atom to set keyframe, partial sync sample...
2009-05-13 bcoudurierremove comment
2009-05-13 bcoudurierParse '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 stefanoRename bitstream.h to get_bits.h.
2009-04-08 bcoudurierforce sample for qcelp when not stored in mov, fix...
2009-04-02 reimarReindent
2009-04-02 reimarSupport DVD subtitles in mov/mp4 as created by Nero.
2009-03-25 bcoudurierset wrong dts for iMovie created files which has huge...
2009-03-22 rbultjeRemove alpha channel from default colorspace tables...
2009-03-22 bcouduriersince code now use get_bits_long, allocate padding...
2009-03-21 bcoudurierreset codec width/height for h264 forcing decoder to...
2009-03-19 alexcMOV: Use the AOT enum for the mp4_audio_types mapping.
2009-03-16 reimarExtend mov edit list support to work for a first paddin...
2009-03-16 alexcCosmetics: Re-indent after last commit
2009-03-16 alexcMOV: Support stz2 "Compact Sample Size Box"
2009-03-16 bcouduriercosmetics, remove useless braces
2009-03-16 bcouduriersimplify printing
2009-03-16 bcoudurierreindent
2009-03-16 bcoudurierfix trkn metadata parsing
2009-03-16 bcouduriermove read_udta_string up to avoid forward declaration
2009-03-16 bcouduriermore generic metadata handling
2009-03-16 bcoudurierdo not set isom if ctype is not set, happens in mov
2009-03-15 bcouduriersearch for hdlr atom in meta, some files do not store...
2009-03-15 bcouduriertypo in the mail, the 4am commit is always the worst
2009-03-15 bcoudurieradd my copyright in mov de/muxer
2009-03-15 bcoudurierallocate palette in codec directly
2009-03-15 bcouduriercosmetics, add some whitespaces and empty lines
2009-03-15 bcoudurierdo not modify sample_count, check against index entries
2009-03-09 rbultjeMove MOVContext and related structures from mov.c to...
2009-03-04 alexcMOV: fix demuxing fragmented files
2009-03-03 alexcMOV: fix crash when 'meta' occurs before first 'trak'
2009-03-01 aurelfix missed usage of old metadata API in mov demuxer
2009-02-27 benoitAdd a context to av_log() call.
2009-02-22 bcouduriercheck av_get_packet return value
2009-02-22 bcoudurierreturn AVERROR(ENOMEM) if alloc failed, set count after...
2009-02-15 aureldemux some more metadata tags in mov
2009-02-15 aureluse new metadata API in mov demuxer
2009-02-11 bcoudurierfix frame size, time rate is not stts duration anymore...
2009-02-11 bcoudurierdo not set start time to 0, it is not the case with...
2009-02-11 bcoudurieradjust time rate according to elst time offset
2009-02-10 bcoudurierfix compilation with DEBUG defined, field does not...
2009-02-08 bcouduriercosmetics: sample_to_chunk -> stsc
2009-02-08 bcouduriercosmetics: sample_to_ctime -> ctts
2009-02-08 bcoudurierremove useless field
2009-02-08 bcoudurierfix doxygen
2009-02-08 stefanoReplace the calls to the deprecated av_alloc_format_con...
2009-02-08 bcoudurieroffset dts according to edit list, hackish but works...
2009-02-03 bcoudurierprevent reading more than container atom size, fix...
2009-01-27 bcoudurierseek at 0 when timestamp requested is negative
2009-01-21 aurel'code' is used to index a table so make it unsigned
2009-01-20 bcoudurierchange sample aspect ratio test to be more clear, print...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 conradUse the dimensions in tkhd for timed text tracks
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-11 bcouduriermove ffindex set before mov_read_default so it can...
2009-01-11 conradRead extradata (justification, colors, fonts, etc)...
2009-01-09 bcoudurieronly set le if value is 1, fix boom5.mov, issue #770
2008-12-18 bcouduriercosmetics, remove useless parenthesis and whitespaces
2008-12-18 bcoudurierset alac channels from extradata, fix alac mono in m4a
2008-12-16 bcouduriercheck that nb_streams is valid before setting stream...
2008-12-11 bcoudurierparse pasp atom and set sample aspect ratio,
2008-12-11 bcoudurierremove _t in typedef for POSIX compatibility
next