summaryrefslogtreecommitdiff
path: root/libavcodec/g2meet.c
Commit message (Expand)AuthorAge
* g2m: Relax resolution change constraintsVittorio Giovara2015-10-07
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* g2meet: use av_ceil_log2 instead of a custom functionJanne Grunau2015-07-01
* g2meet: use an unsigned type for the djb hashJanne Grunau2015-07-01
* Go2Meeting decoderKostya Shishkov2015-07-01
* g2meet: Support G2M5 codec variantEric Zimmerman2015-04-19
* g2meet: K&R formatting cosmeticsDiego Biurrun2015-04-08
* build: Split JPEG-related tables off into a separate componentDiego Biurrun2015-03-30
* g2meet: check ff_set_dimensions return valueVittorio Giovara2014-11-13
* g2meet: allow size changes within original sizesVittorio Giovara2014-07-15
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* More correct printf format specifiersDiego Biurrun2014-04-02
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* g2meet: K&R formatting cosmeticsDiego Biurrun2014-03-08
* g2meet: validate bpp and bitmasks in the display infoMaxim Poliakovski2014-02-16
* g2meet: make JPEG tile decoder operate on 8x8 block maskKostya Shishkov2014-02-11
* g2meet: factor out seeking to the chunk endMaxim Poliakovski2014-02-11
* g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFOMaxim Poliakovski2014-02-09
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* go2meeting: disallow tile dimensions that are not multiple of 16Kostya Shishkov2013-11-29
* g2meet: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* g2meet: Respect cursor_stride properly everywhereKostya Shishkov2013-09-25
* g2meet: Allocate cursor buffers large enough to fit the aligned widthMartin Storsjö2013-09-12
* Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun2013-07-29
* g2meet: Fix a typo in the height comparisonMichael Niedermayer2013-06-12
* g2meet: do not leak buffersKostya Shishkov2013-06-12
* g2meet: more graceful cursor loadingKostya Shishkov2013-06-12
* g2meet: reset dimensions on header parsing errorsKostya Shishkov2013-06-12
* Go2Webinar decoderKostya Shishkov2013-06-03