33 Commits (b59e6b5d99a851b4cf54ddfa5e8a666f05f01ed9)

Author SHA1 Message Date
James Almer 3819719099 avcodec/atrac3plus: reorder channels to match the output layout 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 00fd056bb4 atrac3plus: convert to new channel layout API 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 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 285db1d53b avcodec/atrac3plus: Make decoders init-threadsafe 4 years ago
Michael Niedermayer be78999266 avcodec/atrac3plusdec: add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
James Almer 8f2f166c99 avcodec/atrac3p: use float_dsp in ff_atrac3p_power_compensation 7 years ago
Paul B Mahol 280a40dd27 avcodec: add ATRAC Advanced Lossless decoders 8 years ago
Alexandra Hájková edd4c19a78 atrac3plus: Convert to the new bitstream reader 8 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
Janne Grunau 007e27d363 avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer() 10 years ago
Michael Niedermayer 6b6ae7c3ea avcodec/atrac3plusdec: consume only as many bytes as available 10 years ago
Michael Niedermayer 89b3c5215a avcodec/atrac3plusdec: Free mdct contexts at the end 10 years ago
Paul B Mahol 392d975efe avcodec: fix clobbered ff_get_buffer() 10 years ago
Michael Niedermayer 534f901fca avcodec/atrac3plusdec: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer fa8c6c1350 avcodec/atrac3plusdec: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer e61055fd8b avcodec/atrac3plusdec: Use av_mallocz_array() 11 years ago
Jan Ekström 5312818524 atrac3plus: Make initialization dependant on channel count rather than channel map 11 years ago
Maxim Polijakowski e6f0bb6527 ATRAC3+ decoder 11 years ago
Maxim Poliakovski 2e1fb96af3 ATRAC+ decoder 11 years ago