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
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-03-29lavf: use av_fourcc2str() where appropriateClément Bœsch
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2015-12-22mlvdec: validate bits_per_coded_sampleAndreas Cadhalpun
2015-12-20mlvdec: check that index_entries existAndreas Cadhalpun
2015-07-12Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer
2015-05-11avformat/mlvdec: Use AVFormatContext->open_cb()Michael Niedermayer
2015-02-07lavf/mlv: Only add streams that are supposed to contain frames.Carl Eugen Hoyos
2015-01-08avformat/mlvdec: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-08avformat/mlvdec: Simplify code by using avio_closep()Michael Niedermayer
2014-12-18wavdec: RIFX file format supportThomas Volkert
2014-10-26avformat/mlvdec: Check the return code from strftime()Michael Niedermayer
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-04-27avformat/mlvdec: close any additional .Mxx filesPeter Ross
2014-04-27avformat/mlvdec: remove unused MlvContext.bufferPeter Ross
2014-04-27avformat/mlvdec: print unsigned chunk sizePeter Ross
2014-04-27avformat/mlvdec: process ff_get_wav_header return valuePeter Ross
2014-04-19Magic Lantern Video (MLV) demuxerPeter Ross