summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
Commit message (Collapse)AuthorAge
...
* add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason2009-11-03
| | | | | | patch by Andrew Wason Originally committed as revision 20439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
| | | | Originally committed as revision 20250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add '.mp1' for MP1 audio in MOV/CAF.Alexander Strange2009-06-17
| | | | | | Tested with streamcopy of 'mp1-sample.mp1' in incoming. Originally committed as revision 19212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-16
| | | | Originally committed as revision 19211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Analysis of logs show that there are in fact some files with m1v1 too (not ↵Jason Garrett-Glaser2009-06-13
| | | | | | | | just m2v2), which is documented to be MPEG-1 video. Adding fourcc to isom.c. Originally committed as revision 19180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad2009-06-13
| | | | | | | | adding entries to codec_movaudio_tags. This ensures ADPCM_IMA_WAV uses the standard ms prefix when muxing to mov rather than TS. Originally committed as revision 19177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a ↵Jason Garrett-Glaser2009-06-13
| | | | | | | | problematic MOV file. The audio is actually adpcm_ima_wav. Originally committed as revision 19176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
| | | | | | patch by Jimmy Christensen, jimmy ghost dk Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4David Conrad2009-06-12
| | | | Originally committed as revision 19162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.Jason Garrett-Glaser2009-06-12
| | | | Originally committed as revision 19161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-12
| | | | Originally committed as revision 19159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* v210 mov fourccBaptiste Coudurier2009-05-12
| | | | Originally committed as revision 18803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more dvcprohd .mov fourcc, see #1034Baptiste Coudurier2009-05-05
| | | | Originally committed as revision 18738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-02
| | | | | | Patch by Jai Menon Originally committed as revision 18316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs2009-02-26
| | | | Originally committed as revision 17611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-21
| | | | | | this prevents using negative index and possibly crashing with broken files Originally committed as revision 16714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for muxing mov/mp4/3gp timed text streamsDavid Conrad2009-01-11
| | | | Originally committed as revision 16531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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