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
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-05avformat/dss: Return 0 on successAndreas Rheinhardt
2021-04-05avformat/dss: Avoid using intermediate bufferAndreas Rheinhardt
2021-04-05avformat/dss: Set values known during read_header in read_headerAndreas Rheinhardt
2021-04-02avformat/dss: Don't prematurely modify context variableAndreas Rheinhardt
2020-04-03avformat/dss: Remove unnecessary allocationAndreas Rheinhardt
2020-03-25avformat/dss: Use AV_DICT_DONT_STRDUP_VAL to save a malloc+memcpyAndreas Rheinhardt
2020-02-11avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2019-10-29avformat/dss: Remove superfluous headersAndreas Rheinhardt
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2017-01-12lavf/dss: Do not fail randomly if dss_sp input contains 0xff.Carl Eugen Hoyos
2017-01-11lavf/dss: Support version 3 files / files with larger header.Carl Eugen Hoyos
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-02-26avformat/dss: implement seekingMichael Niedermayer
2015-02-26avformat/dss: set bitrateMichael Niedermayer
2015-02-26avformat/dss: set packet durationMichael Niedermayer
2015-02-26avformat/dss: correct sample rateMichael Niedermayer
2015-02-24avformat/dss: Set packet position correctlyMichael Niedermayer
2015-02-20avformat/dss: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-02-20avformat/dss: Check sscanf() return value in dss_read_metadata_date()Michael Niedermayer
2015-02-19Merge commit '062cd5a975ff7bd6fb91f9b4d1d9d102a7545499'Michael Niedermayer
2015-02-19lavf: Add DSS demuxerOleksij Rempel