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
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-08-23avcodec/mpegaudiodec_template: use unsigned shift in handle_crc()Michael Niedermayer
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15mpegaudio: convert to new channel layout APIAnton Khirnov
2021-10-02avcodec/mpegaudiodec_template: Remove unused variableAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-12-08avcodec/mpegaudio_tablegen: Make exponential LUT sharedAndreas Rheinhardt
2020-12-08avcodec/mpegaudiodec: Hardcode tables to save spaceAndreas Rheinhardt
2020-12-08avcodec/mpegaudiodec: Share fixed and floating point data and init codeAndreas Rheinhardt
2020-12-08avcodec/mpegaudiodec_template: Apply shift during initAndreas Rheinhardt
2020-12-08avcodec/mpegaudiodec: Make decoders init-threadsafeAndreas Rheinhardt
2020-12-08avcodec/mpegaudiodec: Combine tables used to initialize VLCsAndreas Rheinhardt
2020-12-08avcodec/mpegaudiodec: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt
2020-12-08avcodec/mpegaudiotab: Avoid unused entry in tableAndreas Rheinhardt
2020-12-08avcodec/mpegaudiodec_template: Avoid VLC size tablesAndreas Rheinhardt
2020-11-24avcodec/mpegaudiodec_template: Don't use unnecessarily many VLC bitsAndreas Rheinhardt
2020-11-24avcodec/mpegaudiodsp: Make initializing synth windows thread-safeAndreas Rheinhardt
2020-09-19avcodec/mpegaudiodec*: Cleanup generically on init failureAndreas Rheinhardt
2020-09-19avcodec/mpegaudiodec_float: Avoid indirection with float dsp functionAndreas Rheinhardt
2020-09-19avcodec/mpegaudiodec_template: Check return value of subdecoderAndreas Rheinhardt
2020-08-06avcodec/mpegaudiodec_template: Fix some whitespace issuesMichael Niedermayer
2020-08-04avcodec/mpegaudiodec_template: Check CRCs for layer1 and layer2Michael Niedermayer
2020-08-03avcodec/mpegaudiodec_template: disable CRC checking for layers 1 and 2James Almer
2020-08-03Revert "mpegaudiodec_template: disable CRC checking for layers 1 and 2"James Almer
2020-08-02mpegaudiodec_template: disable CRC checking for layers 1 and 2Lynne
2020-05-26mpegaudiodec_template: add ability to check CRCLynne
2019-09-27avcodec: use avpriv_mpeg4audio_get_config2()James Almer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-24Merge commit '255526998501f0040ae43fe4848c817a97fc578a'Clément Bœsch
2017-03-21avcodec/mpegaudiodec_template: Fix 2 runtime error: signed integer overflowMichael Niedermayer
2017-03-15avcodec/mpegaudiodec_template: Make l3_unscale() work with e=0Michael Niedermayer
2017-03-09avcodec/mpegaudiodec_template: Check for negative eMichael Niedermayer
2017-03-03avcodec/mpegaudiodec_template: Fix runtime error: signed integer overflow: 20...Michael Niedermayer
2017-02-25avcodec/mpegaudiodec_template: Correct return code on id3 tag discardingMichael Niedermayer
2017-02-23avcodec/mpegaudiodec_template: Fix multiple runtime error: signed integer ove...Michael Niedermayer
2017-02-20avcodec/mpegaudiodec: Eliminate many undefined operationsMichael Niedermayer
2017-02-17mpegaudiodec_template: fix leaking fdsp for mp3on4floatAndreas Cadhalpun
2016-10-27mpegaudio: Do not print value of uninitialized variableDiego Biurrun
2016-06-26Merge commit '74b1bf632f125a795e66e5fd0a060b9c7c55b7a3'Hendrik Leppkes
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-23mp3: Make the extrasize explicitLuca Barbato
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-03-29fix some a/an typosLou Logan
2016-01-11lavc: Add get_bitsz()Andreas Cadhalpun
2016-01-03get_bits: add get_bitsz for reading 0-25 bitsAndreas Cadhalpun
2016-01-01Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c'Hendrik Leppkes
2015-12-12mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov
2015-12-04mips: rename mipsdspr1 to mipsdspVicente Olivert Riera
2015-09-30avcodec/mp3: fix skipping zeroswm4