forked from rockcarry/ffjpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
a simple jpeg codec.
License
checko/ffjpeg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ffjpeg library ============== ffjpeg is a simple jpeg encoding and decoding implemention. jpeg is the most popular image compress standard. for most people, it's just a .jpg picture, but for me and other software engineer, we want to understand how dose it working, how to compress image into jpeg format, and how to display a jpeg file on screen. after studying related courses at university, maybe everyone known what's jpeg. many documents and books, also tell you how to do jpeg encoding or decoding, and how data are stored in jpeg files. but the most important thing is how to write code, how to debug, and finally make a correct code by your self, to decode and display a jpeg file on the screen. it's interesting but challenging. maybe some one will say, there is no need to reinvent wheel. but i say, if you don't write code, you will never really know how it works, and how to optimize it. the jpeg standard is the most important standard, and also the foundation of image and video compression. if you want to study more about video compression, you should write a correct jpeg encoding/decoding code by you self first. i was studied jpeg standard at my university period. but i spent lots of time to write a really correct code. after many years, someone ask me how to encoding and decoding jpeg. i rewrite all of my code, and put it on github. yes, it was ffjpeg library. i tried my best, to make code simple and easy to read. for your reference. 2016-05-03 rockcarry
About
a simple jpeg codec.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 99.7%
- Makefile 0.3%