summaryrefslogtreecommitdiff
path: root/libavdevice/opengl_enc.c
Commit message (Expand)AuthorAge
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* msvc: Fix compilation errors due to header include order.Matthew Oliver2014-11-27
* Add missing "const" all over the place.Reimar Döffinger2014-08-29
* fix various typosLou Logan2014-06-03
* lavd/opengl_enc: fix window size correction codeLukasz Marek2014-05-02
* lavd/opengl_enc: add window size paramLukasz Marek2014-05-02
* lavd/opengl_enc: use flag to mark inited contextLukasz Marek2014-05-02
* lavd/opengl_enc: fix pixel data alignmentLukasz Marek2014-04-30
* Fix OpenGL device compilation with msvc gl.hMatt Oliver2014-04-16
* lavd: add categories to device implementationsLukasz Marek2014-03-03
* lavd/opengl_enc: implement uncoded frame callbackLukasz Marek2014-02-13
* lavd/opengl_enc: add gray8/16 formatsLukasz Marek2014-02-13
* lavd/opengl_enc: fix parentheses in if conditionLukasz Marek2014-02-02
* lavd/opengl_enc: remove inlinesLukasz Marek2014-02-02
* lavd/opengl_enc: fix window captionLukasz Marek2014-02-02
* lavd/opengl_enc: simplify opengl_load_procedures usageLukasz Marek2014-02-02
* lavd/opengl_enc: factorize deinit_context functionLukasz Marek2014-02-02
* lavd/opengl_enc: factorize create/release window functionsLukasz Marek2014-02-02
* lavd/opengl_enc: rename GL_RED_COMPONENT defineLukasz Marek2014-02-02
* lavd/opengl_enc: create format description tableLukasz Marek2014-02-02
* lavd: add opengl deviceLukasz Marek2014-01-27