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-02-13Merge commit 'e3db34291f4401a16f6ac92721617a9f33cd4c31'Michael Niedermayer6-49/+43
2013-02-12adxenc: alloc/free coded_frame instead of keeping it in the ADXContextJustin Ruggles2-3/+13
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-03-24adxenc: fix error in merging from qatarPaul B Mahol1-3/+2
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22adxenc: switch to ff_alloc_packet2()Michael Niedermayer1-2/+1
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer48-499/+1214
2012-03-21adxenc: use AVCodec.encode2()Justin Ruggles1-16/+20
2012-03-21adxenc: Use the AVFrame in ADXContext for coded_frameJustin Ruggles1-8/+2
2012-01-28adxenc: check return value of avcodec_alloc_frame()Paul B Mahol1-0/+2
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer40-942/+964
2012-01-03adxenc: check output buffer size before writingJustin Ruggles1-2/+14
2012-01-03adxenc: use bytestream functions for header writing.Justin Ruggles1-11/+20
2012-01-03adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macrosJustin Ruggles1-5/+5
2012-01-03adxenc: use a loop to encode each channelJustin Ruggles1-7/+4
2012-01-03adxenc: remove unneeded loopsJustin Ruggles1-9/+0
2012-01-03adxenc: avoid stereo deinterleavingJustin Ruggles1-15/+7
2012-01-03adxenc: remove unnecessary setting of coded_frame->key_frame.Justin Ruggles1-1/+0
2012-01-03adxenc: log an error message and return AVERROR(EINVAL) for invalid channelsJustin Ruggles1-2/+4
2012-01-03adxenc: cosmetics: pretty-printingJustin Ruggles1-41/+46
2012-01-03adxenc: change some data typesJustin Ruggles1-6/+6
2012-01-03adxenc: remove unneeded log messageJustin Ruggles1-2/+0
2012-01-03adxenc: remove unneeded commentsJustin Ruggles1-38/+2
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-182/+494
2011-11-26adx: simplify encoding by using put_sbits()Justin Ruggles1-3/+6
2011-11-26adx: calculate correct LPC coeffsJustin Ruggles5-14/+70
2011-11-26adx: use 12-bit coefficients instead of 14-bit to avoid integer overflowJustin Ruggles3-5/+5
2011-11-26adx: rename struct PREV to ADXChannelStateJustin Ruggles3-5/+8
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun8-13/+17
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-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger18-22/+22
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun14-15/+15
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-26Fix filenames in Doxygen comments.Diego Biurrun15-15/+15
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun82-3/+91
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
[next]