summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier2006-08-121-55/+33
* update documentationBaptiste Coudurier2006-08-111-3/+12
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-112-1/+2
* set elst start time to first ptsBaptiste Coudurier2006-08-111-4/+1
* fourcc cleanupBaptiste Coudurier2006-08-091-2/+0
* enable 'NONE' audio fourccBaptiste Coudurier2006-08-091-1/+1
* parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier2006-08-091-5/+19
* Support AAC audio in AVI with tag 0xffDavid Conrad2006-08-081-0/+1
* dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer2006-08-083-3/+15
* timestamp debugging av_logs()Michael Niedermayer2006-08-081-2/+16
* both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer2006-08-081-1/+1
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-082-2/+2
* use correct tag for h263 in movBaptiste Coudurier2006-08-071-2/+8
* detailed infos about d263 atomBaptiste Coudurier2006-08-071-2/+4
* indentionBaptiste Coudurier2006-08-071-8/+8
* only set fields for mov, reserved for 3gp, mp4Baptiste Coudurier2006-08-071-1/+8
* sampleSize field to 16, reserved for mp4 and 3gpBaptiste Coudurier2006-08-071-3/+2
* mp4, 3gp field is reserved and value is 2Baptiste Coudurier2006-08-071-1/+1
* use ternaryBaptiste Coudurier2006-08-071-5/+1
* vbr compression id is only used in movBaptiste Coudurier2006-08-071-7/+7
* always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier2006-08-061-9/+18
* sample size is 1 if bits per sample is 8 and mono channelBaptiste Coudurier2006-08-031-1/+1
* revert r5909, dont use non constant static variable, breaks multithreaded appsBaptiste Coudurier2006-08-031-10/+1
* parse SONY hidden MPEG-4 extradata, fix C0023S01.mxfBaptiste Coudurier2006-08-031-0/+11
* skip run-in sequence before reading headerBaptiste Coudurier2006-08-031-1/+10
* again, disable DEBUGBaptiste Coudurier2006-08-031-1/+1
* 10l, check container_ul existenceBaptiste Coudurier2006-08-031-2/+2
* remove duplicate codeBaptiste Coudurier2006-08-031-8/+5
* attempt to demux clip wrapped contentBaptiste Coudurier2006-08-031-38/+59
* add codec detection based on essence container ulBaptiste Coudurier2006-08-031-0/+19
* resolve strong refs in parse_structural_metadata since objects may not be ord...Baptiste Coudurier2006-08-021-161/+134
* remove unneeded audio fourcc as wellBaptiste Coudurier2006-08-021-3/+0
* Minor resync optimizationReimar Döffinger2006-08-021-1/+1
* Do not set the codec's pixel format in the format's write_header()Luca Abeni2006-08-021-2/+4
* do not set unneeded fourccBaptiste Coudurier2006-08-021-5/+0
* fix ending null entry in tableBaptiste Coudurier2006-08-011-0/+1
* more codecs ulsBaptiste Coudurier2006-08-011-0/+4
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-016-125/+151
* add some useful debug infoBaptiste Coudurier2006-08-011-0/+2
* Support for seeking, both with and without index and correct timestampsReimar Döffinger2006-08-011-3/+273
* negative to_pad won't provoke infinite loopBaptiste Coudurier2006-08-011-1/+1
* avoid reading beyond packet sizeBaptiste Coudurier2006-08-011-8/+6
* skip run-in sequence during probeBaptiste Coudurier2006-08-011-5/+10
* simplify using function tableBaptiste Coudurier2006-07-311-52/+38
* parse aes3 audio descriptorBaptiste Coudurier2006-07-311-0/+3
* use parenthesis around valueBaptiste Coudurier2006-07-301-1/+1
* Fix typo in commentReimar Döffinger2006-07-301-1/+1
* The reader ignores the size of the ASF data object and keeps onKohn Emil Dan2006-07-292-2/+13
* add information about codec ulsBaptiste Coudurier2006-07-291-5/+5
* another MPEG-2 long gop codec ulBaptiste Coudurier2006-07-291-0/+1
OpenPOWER on IntegriCloud