Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
| | |||||
* | aud: remove unneeded field, audio_stream_index from context | Justin Ruggles | 2012-01-24 | 1 | -10/+1 |
| | | | | | There is only one stream, so it will always be index 0. This also allows for removal of the private context. | ||||
* | aud: fix time stamp calculation for ADPCM IMA WS | Justin Ruggles | 2012-01-24 | 1 | -9/+1 |
| | | | | also allows for removing some unused context fields | ||||
* | aud: simplify header parsing | Justin Ruggles | 2012-01-24 | 1 | -22/+27 |
| | | | | also allows for removing some unused context fields | ||||
* | aud: set pts_wrap_bits to 64. | Justin Ruggles | 2012-01-24 | 1 | -1/+1 |
| | | | | Time stamps are not read from the bitstream, so no wrapping is needed. | ||||
* | cosmetics: indentation | Justin Ruggles | 2012-01-24 | 1 | -8/+8 |
| | |||||
* | aud: support Westwood SND1 audio in AUD files. | Justin Ruggles | 2012-01-24 | 1 | -6/+26 |
| | | | | | | | Fixes decoding of the handful of "death scream" samples from "Command and Conquer" that use SND1. e.g. http://samples.libav.org/game-formats/westwood-aud/nuyell1.aud http://samples.libav.org/game-formats/westwood-aud/nuyell7.aud | ||||
* | westwood: split the AUD and VQA demuxers into separate files. | Justin Ruggles | 2012-01-23 | 1 | -0/+173 |
They have no code in common. |