| Commit message (Expand) | Author | Age | Files | Lines |
* | add MS ADPCM fourcc | Baptiste Coudurier | 2006-07-07 | 1 | -0/+1 |
* | skip others fourcc, if present | Baptiste Coudurier | 2006-07-07 | 1 | -0/+6 |
* | clean | Baptiste Coudurier | 2006-07-07 | 1 | -5/+0 |
* | export all tracks to libavformat layer | Baptiste Coudurier | 2006-06-15 | 1 | -31/+15 |
* | check fseek return value | Baptiste Coudurier | 2006-06-13 | 1 | -2/+4 |
* | fix unused computed value | Baptiste Coudurier | 2006-06-13 | 1 | -2/+2 |
* | simplify, completely ignore streams not recognized, that fixes seeking for so... | Baptiste Coudurier | 2006-06-12 | 1 | -24/+22 |
* | fix seeking, typo provoking hard segfault | Baptiste Coudurier | 2006-05-18 | 1 | -1/+1 |
* | fix keyframe check, stss might be there but count set to 0 | Baptiste Coudurier | 2006-05-18 | 1 | -2/+2 |
* | add quicktime uncompressed 8bit 4:2:2 support | Baptiste Coudurier | 2006-05-14 | 1 | -0/+1 |
* | fix spliting chunks, simplify | Baptiste Coudurier | 2006-05-11 | 1 | -41/+25 |
* | 10l, undef DEBUG | Baptiste Coudurier | 2006-05-09 | 1 | -1/+1 |
* | assing correct codec_id for mjpegb | Baptiste Coudurier | 2006-05-09 | 1 | -2/+2 |
* | skip null fourcc, fix ep2_mystery_m640_dummy.mov | Baptiste Coudurier | 2006-05-01 | 1 | -5/+6 |
* | set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay | Baptiste Coudurier | 2006-04-19 | 1 | -7/+4 |
* | add AVID DV fourcc | Baptiste Coudurier | 2006-04-19 | 1 | -0/+1 |
* | indention | Baptiste Coudurier | 2006-04-19 | 1 | -13/+13 |
* | always skip garbage at end of atom | Baptiste Coudurier | 2006-04-19 | 1 | -7/+6 |
* | move declaration to mov.h | Baptiste Coudurier | 2006-04-19 | 1 | -1/+0 |
* | ignore wrong negative cts values created by quicktime | Baptiste Coudurier | 2006-03-27 | 1 | -0/+6 |
* | let vorbis decoder init too, fix mi2_vorbis51.mp4 | Baptiste Coudurier | 2006-03-26 | 1 | -0/+3 |
* | add mp3on4 detection, fix red.mp4 | Baptiste Coudurier | 2006-03-26 | 1 | -3/+13 |
* | let faad init parameters properly, fix many SBR samples | Baptiste Coudurier | 2006-03-24 | 1 | -0/+5 |
* | fix demuxing of CDR-Dinner_LAN_800k.mp4 | Baptiste Coudurier | 2006-03-24 | 1 | -5/+11 |
* | need to dissociate pcm 16bit and 8bit cases | Baptiste Coudurier | 2006-03-24 | 1 | -1/+2 |
* | Quicktime creates S8 that way too | Baptiste Coudurier | 2006-03-24 | 1 | -0/+1 |
* | vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4... | Baptiste Coudurier | 2006-03-24 | 1 | -1/+1 |
* | use 64bit types | Baptiste Coudurier | 2006-03-23 | 1 | -2/+2 |
* | clean | Baptiste Coudurier | 2006-03-22 | 1 | -13/+15 |
* | support 64bit date/duration | Baptiste Coudurier | 2006-03-22 | 1 | -8/+19 |
* | fixing current_sample vs. next_sample mess | Michael Niedermayer | 2006-03-21 | 1 | -10/+16 |
* | fix sample size for uncompressed sound | Baptiste Coudurier | 2006-03-14 | 1 | -8/+27 |
* | indention | Baptiste Coudurier | 2006-03-12 | 1 | -5/+5 |
* | use of PRI macros in dprintf | Baptiste Coudurier | 2006-03-12 | 1 | -8/+8 |
* | fix conversion types in dprintf | Baptiste Coudurier | 2006-03-12 | 1 | -3/+3 |
* | fix a warning when DEBUG is defined | Baptiste Coudurier | 2006-03-11 | 1 | -1/+1 |
* | some mov files have invalid pts so we need to consider these pts too in calcu... | Michael Niedermayer | 2006-03-11 | 1 | -4/+11 |
* | set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <bapti... | Baptiste Coudurier | 2006-03-06 | 1 | -0/+2 |
* | referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier... | Baptiste Coudurier | 2006-03-06 | 1 | -6/+10 |
* | add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <ba... | Baptiste Coudurier | 2006-03-06 | 1 | -2/+27 |
* | Support mov stsd atom version 2. | Baptiste Coudurier | 2006-03-04 | 1 | -0/+9 |
* | CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) | Baptiste Coudurier | 2006-02-22 | 1 | -5/+0 |
* | Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDU... | Baptiste Coudurier | 2006-02-19 | 1 | -178/+101 |
* | The current_sample field is meant to be the sample number, not an offset into | Julian Scheid | 2006-02-19 | 1 | -1/+1 |
* | simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 sma... | Baptiste Coudurier | 2006-02-18 | 1 | -13/+6 |
* | add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 ... | Baptiste Coudurier | 2006-02-18 | 1 | -0/+1 |
* | add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Bapti... | Baptiste Coudurier | 2006-02-18 | 1 | -0/+28 |
* | mov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurie... | Michael Niedermayer | 2006-02-14 | 1 | -0/+8 |
* | useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com) | Michael Niedermayer | 2006-02-13 | 1 | -72/+1 |
* | fix demuxing of Video006.3gp | Michael Niedermayer | 2006-02-12 | 1 | -2/+4 |