| Commit message (Expand) | Author | Age | Files | Lines |
* | xmv: signal EOF | Paul B Mahol | 2012-11-22 | 1 | -0/+3 |
* | xmv: Fix integer overflow | Michael Niedermayer | 2012-11-09 | 1 | -1/+1 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | cosmetics: various spelling fixes | Lou Logan | 2012-07-06 | 1 | -1/+1 |
* | | xmv: use av_assert | Michael Niedermayer | 2012-06-07 | 1 | -1/+2 |
* | | xmvdemux: prefer av_freep() to deallocate audio stream structs. | Michael Niedermayer | 2012-04-21 | 1 | -1/+1 |
* | | xmvdemux: dont let current_stream become invalid. | Michael Niedermayer | 2012-04-21 | 1 | -1/+1 |
* | | xmv: check channel number | Michael Niedermayer | 2012-03-23 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -2/+1 |
|\| |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -2/+3 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -2/+2 |
|\| |
|
| * | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
| * | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
| * | xmv: eliminate superfluous zeroing of zero data | Sven Hesse | 2011-08-26 | 1 | -11/+2 |
* | | xmv: Read the video packet data first, then swap its bytes | Sven Hesse | 2011-08-18 | 1 | -6/+6 |
* | | xmv: Remove superfluous zeroing of already zero'd data | Sven Hesse | 2011-08-18 | 1 | -11/+2 |
* | | xmv: Add some doxygen comments | Sven Hesse | 2011-08-18 | 1 | -39/+43 |
* | | xmv: Merge XMVAudioTrack into XMVAudioPacket | Sven Hesse | 2011-08-18 | 1 | -51/+37 |
* | | xmv: Make the various offset variables uint64_t | Sven Hesse | 2011-08-18 | 1 | -6/+6 |
* | | xmv: fix license header to match patch | Michael Niedermayer | 2011-08-18 | 1 | -4/+4 |
|/ |
|
* | add XMV demuxer | Sven Hesse | 2011-08-17 | 1 | -0/+576 |