| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add official VC1 fourcc | Baptiste Coudurier | 2007-01-10 | 1 | -0/+2 |
* | Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin | Diego Biurrun | 2007-01-06 | 1 | -1/+1 |
* | partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4 | Baptiste Coudurier | 2006-11-14 | 1 | -0/+4 |
* | support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov | Baptiste Coudurier | 2006-11-09 | 1 | -0/+3 |
* | do not overwrite codec type if already known, fix conflict between 'raw ' fou... | Baptiste Coudurier | 2006-11-03 | 1 | -2/+3 |
* | indention | Baptiste Coudurier | 2006-11-03 | 1 | -15/+15 |
* | reintroduce isom field and read version 1 audio stsd only if file is not isom... | Baptiste Coudurier | 2006-11-03 | 1 | -1/+8 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -6/+6 |
* | clean, always write major brand for debug | Baptiste Coudurier | 2006-11-01 | 1 | -19/+1 |
* | remove useless mp4 field | Baptiste Coudurier | 2006-11-01 | 1 | -19/+1 |
* | remove mov_read_leaf and remove useless reading function table, mov_read_defa... | Baptiste Coudurier | 2006-10-25 | 1 | -52/+1 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | activate gif decoder, seems to work fine on showdown2.mov | Baptiste Coudurier | 2006-10-22 | 1 | -1/+1 |
* | warn about zlib support needed if file has compressed moov atom | Baptiste Coudurier | 2006-10-20 | 1 | -8/+5 |
* | move memory reading ByteIOContext init from mov.c to avobuf.c | Michael Niedermayer | 2006-10-20 | 1 | -6/+1 |
* | dont mess with ByteIOContext internal variables (fixes showdown2.mov) | Michael Niedermayer | 2006-10-19 | 1 | -2/+1 |
* | Use proper PRI?64 macros for %ll? format to fix printf format warnings: | Dominik Mierzejewski | 2006-10-14 | 1 | -1/+1 |
* | TIFF decoder | Kostya Shishkov | 2006-10-13 | 1 | -0/+1 |