53 Commits (b39b6b745669f0472768d57092fbd1b009fd6a33)

Author SHA1 Message Date
Vittorio Giovara 9fd38874ea xmv: convert to new channel layout API 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 3da2f4502a avformat/xmv: Simplify cleanup after read_header failure 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt 82d61a9ce3 avformat: Don't free old extradata before ff_alloc/get_extradata 5 years ago
Michael Niedermayer 39a6a79bcb avformat/xmv: Make bitrate 64bit 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Andreas Cadhalpun 34aeb5dbc4 xmv: validate sample_rate 8 years ago
Martin Storsjö 9806b9ab5c Revert "Don't use expressions with side effects in macro parameters" 8 years ago
Martin Storsjö 25bacd0a0c Don't use expressions with side effects in macro parameters 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
rsn8887 02e9ba42eb avformat/xmv: Add *.xmv to the recognized extensions for the XMV format. 9 years ago
Michael Niedermayer 79c4a338e4 avformat/xmv: Discard remainder of packet on error 9 years ago
Michael Niedermayer 9b6fac11da avformat/xmv: factor return check out of if/else 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer ae658efef8 avformat/xmv: Check return code of ff_alloc_extradata() 10 years ago
Michael Niedermayer c116befc92 avformat/xmv: use av_freep() to avoid leaving stale extradata pointer 10 years ago
Michael Niedermayer eead2cddb7 avformat/xmv: use av_malloc_array() 11 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Martin Storsjö d4c2a3740f xmv: Add more sanity checks for parameters read from the bitstream 11 years ago
Anton Khirnov f8080bd13b xmv: do not leak memory in the error paths in xmv_read_header() 12 years ago
Anton Khirnov d1016dccdc xmv: check audio track parameters validity. 12 years ago
Diego Biurrun 1ecdf8912b avformat: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Paul B Mahol 6aa6baa4f2 xmv: signal EOF 12 years ago
Michael Niedermayer 7989f7e0b5 xmv: Fix integer overflow 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Lou Logan b22ecbc6a5 cosmetics: various spelling fixes 13 years ago
Michael Niedermayer 610a52647b xmv: use av_assert 13 years ago
Michael Niedermayer 80d51680b2 xmvdemux: prefer av_freep() to deallocate audio stream structs. 13 years ago
Michael Niedermayer 13381577d1 xmvdemux: dont let current_stream become invalid. 13 years ago
Michael Niedermayer 5934d57ba9 xmv: check channel number 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Sven Hesse 5f677aac76 xmv: eliminate superfluous zeroing of zero data 13 years ago
Sven Hesse 8ea6157d83 xmv: Read the video packet data first, then swap its bytes 13 years ago
Sven Hesse c062aa8deb xmv: Remove superfluous zeroing of already zero'd data 13 years ago
Sven Hesse 730333efc4 xmv: Add some doxygen comments 13 years ago
Sven Hesse 6fb501245d xmv: Merge XMVAudioTrack into XMVAudioPacket 13 years ago
Sven Hesse d50fc62ea2 xmv: Make the various offset variables uint64_t 13 years ago
Michael Niedermayer 909e0fe243 xmv: fix license header to match patch 13 years ago
Sven Hesse c6c6c1aaa6 add XMV demuxer 13 years ago