summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* add cdvcMichael Niedermayer2008-02-291-0/+1
* set codec bps to grayscale bits, fix 256grey.movBaptiste Coudurier2008-02-281-1/+3
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-271-0/+3
* add weird first atom to probe, finally fix bartjones.movBaptiste Coudurier2008-02-271-0/+1
* free in case of multiple type == 2Baptiste Coudurier2008-02-271-0/+1
* return error if malloc failsBaptiste Coudurier2008-02-271-0/+2
* fix possible overflow with memmoveBaptiste Coudurier2008-02-271-1/+1
* makes really sure that no undefined behavior can happenAurelien Jacobs2008-02-271-1/+1
* Avoid infinite loop.Aurelien Jacobs2008-02-261-1/+1
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-4/+10
* support keyframes indexes starting at 0, broken files created by omneon, fix ...Baptiste Coudurier2008-02-261-1/+2
* support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.movBaptiste Coudurier2008-02-261-6/+97
* remove useless bracesBaptiste Coudurier2008-02-261-2/+1
* indentationBaptiste Coudurier2008-02-261-19/+19
* rescale frame size, fix i.3g2Baptiste Coudurier2008-02-261-1/+1
* move parameters reset after setting stream parameters, will need those infosBaptiste Coudurier2008-02-261-21/+24
* decode mng color decorrelationLoren Merritt2008-02-261-0/+1
* fix mace durationBaptiste Coudurier2008-02-251-0/+4
* protect malloc overflowBaptiste Coudurier2008-02-251-0/+2
* indentationBaptiste Coudurier2008-02-251-10/+10
* fail if extradata cannot be allocatedBaptiste Coudurier2008-02-251-23/+14
* 10l, protect malloc overflowBaptiste Coudurier2008-02-251-0/+2
* support QDM2 in aiff, QDM2.aifBaptiste Coudurier2008-02-251-0/+8
* remove useless close functionBaptiste Coudurier2008-02-251-6/+1
* indentationBaptiste Coudurier2008-02-251-39/+39
* remove useless castsBaptiste Coudurier2008-02-251-3/+3
* cosmeticsBaptiste Coudurier2008-02-251-17/+6
* remove useless tags, codec_get_id matches independently and qt uses lower cas...Baptiste Coudurier2008-02-251-2/+0
* set bps to uncompressed original sound data for compressed audioBaptiste Coudurier2008-02-251-1/+6
* fix duration for ima4Baptiste Coudurier2008-02-251-1/+3
* ima4 in aiff supportBaptiste Coudurier2008-02-251-3/+11
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-251-1/+1
* cosmetics: Sort and prettyprint codec_wav_tags[].Diego Biurrun2008-02-241-35/+35
* Set indexmem to a saner default.Michael Niedermayer2008-02-241-1/+1
* Fix issue357Michael Niedermayer2008-02-241-1/+7
* flv/swf do not have a big endian codec id, they only supportMichael Niedermayer2008-02-243-6/+6
* Riff ids for wmapro and wmavoice, this adds support for stream copy of these ...Benjamin Larsson2008-02-231-0/+2
* treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...Nico Sabbi2008-02-232-0/+28
* revert 12156Michael Niedermayer2008-02-202-23/+11
* Fix computation of the "NTP time" field in RTCP SR packets, and do notLuca Abeni2008-02-201-2/+9
* Get rid of a fake timestamp discontinuity at the begin of V.VOB.Michael Niedermayer2008-02-201-2/+3
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-202-11/+23
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+4
* Fix ;;Michael Niedermayer2008-02-191-1/+1
* Add some const, fixes warnings:Reimar Döffinger2008-02-192-4/+4
* Missing const, fix warnings:Reimar Döffinger2008-02-191-2/+2
* Fix misplaced const, avoids a cast-discards-qualifiers warningReimar Döffinger2008-02-191-1/+1
* constMichael Niedermayer2008-02-192-14/+14
* Fix timestamps and durations if the first packets have no durations nor times...Michael Niedermayer2008-02-151-0/+21
* It appears last_pts was not set ...Michael Niedermayer2008-02-151-0/+1
OpenPOWER on IntegriCloud