Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-13Merge commit '8fc11abe1fea4f211cc7dbd58a173d1221627d90'Michael Niedermayer
2015-05-12avformat/matroskadec: Cleanup error handling for bz2 & zlibMichael Niedermayer
2015-05-12mkv: Print unsupported mov tags when foundVittorio Giovara
2015-05-11avformat/matroskadec: Use size_t for the variable holding a strlen() value.Michael Niedermayer
2015-05-04avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k]Michael Niedermayer
2015-05-04matroskadec: check s->streams[k] before using itAndreas Cadhalpun
2015-05-04matroskadec: use uint64_t instead of int for index_scaleAndreas Cadhalpun
2015-05-02avformat/matroskadec: Mark static tables as constMichael Niedermayer
2015-04-19avformat/matroskadec: remove now duplicate doctype checkMichael Niedermayer
2015-04-18matroskadec: fix crash when parsing invalid mkvThomas Guillem
2015-04-18Merge commit 'b8d7f3186e86234f6255f5e8ee9e98573b4d9a6e'Michael Niedermayer
2015-04-08Merge commit 'c4d37cd9ef6e374bb888f6273259b10fac5bd909'Michael Niedermayer
2015-04-08matroskadec: export cover art correctlywm4
2015-04-05matroskadec: Add support for parsing live header filesVignesh Venkatasubramanian
2015-04-04matroskadec: export cover art correctlywm4
2015-03-13Merge commit '6bdae41d3ef74a0865e8f87896e649f93b2f39bd'Michael Niedermayer
2015-03-12matroskadec: Check memory allocationsVittorio Giovara
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-02-12avformat/matroskadec: fix IGNIDX handlingwm4
2015-02-12matroska: redo seekhead handlingwm4
2015-02-09matroska: don't complain about unknown elementswm4
2015-02-01avformat/matroskadec: Fix number suffixesMichael Niedermayer
2015-01-25avformat/matroskadec: Use av_malloc_array() for index_entriesMichael Niedermayer
2015-01-25avformat/matroskadec: Check av_mallocz() return valuesMichael Niedermayer
2015-01-06avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-18wavdec: RIFX file format supportThomas Volkert
2014-12-15matroskadec: Fix read-after-free in matroska_read_seek()Xiaohan Wang
2014-12-08avformat/matroskadec: request a sample with recursive seek headsMichael Niedermayer
2014-12-08avformat/matroskadec: fix handling of recursive SeekHead elementswm4
2014-11-27msvc: Fix compilation errors due to header include order.Matthew Oliver
2014-11-08Fix read-after-free in matroska_read_seek().Xiaohan Wang
2014-11-02avformat/matroskadec: use gmtime_r() for thread safteyMichael Niedermayer
2014-10-26avformat/matroskadec: Check the return code from strftime()Michael Niedermayer
2014-10-25Merge commit 'e0caa1eb4e518111a81801db0d2ccdd2733ba94b'Michael Niedermayer
2014-10-25matroskadec: check return valuesVittorio Giovara
2014-10-25matroskadec: fix leak on errorVittorio Giovara
2014-10-22avformat/matroskadec: Fix cluster parsing loop which gathers seek informationMichael Niedermayer
2014-10-10lavf/webm_dash: Allow filenames without directoriesVignesh Venkatasubramanian
2014-10-08avformat/matroskadec: do not trust the default duration to be the real 1/time...Michael Niedermayer
2014-10-01lavf/webm_dash: Fix incorrect bandwidth computationVignesh Venkatasubramanian
2014-10-01lavf/webm_dash: fix hardcode in cues_end computationVignesh Venkatasubramanian
2014-09-09avformat: remove FF_API_ASS_SSA dead codeClément Bœsch
2014-08-29avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifierMichael Niedermayer
2014-08-29Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f'Michael Niedermayer
2014-08-29Merge commit 'f2583bc86eb5d7decc639fc9a36edc93e6003eef'Michael Niedermayer
2014-08-28matroskadec: parse stereo mode on decodingVittorio Giovara
2014-08-28matroska: list supported extensionsVittorio Giovara
2014-08-25lavf/matroskadec: Ensure cues_end is initializedVignesh Venkatasubramanian
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger