100 Commits (e5dcde620d5617fbfdc1e8a699415b742245638f)

Author SHA1 Message Date
Lynne 5f52094f3d
atrac1: convert to lavu/tx 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Vittorio Giovara 0544b7059e atrac1: convert to new channel layout API 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Andreas Rheinhardt 7fd8658347 avcodec/atrac1: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 04101222f2 avcodec/atrac1: Avoid indirection when calling float dsp function 4 years ago
Andreas Rheinhardt b0a29d88c8 avcodec/atrac1: Cleanup generically after init failure 4 years ago
Andreas Rheinhardt e75ccc8123 avcodec/atrac1: Check allocation of AVFloatDSPContext 4 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 0272119202 atrac: Convert to the new bitstream reader 8 years ago
Daniil Cherednik 6662ca28d4 avcodec/atrac1: fix decoder: QMF delay compensation should be 39 samples 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 9018bd1197 avcodec/atrac1: Use avpriv_float_dsp_alloc() 10 years ago
Diego Biurrun 7df9e693a3 cosmetics: Fix ATRAC codec name spelling 11 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Justin Ruggles 0ded61b57a atrac1: decode directly to the user-provided AVFrame 12 years ago
Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer ed017ab945 atrac1: Check block align. 12 years ago
Justin Ruggles a38eadf7ed atrac1: do not keep a copy of channel count in the private context 12 years ago
Justin Ruggles 23d53c5473 atrac1: use planar sample format 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Martin Storsjö 99560a4caa libavcodec: Add ff_ prefix to some nonstatic symbols 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 164fca39bd atrac1: use correct context for av_log() 13 years ago
Justin Ruggles f20dd574f1 atrac1: return appropriate error codes instead of -1 13 years ago
Justin Ruggles 6dc7dd7af4 atrac1: check for ff_mdct_init() failure 13 years ago
Justin Ruggles 21dcecc310 atrac1: use optimized float_interleave() function for stereo interleaving 13 years ago
Justin Ruggles 96b5702efe atrac1: fix a typo 13 years ago
Justin Ruggles bff5b2c1ca atrac1: validate number of channels 13 years ago
Justin Ruggles 9a35ff3841 atrac1: decode mono audio directly to output buffer 13 years ago
Justin Ruggles 33684b9c12 atrac1: check output buffer size before decoding 13 years ago
Laurent Aimar 31ac9b30ae atrac1: give a valid context pointer to av_log(). 13 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Mans Rullgard 4538729afe Move sine windows to a separate file 14 years ago