| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |