summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-24lavc/libmp3lame: add comments about CBR/VBR modesTimothy Gu1-2/+2
2013-10-24lavc/libmp3lame: fix alignment and capitalization in AVOptionsTimothy Gu1-2/+2
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-04-02libmp3lame: allow joint stereo to be disabledPaul B Mahol1-1/+3
2013-03-12Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer26-258/+2
2013-03-12Merge commit '6327c10702922eabcb1c6170abd3f03d23ce4c51'Michael Niedermayer3-4/+10
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov28-375/+0
2013-03-08libmp3lame: use the correct remaining buffer size when flushingJustin Ruggles1-1/+1
2013-03-06normalize calls to ff_alloc_packet2James Zern28-32/+28
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer10-10/+10
2013-01-14libmp3lame: Fix assignments in if()Michael Niedermayer1-1/+1
2012-11-27Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer12-84/+95
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles12-83/+93
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-10-18Merge commit '292d1e78743855404c7d07e3e7cb3f9c9ae6275b'Michael Niedermayer4-75/+128
2012-10-17libmp3lame: resize the output buffer if neededJustin Ruggles1-3/+34
2012-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer17-328/+279
2012-10-06libmp3lame: use planar sample formatsJustin Ruggles1-66/+38
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-09-04avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö74-359/+355
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-06-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer7-10/+223
2012-06-10libmp3lame: add missing layout terminatorMichael Niedermayer1-1/+2
2012-05-31libmp3lame: add missing layout terminatorMichael Niedermayer1-1/+2
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer53-1807/+3405
2012-05-14libmp3lame: set supported channel layouts.Anton Khirnov1-5/+3
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22libmp3lame: switch to ff_alloc_packet2().Michael Niedermayer1-2/+1
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer48-499/+1214
2012-03-20libmp3lame: use AVCodec.encode2()Justin Ruggles2-22/+52
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-382/+485
2012-02-20libmp3lame: support float and s32 sample formatsJustin Ruggles1-11/+84
2012-02-20libmp3lame: renaming, rearrangement, alignment, and commentsJustin Ruggles1-35/+51
2012-02-20libmp3lame: use the LAME default bit rateJustin Ruggles1-2/+10
2012-02-20libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsingJustin Ruggles2-57/+8
2012-02-20libmp3lame: cosmetics: remove some pointless commentsJustin Ruggles1-2/+0
2012-02-20libmp3lame: convert some debugging code to av_dlog()Justin Ruggles1-5/+2
2012-02-20libmp3lame: remove outdated comment.Justin Ruggles1-2/+0
2012-02-20libmp3lame: do not set coded_frame->key_frame.Justin Ruggles1-1/+0
2012-02-20libmp3lame: improve error handling in MP3lame_encode_init()Justin Ruggles1-19/+25
2012-02-20libmp3lame: remove unneeded 'stereo' field from Mp3AudioContextJustin Ruggles1-5/+2
2012-01-28libmp3lame: remove dupe assigmentPaul B Mahol1-1/+0
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov4-18/+1
[next]