aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/isom.c
Commit message (Expand)AuthorAgeFilesLines
* Do not auto-detect Sorenson Spark in f4v.Carl Eugen Hoyos2011-10-091-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-051-7/+5
|\
| * Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun2011-10-041-0/+5
* | isom: replace pseudo doxycomments with normal comments.Clément Bœsch2011-10-041-28/+28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-231-1/+1
|\|
| * mp4: Don't read an empty Decoder Config DescriptorAlex Converse2011-09-221-1/+1
* | Support Sorenson Spark in f4v.Carl Eugen Hoyos2011-09-211-0/+1
* | Support 3IVD in isom, produced by 3ivx DivX Doctor.Carl Eugen Hoyos2011-09-191-0/+2
* | Support Speex in isom.Carl Eugen Hoyos2011-09-071-1/+3
* | Support Nellymoser in isom.Carl Eugen Hoyos2011-08-301-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-291-5/+12
|\|
| * isom: add missing AVC-Intra tags, rearrange list and update commentsTomas Härdin2011-08-291-5/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-261-0/+16
|\|
| * mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-251-0/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-221-1/+1
|\|
| * mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos2011-06-211-0/+4
| * mov: Support R10g codec identifier.ami_stuff2011-06-211-0/+1
| * 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
* | Support DTS in mp4/mov.Carl Eugen Hoyos2011-06-171-0/+3
* | Support reading chan atoms with empty channel descriptions.Andrew Wason2011-06-151-4/+6
* | Fix ff_mov_write_chan() so it can be used by other muxers.Carl Eugen Hoyos2011-05-171-9/+1
* | Initial caf muxer.Carl Eugen Hoyos2011-05-151-0/+29
* | Support Digital Voodoo SD 8 Bit in mov (ticket 195).Carl Eugen Hoyos2011-05-131-0/+1
* | Support R10g in mov.ami_stuff2011-05-131-0/+1
* | Add 5.1 plus stereo-downmix to mov_channel_layout array.Carl Eugen Hoyos2011-05-131-0/+1
* | Clarify warning messages.Carl Eugen Hoyos2011-04-281-2/+2
* | Move channel chunk reading function to isom.c.Carl Eugen Hoyos2011-04-281-0/+60
* | Add xd55 codec tag for XDCAM HD422 720p25 CBR files.Tomas Härdin2011-03-211-0/+1
|/
* 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