summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/nullenc: mark null as VFPSMichael Niedermayer2013-11-13
* avformat/aviobuf: return error from avio_put_str16le() for invalid inputMichael Niedermayer2013-11-13
* avio_put_str16le: Print error message in case of invalid UTF8 inputMichael Niedermayer2013-11-13
* avformat/mmst: propagate error code from avio_put_str16le()Michael Niedermayer2013-11-13
* avformat/vqf: check a few more bits in probeMichael Niedermayer2013-11-13
* avformat/smacker: check width/height in probeMichael Niedermayer2013-11-12
* avformat/electronicarts: check chunksize more completely in probe()Michael Niedermayer2013-11-11
* avformat/electronicarts: check chunk size.Michael Niedermayer2013-11-11
* avformat/dfa: check first frame offset in probeMichael Niedermayer2013-11-11
* avformat/bethsoftvid: check 4th header byte in probeMichael Niedermayer2013-11-11
* avformat/avr: check channels and bps in probeMichael Niedermayer2013-11-11
* avformat/utils: disabled debug code to collect format probing statisticsMichael Niedermayer2013-11-11
* avformat/diracdec: check 2 chunks in probeMichael Niedermayer2013-11-10
* avformat/astdec: increase the score for odd samplerate/channels to max/8Michael Niedermayer2013-11-10
* avformat/rsd: increase the score for odd samplerate/channels to max/8Michael Niedermayer2013-11-10
* avformat/lvfdec: increase the score for odd channels to max/8Michael Niedermayer2013-11-10
* avformat/swfdec: return AVPROBE_SCORE_MAX / 4 for unexpected versionsMichael Niedermayer2013-11-10
* avformat/ape: check version in probeMichael Niedermayer2013-11-10
* avformat/dv: remove unused variableMichael Niedermayer2013-11-10
* avformat/thp: check fps value during probingMichael Niedermayer2013-11-10
* avformat/thp: do not set sample_rate for a video codecMichael Niedermayer2013-11-10
* libavf/avienc: store language metadata for XSUB streamsErik Olofsson2013-11-09
* avformat/dv: consider a header match at byte 0 to count as detection of dv in...Michael Niedermayer2013-11-09
* mpegts: only calculate stat index when its needed during probeMichael Niedermayer2013-11-09
* avformat/mpegts: do not hardcode type used in memset()Michael Niedermayer2013-11-09
* avformat/dv: about 3 times faster probeMichael Niedermayer2013-11-09
* riff: add VP9 fourccJames Zern2013-11-09
* avformat/mp3dec: 4x faster probingMichael Niedermayer2013-11-09
* avformat/h261dec: dont accept invalid gobs in probe as validMichael Niedermayer2013-11-09
* avformat/h261dec: optimize probeMichael Niedermayer2013-11-09
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-09
|\
| * avienc: drop the vfr flag.Anton Khirnov2013-11-08
* | avformat/mxfdec: optimize probingMichael Niedermayer2013-11-08
* | avformat/icodec: reduce score returned on probingMichael Niedermayer2013-11-08
* | avformat/lvfdec: check stream count during probingMichael Niedermayer2013-11-08
* | avformat/idcin: check the decompressed frame size during probingMichael Niedermayer2013-11-08
* | avformat/mov: only force parsing for video tracks if stss is emptyHendrik Leppkes2013-11-08
* | avformat/mpegvideodec: check seq headers more completely during probingMichael Niedermayer2013-11-07
* | avformat/img2enc: simplify split planes extension selection.Clément Bœsch2013-11-07
* | avformat/gif: fix final_delay unit in documentation.Clément Bœsch2013-11-07
* | avformat/img2enc: reindent after previous commit.Clément Bœsch2013-11-07
* | avformat/image2: allow muxing gif files.Clément Bœsch2013-11-07
* | avformat/astdec: sanity check channels & sample rateMichael Niedermayer2013-11-07
* | avformat/hls: fixed bug where custom http headers weren't kept for hls streamskowalsky2013-11-07
* | avformat/segafilm: check 2nd tagMichael Niedermayer2013-11-06
* | avformat/swfdec: check version and size during probingMichael Niedermayer2013-11-06
* | avformat/rsd: increase probe score, as misdetections are fixedMichael Niedermayer2013-11-06
* | avformat/rsd: Check channels and sample_rate fieldsMichael Niedermayer2013-11-06
* | avformat/libgme: decrease score by 1, fixes probetest failureMichael Niedermayer2013-11-06
* | avformat/http: print http headers at AV_LOG_DEBUG levelMichael Niedermayer2013-11-05