| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/matroskadec: Check subtitle stream before dereferencing | Michael Niedermayer | 2015-11-26 | 1 | -0/+1 |
* | Merge commit 'd80811c94e068085aab797f9ba35790529126f85' | Michael Niedermayer | 2015-11-26 | 1 | -1/+1 |
* | matroskadec: check audio sample rate | Andreas Cadhalpun | 2015-07-28 | 1 | -0/+8 |
* | matroskadec: validate audio channels and bitdepth | Andreas Cadhalpun | 2015-07-28 | 1 | -0/+12 |
* | avformat/matroskadec: Cleanup error handling for bz2 & zlib | Michael Niedermayer | 2015-05-21 | 1 | -8/+4 |
* | avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k] | Michael Niedermayer | 2015-05-21 | 1 | -2/+2 |
* | matroskadec: check s->streams[k] before using it | Andreas Cadhalpun | 2015-05-21 | 1 | -1/+1 |
* | matroskadec: use uint64_t instead of int for index_scale | Andreas Cadhalpun | 2015-05-21 | 1 | -1/+1 |
* | avformat/matroskadec: Fix number suffixes | Michael Niedermayer | 2015-02-12 | 1 | -2/+2 |
* | avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-09 | 1 | -4/+4 |
* | 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 |
* | | Drop remaining unneeded != NULL | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' | Michael Niedermayer | 2014-08-15 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -3/+3 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -11/+11 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -8/+8 |
* | | avformat/matroskadec: Check avpriv_new_chapter() for failure | Justin Jacobs | 2014-08-08 | 1 | -2/+4 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -2/+2 |
* | | Merge commit 'fa38573cd9ce4ab727f86f57c03b113cfd4c9d0a' | Michael Niedermayer | 2014-07-29 | 1 | -0/+1 |
|\| |
|
| * | matroska: Register mime types | Luca Barbato | 2014-07-29 | 1 | -0/+1 |
| * | matroskadec: Fix a double negation typo | Michael Niedermayer | 2014-07-02 | 1 | -1/+1 |
| * | Replace av_malloc() and memset(0) by av_mallocz() | Diego Biurrun | 2014-06-22 | 1 | -3/+1 |
* | | avformat/matroskadec: fix declaration after statement | Michael Niedermayer | 2014-07-16 | 1 | -1/+3 |
* | | lavf/matroska: Add functions for WebM DASH Manifest | Vignesh Venkatasubramanian | 2014-07-15 | 1 | -0/+368 |
* | | avformat/matroskadec: fix off by 1 error in matroska_read_seek() | Michael Niedermayer | 2014-05-30 | 1 | -1/+1 |
* | | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f' | Michael Niedermayer | 2014-05-28 | 1 | -0/+38 |
|\| |
|
| * | matroskadec: parse the channel layout mask for FLAC | Anton Khirnov | 2014-05-28 | 1 | -0/+38 |
* | | Merge commit '4efdadc8ec50332c812e8a95e8c67f5a260e7cb0' | Michael Niedermayer | 2014-05-28 | 1 | -1/+24 |
|\| |
|
| * | matroskadec: export just the STREAMINFO block as FLAC extradata | Anton Khirnov | 2014-05-28 | 1 | -1/+24 |
* | | Merge commit '6df478bf891b9fc5626e4a0b993899f310ba0a1c' | Michael Niedermayer | 2014-05-28 | 1 | -68/+80 |
|\| |
|