summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* assign exact codec id, needed when stream copyBaptiste Coudurier2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* simplify, use LE_32, BE_32 macrosBaptiste Coudurier2006-07-08
* clean up useless codeBaptiste Coudurier2006-07-08
* better handling of partial filesBaptiste Coudurier2006-07-08
* new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcmBaptiste Coudurier2006-07-08
* add MS ADPCM fourccBaptiste Coudurier2006-07-07
* skip others fourcc, if presentBaptiste Coudurier2006-07-07
* cleanBaptiste Coudurier2006-07-07
* export all tracks to libavformat layerBaptiste Coudurier2006-06-15
* check fseek return valueBaptiste Coudurier2006-06-13
* fix unused computed valueBaptiste Coudurier2006-06-13
* simplify, completely ignore streams not recognized, that fixes seeking for so...Baptiste Coudurier2006-06-12
* fix seeking, typo provoking hard segfaultBaptiste Coudurier2006-05-18
* fix keyframe check, stss might be there but count set to 0Baptiste Coudurier2006-05-18
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-14
* fix spliting chunks, simplifyBaptiste Coudurier2006-05-11
* 10l, undef DEBUGBaptiste Coudurier2006-05-09
* assing correct codec_id for mjpegbBaptiste Coudurier2006-05-09
* skip null fourcc, fix ep2_mystery_m640_dummy.movBaptiste Coudurier2006-05-01
* set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyayBaptiste Coudurier2006-04-19
* add AVID DV fourccBaptiste Coudurier2006-04-19
* indentionBaptiste Coudurier2006-04-19
* always skip garbage at end of atomBaptiste Coudurier2006-04-19
* move declaration to mov.hBaptiste Coudurier2006-04-19
* ignore wrong negative cts values created by quicktimeBaptiste Coudurier2006-03-27
* let vorbis decoder init too, fix mi2_vorbis51.mp4Baptiste Coudurier2006-03-26
* add mp3on4 detection, fix red.mp4Baptiste Coudurier2006-03-26
* let faad init parameters properly, fix many SBR samplesBaptiste Coudurier2006-03-24
* fix demuxing of CDR-Dinner_LAN_800k.mp4Baptiste Coudurier2006-03-24
* need to dissociate pcm 16bit and 8bit casesBaptiste Coudurier2006-03-24
* Quicktime creates S8 that way tooBaptiste Coudurier2006-03-24
* vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4...Baptiste Coudurier2006-03-24
* use 64bit typesBaptiste Coudurier2006-03-23
* cleanBaptiste Coudurier2006-03-22
* support 64bit date/durationBaptiste Coudurier2006-03-22
* fixing current_sample vs. next_sample messMichael Niedermayer2006-03-21
* fix sample size for uncompressed soundBaptiste Coudurier2006-03-14
* indentionBaptiste Coudurier2006-03-12
* use of PRI macros in dprintfBaptiste Coudurier2006-03-12
* fix conversion types in dprintfBaptiste Coudurier2006-03-12
* fix a warning when DEBUG is definedBaptiste Coudurier2006-03-11
* some mov files have invalid pts so we need to consider these pts too in calcu...Michael Niedermayer2006-03-11
* set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <bapti...Baptiste Coudurier2006-03-06
* referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier...Baptiste Coudurier2006-03-06
* add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <ba...Baptiste Coudurier2006-03-06
* Support mov stsd atom version 2.Baptiste Coudurier2006-03-04
* CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)Baptiste Coudurier2006-02-22
* Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDU...Baptiste Coudurier2006-02-19