| Commit message (Expand) | Author | Age | Files | Lines |
* | append extradata atoms when parsing, fix OLOCOONS_O3.mov | Baptiste Coudurier | 2007-10-08 | 1 | -9/+12 |
* | stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV | Baptiste Coudurier | 2007-09-12 | 1 | -0/+3 |
* | set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fi... | Baptiste Coudurier | 2007-08-04 | 1 | -0/+4 |
* | detect MS wav codecs | Michael Niedermayer | 2007-08-04 | 1 | -0/+3 |
* | fill title, author, copyright and comment fields by parsing udta atom | Benoit Fouet | 2007-07-31 | 1 | -0/+41 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | simplify, no need for a function | Baptiste Coudurier | 2007-05-12 | 1 | -10/+4 |
* | fix ctts index computation when seeking, check must be done against next ctts... | Baptiste Coudurier | 2007-05-12 | 1 | -3/+4 |
* | remove no more true comment | Baptiste Coudurier | 2007-04-26 | 1 | -1/+0 |
* | cosmectics, use consistant and homogeneous type names for atoms | Baptiste Coudurier | 2007-04-26 | 1 | -14/+14 |
* | use dprintf with AVFormatContext and simplify | Baptiste Coudurier | 2007-04-26 | 1 | -24/+16 |
* | remove now obsolete and no more true comments | Baptiste Coudurier | 2007-04-26 | 1 | -8/+0 |
* | add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov | Baptiste Coudurier | 2007-04-25 | 1 | -0/+1 |
* | long -> int | Baptiste Coudurier | 2007-04-21 | 1 | -16/+16 |
* | cosmetics: mov_mp4 -> mp4 | Baptiste Coudurier | 2007-04-21 | 1 | -6/+6 |
* | clean and simplify esds reading function | Baptiste Coudurier | 2007-04-21 | 1 | -58/+12 |
* | remove broken ctab code | Baptiste Coudurier | 2007-04-21 | 1 | -38/+0 |
* | use INT64_MAX | Baptiste Coudurier | 2007-04-21 | 1 | -2/+2 |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -1/+1 |
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 1 | -11/+11 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
* | move atom size check before parsing function search | Baptiste Coudurier | 2007-03-29 | 1 | -5/+4 |
* | unset sample count to disable track when is broken | Baptiste Coudurier | 2007-03-29 | 1 | -0/+1 |
* | break if atom size is more than size left in container atom, fix shooter.mov | Baptiste Coudurier | 2007-03-29 | 1 | -1/+1 |
* | activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362... | Baptiste Coudurier | 2007-03-25 | 1 | -0/+1 |
* | dont fail immediately when a somehow broken track is detected, some tracks mi... | Baptiste Coudurier | 2007-03-25 | 1 | -1/+1 |
* | cosmectics, mov -> mp4 | Baptiste Coudurier | 2007-03-24 | 1 | -1/+1 |
* | cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame | Baptiste Coudurier | 2007-03-21 | 1 | -5/+6 |
* | cosmetics | Baptiste Coudurier | 2007-03-21 | 1 | -5/+5 |
* | set audio frame size based on stts | Baptiste Coudurier | 2007-03-21 | 1 | -0/+4 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 1 | -26/+26 |
* | use common tables for mov muxer and demuxer | Baptiste Coudurier | 2007-03-03 | 1 | -112/+2 |
* | cosmetics, cleanup tables, add pcm 24/32 le tags | Baptiste Coudurier | 2007-03-03 | 1 | -45/+60 |
* | partial avid meridien uncompressed support | Baptiste Coudurier | 2007-03-03 | 1 | -1/+1 |
* | avid imx support | Baptiste Coudurier | 2007-03-02 | 1 | -0/+2 |
* | support for mjpeg bottom field first in mov | Baptiste Coudurier | 2007-03-02 | 1 | -0/+1 |
* | use generic atom to extradata reading function | Baptiste Coudurier | 2007-03-02 | 1 | -33/+9 |
* | quicktime 'raw ' support | Baptiste Coudurier | 2007-03-01 | 1 | -1/+1 |
* | remove some printf warnings | Baptiste Coudurier | 2007-01-24 | 1 | -2/+2 |
* | make vars unsigned | Baptiste Coudurier | 2007-01-24 | 1 | -9/+9 |
* | stop if current sample is higher than sample count | Baptiste Coudurier | 2007-01-24 | 1 | -2/+6 |
* | replace strcpy by memcpy | Baptiste Coudurier | 2007-01-24 | 1 | -3/+3 |
* | remove useless field | Baptiste Coudurier | 2007-01-24 | 1 | -2/+0 |
* | remove obsolete comment | Baptiste Coudurier | 2007-01-24 | 1 | -3/+0 |
* | make some fields unsigned | Baptiste Coudurier | 2007-01-24 | 1 | -8/+8 |
* | add sanity checks | Baptiste Coudurier | 2007-01-24 | 1 | -1/+6 |
* | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer | 2007-01-21 | 1 | -2/+2 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -2/+2 |
* | add msrle fourcc, quicktime_bmp.mov | Baptiste Coudurier | 2007-01-16 | 1 | -0/+1 |
* | add png fourcc | Baptiste Coudurier | 2007-01-16 | 1 | -0/+1 |