summaryrefslogtreecommitdiffstats
path: root/libavformat/mov_chan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud