summaryrefslogtreecommitdiff
path: root/libavformat/dss.c
Commit message (Expand)AuthorAgeFilesLines
* dss: convert to new channel layout APIVittorio Giovara2022-03-151-2/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/dss: Return 0 on successAndreas Rheinhardt2021-04-051-2/+2
* avformat/dss: Avoid using intermediate bufferAndreas Rheinhardt2021-04-051-14/+11
* avformat/dss: Set values known during read_header in read_headerAndreas Rheinhardt2021-04-051-4/+2
* avformat/dss: Don't prematurely modify context variableAndreas Rheinhardt2021-04-021-20/+17
* avformat/dss: Remove unnecessary allocationAndreas Rheinhardt2020-04-031-15/+1
* avformat/dss: Use AV_DICT_DONT_STRDUP_VAL to save a malloc+memcpyAndreas Rheinhardt2020-03-241-7/+3
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-5/+1
* avformat/dss: Remove superfluous headersAndreas Rheinhardt2019-10-291-2/+0
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* lavf/dss: Do not fail randomly if dss_sp input contains 0xff.Carl Eugen Hoyos2017-01-121-3/+0
* lavf/dss: Support version 3 files / files with larger header.Carl Eugen Hoyos2017-01-111-5/+9
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-10/+10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-8/+8
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-3/+3
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-3/+3
* | avformat/dss: implement seekingMichael Niedermayer2015-02-261-0/+45
* | avformat/dss: set bitrateMichael Niedermayer2015-02-261-0/+8
* | avformat/dss: set packet durationMichael Niedermayer2015-02-261-1/+1
* | avformat/dss: correct sample rateMichael Niedermayer2015-02-261-1/+1
* | avformat/dss: Set packet position correctlyMichael Niedermayer2015-02-241-3/+4
* | avformat/dss: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-02-191-1/+1
* | avformat/dss: Check sscanf() return value in dss_read_metadata_date()Michael Niedermayer2015-02-191-1/+2
* | Merge commit '062cd5a975ff7bd6fb91f9b4d1d9d102a7545499'Michael Niedermayer2015-02-191-4/+4
|/
* lavf: Add DSS demuxerOleksij Rempel2015-02-191-0/+342