summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
Commit message (Collapse)AuthorAge
...
* activate jpeg2000 fourcc in mov/mj2Baptiste Coudurier2008-12-17
| | | | Originally committed as revision 16185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WRAW fourccBaptiste Coudurier2008-12-04
| | | | Originally committed as revision 16001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
| | | | Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (additional) const to many global tables.Reimar Döffinger2008-10-02
| | | | Originally committed as revision 15515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier2008-09-03
| | | | Originally committed as revision 15190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dirac muxing support in mp4/movBaptiste Coudurier2008-09-03
| | | | Originally committed as revision 15188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, move up mpeg1video mp4 objecttypeBaptiste Coudurier2008-09-03
| | | | Originally committed as revision 15187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, change values to hex since mp4ra use hexBaptiste Coudurier2008-09-03
| | | | Originally committed as revision 15186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3 muxing support in mov/mp4/m4vBaptiste Coudurier2008-09-03
| | | | Originally committed as revision 15184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix fourcc commentBaptiste Coudurier2008-09-03
| | | | Originally committed as revision 15169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow mp2 to be muxed into mp4Baptiste Coudurier2008-09-02
| | | | Originally committed as revision 15155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-28
| | | | | | specified in SMPTE 370M Originally committed as revision 15010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-19
| | | | Originally committed as revision 14836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a bunch of new xdcam hd422 fourccsBaptiste Coudurier2008-07-30
| | | | Originally committed as revision 14473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more hdv fourccsBaptiste Coudurier2008-07-30
| | | | Originally committed as revision 14472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update hdv fourcc descriptionsBaptiste Coudurier2008-07-30
| | | | Originally committed as revision 14471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier2008-06-22
| | | | Originally committed as revision 13899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qcelp fourccBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Identify codec in GMCMidiaASX.mov correctly.Michael Niedermayer2008-04-15
| | | | Originally committed as revision 12832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gsm in mov, demux surge-1-16-B-agsm.movBaptiste Coudurier2008-03-28
| | | | Originally committed as revision 12621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yet again another hdv fourccBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ms audio tags from table, they will be chosen or detected with riff tableBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fcp imx 40 fourccsBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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