summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
Commit message (Collapse)AuthorAge
* Support MP4 subtitles as inReimar Döffinger2008-01-29
| | | | | | http://samples.mplayerhq.hu/MPEG-4/embedded_subs/1Video_2Audio_2SUBs_timed_text_streams_.mp4 Originally committed as revision 11663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder object types id by muxing preferenceBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov ↵Reimar Döffinger2008-01-27
| | | | | | demuxer. Originally committed as revision 11638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add non standard id needed for dvd subtitles.Michael Niedermayer2008-01-26
| | | | Originally committed as revision 11626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-26
| | | | | | | fixes http://samples.mplayerhq.hu/mov/subtitles-embedded/subtitlemovie.mov closes issue341 Originally committed as revision 11624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment vorbis objectype idBaptiste Coudurier2008-01-26
| | | | Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this one is not standardized eitherBaptiste Coudurier2008-01-26
| | | | Originally committed as revision 11611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove non standard object type ids, if you find samples, report themBaptiste Coudurier2008-01-26
| | | | Originally committed as revision 11610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ↵Baptiste Coudurier2007-07-30
| | | | | | effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample Originally committed as revision 9832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dmb1 fourcc, mjpeg_opendml.movBaptiste Coudurier2007-05-10
| | | | Originally committed as revision 8990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.movBaptiste Coudurier2007-04-25
| | | | Originally committed as revision 8812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-06
| | | | | | patch by Xiaohui Sun, sunxiaohui dsp.ac cn Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add hdv1 fourccBaptiste Coudurier2007-03-28
| | | | Originally committed as revision 8540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer MP3 idBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use MKTAGBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-24
| | | | Originally committed as revision 8497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sortBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some codec object type idsBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier2007-03-24
| | | | Originally committed as revision 8494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add specifications reference commentsBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add dnxhd fourccBaptiste Coudurier2007-03-18
| | | | Originally committed as revision 8446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove wrong avid imx ntsc fourccBaptiste Coudurier2007-03-12
| | | | Originally committed as revision 8350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm s8 tagBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-03
| | | | Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added codec id for QCELP.Benjamin Larsson2006-08-20
| | | | Originally committed as revision 6036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-01
Originally committed as revision 5882 to svn://svn.ffmpeg.org/ffmpeg/trunk