| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | lavf/webm_dash: fix hardcode in cues_end computation | Vignesh Venkatasubramanian | 2014-10-01 | 1 | -4/+7 |
* | | avformat: remove FF_API_ASS_SSA dead code | Clément Bœsch | 2014-09-09 | 1 | -80/+0 |
* | | avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifier | Michael Niedermayer | 2014-08-29 | 1 | -1/+1 |
* | | Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f' | Michael Niedermayer | 2014-08-28 | 1 | -1/+8 |
|\| |
|
| * | matroskadec: parse stereo mode on decoding | Vittorio Giovara | 2014-08-28 | 1 | -2/+10 |
* | | Merge commit 'f2583bc86eb5d7decc639fc9a36edc93e6003eef' | Michael Niedermayer | 2014-08-28 | 1 | -0/+1 |
|\| |
|
| * | matroska: list supported extensions | Vittorio Giovara | 2014-08-28 | 1 | -0/+1 |
* | | lavf/matroskadec: Ensure cues_end is initialized | Vignesh Venkatasubramanian | 2014-08-25 | 1 | -1/+2 |
* | | Use new av_dict_set_int helper function. | Reimar Döffinger | 2014-08-16 | 1 | -24/+7 |