]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/mov.c
Remove offset_t typedef and use int64_t directly instead.
[frescor/ffmpeg.git] / libavformat / mov.c
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
2008-05-20 bcoudurierdemux all stsd ids if codec is the same, fix premature_...
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-26 bcoudurierset pkt duration, only when dts == pts though
2008-04-25 bcoudurieryes it is true for mp4
2008-04-25 bcoudurierremove unneeded variable
2008-04-25 bcouduriermove vars decls where vars are used
2008-04-25 bcoudurierset channels and sample rate from mpeg4audio config
2008-04-25 bcoudurierparse mpeg4audio config to correctly detect mp3on4...
2008-04-25 bcoudurierupdate doc
2008-04-25 bcouduriererror is -1
2008-04-25 bcouduriercosmetics
2008-04-25 bcouduriermove vars decls where vars are used
2008-04-25 bcoudurierparser should not be needed anymore, merge cases and...
2008-04-25 bcoudurierlower frame size to split amr/qcelp/gsm frames
2008-04-25 bcoudurieralign and remove useless braces
2008-04-25 bcouduriercosmetics, remove whitespaces in tags
2008-04-25 bcoudurierset gsm default frame size and bytes per frame, needed...
2008-04-24 bcoudurierdemux qcelp, so this can work with soc decoder and...
2008-04-24 bcoudurierset alac frame size from extradata
2008-04-15 michaelFix probe for mov00003.mqv.
2008-04-05 bcoudurierremove cast
2008-04-05 bcoudurierbetter error message
2008-03-30 bcouduriersupport mp4 fragmented files without any samples in...
2008-03-30 bcouduriercheck frag track id before setting st
2008-03-28 bcouduriergsm in mov, demux surge-1-16-B-agsm.mov
2008-03-27 bcoudurierprint essence path in error message
2008-03-27 bcouduriercosmetics, useless braces
2008-03-27 bcoudurierprint stream index in error message
2008-03-27 bcoudurieraccording to specs, only color table id set to 0, have...
2008-03-27 bcoudurierOnly use chunk demuxing for old uncompressed audio...
2008-03-22 diegotypo: occured --> occurred
2008-03-21 bcouduriersample size to 1 might happen for data, fix GMCMidiaASX...
2008-03-21 bcouduriersupport fragments when non streamable
2008-03-21 bcouduriermp4 fragments support
2008-03-21 bcouduriercosmetics, split or move too long lines
2008-03-21 bcouduriersimplify, and only stop parsing when non streamable
2008-03-21 bcoudurieratoms are not mp4 only, and yes probe is sufficient
2008-03-21 bcoudurierupdate description
2008-03-21 bcoudurierreturn ENOMEM
2008-03-21 bcouduriercannot free AVStream like this, and return ENOMEM
2008-03-21 bcoudurierindentation
2008-03-20 bcoudurierremove useless debug print since now mov_build_index...
2008-03-20 bcoudurierfree track data asap
2008-03-20 bcouduriermove mov_build_index before mov_read_trak to avoid...
2008-03-20 bcouduriermove specific end treatment when trak is detected,...
2008-03-16 bcouduriersimplify, flags is 24bits according to specs
2008-03-10 diegomisc spelling fixes
2008-02-28 bcoudurierset codec bps to grayscale bits, fix 256grey.mov
2008-02-27 bcoudurieradd weird first atom to probe, finally fix bartjones.mov
2008-02-27 bcoudurierfree in case of multiple type == 2
2008-02-27 bcoudurierreturn error if malloc fails
2008-02-27 bcoudurierfix possible overflow with memmove
2008-02-26 bcouduriersupport keyframes indexes starting at 0, broken files...
2008-02-26 bcouduriersupport mov reference files, ref.mov/ref.m2v/ref.wav...
2008-02-26 bcoudurierremove useless braces
2008-02-26 bcoudurierindentation
2008-02-26 bcoudurierrescale frame size, fix i.3g2
2008-02-26 bcouduriermove parameters reset after setting stream parameters...
2008-02-25 bcoudurierprotect malloc overflow
2008-02-25 bcoudurierindentation
2008-02-25 bcoudurierfail if extradata cannot be allocated
2008-02-13 bcoudurierhonor stsd v1 first, fix mace surge-2-8-MAC3.mov, bewar...
2008-02-13 bcoudurier10l, forgot alaw/mulaw mono, use bits_per_sample in...
2008-02-13 bcoudurierwarn use if edit list is not starting at 0, a/v desync...
2008-02-13 bcoudurierremove now useless code
2008-02-13 bcoudurierremove messy and not always correct chunk size workarou...
2008-02-11 bcoudurierreturn error when dv audio extraction fails
2008-02-11 bcoudurierremove obsolete comments
2008-02-11 bcoudurierremove useless braces
2008-02-11 bcouduriercosmetics, indentation, braces
2008-02-11 bcouduriersplit chunks in the case of big compressed audio frames,
next