[PR #497] [CLOSED] Make error messages clearer and unambiguous #1314

Closed
opened 2026-01-29 17:15:41 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/497
Author: @ghost
Created: 12/9/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

14 files changed (+50 additions, -50 deletions)

View changed files

📝 src/ccextractor.c (+1 -1)
📝 src/lib_ccx/asf_functions.c (+8 -8)
📝 src/lib_ccx/avc_functions.c (+3 -3)
📝 src/lib_ccx/ccx_decoders_common.c (+1 -1)
📝 src/lib_ccx/ccx_demuxer.c (+1 -1)
📝 src/lib_ccx/ccx_encoders_srt.c (+1 -1)
📝 src/lib_ccx/ccx_share.c (+6 -6)
📝 src/lib_ccx/es_functions.c (+7 -7)
📝 src/lib_ccx/es_userdata.c (+2 -2)
📝 src/lib_ccx/general_loop.c (+2 -2)
📝 src/lib_ccx/lib_ccx.c (+7 -7)
📝 src/lib_ccx/myth.c (+3 -3)
📝 src/lib_ccx/networking.c (+4 -4)
📝 src/lib_ccx/spupng_encoder.c (+4 -4)

📄 Description

Lots of generic "Out of memory"s replaced with the specific file and variable that memory is needed in. A few more things too.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/497 **Author:** [@ghost](https://github.com/ghost) **Created:** 12/9/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`b406e9e`](https://github.com/CCExtractor/ccextractor/commit/b406e9e5fc737e3d5fd74febf5104384493234d6) Improved crash error messages. - [`da9e15c`](https://github.com/CCExtractor/ccextractor/commit/da9e15c7068e5df15e913a5aaf05f890b8867e49) oops ### 📊 Changes **14 files changed** (+50 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+1 -1) 📝 `src/lib_ccx/asf_functions.c` (+8 -8) 📝 `src/lib_ccx/avc_functions.c` (+3 -3) 📝 `src/lib_ccx/ccx_decoders_common.c` (+1 -1) 📝 `src/lib_ccx/ccx_demuxer.c` (+1 -1) 📝 `src/lib_ccx/ccx_encoders_srt.c` (+1 -1) 📝 `src/lib_ccx/ccx_share.c` (+6 -6) 📝 `src/lib_ccx/es_functions.c` (+7 -7) 📝 `src/lib_ccx/es_userdata.c` (+2 -2) 📝 `src/lib_ccx/general_loop.c` (+2 -2) 📝 `src/lib_ccx/lib_ccx.c` (+7 -7) 📝 `src/lib_ccx/myth.c` (+3 -3) 📝 `src/lib_ccx/networking.c` (+4 -4) 📝 `src/lib_ccx/spupng_encoder.c` (+4 -4) </details> ### 📄 Description Lots of generic "Out of memory"s replaced with the specific file and variable that memory is needed in. A few more things too. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:15:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1314