]> git.sesse.net Git - ffmpeg/history - libavcodec/g2meet.c
lavc: add Intel libmfx-based MPEG2 decoder.
[ffmpeg] / libavcodec / g2meet.c
2015-07-01 Janne Grunaug2meet: use av_ceil_log2 instead of a custom function
2015-07-01 Janne Grunaug2meet: use an unsigned type for the djb hash
2015-06-30 Kostya ShishkovGo2Meeting decoder
2015-04-19 Eric Zimmermang2meet: Support G2M5 codec variant
2015-04-08 Diego Biurrung2meet: K&R formatting cosmetics
2015-03-30 Diego Biurrunbuild: Split JPEG-related tables off into a separate...
2014-11-13 Vittorio Giovarag2meet: check ff_set_dimensions return value
2014-07-16 Vittorio Giovarag2meet: allow size changes within original sizes
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-04-01 Diego BiurrunMore correct printf format specifiers
2014-03-22 Diego Biurrunavcodec: more correct printf specifiers
2014-03-08 Diego Biurrung2meet: K&R formatting cosmetics
2014-02-16 Maxim Poliakovskig2meet: validate bpp and bitmasks in the display info
2014-02-11 Kostya Shishkovg2meet: make JPEG tile decoder operate on 8x8 block...
2014-02-11 Maxim Poliakovskig2meet: factor out seeking to the chunk end
2014-02-09 Maxim Poliakovskig2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO
2013-12-09 Alexandra Khirnovaavcodec: Use av_reallocp where suitable
2013-11-29 Kostya Shishkovgo2meeting: disallow tile dimensions that are not multi...
2013-10-31 Anton Khirnovg2meet: stop using deprecated avcodec_set_dimensions
2013-09-25 Kostya Shishkovg2meet: Respect cursor_stride properly everywhere
2013-09-12 Martin Storsjög2meet: Allocate cursor buffers large enough to fit...
2013-07-29 Diego BiurrunReplace remaining obsolete PIX_FMT names with AV_PIX_FM...
2013-06-12 Michael Niedermayerg2meet: Fix a typo in the height comparison
2013-06-12 Kostya Shishkovg2meet: do not leak buffers
2013-06-12 Kostya Shishkovg2meet: more graceful cursor loading
2013-06-12 Kostya Shishkovg2meet: reset dimensions on header parsing errors
2013-06-03 Kostya ShishkovGo2Webinar decoder