summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* Merge commit '6bdae41d3ef74a0865e8f87896e649f93b2f39bd'Michael Niedermayer2015-03-12
|\
| * matroskadec: Check memory allocationsVittorio Giovara2015-03-12
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
| * matroskadec: Fix read-after-free in matroska_read_seek()Xiaohan Wang2014-12-15
* | avformat/matroskadec: fix IGNIDX handlingwm42015-02-12
* | matroska: redo seekhead handlingwm42015-02-12
* | matroska: don't complain about unknown elementswm42015-02-09
* | avformat/matroskadec: Fix number suffixesMichael Niedermayer2015-02-01
* | avformat/matroskadec: Use av_malloc_array() for index_entriesMichael Niedermayer2015-01-25
* | avformat/matroskadec: Check av_mallocz() return valuesMichael Niedermayer2015-01-25
* | avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-06
* | wavdec: RIFX file format supportThomas Volkert2014-12-18
* | avformat/matroskadec: request a sample with recursive seek headsMichael Niedermayer2014-12-07
* | avformat/matroskadec: fix handling of recursive SeekHead elementswm42014-12-07
* | msvc: Fix compilation errors due to header include order.Matthew Oliver2014-11-27
* | Fix read-after-free in matroska_read_seek().Xiaohan Wang2014-11-08
* | avformat/matroskadec: use gmtime_r() for thread safteyMichael Niedermayer2014-11-02
* | avformat/matroskadec: Check the return code from strftime()Michael Niedermayer2014-10-26
* | Merge commit 'e0caa1eb4e518111a81801db0d2ccdd2733ba94b'Michael Niedermayer2014-10-25
|\|
| * matroskadec: check return valuesVittorio Giovara2014-10-24
| * matroskadec: fix leak on errorVittorio Giovara2014-10-24
* | avformat/matroskadec: Fix cluster parsing loop which gathers seek informationMichael Niedermayer2014-10-22
* | lavf/webm_dash: Allow filenames without directoriesVignesh Venkatasubramanian2014-10-10
* | avformat/matroskadec: do not trust the default duration to be the real 1/time...Michael Niedermayer2014-10-08
* | lavf/webm_dash: Fix incorrect bandwidth computationVignesh Venkatasubramanian2014-10-01
* | lavf/webm_dash: fix hardcode in cues_end computationVignesh Venkatasubramanian2014-10-01
* | avformat: remove FF_API_ASS_SSA dead codeClément Bœsch2014-09-09
* | avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifierMichael Niedermayer2014-08-29
* | Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f'Michael Niedermayer2014-08-28
|\|
| * matroskadec: parse stereo mode on decodingVittorio Giovara2014-08-28
* | Merge commit 'f2583bc86eb5d7decc639fc9a36edc93e6003eef'Michael Niedermayer2014-08-28
|\|
| * matroska: list supported extensionsVittorio Giovara2014-08-28
* | lavf/matroskadec: Ensure cues_end is initializedVignesh Venkatasubramanian2014-08-25
* | Use new av_dict_set_int helper function.Reimar Döffinger2014-08-16
* | Drop remaining unneeded != NULLMichael Niedermayer2014-08-15
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | avformat/matroskadec: Check avpriv_new_chapter() for failureJustin Jacobs2014-08-08
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | Merge commit 'fa38573cd9ce4ab727f86f57c03b113cfd4c9d0a'Michael Niedermayer2014-07-29
|\|
| * matroska: Register mime typesLuca Barbato2014-07-29
| * matroskadec: Fix a double negation typoMichael Niedermayer2014-07-02
| * Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-22
* | avformat/matroskadec: fix declaration after statementMichael Niedermayer2014-07-16
* | lavf/matroska: Add functions for WebM DASH ManifestVignesh Venkatasubramanian2014-07-15
* | avformat/matroskadec: fix off by 1 error in matroska_read_seek()Michael Niedermayer2014-05-30
* | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer2014-05-28
|\|