aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/wsddec.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-1/+1
* avformat/avformat: Add FFInputFormat, hide internals of AVInputFormatAndreas Rheinhardt2024-03-071-6/+7
* avformat: Inline raw_codec_id where knownAndreas Rheinhardt2023-09-141-1/+1
* wsd: convert to new channel layout APIVittorio Giovara2022-03-151-4/+7
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avformat/rawdec: Deduplicate AVClasses based upon ff_raw_optionsAndreas Rheinhardt2021-07-081-2/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-131-1/+1
* avformat/rawdec: Make the raw packet size configurableMichael Niedermayer2019-07-171-0/+3
* avformat/wsddec: Fix undefined shiftMichael Niedermayer2019-06-211-1/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat: fix overflows during bit rate calculationAndreas Cadhalpun2016-12-141-1/+1
* avformat/wsddec: set bit_rate, fixes duration estimationPaul B Mahol2016-05-011-0/+1
* avformat: add Wideband Single-bit Data (WSD) demuxerPeter Ross2016-04-301-0/+172