summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
Commit message (Expand)AuthorAge
* Store strings directly in mov_mdhd_language_map instead of using pointers,Reimar Döffinger2010-01-30
* Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger2010-01-30
* Simplify conversion to 5-bit ASCII.Reimar Döffinger2010-01-30
* Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos2010-01-15
* Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos2010-01-15
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-17
* support pcm_f32/64le in movBaptiste Coudurier2009-11-29
* Add MP4 object type for ALS.Justin Ruggles2009-11-22
* add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason2009-11-03
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
* Add '.mp1' for MP1 audio in MOV/CAF.Alexander Strange2009-06-17
* Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-16
* Analysis of logs show that there are in fact some files with m1v1 too (not ju...Jason Garrett-Glaser2009-06-13
* Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad2009-06-13
* Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a proble...Jason Garrett-Glaser2009-06-13
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
* Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4David Conrad2009-06-12
* Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.Jason Garrett-Glaser2009-06-12
* Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-12
* v210 mov fourccBaptiste Coudurier2009-05-12
* more dvcprohd .mov fourcc, see #1034Baptiste Coudurier2009-05-05
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-02
* return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs2009-02-26
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-21
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Add support for muxing mov/mp4/3gp timed text streamsDavid Conrad2009-01-11
* activate jpeg2000 fourcc in mov/mj2Baptiste Coudurier2008-12-17
* WRAW fourccBaptiste Coudurier2008-12-04
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Add (additional) const to many global tables.Reimar Döffinger2008-10-02
* change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier2008-09-03
* dirac muxing support in mp4/movBaptiste Coudurier2008-09-03
* cosmetics, move up mpeg1video mp4 objecttypeBaptiste Coudurier2008-09-03
* cosmetics, change values to hex since mp4ra use hexBaptiste Coudurier2008-09-03
* ac3 muxing support in mov/mp4/m4vBaptiste Coudurier2008-09-03
* fix fourcc commentBaptiste Coudurier2008-09-03
* allow mp2 to be muxed into mp4Baptiste Coudurier2008-09-02
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-28
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-19
* add a bunch of new xdcam hd422 fourccsBaptiste Coudurier2008-07-30
* more hdv fourccsBaptiste Coudurier2008-07-30
* update hdv fourcc descriptionsBaptiste Coudurier2008-07-30
* chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier2008-06-22
* qcelp fourccBaptiste Coudurier2008-04-24
* Identify codec in GMCMidiaASX.mov correctly.Michael Niedermayer2008-04-15
* gsm in mov, demux surge-1-16-B-agsm.movBaptiste Coudurier2008-03-28
* yet again another hdv fourccBaptiste Coudurier2008-03-21
* remove ms audio tags from table, they will be chosen or detected with riff tableBaptiste Coudurier2008-03-21
* fcp imx 40 fourccsBaptiste Coudurier2008-02-11
* Support MP4 subtitles as inReimar Döffinger2008-01-29