| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: add AVFormatContext to ff_get_extradata() | Paul B Mahol | 2016-04-14 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -59/+59 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -57/+57 |
* | | avcodec/rmdec: add missing av_log argument | James Almer | 2016-01-15 | 1 | -1/+1 |
* | | avformat/rmdec: Fix Packet memleak at close() | Michael Niedermayer | 2016-01-14 | 1 | -0/+1 |
* | | avformat/rmdec: Check size in ivr_read_packet() before use | Michael Niedermayer | 2016-01-14 | 1 | -0/+5 |
* | | lavf/rmdec: Use correct format specifier for int64_t. | Carl Eugen Hoyos | 2015-12-22 | 1 | -1/+1 |
* | | avformat/rmdec: Fix use of uninitialized variable | Michael Niedermayer | 2015-12-09 | 1 | -1/+1 |
* | | avformat: add IVR demuxer | Paul B Mahol | 2015-11-18 | 1 | -34/+275 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -3/+3 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -3/+3 |
* | | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8' | Hendrik Leppkes | 2015-09-05 | 1 | -5/+0 |
|\| |
|
| * | lavc: Drop deprecated destruct_packet related functions | Vittorio Giovara | 2015-08-28 | 1 | -5/+0 |
* | | avformat/rmdec: MLTI with multiple MDPR support | Michael Niedermayer | 2015-08-14 | 1 | -8/+38 |
* | | avformat/rmdec: Move MLTI handling out of ff_rm_read_mdpr_codecdata() | Michael Niedermayer | 2015-08-14 | 1 | -15/+22 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' | Michael Niedermayer | 2015-04-20 | 1 | -3/+3 |
|\| |
|
| * | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -3/+3 |
| * | rmdec: Improve message for demux error | Carl Eugen Hoyos | 2015-03-08 | 1 | -1/+1 |
* | | avformat/rmdec: fix support for 0 sized mdpr | Michael Niedermayer | 2015-03-26 | 1 | -0/+2 |
* | | fix spelling errors | Andreas Cadhalpun | 2015-03-06 | 1 | -1/+1 |
* | | Merge commit 'da7e31a240f276836a0b90ca6c0714181b353cc4' | Michael Niedermayer | 2015-02-17 | 1 | -0/+6 |
|\| |
|
| * | rmdec: Check memory allocations from ff_rm_alloc_rmstream() | Hugo Beauzée-Luyssen | 2015-02-17 | 1 | -0/+6 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avformat/rmdec: Check the return value of av_get_packet() | Michael Niedermayer | 2015-01-18 | 1 | -6/+11 |
* | | rm: fix memory leak on init failure | wm4 | 2015-01-10 | 1 | -5/+14 |
* | | avformat/rmdec: Check for overflow in ff_rm_read_mdpr_codecdata() | Michael Niedermayer | 2014-12-06 | 1 | -1/+5 |
* | | avformat/rmdec: rm_read_extradata: add error message for oversized extradata | Michael Niedermayer | 2014-12-06 | 1 | -1/+3 |
* | | Merge commit '1c77ead1fb14d64e6798fc5e32af04abcb3cebb4' | Michael Niedermayer | 2014-12-06 | 1 | -4/+4 |
|\| |
|
| * | rm: Use the correct codec_data_size signedness | Luca Barbato | 2014-12-04 | 1 | -3/+3 |
* | | avformat/rmdec: Check codec_data_size | Michael Niedermayer | 2014-12-03 | 1 | -0/+3 |
* | | Rename sync() functions in libavformat. | Carl Eugen Hoyos | 2014-11-25 | 1 | -3/+3 |
* | | Merge commit 'be42c0b8d57fe2ea769892d102ffd5561dc18709' | Michael Niedermayer | 2014-10-21 | 1 | -1/+1 |
|\| |
|
| * | rmdec: stricter error check to avoid theoretical unitialized use | Vittorio Giovara | 2014-10-21 | 1 | -1/+1 |
* | | Merge commit '7207dd8f829baee58b4df6c97c19ffde77039e8d' | Michael Niedermayer | 2014-10-21 | 1 | -2/+3 |
|\| |
|
| * | rmdec: check av_new_packet return value | Vittorio Giovara | 2014-10-21 | 1 | -1/+3 |
| * | Replace av_malloc() and memset(0) by av_mallocz() | Diego Biurrun | 2014-06-22 | 1 | -2/+1 |
* | | avformat/rmdec: very basic MLTI support | Michael Niedermayer | 2014-09-11 | 1 | -0/+15 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -3/+3 |
* | | Merge commit 'ef9732162cd4b593c6db28fdd352ebef21b5c1ca' | Michael Niedermayer | 2014-05-01 | 1 | -2/+0 |
|\| |
|
| * | rmdec: do not export anything to AVCodecContext.codec_name | Anton Khirnov | 2014-05-01 | 1 | -2/+0 |
* | | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430' | Michael Niedermayer | 2014-03-11 | 1 | -1/+3 |
|\| |
|
| * | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -1/+3 |
* | | avformat/rmdec: when reading audio blocks, dont leave holes when reading fails | Michael Niedermayer | 2014-01-09 | 1 | -3/+13 |
* | | avformat/rmdec: check that sub_packet_size fit in the packet for DEINT_ID_GENR | Michael Niedermayer | 2014-01-07 | 1 | -0/+2 |
* | | avformat/rmdec: move packet allocation down | Michael Niedermayer | 2013-12-26 | 1 | -10/+10 |
* | | avformat/rmdec: check against mismatching int4 interleaver parameters which w... | Michael Niedermayer | 2013-12-26 | 1 | -0/+4 |