summaryrefslogtreecommitdiffstats
path: root/libavformat/isom.c
Commit message (Expand)AuthorAgeFilesLines
* Add xd55 codec tag for XDCAM HD422 720p25 CBR files.Tomas Härdin2011-03-231-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add one more avc intra fourcc and extend the descriptionBenjamin Larsson2011-03-101-2/+3
* Add more AVC Intra FOURCCsBenjamin Larsson2011-02-221-2/+4
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-8/+8
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
* pass QDMC extradata to the decoderSascha Sommer2011-02-061-0/+1
* Add ProRes FOURCCs to isom.cTomas Härdin2011-02-031-0/+6
* Add AVC-Intra identifiers used by Flip4Mac for mov filesBenjamin Larsson2011-02-031-0/+2
* Replace dprintf with av_dlogLuca Barbato2011-01-291-4/+4
* In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier2010-11-231-0/+81
* xdcam hd422 720p24 fourcc in movBaptiste Coudurier2010-10-041-0/+1
* Correct tag is m2v1Baptiste Coudurier2010-09-301-1/+1
* Remove duplicate entriesBaptiste Coudurier2010-09-291-2/+0
* Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osxBaptiste Coudurier2010-09-291-0/+2
* Add R10k decoder.Zhou Zongyi2010-09-131-0/+1
* Support gray16be and rgb48be in movBaptiste Coudurier2010-06-151-0/+2
* More mov rawvideo fourccBaptiste Coudurier2010-06-041-0/+8
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-221-1/+1
* Store strings directly in mov_mdhd_language_map instead of using pointers,Reimar Döffinger2010-01-301-13/+13
* Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger2010-01-301-2/+3
* Simplify conversion to 5-bit ASCII.Reimar Döffinger2010-01-301-5/+4
* Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos2010-01-151-0/+1
* Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos2010-01-151-0/+1
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-171-0/+1
* support pcm_f32/64le in movBaptiste Coudurier2009-11-291-0/+2
* Add MP4 object type for ALS.Justin Ruggles2009-11-221-0/+1
* add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason2009-11-031-0/+1
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-161-1/+1
* Add '.mp1' for MP1 audio in MOV/CAF.Alexander Strange2009-06-171-0/+1
* Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-161-0/+2
* Analysis of logs show that there are in fact some files with m1v1 too (not ju...Jason Garrett-Glaser2009-06-131-0/+1
* Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad2009-06-131-1/+0
* Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a proble...Jason Garrett-Glaser2009-06-131-0/+1
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-121-0/+1
* Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4David Conrad2009-06-121-0/+1
* Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.Jason Garrett-Glaser2009-06-121-0/+1
* Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-121-0/+1
* v210 mov fourccBaptiste Coudurier2009-05-121-0/+2
* more dvcprohd .mov fourcc, see #1034Baptiste Coudurier2009-05-051-0/+3
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-021-1/+1
* return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs2009-02-261-3/+3
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-211-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Add support for muxing mov/mp4/3gp timed text streamsDavid Conrad2009-01-111-0/+1
* activate jpeg2000 fourcc in mov/mj2Baptiste Coudurier2008-12-171-1/+1
* WRAW fourccBaptiste Coudurier2008-12-041-0/+2
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-2/+2
* Add (additional) const to many global tables.Reimar Döffinger2008-10-021-1/+1
* change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier2008-09-031-2/+2
OpenPOWER on IntegriCloud