summaryrefslogtreecommitdiff
path: root/libavformat/mov_chan.h
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: parse ISO-14496-12 ChannelLayoutZhao Zhili2023-03-151-0/+26
* avformat/mov_chan: move the definition of MovChannelLayoutTag to the headerJames Almer2022-04-051-0/+104
* avformat/movenc: write channel descriptions when a known layout or a bitmap c...James Almer2022-04-051-3/+5
* mov: convert to new channel layout APIVittorio Giovara2022-03-151-1/+2
* avformat/mov_chan: Make ff_mov_get_channel_layout() staticAndreas Rheinhardt2021-09-081-9/+0
* lavf/mov_chan: avoid avcodec.h dependencyAnton Khirnov2021-06-101-1/+1
* Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-071-1/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-191-8/+11
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-281-2/+2
* mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.Alex Converse2012-01-051-0/+8
* mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-091-0/+55