aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Use avformat_free_context to free a format context that failed to openChris Robinson2012-03-211-2/+10
* Print out unsupported audio format info from ffmpegChris Robinson2012-02-281-1/+15
* av_find_stream_info is also deprecated, in favor of avformat_find_stream_infoChris Robinson2012-01-291-3/+3
* Use AVMEDIA_TYPE_AUDIO instead of the deprecated CODEC_TYPE_AUDIOChris Robinson2012-01-291-6/+6
* Add some castsChris Robinson2012-01-111-3/+3
* There's no need to pass a buffer to avio_alloc_contextChris Robinson2012-01-111-7/+4
* Handle a couple of special AVSEEK_ seek modesChris Robinson2012-01-111-0/+4
* Fix compiling the example program, and support AL_SOFT_buffer_samples with itChris Robinson2012-01-101-12/+12
* Add an example program that streams audio using ffmpegChris Robinson2012-01-011-0/+610