Author | SHA1 | Message | Date |
---|---|---|---|
|
84ad31ff18 |
lavf: replace av_new_stream->avformat_new_stream part II.
Manual replacements are done in this commit. In many cases, the id is some constant made up number (e.g. 0 for video and 1 for audio), which is then not used in the demuxer for anything. Those ids are removed. |
14 years ago |
|
3b3bbdd3e6 |
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/' |
14 years ago |
|
5f677aac76 |
xmv: eliminate superfluous zeroing of zero data
Signed-off-by: Diego Biurrun <diego@biurrun.de> |
14 years ago |
|
c6c6c1aaa6 |
add XMV demuxer
Signed-off-by: Diego Biurrun <diego@biurrun.de> |
14 years ago |