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-01-10Do not allow arbitrary packet size in aac decoder.Carl Eugen Hoyos
2012-12-30aacdec: make dual mono mode selectable through AVOptions too.Michael Niedermayer
2012-12-30aacdec: simplify dmonoMichael Niedermayer
2012-12-30aacdec: fix dual monoMichael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-27Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-11-26Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa'Michael Niedermayer
2012-11-26aacdec: fix signed overflows in lcg_random()Mans Rullgard
2012-11-26aacdec: use float planar sample format for outputJustin Ruggles
2012-11-10aacdec: fix temporary array sizeMichael Niedermayer
2012-10-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-31aacdec: Drop some unused function argumentsDiego Biurrun
2012-10-25aacdec: reorder multiuplications to make code safer against too large input v...Michael Niedermayer
2012-10-23Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-10-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-09-28aacdec: detect faac and skip correct amount of startup samplesMichael Niedermayer
2012-09-15aacdec: add support for dual mono in Japanese DTVAkihiro Tsukada
2012-09-11aacdec/lcg_random: fix harmless integer overflowMichael Niedermayer
2012-09-10aacdec.c: fix some commentsReinhard Nissl
2012-08-30aacdec: fix priming/skip for AAC HE/HE2Michael Niedermayer
2012-08-30aacdec: pass AVPacket to aac_decode_frame_int()Michael Niedermayer
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-24aac: Mention abbreviation as well in long_nameDiego Biurrun
2012-07-08aacdec: correct "audio config changed" warning messageMichael Niedermayer
2012-07-08latm: fix initialization on some streams when no extradata is availableHendrik Leppkes
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-01aacdec: remove dead assignmentMans Rullgard
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan
2012-06-21aac: move sample_fmt selection before decoder configuration.Hendrik Leppkes
2012-06-20aacdec: Fix popping channel layouts.Alex Converse
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...Alex Converse
2012-05-26aacdec: fix "may be used uninitialized" warningMichael Niedermayer
2012-05-21flvdec: reenable extradata passing codeMichael Niedermayer
2012-05-21aac: fix SCE in stereo case, this is surprisingly actually neededMichael Niedermayer
2012-05-21aacdec: print debug note when unexpected SCE/CPE is encounteredMichael Niedermayer