| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | avformat/rmdec: use ff_get_extradata() | Michael Niedermayer | 2013-12-25 | 1 | -4/+1 |
* | | avformat/rmdec: zero string destination before use | Michael Niedermayer | 2013-12-21 | 1 | -0/+1 |
* | | avformat/rmdec: english typos | Michael Niedermayer | 2013-10-25 | 1 | -2/+2 |
* | | avformat/rmdec: add some error messages | Michael Niedermayer | 2013-10-24 | 1 | -4/+13 |
* | | avformat/rmdec: fix return code of ff_rm_parse_packet() | Michael Niedermayer | 2013-10-24 | 1 | -1/+1 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -3/+1 |
* | | Merge commit '0f310a6f333b016d336674d086045e8473fdf918' | Michael Niedermayer | 2013-09-19 | 1 | -3/+8 |
|\| |
|
| * | rmdec: Validate the fps value | Martin Storsjö | 2013-09-18 | 1 | -2/+7 |
* | | Merge commit '7df9e693a34c84c698da60426c78140c950f95ed' | Michael Niedermayer | 2013-09-03 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix ATRAC codec name spelling | Diego Biurrun | 2013-09-02 | 1 | -1/+1 |
* | | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91' | Michael Niedermayer | 2013-08-03 | 1 | -0/+3 |
|\| |
|
| * | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+3 |