summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-04
|\|
| * omadec: loosen format probing constraintsDavid Goldwich2013-11-04
* | Merge commit '1c736bedd9891501960ebac0f7c05eb60225e947'Michael Niedermayer2013-11-04
|\|
| * omadec: check GEOB sizes against buffer sizeMichael Niedermayer2013-11-04
| * omadec: Fix wrong number of array elementsMichael Niedermayer2013-11-04
| * rtmpproto: Reorder conditions to help dead code eliminationVittorio Giovara2013-11-03
* | http: add hack to make streams served by MediaGateway not seekablewm42013-11-03