Skip to content

Update readme#67

Merged
cpncf merged 3 commits intomainfrom
update_readme
Apr 19, 2025
Merged

Update readme#67
cpncf merged 3 commits intomainfrom
update_readme

Conversation

@kpchoi
Copy link
Collaborator

@kpchoi kpchoi commented Apr 19, 2025

  • updated README file (changed screenshot of ImHex)
  • fixed invalid encoder application operation in case of y4m input

kpchoi added 3 commits April 10, 2025 17:28
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
@kpchoi kpchoi requested a review from cpncf April 19, 2025 07:56
Copy link
Collaborator

@cpncf cpncf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cpncf cpncf merged commit 938691c into main Apr 19, 2025
5 checks passed
@kpchoi kpchoi deleted the update_readme branch April 19, 2025 08:15
@kpchoi kpchoi restored the update_readme branch April 19, 2025 08:15
subhrajitm20 pushed a commit that referenced this pull request May 5, 2025
* updated imhex screenshot compatible with version 4

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

* updated README

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

* fixed invalid operation incase of y4m input

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

---------

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>
cpncf pushed a commit that referenced this pull request May 6, 2025
* Error handling in encoder for width setting
* For --input-csp 2, -w should be a multiple of 2

* move width check in encoder to check_conf() function
* invalid configuration check of --input-csp 2 and -w non-multiple of 2
moved to the check_conf() function

* Update readme (#67)

* updated imhex screenshot compatible with version 4

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

* updated README

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

* fixed invalid operation incase of y4m input

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

---------

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>

* Error handling in encoder for width setting
* For --input-csp 2, -w should be a multiple of 2

Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>

* move width check in encoder to check_conf() function
* invalid configuration check of --input-csp 2 and -w non-multiple of 2
moved to the check_conf() function

Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>

* Enclosing check code in for loop of max_num_frms
* This will allow flexible implementation of multiple frames encoding in
near future

Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>

* Using existing for loop for handling invalid width

Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>

* Bug fix: updating FRM_IDX to loop parameter

Signed-off-by: Subhrajit Mishra <84323996+subhrajitm20@users.noreply.github.com>

---------

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>
Signed-off-by: Subhrajit Mishra <84323996+subhrajitm20@users.noreply.github.com>
Co-authored-by: kpchoi <kp5.choi@samsung.com>
alejandro-arango-epicgames pushed a commit to alejandro-arango-epicgames/openapv that referenced this pull request Sep 29, 2025
* updated imhex screenshot compatible with version 4

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

* updated README

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

* fixed invalid operation incase of y4m input

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

---------

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
alejandro-arango-epicgames pushed a commit to alejandro-arango-epicgames/openapv that referenced this pull request Sep 29, 2025
…n#69)

* Error handling in encoder for width setting
* For --input-csp 2, -w should be a multiple of 2

* move width check in encoder to check_conf() function
* invalid configuration check of --input-csp 2 and -w non-multiple of 2
moved to the check_conf() function

* Update readme (AcademySoftwareFoundation#67)

* updated imhex screenshot compatible with version 4

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

* updated README

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

* fixed invalid operation incase of y4m input

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

---------

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>

* Error handling in encoder for width setting
* For --input-csp 2, -w should be a multiple of 2

Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>

* move width check in encoder to check_conf() function
* invalid configuration check of --input-csp 2 and -w non-multiple of 2
moved to the check_conf() function

Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>

* Enclosing check code in for loop of max_num_frms
* This will allow flexible implementation of multiple frames encoding in
near future

Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>

* Using existing for loop for handling invalid width

Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>

* Bug fix: updating FRM_IDX to loop parameter

Signed-off-by: Subhrajit Mishra <84323996+subhrajitm20@users.noreply.github.com>

---------

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>
Signed-off-by: Subhrajit Mishra <84323996+subhrajitm20@users.noreply.github.com>
Co-authored-by: kpchoi <kp5.choi@samsung.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants