ddnet/src/engine/client
Robert Müller a0465b67dd Improve various variable and class names of the video recorder
- Rename variable `m_vBuffer` -> `m_vAudioBuffers`
- Rename class `SAudioBuffer` -> `CAudioBuffer`
- Rename variable `m_vPixelHelper` -> `m_vVideoBuffers`
- Add class `CVideoBuffer` as wrapper
- Remove unused variable `m_Vframe`
- Rename variable `m_ASeq` -> `m_AudioFrameIndex`
- Rename variable `m_VSeq` -> `m_VideoFrameIndex`
- Rename variable `m_vVideoThreads` -> `m_vpVideoThreads`
- Rename variable `m_vAudioThreads` -> `m_vpAudioThreads`
- Rename function `ReadRGBFromGL` -> `UpdateVideoBufferFromGraphics`
- Remove unnecessary `ALEN` definition
- Remove unused variable `NextPts`
- Rename class `OutputStream` -> `COutputStream`
- Rename variable `pSt` -> `m_pStream`
- Rename variable `pEnc` -> `m_pCodecContext`
- Rename variable `m_vpSwsCtxs` -> `m_vpSwsContexts`
- Rename variable `m_vpSwrCtxs` -> `m_vpSwrContexts`
- Rename variable `pOC` -> `pFormatContext`
- Rename class `SVideoRecorderThread` -> `CVideoRecorderThread`
- Rename class `SAudioRecorderThread` -> `CAudioRecorderThread`
2024-05-04 13:55:35 +02:00
..
backend Remove CCommandProcessorFragment_GLBase::Resize delegate 2024-05-01 14:56:34 +02:00
backend_sdl.cpp Update screen index config variable after moving window 2024-04-28 15:29:05 +02:00
backend_sdl.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
blocklist_driver.cpp Huge variable naming format 2022-07-08 18:01:29 +02:00
blocklist_driver.h Add Intel as vendor to the block list on windows 2021-05-06 12:23:40 +02:00
checksum.h Add some checksum functions to the client 2022-01-31 21:31:26 +01:00
client.cpp Improve error handling and logging of video recorder 2024-05-04 13:15:54 +02:00
client.h Mark dummy connecting functions as const 2024-04-22 19:32:46 +02:00
demoedit.cpp add error handling for CDemoEdit job 2024-02-26 18:44:11 +01:00
demoedit.h add error handling for CDemoEdit job 2024-02-26 18:44:11 +01:00
discord.cpp show discord activity when offline 2024-04-02 23:57:17 +02:00
favorites.cpp Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
friends.cpp Add templated str_append function for arrays with fixed size 2023-06-14 00:04:01 +02:00
friends.h Organize engine-client includes 2022-06-17 17:46:43 +02:00
ghost.cpp Small fixes for cl_race_ghost_strict_map 2023-10-28 14:54:35 +02:00
ghost.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
graph.cpp Add time scale to debug graphs for constant scrolling speed 2024-01-17 20:43:19 +01:00
graph.h Add time scale to debug graphs for constant scrolling speed 2024-01-17 20:43:19 +01:00
graphics_defines.h Replace all usages of C standard headers with C++ headers 2023-03-01 19:26:51 +01:00
graphics_threaded.cpp Revert screen mode config variables when change not accepted 2024-04-28 15:25:31 +02:00
graphics_threaded.h Revert screen mode config variables when change not accepted 2024-04-28 15:25:31 +02:00
input.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
input.h Add missing includes 2024-03-25 14:24:08 +08:00
keynames.h Regenerate key lists with latest SDL version 2023-05-30 23:39:47 +02:00
notifications.cpp Add INotifications kernel interface 2023-12-16 18:15:43 +01:00
notifications.h Add INotifications kernel interface 2023-12-16 18:15:43 +01:00
serverbrowser.cpp Track country/type filters separately for internet/favorites tabs 2024-04-10 21:40:02 +02:00
serverbrowser.h Track country/type filters separately for internet/favorites tabs 2024-04-10 21:40:02 +02:00
serverbrowser_http.cpp Merge branch 'master' into pr_ddnet_http_age_crash 2024-03-16 23:23:35 +01:00
serverbrowser_http.h Use log_* instead of Console()->Log() in HTTP serverbrowser 2024-03-14 11:19:32 +01:00
serverbrowser_ping_cache.cpp Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
serverbrowser_ping_cache.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
smooth_time.cpp Properly initialize all CClient member variables 2023-12-02 18:33:46 +01:00
smooth_time.h Make prediction margin take effect immediately 2023-11-19 19:52:39 +01:00
sound.cpp Also check for incorrect sample index with assertion 2024-04-27 13:11:35 +02:00
sound.h Ensure correct sample and bit rate are used for video recording 2024-05-04 13:15:54 +02:00
sqlite.cpp Make use of IO_MAX_PATH_LENGTH 2021-09-13 12:14:50 +02:00
steam.cpp Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
text.cpp Always update text cursor y (closed #8282) 2024-04-29 14:12:38 +08:00
updater.cpp Fix client/server updates 2024-01-28 19:34:30 +01:00
updater.h Fix client/server updates 2024-01-28 19:34:30 +01:00
video.cpp Improve various variable and class names of the video recorder 2024-05-04 13:55:35 +02:00
video.h Improve various variable and class names of the video recorder 2024-05-04 13:55:35 +02:00
warning.cpp Fix warning title being uninitialized in some cases 2024-01-16 20:12:25 +01:00