]> git.sesse.net Git - ffmpeg/history - libavformat/mov_chan.c
dv: use AVStream.index instead of abusing AVStream.id
[ffmpeg] / libavformat / mov_chan.c
2012-09-07 Martin Storsjömov_chan: Only set the channel_layout if setting it...
2012-09-07 Martin Storsjömov_chan: Reindent an incorrectly indented line
2012-09-07 Samuel Pitoisetmov_chan: Pass a separate AVIOContext for reading
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-19 Justin Rugglesavformat: move 'chan' tag parsing to mov_chan.c to...
2012-06-27 Alex Conversemovenc: Add channel layouts for PCM.
2012-06-17 Martin Storsjömov_chan: Fix operator precedence by adding parentheses
2012-03-22 Alex Conversemov: Add missing terminator to mov_ch_layout_map_1ch.
2012-01-05 Alex Conversemov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled...
2011-12-09 Justin Rugglesmov: add support for reading and writing the 'chan...