summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix read-after-free in matroska_read_seek().Xiaohan Wang2014-11-081-1/+2
* avformat/matroskadec: use gmtime_r() for thread safteyMichael Niedermayer2014-11-021-1/+2
* avformat/matroskadec: Check the return code from strftime()Michael Niedermayer2014-10-261-2/+2
* Merge commit 'e0caa1eb4e518111a81801db0d2ccdd2733ba94b'Michael Niedermayer2014-10-251-3/+8
|\
| * matroskadec: check return valuesVittorio Giovara2014-10-241-1/+9
| * matroskadec: fix leak on errorVittorio Giovara2014-10-241-0/+1
* | avformat/matroskadec: Fix cluster parsing loop which gathers seek informationMichael Niedermayer2014-10-221-2/+2
* | lavf/webm_dash: Allow filenames without directoriesVignesh Venkatasubramanian2014-10-101-2/+1
* | avformat/matroskadec: do not trust the default duration to be the real 1/time...Michael Niedermayer2014-10-081-1/+2
* | lavf/webm_dash: Fix incorrect bandwidth computationVignesh Venkatasubramanian2014-10-011-47/+49
* | lavf/webm_dash: fix hardcode in cues_end computationVignesh Venkatasubramanian2014-10-011-4/+7
* | avformat: remove FF_API_ASS_SSA dead codeClément Bœsch2014-09-091-80/+0
* | avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifierMichael Niedermayer2014-08-291-1/+1
* | Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f'Michael Niedermayer2014-08-281-1/+8
|\ \ | |/
| * matroskadec: parse stereo mode on decodingVittorio Giovara2014-08-281-2/+10
* | Merge commit 'f2583bc86eb5d7decc639fc9a36edc93e6003eef'Michael Niedermayer2014-08-281-0/+1
|\ \ | |/
| * matroska: list supported extensionsVittorio Giovara2014-08-281-0/+1
* | lavf/matroskadec: Ensure cues_end is initializedVignesh Venkatasubramanian2014-08-251-1/+2
* | Use new av_dict_set_int helper function.Reimar Döffinger2014-08-161-24/+7
* | Drop remaining unneeded != NULLMichael Niedermayer2014-08-151-1/+1
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-151-3/+3
|\ \ | |/
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-3/+3
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-11/+11
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-8/+8
* | avformat/matroskadec: Check avpriv_new_chapter() for failureJustin Jacobs2014-08-081-2/+4
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-2/+2
* | Merge commit 'fa38573cd9ce4ab727f86f57c03b113cfd4c9d0a'Michael Niedermayer2014-07-291-0/+1
|\ \ | |/
| * matroska: Register mime typesLuca Barbato2014-07-291-0/+1
| * matroskadec: Fix a double negation typoMichael Niedermayer2014-07-021-1/+1
| * Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-221-3/+1
* | avformat/matroskadec: fix declaration after statementMichael Niedermayer2014-07-161-1/+3
* | lavf/matroska: Add functions for WebM DASH ManifestVignesh Venkatasubramanian2014-07-151-0/+368
* | avformat/matroskadec: fix off by 1 error in matroska_read_seek()Michael Niedermayer2014-05-301-1/+1
* | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer2014-05-281-0/+38
|\ \ | |/
| * matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-281-0/+38
* | Merge commit '4efdadc8ec50332c812e8a95e8c67f5a260e7cb0'Michael Niedermayer2014-05-281-1/+24
|\ \ | |/
| * matroskadec: export just the STREAMINFO block as FLAC extradataAnton Khirnov2014-05-281-1/+24
* | Merge commit '6df478bf891b9fc5626e4a0b993899f310ba0a1c'Michael Niedermayer2014-05-281-68/+80
|\ \ | |/
| * matroskadec: split parsing tracks into a separate functionAnton Khirnov2014-05-281-58/+69
* | Merge commit 'eb3b5501e8b85bfea09d533314cb6920efc42639'Michael Niedermayer2014-05-011-4/+10
|\ \ | |/
| * matroskadec: read the CodecDelay elementAnton Khirnov2014-04-301-1/+9
* | Try mov tags if the fourcc in V_MS/VFW mkv files cannot be found in bmp tags.Carl Eugen Hoyos2014-04-271-0/+3
* | Only insert the icpf atom in ProRes mkv packets if it isn't already present.Carl Eugen Hoyos2014-04-171-2/+3
* | Set Matroska private data when muxing Prores.Carl Eugen Hoyos2014-04-061-0/+2
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-111-1/+2
|\ \ | |/
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-111-1/+2
* | Merge commit 'f69befe5eefef12172a6479dd9cef3c01bddec7a'Michael Niedermayer2014-03-081-21/+21
|\ \ | |/
| * matroskadec: cosmetics: Fix "attachement" vs. "attachment" typoDiego Biurrun2014-03-071-22/+22
* | Merge commit '84cfce9f99805a144df684417e166c1ae6f95421'Michael Niedermayer2014-03-071-490/+573
|\ \ | |/
| * matroskadec: K&R formatting cosmeticsKeiji Costantini2014-03-071-469/+551