libav (or libav*) is the collective name of the FFmpeg libraries: libavcodec, libavformat, libavfilter, libavutil, etc.
After decoding a packet containing AV_PKT_FLAG_KEY in the flags, I was expecting to get I-frames, but instead …
ffmpeg libavcodec libav libavformatI'm having no luck install libav on OS X Mavericks. Ive tried everything. I'm following this guide: http://earthwithsun.com/…
macos configure libavcodec libav avconvI am using libav along with libfaac to encode audio into aac. following is the logic: frames[n] i = 0 ; while (…
audio ffmpeg libav transcoding libfaacI changed in my code avcodec_decode_audio3 to avcodec_decode_audio4 and added the frame handling. But now I …
ffmpeg libavcodec libav decoder libavformatI have a question about avconv (or ffmpeg) usage. My goal is to capture video from a webcam and saving …
ffmpeg video-capture libav avconv webcam-captureI want to first decode a MP3 audio file, and then increase the volume of the audio, and then encode …
ffmpeg libavcodec libav libavformatIn Xcode 4.3.2, building an iPad app, which includes libavutil.a from the ffmpeg distribution, it builds and runs correctly but …
ios unit-testing xcode4.3 linker-errors libav