Andreas Rheinhardt
|
f4a2d722aa
avformat/internal: Move muxing-only functions to new mux.h header
|
2 years ago |
Andreas Rheinhardt
|
d92f38c179
avdevice: Constify all devices
|
3 years ago |
Marton Balint
|
2a118a71cf
avdevice/opengl: add support of wrapped avframe codec
|
4 years ago |
Paul B Mahol
|
d64cbd4fda
remove CHAR_MIN/CHAR_MAX usage
|
4 years ago |
Nicolas George
|
26ae9c9f8a
lavd/opengl_enc: check strings before parsing them.
|
4 years ago |
Nicolas George
|
fbb36d74ac
lavd/opengl_enc: use proper context for logging.
|
4 years ago |
Don C. Bigler
|
2be7c388db
avdevice/opengl_enc: fix build error using msvc compiler
|
5 years ago |
Marton Balint
|
4bb0409820
avdevice: migrate to AVFormatContext->url
|
6 years ago |
Clément Bœsch
|
353c2e384c
build: replace use of HAVE_SDL2 with existing CONFIG_SDL2
|
7 years ago |
Carl Eugen Hoyos
|
6a22d2459d
lavd/opengl_enc: Fix a typo.
|
7 years ago |
Carl Eugen Hoyos
|
2ac381088d
lavd/opengl_enc: Support BGR48.
|
7 years ago |
Lukasz Marek
|
645353829f
lavd/opengl: use SDL2
|
8 years ago |
Derek Buitenhuis
|
6f69f7a8bf
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
|
8 years ago |
Derek Buitenhuis
|
21f9468402
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
|
8 years ago |
Hendrik Leppkes
|
5d8e836d0e
Replace all remaining occurances of step/depth_minus1 and offset_plus1
|
9 years ago |
Matthew Oliver
|
0167fa0060
msvc: Fix compilation errors due to header include order.
|
10 years ago |
Reimar Döffinger
|
d9e2aceb7f
Add missing "const" all over the place.
|
10 years ago |
Lou Logan
|
88f2586adb
fix various typos
|
10 years ago |
Lukasz Marek
|
db4b03146c
lavd/opengl_enc: fix window size correction code
|
10 years ago |
Lukasz Marek
|
45601854b1
lavd/opengl_enc: add window size param
|
10 years ago |
Lukasz Marek
|
41e4c6d8c5
lavd/opengl_enc: use flag to mark inited context
|
10 years ago |
Lukasz Marek
|
8ff72924cf
lavd/opengl_enc: fix pixel data alignment
|
10 years ago |
Matt Oliver
|
27f184ef40
Fix OpenGL device compilation with msvc gl.h
|
10 years ago |
Lukasz Marek
|
f607767d93
lavd: add categories to device implementations
|
10 years ago |
Lukasz Marek
|
db4a704482
lavd/opengl_enc: implement uncoded frame callback
|
10 years ago |
Lukasz Marek
|
db403023c0
lavd/opengl_enc: add gray8/16 formats
|
10 years ago |
Lukasz Marek
|
c81a9d13f4
lavd/opengl_enc: fix parentheses in if condition
|
10 years ago |
Lukasz Marek
|
5059d8dfe3
lavd/opengl_enc: remove inlines
|
10 years ago |
Lukasz Marek
|
69b19f2642
lavd/opengl_enc: fix window caption
|
10 years ago |
Lukasz Marek
|
1fb1ddf647
lavd/opengl_enc: simplify opengl_load_procedures usage
|
10 years ago |
Lukasz Marek
|
c8275331ba
lavd/opengl_enc: factorize deinit_context function
|
10 years ago |
Lukasz Marek
|
4afe1c1178
lavd/opengl_enc: factorize create/release window functions
|
10 years ago |
Lukasz Marek
|
c9074b992e
lavd/opengl_enc: rename GL_RED_COMPONENT define
|
10 years ago |
Lukasz Marek
|
c72f916c15
lavd/opengl_enc: create format description table
|
10 years ago |
Lukasz Marek
|
ded6b3af41
lavd: add opengl device
|
11 years ago |