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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-02-22avcodec/libaacplus: Check for av_malloc() failureMichael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-05-23libaacplus: return meaningful error codesPaul B Mahol
2013-05-23libaacplus: cosmetics: fix indentationPaul B Mahol
2013-05-23libaacplus: move profile check above, simplifies code a littlePaul B Mahol
2013-04-17libaacpluc: remove unused codePaul B Mahol
2013-04-16libaacplus: support for float sample formatPaul B Mahol
2013-04-16libaacplus: set supported profilesPaul B Mahol
2013-04-16libaacplus: set supported channel_layoutsPaul B Mahol
2013-04-16libaacplus: remove FF_API_OLD_ENCODE_AUDIO cruftPaul B Mahol
2013-03-07normalize calls to ff_alloc_packet2James Zern
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-06-13cosmetics: align more codecs declarationsPaul B Mahol
2012-03-25libaacplus: switch to encode2()Paul B Mahol
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-03lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_*Paul B Mahol
2011-12-30Use more designated initializers.Paul B Mahol
2011-11-24Fix adts format creation in aac+ encoder modified: libavcodec/libaacplus.cSergiy Gur'yev
2011-09-26libaac+ supporttipok