summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
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-03-12Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer26-258/+2
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov28-375/+0
2013-03-06normalize calls to ff_alloc_packet2James Zern28-32/+28
2012-10-24roqaudioenc: remove dead codeMichael Niedermayer1-1/+1
2012-10-19roqaudioenc: Fix crash with very small roq filesMichael Niedermayer1-0/+2
2012-10-12Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer15-118/+70
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun14-85/+70
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22roqaudioenc: switch to ff_alloc_packet2()Michael Niedermayer1-2/+1
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer48-499/+1214
2012-03-21roqaudioenc: use AVCodec.encode2()Justin Ruggles1-15/+27
2012-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-237/+552
2012-02-25roqaudioenc: return AVERROR codes instead of -1Justin Ruggles1-2/+2
2012-02-25roqaudioenc: set correct bit rateJustin Ruggles1-0/+2
2012-02-25roqaudioenc: use AVCodecContext.frame_size correctly.Justin Ruggles1-26/+65
2012-02-25roqaudioenc: remove unneeded sample_fmt checkJustin Ruggles1-4/+0
2012-02-25check for coded_frame allocation failure in several audio encodersJustin Ruggles7-0/+17
2012-02-25audio encoders: do not set coded_frame->key_frame.Justin Ruggles6-6/+0
2012-01-28roqaudioenc: check return value of avcodec_alloc_frame()Paul B Mahol1-0/+2
2012-01-28roqaudioenc: remove redundant assignmentPaul B Mahol1-1/+0
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer202-2171/+1882
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov191-2109/+1826
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini80-234/+234
2010-07-24Use "const" qualifier for pointers that point to input data ofReimar Döffinger10-25/+25
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-03-08Move ff_sqrt() to libavutil/intmath.hMåns Rullgård9-22/+29
2009-10-18Replace big square-root table by a call to ff_sqrt(). Based on a patchVitor Sessak1-17/+4
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger18-22/+22
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp25-60/+60
2008-12-11Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.Vitor Sessak1-4/+4
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross46-26/+94
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini167-231/+235
2008-05-16consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun1-1/+1
2008-05-15cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini4-11/+11
2008-04-27Add long names to AVCodec declarations.Stefano Sabatini53-10/+78
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng145-288/+296
2007-05-07RoQ audio encoderVitor Sessak4-1/+180