Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-11-29go2meeting: disallow tile dimensions that are not multiple of 16Kostya Shishkov
Original decoder seems to always use 176x128 tiles anyway and this helps avoiding lots of issues with odd tile sizes in fuzzed files. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-10-31g2meet: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-09-25g2meet: Respect cursor_stride properly everywhereKostya Shishkov
This fixes a regression with rgb cursors since b1e46988. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-09-12g2meet: Allocate cursor buffers large enough to fit the aligned widthMartin Storsjö
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
2013-07-30Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun
2013-06-12g2meet: Fix a typo in the height comparisonMichael Niedermayer
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-06-12g2meet: do not leak buffersKostya Shishkov
2013-06-12g2meet: more graceful cursor loadingKostya Shishkov
2013-06-12g2meet: reset dimensions on header parsing errorsKostya Shishkov
2013-06-03Go2Webinar decoderKostya Shishkov