mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-25 23:50:01 +00:00
[PR #480] [CLOSED] Re-attempt function cleanup. #1295
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/480
Author: @DanilaFe
Created: 12/5/2016
Status: ❌ Closed
Base:
master← Head:function-cleanup-redone📝 Commits (10+)
4705115Rename processhex to process_hex for consistency.a10c550Rename hex2int to hex_to_int.8f1dbe0Add hex_string_to_int function.a100d06Remove accidental code duplication.fa27ee9Rename i, u, se, and ue functions.d50a54aRename mstotime to millis_to_time.c1b39e7Add underscores to debug_608toASC.e4877a0Refactor code surrounding print_mstime_static.b8b34faRename function to new name.412deb0Rename more mstotime's to millis_to_time.📊 Changes
48 files changed (+674 additions, -682 deletions)
View changed files
📝
src/ccextractor.c(+28 -28)📝
src/lib_ccx/asf_functions.c(+207 -207)📝
src/lib_ccx/avc_functions.c(+174 -173)📝
src/lib_ccx/avc_functions.h(+2 -2)📝
src/lib_ccx/bitstream.h(+4 -4)📝
src/lib_ccx/cc_bitstream.c(+5 -5)📝
src/lib_ccx/ccx_common_common.c(+2 -2)📝
src/lib_ccx/ccx_common_common.h(+2 -2)📝
src/lib_ccx/ccx_common_timing.c(+14 -34)📝
src/lib_ccx/ccx_common_timing.h(+3 -4)📝
src/lib_ccx/ccx_decoders_608.c(+2 -2)📝
src/lib_ccx/ccx_decoders_708.c(+14 -14)📝
src/lib_ccx/ccx_decoders_708_output.c(+6 -6)📝
src/lib_ccx/ccx_decoders_common.c(+9 -9)📝
src/lib_ccx/ccx_decoders_common.h(+1 -1)📝
src/lib_ccx/ccx_demuxer.c(+2 -2)📝
src/lib_ccx/ccx_demuxer.h(+9 -9)📝
src/lib_ccx/ccx_encoders_common.c(+4 -4)📝
src/lib_ccx/ccx_encoders_curl.c(+2 -2)📝
src/lib_ccx/ccx_encoders_g608.c(+2 -2)...and 28 more files
📄 Description
It seems like one of my commits some time across the previous cleanup (PR #453) broke the build. The sheer volume of changes done makes it hard to backtrack, so I will be cherry picking the individual commits and seeing which ones caused the issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.