1、视频解码(without avformat):最简单的基于FFmpeg的解码器-纯净版(不包含libavformat)
视频解码(with avformat):最简单的基于FFMPEG+SDL的视频播放器 ver2 (采用SDL2.0)
2、视频编码(without avformat):最简单的基于FFmpeg的编码器-纯净版(不包含libavformat)
视频编码(with avformat):最简单的基于FFMPEG的视频编码器(YUV编码为H.264)
最简单的基于FFmpeg的视频编码器-更新版(YUV编码为HEVC(H.265))
3、音频解码(without avformat):
http://ffmpeg.org/doxygen/trunk/decoding__encoding_8c_source.html#l00242
音频解码(with avformat):将音频流解码为pcm(with avformat)
最简单的基于FFMPEG+SDL的音频播放器:拆分-解码器和播放器(感觉雷兄这个有些麻烦)
4、音频编码(without avformat):http://ffmpeg.org/doxygen/trunk/decoding_encoding_8c-example.html#a12
音频编码(with avformat):最简单的基于FFMPEG的音频编码器(PCM编码为AAC)