Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / encoding

Encoding

encoding

Great Reads

by Retired Author
Cross-Site Scripting (XSS) is one of the most prevalent security vulnerabilities in web applications. It occurs when an attacker injects malicious scripts into content that users can view on a web page. These scripts can steal data, hijack user sessions, or perform other harmful actions.
by Jeremy C. Ong
Texture encoders and decoders are often the most bandwidth intensive parts of a game and optimized encoding with Arm's ASTC encoder can provide a lot of benefit to runtime decoding.
by potluri_suresh
Raw Audio data is encoded to AAC compression using ffmmpeg library.
by mhano
Base32, base32url, base64url, and z-base-32 Encoding and Decoding in .NET

Latest Articles

by Retired Author
Cross-Site Scripting (XSS) is one of the most prevalent security vulnerabilities in web applications. It occurs when an attacker injects malicious scripts into content that users can view on a web page. These scripts can steal data, hijack user sessions, or perform other harmful actions.
by Jeremy C. Ong
Texture encoders and decoders are often the most bandwidth intensive parts of a game and optimized encoding with Arm's ASTC encoder can provide a lot of benefit to runtime decoding.
by potluri_suresh
Raw Audio data is encoded to AAC compression using ffmmpeg library.
by mhano
Base32, base32url, base64url, and z-base-32 Encoding and Decoding in .NET

All Articles

Sort by Score

encoding 

by Jeremy C. Ong
Texture encoders and decoders are often the most bandwidth intensive parts of a game and optimized encoding with Arm's ASTC encoder can provide a lot of benefit to runtime decoding.
by potluri_suresh
Raw Audio data is encoded to AAC compression using ffmmpeg library.
by John Jiyang Hou
A Base62 encoding algorithm with a special prefixed code for utilizing Base64 schema in Java
by ASP.NET Community
HTML encoding and decoding is used daily by web developers. ASP.NET provide us with build-in server-side functions to perform this job. This article
by Mr.PoorEnglish
Avoid foot-traps while using StreamReader / StreamWriter
by Michael Haephrati
When I developed Rashumon, there was no built in support for multi-lingual / bi-directional text and I had to develop it from scratch.
by OlegKrivtsov
This article demonstrates a file preview control in a WTL application.
by Maxim Kartavenkov
Make H.264 Video Encoder DirectShow Filter in C# using AMF SDK API from AMD
by Mark Heath
A comprehensive guide to decoding and encoding audio files in .NET using NAudio.
by Binu MD
RGB to YUV conversion with different chroma sampling using C++.