Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-10avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt
2021-04-27avdevice: Constify all devicesAndreas Rheinhardt
2020-04-17avdevice/opengl: add support of wrapped avframe codecMarton Balint
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-02-20lavd/opengl_enc: check strings before parsing them.Nicolas George
2020-02-20lavd/opengl_enc: use proper context for logging.Nicolas George
2019-04-10avdevice/opengl_enc: fix build error using msvc compilerDon C. Bigler
2018-01-29avdevice: migrate to AVFormatContext->urlMarton Balint
2017-09-02build: replace use of HAVE_SDL2 with existing CONFIG_SDL2Clément Bœsch
2017-02-23lavd/opengl_enc: Fix a typo.Carl Eugen Hoyos
2017-02-22lavd/opengl_enc: Support BGR48.Carl Eugen Hoyos
2016-09-24lavd/opengl: use SDL2Lukasz Marek
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2014-11-27msvc: Fix compilation errors due to header include order.Matthew Oliver
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-06-03fix various typosLou Logan
2014-05-02lavd/opengl_enc: fix window size correction codeLukasz Marek
2014-05-02lavd/opengl_enc: add window size paramLukasz Marek
2014-05-02lavd/opengl_enc: use flag to mark inited contextLukasz Marek
2014-05-01lavd/opengl_enc: fix pixel data alignmentLukasz Marek
2014-04-16Fix OpenGL device compilation with msvc gl.hMatt Oliver
2014-03-04lavd: add categories to device implementationsLukasz Marek
2014-02-14lavd/opengl_enc: implement uncoded frame callbackLukasz Marek
2014-02-14lavd/opengl_enc: add gray8/16 formatsLukasz Marek
2014-02-03lavd/opengl_enc: fix parentheses in if conditionLukasz Marek
2014-02-02lavd/opengl_enc: remove inlinesLukasz Marek
2014-02-02lavd/opengl_enc: fix window captionLukasz Marek
2014-02-02lavd/opengl_enc: simplify opengl_load_procedures usageLukasz Marek
2014-02-02lavd/opengl_enc: factorize deinit_context functionLukasz Marek
2014-02-02lavd/opengl_enc: factorize create/release window functionsLukasz Marek
2014-02-02lavd/opengl_enc: rename GL_RED_COMPONENT defineLukasz Marek
2014-02-02lavd/opengl_enc: create format description tableLukasz Marek
2014-01-27lavd: add opengl deviceLukasz Marek