| Commit message (Expand) | Author | Age | Files | Lines |
* | Add '.mp1' for MP1 audio in MOV/CAF. | Alexander Strange | 2009-06-17 | 1 | -0/+1 |
* | Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file. | Jason Garrett-Glaser | 2009-06-16 | 1 | -0/+2 |
* | Analysis of logs show that there are in fact some files with m1v1 too (not ju... | Jason Garrett-Glaser | 2009-06-13 | 1 | -0/+1 |
* | Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of | David Conrad | 2009-06-13 | 1 | -1/+0 |
* | Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a proble... | Jason Garrett-Glaser | 2009-06-13 | 1 | -0/+1 |
* | DPX (Digital Picture Exchange) image decoder | Jimmy Christensen | 2009-06-12 | 1 | -0/+1 |
* | Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4 | David Conrad | 2009-06-12 | 1 | -0/+1 |
* | Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files. | Jason Garrett-Glaser | 2009-06-12 | 1 | -0/+1 |
* | Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file. | Jason Garrett-Glaser | 2009-06-12 | 1 | -0/+1 |
* | v210 mov fourcc | Baptiste Coudurier | 2009-05-12 | 1 | -0/+2 |
* | more dvcprohd .mov fourcc, see #1034 | Baptiste Coudurier | 2009-05-05 | 1 | -0/+3 |
* | Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. | Jai Menon | 2009-04-02 | 1 | -1/+1 |
* | return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking | Aurelien Jacobs | 2009-02-26 | 1 | -3/+3 |
* | 'code' is used to index a table so make it unsigned | Aurelien Jacobs | 2009-01-21 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Add support for muxing mov/mp4/3gp timed text streams | David Conrad | 2009-01-11 | 1 | -0/+1 |
* | activate jpeg2000 fourcc in mov/mj2 | Baptiste Coudurier | 2008-12-17 | 1 | -1/+1 |
* | WRAW fourcc | Baptiste Coudurier | 2008-12-04 | 1 | -0/+2 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -2/+2 |
* | Add (additional) const to many global tables. | Reimar Döffinger | 2008-10-02 | 1 | -1/+1 |
* | change the logic to mux 13818-3 and 11172-3 in mp4, less code | Baptiste Coudurier | 2008-09-03 | 1 | -2/+2 |
* | dirac muxing support in mp4/mov | Baptiste Coudurier | 2008-09-03 | 1 | -0/+2 |
* | cosmetics, move up mpeg1video mp4 objecttype | Baptiste Coudurier | 2008-09-03 | 1 | -1/+1 |
* | cosmetics, change values to hex since mp4ra use hex | Baptiste Coudurier | 2008-09-03 | 1 | -24/+24 |
* | ac3 muxing support in mov/mp4/m4v | Baptiste Coudurier | 2008-09-03 | 1 | -0/+2 |
* | fix fourcc comment | Baptiste Coudurier | 2008-09-03 | 1 | -1/+1 |
* | allow mp2 to be muxed into mp4 | Baptiste Coudurier | 2008-09-02 | 1 | -0/+1 |
* | Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as | Roman Shaposhnik | 2008-08-28 | 1 | -2/+6 |
* | Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. | Peter Ross | 2008-08-19 | 1 | -0/+2 |
* | add a bunch of new xdcam hd422 fourccs | Baptiste Coudurier | 2008-07-30 | 1 | -0/+21 |
* | more hdv fourccs | Baptiste Coudurier | 2008-07-30 | 1 | -0/+3 |
* | update hdv fourcc descriptions | Baptiste Coudurier | 2008-07-30 | 1 | -4/+4 |
* | chinese avs demuxing support, demux AVSFileFormat.mp4 | Baptiste Coudurier | 2008-06-22 | 1 | -0/+1 |
* | qcelp fourcc | Baptiste Coudurier | 2008-04-24 | 1 | -0/+4 |
* | Identify codec in GMCMidiaASX.mov correctly. | Michael Niedermayer | 2008-04-15 | 1 | -0/+2 |
* | gsm in mov, demux surge-1-16-B-agsm.mov | Baptiste Coudurier | 2008-03-28 | 1 | -0/+1 |
* | yet again another hdv fourcc | Baptiste Coudurier | 2008-03-21 | 1 | -0/+1 |
* | remove ms audio tags from table, they will be chosen or detected with riff table | Baptiste Coudurier | 2008-03-21 | 1 | -4/+0 |
* | fcp imx 40 fourccs | Baptiste Coudurier | 2008-02-11 | 1 | -0/+2 |
* | Support MP4 subtitles as in | Reimar Döffinger | 2008-01-29 | 1 | -0/+1 |
* | reorder object types id by muxing preference | Baptiste Coudurier | 2008-01-28 | 1 | -2/+3 |
* | Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d... | Reimar Döffinger | 2008-01-27 | 1 | -1/+1 |
* | Add non standard id needed for dvd subtitles. | Michael Niedermayer | 2008-01-26 | 1 | -0/+1 |
* | Set correct codec type and id for text subtitles. | Michael Niedermayer | 2008-01-26 | 1 | -0/+5 |
* | comment vorbis objectype id | Baptiste Coudurier | 2008-01-26 | 1 | -1/+1 |
* | this one is not standardized either | Baptiste Coudurier | 2008-01-26 | 1 | -1/+0 |
* | remove non standard object type ids, if you find samples, report them | Baptiste Coudurier | 2008-01-26 | 1 | -6/+0 |
* | treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ef... | Baptiste Coudurier | 2007-07-30 | 1 | -1/+1 |
* | dmb1 fourcc, mjpeg_opendml.mov | Baptiste Coudurier | 2007-05-10 | 1 | -0/+1 |
* | add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov | Baptiste Coudurier | 2007-04-25 | 1 | -0/+1 |