summaryrefslogtreecommitdiff
path: root/libavdevice/opengl_enc.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avdevice: deprecate opengl outdevJ. Dekker2024-02-28
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* all: Replace __FUNCTION__ by __func__Andreas Rheinhardt2023-09-07
* avformat/avformat: Avoid including codec.h, frame.hAndreas Rheinhardt2023-09-07
* configure: Set WIN32_LEAN_AND_MEAN at configure timeL. E. Segovia2023-08-14
* lavd/opengl_enc: fix a compiler errorHaihao Xiang2023-07-24
* lavd/opengl: select the GL context before drawingNicolas George2023-07-12
* avdevice/opengl_enc: check sscanf return valuePaul B Mahol2023-05-22
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-09
* avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt2022-05-10
* avdevice: Constify all devicesAndreas Rheinhardt2021-04-27
* avdevice/opengl: add support of wrapped avframe codecMarton Balint2020-04-16
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* lavd/opengl_enc: check strings before parsing them.Nicolas George2020-02-20
* lavd/opengl_enc: use proper context for logging.Nicolas George2020-02-20
* avdevice/opengl_enc: fix build error using msvc compilerDon C. Bigler2019-04-10
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-28
* build: replace use of HAVE_SDL2 with existing CONFIG_SDL2Clément Bœsch2017-09-02
* lavd/opengl_enc: Fix a typo.Carl Eugen Hoyos2017-02-23
* lavd/opengl_enc: Support BGR48.Carl Eugen Hoyos2017-02-22
* lavd/opengl: use SDL2Lukasz Marek2016-09-24
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* 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