summaryrefslogtreecommitdiff
path: root/libavformat/mov_chan.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: fix 2 compile errorsTong Wu2023-03-161-1/+1
* avformat/mov: parse ISO-14496-12 ChannelLayoutZhao Zhili2023-03-151-0/+296
* avformat/mov_chan: use the cube layoutJames Almer2022-10-301-5/+1
* avformat/mov_chan: move the definition of MovChannelLayoutTag to the headerJames Almer2022-04-051-104/+0
* avformat/movenc: write channel descriptions when a known layout or a bitmap c...James Almer2022-04-051-17/+58
* avformat/mov_chan: use a higher log level for a debug messageJames Almer2022-04-051-1/+1
* avformat/mov_chan: add a few missing channel label mappingsJames Almer2022-04-051-4/+10
* avformat/mov_chan: rename mov_get_channel_label() to better reflect its purposeJames Almer2022-04-051-2/+2
* mov: convert to new channel layout APIVittorio Giovara2022-03-151-7/+16
* avformat/mov_chan: Make ff_mov_get_channel_layout() staticAndreas Rheinhardt2021-09-081-2/+9
* lavf/mov_chan: avoid avcodec.h dependencyAnton Khirnov2021-06-101-1/+1
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-2/+3
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-2/+2
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-2/+2
| * mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun2015-05-311-0/+5
* | all: fix enum definition for large valuesGanesh Ajjanagadde2015-10-301-1/+1
* | mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun2015-05-241-0/+5
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-1/+1
* | Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Fix termination of mov_ch_layouts_wav array lookupThierry Foucu2013-03-181-0/+1
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-081-2/+3
|\ \ | |/
| * mov_chan: Only set the channel_layout if setting it to a nonzero valueMartin Storsjö2012-09-081-3/+4
| * mov_chan: Reindent an incorrectly indented lineMartin Storsjö2012-09-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-071-2/+2
|\ \ | |/
| * mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-071-2/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-20/+20
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-20/+20
* | Skip chan tag padding.Carl Eugen Hoyos2012-08-011-0/+2
|/
* avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-191-1/+45
* movenc: Add channel layouts for PCM.Alex Converse2012-06-271-0/+26
* mov_chan: Fix operator precedence by adding parenthesesMartin Storsjö2012-06-171-1/+1
* mov: Add missing terminator to mov_ch_layout_map_1ch.Alex Converse2012-03-221-0/+1
* mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.Alex Converse2012-01-051-2/+14
* mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-091-0/+505