aboutsummaryrefslogtreecommitdiff
path: root/libavformat/isom.c
AgeCommit message (Expand)Author
2011-06-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-21mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos
2011-06-21mov: Support R10g codec identifier.ami_stuff
2011-06-17Support DTS in mp4/mov.Carl Eugen Hoyos
2011-06-15Support reading chan atoms with empty channel descriptions.Andrew Wason
2011-05-17Fix ff_mov_write_chan() so it can be used by other muxers.Carl Eugen Hoyos
2011-05-15Initial caf muxer.Carl Eugen Hoyos
2011-05-13Support Digital Voodoo SD 8 Bit in mov (ticket 195).Carl Eugen Hoyos
2011-05-13Support R10g in mov.ami_stuff
2011-05-13Add 5.1 plus stereo-downmix to mov_channel_layout array.Carl Eugen Hoyos
2011-04-28Clarify warning messages.Carl Eugen Hoyos
2011-04-28Move channel chunk reading function to isom.c.Carl Eugen Hoyos
2011-03-23Add xd55 codec tag for XDCAM HD422 720p25 CBR files.Tomas Härdin
2011-03-21Add xd55 codec tag for XDCAM HD422 720p25 CBR files.Tomas Härdin
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-10Add one more avc intra fourcc and extend the descriptionBenjamin Larsson
2011-02-22Add more AVC Intra FOURCCsBenjamin Larsson
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-06pass QDMC extradata to the decoderSascha Sommer
2011-02-03Add ProRes FOURCCs to isom.cTomas Härdin
2011-02-03Add AVC-Intra identifiers used by Flip4Mac for mov filesBenjamin Larsson
2011-01-29Replace dprintf with av_dlogLuca Barbato
2010-11-23In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier
2010-10-04xdcam hd422 720p24 fourcc in movBaptiste Coudurier
2010-09-30Correct tag is m2v1Baptiste Coudurier
2010-09-29Remove duplicate entriesBaptiste Coudurier
2010-09-29Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osxBaptiste Coudurier
2010-09-13Add R10k decoder.Zhou Zongyi
2010-06-15Support gray16be and rgb48be in movBaptiste Coudurier
2010-06-04More mov rawvideo fourccBaptiste Coudurier
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
2010-01-30Store strings directly in mov_mdhd_language_map instead of using pointers,Reimar Döffinger
2010-01-30Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger
2010-01-30Simplify conversion to 5-bit ASCII.Reimar Döffinger
2010-01-15Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos
2010-01-15Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos
2009-12-17Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger
2009-11-29support pcm_f32/64le in movBaptiste Coudurier
2009-11-22Add MP4 object type for ALS.Justin Ruggles
2009-11-03add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
2009-06-17Add '.mp1' for MP1 audio in MOV/CAF.Alexander Strange
2009-06-16Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file.Jason Garrett-Glaser
2009-06-13Analysis of logs show that there are in fact some files with m1v1 too (not ju...Jason Garrett-Glaser
2009-06-13Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad
2009-06-13Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a proble...Jason Garrett-Glaser
2009-06-12DPX (Digital Picture Exchange) image decoderJimmy Christensen
2009-06-12Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4David Conrad
2009-06-12Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.Jason Garrett-Glaser