Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-10-30all: fix enum definition for large valuesGanesh Ajjanagadde
2015-05-31mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun
2015-05-24mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-03-19Fix termination of mov_ch_layouts_wav array lookupThierry Foucu
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-08mov_chan: Only set the channel_layout if setting it to a nonzero valueMartin Storsjö
2012-09-08mov_chan: Reindent an incorrectly indented lineMartin Storsjö
2012-09-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-07mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01Skip chan tag padding.Carl Eugen Hoyos
2012-07-19avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles
2012-06-28movenc: Add channel layouts for PCM.Alex Converse
2012-06-17mov_chan: Fix operator precedence by adding parenthesesMartin Storsjö
2012-03-23mov: Add missing terminator to mov_ch_layout_map_1ch.Alex Converse
2012-01-05mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.Alex Converse
2011-12-10mov: add support for reading and writing the 'chan' tagJustin Ruggles