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
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-12-08avcodec/atrac3: Make decoders init-threadsafeAndreas Rheinhardt
2020-12-08avcodec/atrac3: Use symbols tableAndreas Rheinhardt
2020-11-22avcodec/atrac3: increase max block align sizePaul B Mahol
2020-10-27avcodec/atrac3: Use least max_depth for get_vlc2()Andreas Rheinhardt
2020-10-27avcodec/atrac3: Inline constantsAndreas Rheinhardt
2020-10-27avcodec/atrac3: Don't use too big VLC tablesAndreas Rheinhardt
2020-09-18avcodec/atrac3: Avoid indirection when calling float dsp functionAndreas Rheinhardt
2020-09-18avcodec/atrac3: Cleanup generically after init failureAndreas Rheinhardt
2019-11-20avcodec/atrac3: Check for huge block alignsMichael Niedermayer
2019-09-26avcodec/atrac3: Check block_alignMichael Niedermayer
2017-03-30avcodec/atrac3: Check init_get_bits8() for failureMichael Niedermayer
2017-02-11lavc/atrac3: Constify a pointer declaration.Carl Eugen Hoyos
2017-02-11avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol
2017-02-01avcodec/atrac3: Add multichannel joint stereo ATRAC3bnnm
2017-01-20avcodec/atrac3: allow 6 channels (non-joint stereo)bnnm
2016-04-14avcodec/atrac3: pass AVCodecContext to av_log if availablePaul B Mahol
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-03-01Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer
2015-02-28lavc: remove unused traces of fmtconvert usageAnton Khirnov
2014-11-30avcodec/atrac3: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-10-10avcodec/atrac3: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-05-21avcodec/atrac3: Use av_mallocz_array()Michael Niedermayer
2013-10-10atrac3: Better name for imdct window initializationMaxim Poliakovski
2013-10-10atrac3: Remove unused gain compensation tablesMaxim Poliakovski
2013-10-10atrac3: Better name for IMDCT window initializationMaxim Poliakovski
2013-10-10atrac3: Remove unused gain compensation tablesMaxim Poliakovski
2013-10-03atrac3: Generalize gain compensation codeMaxim Poliakovski
2013-10-03Use correct Doxygen syntaxDiego Biurrun
2013-10-03atrac3: Replace a silly counter variable name with plain 'j'Diego Biurrun
2013-10-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-03Merge commit 'be0b4c70ec40d7f9ac8e416a4379d4a387421184'Michael Niedermayer
2013-10-02atrac3: Generalize gain compensation codeMaxim Poliakovski
2013-10-02atrac3/decode_gain_control: cosmeticsMaxim Poliakovski
2013-10-02atrac3: rename num_gain_data to num_pointsMaxim Poliakovski
2013-10-02atrac3: Rename GainInfo to AtracGainInfoMaxim Poliakovski
2013-09-03Merge commit '7df9e693a34c84c698da60426c78140c950f95ed'Michael Niedermayer
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
2013-07-10Merge commit 'bbf6a4aa20bfe3d7869b2218e66063602dfb8aa7'Michael Niedermayer
2013-07-10atrac3: fix error handlingLuca Barbato
2013-07-09atrac3: Error on impossible encoding/channel combinationsLuca Barbato
2013-07-09atrac3: set the getbits context the right buffer_endLuca Barbato