index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavdevice
/
opengl_enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avdevice/opengl_enc: fix build error using msvc compiler
Don C. Bigler
2019-04-10
1
-1
/
+0
*
avdevice: migrate to AVFormatContext->url
Marton Balint
2018-01-28
1
-1
/
+1
*
build: replace use of HAVE_SDL2 with existing CONFIG_SDL2
Clément Bœsch
2017-09-02
1
-11
/
+11
*
lavd/opengl_enc: Fix a typo.
Carl Eugen Hoyos
2017-02-23
1
-1
/
+1
*
lavd/opengl_enc: Support BGR48.
Carl Eugen Hoyos
2017-02-22
1
-0
/
+1
*
lavd/opengl: use SDL2
Lukasz Marek
2016-09-24
1
-60
/
+49
*
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-04-10
1
-8
/
+8
*
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
2016-01-27
1
-6
/
+6
*
Replace all remaining occurances of step/depth_minus1 and offset_plus1
Hendrik Leppkes
2015-09-08
1
-2
/
+2
*
msvc: Fix compilation errors due to header include order.
Matthew Oliver
2014-11-27
1
-0
/
+1
*
Add missing "const" all over the place.
Reimar Döffinger
2014-08-29
1
-1
/
+1
*
fix various typos
Lou Logan
2014-06-03
1
-5
/
+5
*
lavd/opengl_enc: fix window size correction code
Lukasz Marek
2014-05-02
1
-2
/
+2
*
lavd/opengl_enc: add window size param
Lukasz Marek
2014-05-02
1
-2
/
+13
*
lavd/opengl_enc: use flag to mark inited context
Lukasz Marek
2014-05-02
1
-2
/
+4
*
lavd/opengl_enc: fix pixel data alignment
Lukasz Marek
2014-04-30
1
-0
/
+2
*
Fix OpenGL device compilation with msvc gl.h
Matt Oliver
2014-04-16
1
-3
/
+3
*
lavd: add categories to device implementations
Lukasz Marek
2014-03-03
1
-0
/
+1
*
lavd/opengl_enc: implement uncoded frame callback
Lukasz Marek
2014-02-13
1
-20
/
+65
*
lavd/opengl_enc: add gray8/16 formats
Lukasz Marek
2014-02-13
1
-0
/
+2
*
lavd/opengl_enc: fix parentheses in if condition
Lukasz Marek
2014-02-02
1
-1
/
+1
*
lavd/opengl_enc: remove inlines
Lukasz Marek
2014-02-02
1
-6
/
+4
*
lavd/opengl_enc: fix window caption
Lukasz Marek
2014-02-02
1
-0
/
+1
*
lavd/opengl_enc: simplify opengl_load_procedures usage
Lukasz Marek
2014-02-02
1
-6
/
+11
*
lavd/opengl_enc: factorize deinit_context function
Lukasz Marek
2014-02-02
1
-18
/
+41
*
lavd/opengl_enc: factorize create/release window functions
Lukasz Marek
2014-02-02
1
-25
/
+45
*
lavd/opengl_enc: rename GL_RED_COMPONENT define
Lukasz Marek
2014-02-02
1
-23
/
+23
*
lavd/opengl_enc: create format description table
Lukasz Marek
2014-02-02
1
-84
/
+59
*
lavd: add opengl device
Lukasz Marek
2014-01-27
1
-0
/
+1221