MISC: Some changes done to cmake files and project organisation
- Place the files in their correct folders
- Separate C functions if possible
- Less memory leaks on errors and such
- Some minor changes to code: make more 'default', correct import of C headers, etc
- Minor changes to CMakeLists.txt to make dependencies 'REQUIRED' and grab all files in the folders without the need to change the CMakeLists.txt
Modification effectuée par Kubat
Rapports de requête de fusion
Activité
added 1 commit
- b2e215c7 - MISC: Add a clang format file for a uniform code style
added 1 commit
- 2d533325 - BUILD: Normalize file names and avoid UB with __NAME definitions in C++ files
added 1 commit
- 99a989c2 - MISC: Deal with the delete pixs with the deleter, make less independent macros...
added 1 commit
- 95b7762b - FIX: Add the deleter for the pixs buffer that was manually allocated
added 1 commit
- 236d45d2 - MISC: Move most of the #include <Q...> to the source files
added 1 commit
- 5ad4ccc0 - MISC: Change back -> header are next to their source file
added 1 commit
- de909d57 - MISC: Make the classes final as they won't be inherited, make static member...
added 1 commit
- 9b6fac2f - MISC: av_register_all call is not necessary for ffmpeg version > 4.0
added 1 commit
- 75c71e6b - MISC: Fix some deprecated comments with libav
added 1 commit
- 0dbefecc - MISC: Try to reduce the number of deprecated warnings
added 5 commits
- 7b827e33 - MISC: Separate the audio visual buffer in its own file and reduce the function's size
- ecb4abac - CLEAN: Clean stuff on errors in the C functions
- 6afcd232 - FIX: Don't SEGV when not selecting any file with OpenAudioFile
- f12b64d6 - MISC: Mark most of the functions as noexcept
- 67c0cc2d - MISC: Easy parallelization with OpenMP & check out-of-memory with asserts
Afficher/masquer la liste des validationsmentioned in commit 2b8758b4
Veuillez vous inscrire ou vous connecter pour répondre