Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use avformat_free_context to free a format context that failed to open | Chris Robinson | 2012-03-21 | 1 | -2/+10 |
* | Print out unsupported audio format info from ffmpeg | Chris Robinson | 2012-02-28 | 1 | -1/+15 |
* | av_find_stream_info is also deprecated, in favor of avformat_find_stream_info | Chris Robinson | 2012-01-29 | 1 | -3/+3 |
* | Use AVMEDIA_TYPE_AUDIO instead of the deprecated CODEC_TYPE_AUDIO | Chris Robinson | 2012-01-29 | 1 | -6/+6 |
* | Add some casts | Chris Robinson | 2012-01-11 | 1 | -3/+3 |
* | There's no need to pass a buffer to avio_alloc_context | Chris Robinson | 2012-01-11 | 1 | -7/+4 |
* | Handle a couple of special AVSEEK_ seek modes | Chris Robinson | 2012-01-11 | 1 | -0/+4 |
* | Fix compiling the example program, and support AL_SOFT_buffer_samples with it | Chris Robinson | 2012-01-10 | 1 | -12/+12 |
* | Add an example program that streams audio using ffmpeg | Chris Robinson | 2012-01-01 | 1 | -0/+610 |