this folder contains the code for practical demos of video and audio data processing, which I learned and implemented based on the introductory series articles on leixiaohua. Here is his homepage on CSDN.
-
attach
: subfolder for attachment files, which include demo data files such as audio and video. -
output
: subfolder for output files corresponding to the demo data. -
main.cpp
: the main entry file. -
pixel.cpp
andpixel.h
: handle rgb and yuv pixel data. refer -
pcm.cpp
andpcm.h
: handle pcm audio sample data. refer -
h264.cpp
andh264.h
: h264 video stream parsing. refer -
aac.cpp
andaac.h
: aac audio stream parsing. refer -
flv.cpp
andflv.h
: flv format parsing. refer -
udp.cpp
andudp.h
: udp-rtp protocol parsing. refer