]> git.sesse.net Git - ffmpeg/history - libavformat/mov.c
do not fail if correct is not recognized
[ffmpeg] / libavformat / mov.c
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-26 Henrik Gulbrandsenset pkt duration, only when dts == pts though,
2008-04-25 Baptiste Coudurieryes it is true for mp4
2008-04-25 Baptiste Coudurierremove unneeded variable
2008-04-25 Baptiste Couduriermove vars decls where vars are used
2008-04-25 Baptiste Coudurierset channels and sample rate from mpeg4audio config
2008-04-25 Baptiste Coudurierparse mpeg4audio config to correctly detect mp3on4...
2008-04-25 Baptiste Coudurierupdate doc
2008-04-25 Baptiste Couduriererror is -1
2008-04-25 Baptiste Couduriercosmetics
2008-04-25 Baptiste Couduriermove vars decls where vars are used
2008-04-25 Baptiste Coudurierparser should not be needed anymore, merge cases and...
2008-04-25 Baptiste Coudurierlower frame size to split amr/qcelp/gsm frames
2008-04-25 Baptiste Coudurieralign and remove useless braces
2008-04-25 Baptiste Couduriercosmetics, remove whitespaces in tags
2008-04-25 Baptiste Coudurierset gsm default frame size and bytes per frame, needed...
2008-04-24 Baptiste Coudurierdemux qcelp, so this can work with soc decoder and...
2008-04-24 Baptiste Coudurierset alac frame size from extradata
2008-04-15 Michael NiedermayerFix probe for mov00003.mqv.
2008-04-05 Baptiste Coudurierremove cast
2008-04-05 Baptiste Coudurierbetter error message
2008-03-30 Baptiste Couduriersupport mp4 fragmented files without any samples in...
2008-03-30 Baptiste Couduriercheck frag track id before setting st
2008-03-28 Baptiste Couduriergsm in mov, demux surge-1-16-B-agsm.mov
2008-03-27 Baptiste Coudurierprint essence path in error message
2008-03-27 Baptiste Couduriercosmetics, useless braces
2008-03-27 Baptiste Coudurierprint stream index in error message
2008-03-27 Baptiste Coudurieraccording to specs, only color table id set to 0, have...
2008-03-27 Baptiste CoudurierOnly use chunk demuxing for old uncompressed audio...
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-21 Baptiste Couduriersample size to 1 might happen for data, fix GMCMidiaASX...
2008-03-21 Baptiste Couduriersupport fragments when non streamable
2008-03-21 Baptiste Couduriermp4 fragments support
2008-03-21 Baptiste Couduriercosmetics, split or move too long lines
2008-03-21 Baptiste Couduriersimplify, and only stop parsing when non streamable
2008-03-21 Baptiste Coudurieratoms are not mp4 only, and yes probe is sufficient
2008-03-21 Baptiste Coudurierupdate description
2008-03-21 Baptiste Coudurierreturn ENOMEM
2008-03-21 Baptiste Couduriercannot free AVStream like this, and return ENOMEM
2008-03-21 Baptiste Coudurierindentation
2008-03-20 Baptiste Coudurierremove useless debug print since now mov_build_index...
2008-03-20 Baptiste Coudurierfree track data asap
2008-03-20 Baptiste Couduriermove mov_build_index before mov_read_trak to avoid...
2008-03-20 Baptiste Couduriermove specific end treatment when trak is detected,...
2008-03-16 Baptiste Couduriersimplify, flags is 24bits according to specs
2008-03-10 Diego Biurrunmisc spelling fixes
2008-02-28 Baptiste Coudurierset codec bps to grayscale bits, fix 256grey.mov
2008-02-27 Baptiste Coudurieradd weird first atom to probe, finally fix bartjones.mov
2008-02-27 Baptiste Coudurierfree in case of multiple type == 2
2008-02-27 Baptiste Coudurierreturn error if malloc fails
2008-02-27 Baptiste Coudurierfix possible overflow with memmove
2008-02-26 Baptiste Couduriersupport keyframes indexes starting at 0, broken files...
2008-02-26 Baptiste Couduriersupport mov reference files, ref.mov/ref.m2v/ref.wav...
2008-02-26 Baptiste Coudurierremove useless braces
2008-02-26 Baptiste Coudurierindentation
2008-02-26 Baptiste Coudurierrescale frame size, fix i.3g2
2008-02-26 Baptiste Couduriermove parameters reset after setting stream parameters...
2008-02-25 Baptiste Coudurierprotect malloc overflow
2008-02-25 Baptiste Coudurierindentation
2008-02-25 Baptiste Coudurierfail if extradata cannot be allocated
2008-02-13 Baptiste Coudurierhonor stsd v1 first, fix mace surge-2-8-MAC3.mov, bewar...
2008-02-13 Baptiste Coudurier10l, forgot alaw/mulaw mono, use bits_per_sample in...
2008-02-13 Baptiste Coudurierwarn use if edit list is not starting at 0, a/v desync...
2008-02-13 Baptiste Coudurierremove now useless code
2008-02-13 Baptiste Coudurierremove messy and not always correct chunk size workarou...
2008-02-11 Baptiste Coudurierreturn error when dv audio extraction fails
2008-02-11 Baptiste Coudurierremove obsolete comments
2008-02-11 Baptiste Coudurierremove useless braces
2008-02-11 Baptiste Couduriercosmetics, indentation, braces
2008-02-11 Baptiste Couduriersplit chunks in the case of big compressed audio frames,
2008-02-11 Baptiste Coudurieruse correct demux mechanism when audio compression...
2008-02-11 Baptiste Coudurierindentation
2008-02-11 Baptiste Couduriermore correct and simpler
2008-02-06 Michael NiedermayerAllow the user to select which codec out of several...
2008-01-27 Reimar DöffingerAdd CODEC_ID_MOV_TEXT and use it instead of modifying...
2008-01-26 Michael NiedermayerSet subtitle codec id correctly, i hope this does not...
2008-01-26 Reimar DöffingerExtract the pure plaintext from mov text subtitles.
2008-01-26 Michael NiedermayerSet correct codec type and id for text subtitles.
2008-01-26 Michael Niedermayerindent
2008-01-26 Michael NiedermayerOnly export packets which belong to the existing AVStream.
2008-01-26 Michael NiedermayerSelect non jpeg if there are multiple substreams.
2008-01-06 Baptiste Couduriercosmetics, split overly long lines
2007-12-19 Baptiste Couduriersupports glbl atom containing generic extradata for...
2007-12-16 Baptiste Coudurieruseless 0L here
2007-12-16 Baptiste Coudurierremove now useless fields
2007-12-16 Baptiste Coudurierdo not retain useless pointers to avstream priv_data...
2007-12-16 Baptiste Coudurierremove duplicate field
2007-12-16 Baptiste Couduriercosmetics: func -> parse, remove useless parenthesis
2007-12-16 Baptiste Coudurierremove useless declaration
2007-12-16 Baptiste Couduriersave pointer to parse table, it is unlikely to change
2007-12-16 Baptiste Coudurierremove useless seek
2007-12-16 Baptiste Couduriercosmetics
2007-12-16 Baptiste Couduriersupport streamed mov/mp4
2007-12-15 Baptiste Coudurierchoose next sample by sample position
2007-12-05 Mike Melansonadjust indentation on latest patch
2007-12-05 Mike MelansonCheck sanity in the palette loading operation. The...
2007-12-03 Baptiste Coudurierreturn error if malloc failed, found by takis, fix...
2007-12-03 Panagiotis Issarischeck mov_read_default return value where appropriate...
2007-12-02 Reimar DöffingerMake ff_qt_default_palette_* arrays "static const"
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
next