]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/mov.c
remove comment
[frescor/ffmpeg.git] / libavformat / mov.c
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
2008-12-02 vitorCommit last ok'ed parts of QCELP decoder and enable it.
2008-12-01 vitorMore OKed parts of the QCELP decoder
2008-11-18 bcoudurierdecrease atom size, fix broken files missing version...
2008-11-16 bcoudurierread itunes metadata, code based on Reimar's patch
2008-11-15 bcouduriersimplify metadata reading
2008-10-04 bcoudurier10l, fix amrwb sample rate
2008-10-03 bcoudurierset sample rate for amr to allow stream copy since...
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-10-02 benoitUse enum typers instead of int.
2008-09-30 bcouduriersupport negative ctts in some way, unset wrong dts
2008-09-24 bcoudurierstop parsing if tag size is wrongly < 8 to avoid infini...
2008-09-24 bcouduriermerge amr wb case with amr nb and qcelp
2008-09-24 bcoudurierdo not override sample rate for amr nor qcelp, should...
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-08-29 bcoudurierremove vorbis dec hack, decoding will be done anyway...
2008-08-23 aurelconvert every muxer/demuxer to write/read sample_aspect...
2008-08-23 bcoudurierenable fl32/64 le/be in mov with stsd audio v2
2008-08-19 prossMake MOV demuxer handle F32BE, F32LE, F64BE and F64LE...
2008-08-03 bcoudurierfix if/else case
2008-08-03 bcoudurierfull lpcm support in mov audio stsd v2
2008-08-02 bcouduriersupport big endian lpcm with audio stsd v2
2008-08-02 bcoudurierkeep original codec/fourcc endianess, fix XDCAMHD.mov
2008-08-02 bcouduriermore complete audio stsd v2
2008-08-02 bcouduriermove version specific parsing code before codec specifi...
2008-07-31 bcoudurierdowngrade mov negative ctts log message to warning...
2008-07-24 benoitUse tkhd matrix for proper display in mov.
2008-07-18 bcouduriercosmetics, remove space
2008-07-18 bcoudurierreturn max score when ftyp atom is encoutered
2008-06-22 bcoudurierchinese avs demuxing support, demux AVSFileFormat.mp4
2008-06-20 bcoudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-18 bcoudurierfree private streamcontext when closing demuxer, fix...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-26 bcoudurieraac chan config is 0 if bitstream contains program_conf...
2008-05-22 bcoudurierfree moov and cmov when error occurs, fix memleak,...
2008-05-20 bcoudurieronly print debug info when sample is actually added
2008-05-20 bcoudurierwarn about multiple fourcc
next