| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/matroskadec: Fully parse and repack MP3 packets | Rodger Combs | 2015-08-16 | 1 | -1/+3 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -4/+4 |
|\ |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -5/+5 |
* | | Merge commit 'd80811c94e068085aab797f9ba35790529126f85' | Michael Niedermayer | 2015-07-12 | 1 | -1/+1 |
|\| |
|
| * | riff: Use the correct logging context | Luca Barbato | 2015-07-11 | 1 | -1/+1 |
* | | avformat/matroskadec: Fix undefined shift in read_sint() | Michael Niedermayer | 2015-07-01 | 1 | -1/+1 |
* | | matroskadec: validate audio channels and bitdepth | Andreas Cadhalpun | 2015-06-16 | 1 | -0/+12 |
* | | matroskadec: check audio sample rate | Andreas Cadhalpun | 2015-06-16 | 1 | -0/+8 |
* | | matroskadec: verify seekhead IDs | wm4 | 2015-06-12 | 1 | -0/+12 |
* | | Merge commit '8fc11abe1fea4f211cc7dbd58a173d1221627d90' | Michael Niedermayer | 2015-05-13 | 1 | -0/+6 |
|\| |
|
| * | mkv: Print unsupported mov tags when found | Vittorio Giovara | 2015-05-12 | 1 | -0/+6 |
* | | avformat/matroskadec: Cleanup error handling for bz2 & zlib | Michael Niedermayer | 2015-05-12 | 1 | -8/+4 |
* | | avformat/matroskadec: Use size_t for the variable holding a strlen() value. | Michael Niedermayer | 2015-05-11 | 1 | -1/+1 |
* | | avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k] | Michael Niedermayer | 2015-05-04 | 1 | -2/+2 |
* | | matroskadec: check s->streams[k] before using it | Andreas Cadhalpun | 2015-05-04 | 1 | -1/+1 |
* | | matroskadec: use uint64_t instead of int for index_scale | Andreas Cadhalpun | 2015-05-04 | 1 | -1/+1 |
* | | avformat/matroskadec: Mark static tables as const | Michael Niedermayer | 2015-05-02 | 1 | -39/+39 |
* | | avformat/matroskadec: remove now duplicate doctype check | Michael Niedermayer | 2015-04-19 | 1 | -2/+1 |
* | | Merge commit 'b8d7f3186e86234f6255f5e8ee9e98573b4d9a6e' | Michael Niedermayer | 2015-04-18 | 1 | -2/+6 |
|\| |
|
| * | matroskadec: fix crash when parsing invalid mkv | Thomas Guillem | 2015-04-18 | 1 | -2/+6 |
* | | Merge commit 'c4d37cd9ef6e374bb888f6273259b10fac5bd909' | Michael Niedermayer | 2015-04-08 | 1 | -2/+3 |
|\| |
|
| * | matroskadec: export cover art correctly | wm4 | 2015-04-08 | 1 | -12/+35 |
* | | matroskadec: Add support for parsing live header files | Vignesh Venkatasubramanian | 2015-04-05 | 1 | -13/+36 |
* | | matroskadec: export cover art correctly | wm4 | 2015-04-04 | 1 | -10/+31 |
* | | Merge commit '6bdae41d3ef74a0865e8f87896e649f93b2f39bd' | Michael Niedermayer | 2015-03-12 | 1 | -1/+4 |
|\| |
|
| * | matroskadec: Check memory allocations | Vittorio Giovara | 2015-03-12 | 1 | -0/+6 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -24/+24 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -20/+20 |
| * | matroskadec: Fix read-after-free in matroska_read_seek() | Xiaohan Wang | 2014-12-15 | 1 | -1/+2 |
* | | avformat/matroskadec: fix IGNIDX handling | wm4 | 2015-02-12 | 1 | -2/+7 |
* | | matroska: redo seekhead handling | wm4 | 2015-02-12 | 1 | -37/+88 |
* | | matroska: don't complain about unknown elements | wm4 | 2015-02-09 | 1 | -3/+1 |
* | | avformat/matroskadec: Fix number suffixes | Michael Niedermayer | 2015-02-01 | 1 | -2/+2 |
* | | avformat/matroskadec: Use av_malloc_array() for index_entries | Michael Niedermayer | 2015-01-25 | 1 | -1/+1 |
* | | avformat/matroskadec: Check av_mallocz() return values | Michael Niedermayer | 2015-01-25 | 1 | -0/+4 |
* | | avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-06 | 1 | -4/+4 |
* | | wavdec: RIFX file format support | Thomas Volkert | 2014-12-18 | 1 | -1/+1 |
* | | avformat/matroskadec: request a sample with recursive seek heads | Michael Niedermayer | 2014-12-07 | 1 | -0/+3 |
* | | avformat/matroskadec: fix handling of recursive SeekHead elements | wm4 | 2014-12-07 | 1 | -1/+5 |
* | | msvc: Fix compilation errors due to header include order. | Matthew Oliver | 2014-11-27 | 1 | -6/+7 |
* | | Fix read-after-free in matroska_read_seek(). | Xiaohan Wang | 2014-11-08 | 1 | -1/+2 |
* | | avformat/matroskadec: use gmtime_r() for thread saftey | Michael Niedermayer | 2014-11-02 | 1 | -1/+2 |
* | | avformat/matroskadec: Check the return code from strftime() | Michael Niedermayer | 2014-10-26 | 1 | -2/+2 |
* | | Merge commit 'e0caa1eb4e518111a81801db0d2ccdd2733ba94b' | Michael Niedermayer | 2014-10-25 | 1 | -3/+8 |
|\| |
|
| * | matroskadec: check return values | Vittorio Giovara | 2014-10-24 | 1 | -1/+9 |
| * | matroskadec: fix leak on error | Vittorio Giovara | 2014-10-24 | 1 | -0/+1 |
* | | avformat/matroskadec: Fix cluster parsing loop which gathers seek information | Michael Niedermayer | 2014-10-22 | 1 | -2/+2 |
* | | lavf/webm_dash: Allow filenames without directories | Vignesh Venkatasubramanian | 2014-10-10 | 1 | -2/+1 |
* | | avformat/matroskadec: do not trust the default duration to be the real 1/time... | Michael Niedermayer | 2014-10-08 | 1 | -1/+2 |
* | | lavf/webm_dash: Fix incorrect bandwidth computation | Vignesh Venkatasubramanian | 2014-10-01 | 1 | -47/+49 |