| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Targa image decoder | Kostya Shishkov | 2006-10-11 | 1 | -0/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | remove useless casts | Baptiste Coudurier | 2006-10-04 | 1 | -8/+8 |
* | remove useless casts | Baptiste Coudurier | 2006-09-29 | 1 | -13/+13 |
* | remove gcc warnings about void * used in arithmetic | Baptiste Coudurier | 2006-09-29 | 1 | -5/+5 |
* | move sample size adjusting code after audio stsd v2 parsing to let v2 set cor... | Baptiste Coudurier | 2006-09-28 | 1 | -6/+6 |
* | add lpcm fourcc | Baptiste Coudurier | 2006-09-28 | 1 | -0/+1 |
* | change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov | Baptiste Coudurier | 2006-09-28 | 1 | -0/+2 |
* | fix sound of SampleVideo.mov (mp2 in mov) | Michael Niedermayer | 2006-09-07 | 1 | -0/+3 |
* | fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only ... | Baptiste Coudurier | 2006-08-24 | 1 | -1/+1 |
* | move amr parameters adjusting like other codecs | Baptiste Coudurier | 2006-08-24 | 1 | -8/+9 |
* | dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let d... | Baptiste Coudurier | 2006-08-24 | 1 | -0/+13 |
* | put dv demuxing code around ifdef | Baptiste Coudurier | 2006-08-24 | 1 | -1/+4 |
* | put dv demuxing code around ifdef | Baptiste Coudurier | 2006-08-24 | 1 | -0/+2 |
* | support vdva fourcc (dv + dv audio in mov) | Baptiste Coudurier | 2006-08-24 | 1 | -3/+38 |
* | fourcc cleanup | Baptiste Coudurier | 2006-08-09 | 1 | -2/+0 |
* | enable 'NONE' audio fourcc | Baptiste Coudurier | 2006-08-09 | 1 | -1/+1 |
* | sample size is 1 if bits per sample is 8 and mono channel | Baptiste Coudurier | 2006-08-03 | 1 | -1/+1 |
* | move common code from mov.c and movenc.c to isom.c | Baptiste Coudurier | 2006-08-01 | 1 | -105/+1 |
* | add some useful debug info | Baptiste Coudurier | 2006-08-01 | 1 | -0/+2 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -1/+1 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -7/+1 |
* | assign exact codec id, needed when stream copy | Baptiste Coudurier | 2006-07-10 | 1 | -1/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | simplify, use LE_32, BE_32 macros | Baptiste Coudurier | 2006-07-08 | 1 | -12/+2 |
* | clean up useless code | Baptiste Coudurier | 2006-07-08 | 1 | -20/+0 |
* | better handling of partial files | Baptiste Coudurier | 2006-07-08 | 1 | -5/+6 |
* | new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm | Baptiste Coudurier | 2006-07-08 | 1 | -428/+228 |
* | 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 |