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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2014-08-16Drop remaining unneeded != NULLMichael Niedermayer
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-08avformat/matroskadec: Check avpriv_new_chapter() for failureJustin Jacobs
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-07-29Merge commit 'fa38573cd9ce4ab727f86f57c03b113cfd4c9d0a'Michael Niedermayer
2014-07-29matroska: Register mime typesLuca Barbato
2014-07-16avformat/matroskadec: fix declaration after statementMichael Niedermayer
2014-07-16lavf/matroska: Add functions for WebM DASH ManifestVignesh Venkatasubramanian
2014-07-02matroskadec: Fix a double negation typoMichael Niedermayer
2014-06-22Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun
2014-05-30avformat/matroskadec: fix off by 1 error in matroska_read_seek()Michael Niedermayer
2014-05-28Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer
2014-05-28Merge commit '4efdadc8ec50332c812e8a95e8c67f5a260e7cb0'Michael Niedermayer
2014-05-28Merge commit '6df478bf891b9fc5626e4a0b993899f310ba0a1c'Michael Niedermayer
2014-05-28matroskadec: parse the channel layout mask for FLACAnton Khirnov
2014-05-28matroskadec: export just the STREAMINFO block as FLAC extradataAnton Khirnov
2014-05-28matroskadec: split parsing tracks into a separate functionAnton Khirnov
2014-05-01Merge commit 'eb3b5501e8b85bfea09d533314cb6920efc42639'Michael Niedermayer
2014-04-30matroskadec: read the CodecDelay elementAnton Khirnov
2014-04-27Try mov tags if the fourcc in V_MS/VFW mkv files cannot be found in bmp tags.Carl Eugen Hoyos
2014-04-17Only insert the icpf atom in ProRes mkv packets if it isn't already present.Carl Eugen Hoyos
2014-04-07Set Matroska private data when muxing Prores.Carl Eugen Hoyos
2014-03-12Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer