summaryrefslogtreecommitdiffstats
path: root/libavdevice/opengl_enc.c
Commit message (Expand)AuthorAgeFilesLines
* avdevice/opengl_enc: fix build error using msvc compilerDon C. Bigler2019-04-101-1/+0
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-281-1/+1
* build: replace use of HAVE_SDL2 with existing CONFIG_SDL2Clément Bœsch2017-09-021-11/+11
* lavd/opengl_enc: Fix a typo.Carl Eugen Hoyos2017-02-231-1/+1
* lavd/opengl_enc: Support BGR48.Carl Eugen Hoyos2017-02-221-0/+1
* lavd/opengl: use SDL2Lukasz Marek2016-09-241-60/+49
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-8/+8
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-6/+6
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-2/+2
* msvc: Fix compilation errors due to header include order.Matthew Oliver2014-11-271-0/+1
* Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* fix various typosLou Logan2014-06-031-5/+5
* lavd/opengl_enc: fix window size correction codeLukasz Marek2014-05-021-2/+2
* lavd/opengl_enc: add window size paramLukasz Marek2014-05-021-2/+13
* lavd/opengl_enc: use flag to mark inited contextLukasz Marek2014-05-021-2/+4
* lavd/opengl_enc: fix pixel data alignmentLukasz Marek2014-04-301-0/+2
* Fix OpenGL device compilation with msvc gl.hMatt Oliver2014-04-161-3/+3
* lavd: add categories to device implementationsLukasz Marek2014-03-031-0/+1
* lavd/opengl_enc: implement uncoded frame callbackLukasz Marek2014-02-131-20/+65
* lavd/opengl_enc: add gray8/16 formatsLukasz Marek2014-02-131-0/+2
* lavd/opengl_enc: fix parentheses in if conditionLukasz Marek2014-02-021-1/+1
* lavd/opengl_enc: remove inlinesLukasz Marek2014-02-021-6/+4
* lavd/opengl_enc: fix window captionLukasz Marek2014-02-021-0/+1
* lavd/opengl_enc: simplify opengl_load_procedures usageLukasz Marek2014-02-021-6/+11
* lavd/opengl_enc: factorize deinit_context functionLukasz Marek2014-02-021-18/+41
* lavd/opengl_enc: factorize create/release window functionsLukasz Marek2014-02-021-25/+45
* lavd/opengl_enc: rename GL_RED_COMPONENT defineLukasz Marek2014-02-021-23/+23
* lavd/opengl_enc: create format description tableLukasz Marek2014-02-021-84/+59
* lavd: add opengl deviceLukasz Marek2014-01-271-0/+1221
OpenPOWER on IntegriCloud