summaryrefslogtreecommitdiff
path: root/libavformat/mov_chan.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun2015-05-31
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* mov_chan: Only set the channel_layout if setting it to a nonzero valueMartin Storsjö2012-09-08
* mov_chan: Reindent an incorrectly indented lineMartin Storsjö2012-09-08
* mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-07
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-19
* movenc: Add channel layouts for PCM.Alex Converse2012-06-27
* mov_chan: Fix operator precedence by adding parenthesesMartin Storsjö2012-06-17
* mov: Add missing terminator to mov_ch_layout_map_1ch.Alex Converse2012-03-22
* mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.Alex Converse2012-01-05
* mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-09