summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-03-18Fix termination of mov_ch_layouts_wav array lookupThierry Foucu1-0/+1
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer84-319/+323
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles78-103/+99
2012-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-50/+41
2012-09-07mov_chan: Only set the channel_layout if setting it to a nonzero valueMartin Storsjö1-3/+4
2012-09-07mov_chan: Reindent an incorrectly indented lineMartin Storsjö1-1/+1
2012-09-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-14/+24
2012-09-07mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset4-5/+7
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-08-01Skip chan tag padding.Carl Eugen Hoyos1-0/+2
2012-07-19avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles4-47/+63
2012-06-27movenc: Add channel layouts for PCM.Alex Converse5-4/+30
2012-06-17mov_chan: Fix operator precedence by adding parenthesesMartin Storsjö1-1/+1
2012-03-22mov: Add missing terminator to mov_ch_layout_map_1ch.Alex Converse1-0/+1
2012-01-05mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.Alex Converse3-9/+37
2011-12-09mov: add support for reading and writing the 'chan' tagJustin Ruggles5-2/+636