aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/codec2.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mux: Add flag for "only default codecs allowed"Andreas Rheinhardt2024-03-221-9/+3
* avformat/mux: Add flag for "not more than one stream of each type"Andreas Rheinhardt2024-03-221-1/+3
* avformat/codec2: Don't allocate Codec2Context for muxerAndreas Rheinhardt2024-03-201-1/+0
* avformat/avformat: Add FFInputFormat, hide internals of AVInputFormatAndreas Rheinhardt2024-03-071-11/+12
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+2
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-2/+0
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-7/+8
* avformat/codec2: remove surplus include 'memory.h' statementPeter Ross2022-04-091-1/+0
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* codec2: convert to new channel layout APIAnton Khirnov2022-03-151-2/+1
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-171-2/+1
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avformat/codec2: Remove unused AVClass with wrong categoryAndreas Rheinhardt2021-07-081-8/+0
* avformat/Makefile: Remove rawdec dependency from aptx, codec2 demuxersAndreas Rheinhardt2021-07-081-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-3/+3
* avcodec/codec2utils: move the remaining avpriv functions to lavfJames Almer2020-10-281-3/+63
* libavcodec/codec2utils: remove codec2_version_from_extradata()James Almer2020-10-281-1/+1
* avcodec/codec2utils: remove avpriv prefix from inline functionsJames Almer2020-10-281-16/+16
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin2018-02-241-0/+285