[PR #351] [MERGED] Fixes issue #285. Added Previews in GUI and statistics which were missing after refactoring. #1196

Open
opened 2026-01-29 17:00:14 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/351
Author: @abhishek-vinjamoori
Created: 4/17/2016
Status: Merged
Merged: 5/25/2016
Merged by: @cfsmp3

Base: masterHead: Preview


📝 Commits (3)

  • c027b44 Fixes issue #285. Added Previews which were missing after refactoring
  • 0de521f Fixed No preview in GUI versions.
  • 115a610 Completed the other statistics

📊 Changes

7 files changed (+111 additions, -71 deletions)

View changed files

📝 src/ccextractor.c (+68 -62)
📝 src/lib_ccx/avc_functions.c (+6 -0)
📝 src/lib_ccx/ccx_decoders_common.c (+11 -1)
📝 src/lib_ccx/ccx_decoders_structs.h (+11 -0)
📝 src/lib_ccx/es_userdata.c (+8 -8)
📝 src/lib_ccx/general_loop.c (+6 -0)
📝 src/lib_ccx/params.c (+1 -0)

📄 Description

A few commented lines exist. Will uncomment once @anshul1912 responds.


🔄 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/351 **Author:** [@abhishek-vinjamoori](https://github.com/abhishek-vinjamoori) **Created:** 4/17/2016 **Status:** ✅ Merged **Merged:** 5/25/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `Preview` --- ### 📝 Commits (3) - [`c027b44`](https://github.com/CCExtractor/ccextractor/commit/c027b449cfd52837b4db4a8497647130aeefce4b) Fixes issue #285. Added Previews which were missing after refactoring - [`0de521f`](https://github.com/CCExtractor/ccextractor/commit/0de521f22b627ae49c74c2c3ba970ee5a2e79a50) Fixed No preview in GUI versions. - [`115a610`](https://github.com/CCExtractor/ccextractor/commit/115a6103d4bbb2efc8037cccfd7f533690805ea1) Completed the other statistics ### 📊 Changes **7 files changed** (+111 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+68 -62) 📝 `src/lib_ccx/avc_functions.c` (+6 -0) 📝 `src/lib_ccx/ccx_decoders_common.c` (+11 -1) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+11 -0) 📝 `src/lib_ccx/es_userdata.c` (+8 -8) 📝 `src/lib_ccx/general_loop.c` (+6 -0) 📝 `src/lib_ccx/params.c` (+1 -0) </details> ### 📄 Description A few commented lines exist. Will uncomment once @anshul1912 responds. --- <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:00:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1196