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
2013-10-24lavc/libmp3lame: add comments about CBR/VBR modesTimothy Gu
2013-10-24lavc/libmp3lame: fix alignment and capitalization in AVOptionsTimothy Gu
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-04-02libmp3lame: allow joint stereo to be disabledPaul B Mahol
2013-03-13Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer
2013-03-13Merge commit '6327c10702922eabcb1c6170abd3f03d23ce4c51'Michael Niedermayer
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-03-08libmp3lame: use the correct remaining buffer size when flushingJustin Ruggles
2013-03-07normalize calls to ff_alloc_packet2James Zern
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer
2013-01-14libmp3lame: Fix assignments in if()Michael Niedermayer
2012-11-27Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-18Merge commit '292d1e78743855404c7d07e3e7cb3f9c9ae6275b'Michael Niedermayer
2012-10-17libmp3lame: resize the output buffer if neededJustin Ruggles
2012-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06libmp3lame: use planar sample formatsJustin Ruggles
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-10libmp3lame: add missing layout terminatorMichael Niedermayer
2012-06-01libmp3lame: add missing layout terminatorMichael Niedermayer
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-14libmp3lame: set supported channel layouts.Anton Khirnov
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22libmp3lame: switch to ff_alloc_packet2().Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21libmp3lame: use AVCodec.encode2()Justin Ruggles
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-20libmp3lame: support float and s32 sample formatsJustin Ruggles
2012-02-20libmp3lame: renaming, rearrangement, alignment, and commentsJustin Ruggles
2012-02-20libmp3lame: use the LAME default bit rateJustin Ruggles
2012-02-20libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsingJustin Ruggles
2012-02-20libmp3lame: cosmetics: remove some pointless commentsJustin Ruggles
2012-02-20libmp3lame: convert some debugging code to av_dlog()Justin Ruggles
2012-02-20libmp3lame: remove outdated comment.Justin Ruggles
2012-02-20libmp3lame: do not set coded_frame->key_frame.Justin Ruggles
2012-02-20libmp3lame: improve error handling in MP3lame_encode_init()Justin Ruggles
2012-02-20libmp3lame: remove unneeded 'stereo' field from Mp3AudioContextJustin Ruggles
2012-01-29libmp3lame: remove dupe assigmentPaul B Mahol
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-12libmp3lame: It appears the buffer used is a bit too small.Michael Niedermayer