195 Commits (13129f1af4340944291e0e291cb38d1c1ea3aad2)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
Anton Khirnov 8b20d0dcb5 lavc: deprecate AV_CODEC_CAP_SUBFRAMES 2 years ago
Lynne b59e6b5d99
atrac3: 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 2d764069be avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element 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 70da5ce478 atrac3: 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 11fd96c1dc avcodec/atrac3: Make decoders init-threadsafe 4 years ago
Andreas Rheinhardt 5d503c91f3 avcodec/atrac3: Use symbols table 4 years ago
Paul B Mahol d29a9b8891 avcodec/atrac3: increase max block align size 4 years ago
Andreas Rheinhardt 38afc6858c avcodec/atrac3: Use least max_depth for get_vlc2() 4 years ago
Andreas Rheinhardt 2d4f878626 avcodec/atrac3: Inline constants 4 years ago
Andreas Rheinhardt e4eeb851fd avcodec/atrac3: Don't use too big VLC tables 4 years ago
Andreas Rheinhardt 0b7474a591 avcodec/atrac3: Avoid indirection when calling float dsp function 4 years ago
Andreas Rheinhardt f9ff4b252f avcodec/atrac3: Cleanup generically after init failure 4 years ago
Michael Niedermayer f09151fff9 avcodec/atrac3: Check for huge block aligns 5 years ago
Michael Niedermayer 2acbbe2623 avcodec/atrac3: Check block_align 5 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Michael Niedermayer e976e68fc5 avcodec/atrac3: Check init_get_bits8() for failure 8 years ago
Carl Eugen Hoyos b47582f43a lavc/atrac3: Constify a pointer declaration. 8 years ago
Paul B Mahol 280a40dd27 avcodec: add ATRAC Advanced Lossless decoders 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
bnnm c61b28e042 avcodec/atrac3: Add multichannel joint stereo ATRAC3 8 years ago
bnnm cab0f3abc5 avcodec/atrac3: allow 6 channels (non-joint stereo) 8 years ago
Alexandra Hájková 0272119202 atrac: Convert to the new bitstream reader 8 years ago
Paul B Mahol c9fb81ff41 avcodec/atrac3: pass AVCodecContext to av_log if available 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 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
Anton Khirnov ee964145b5 lavc: remove unused traces of fmtconvert usage 10 years ago
Michael Niedermayer 93f959b672 avcodec/atrac3: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer ea77d3b889 avcodec/atrac3: use av_freep(), do not leave stale pointers in memory 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer 606a49d2e6 avcodec/atrac3: Use av_mallocz_array() 11 years ago
Maxim Poliakovski 2d52834910 atrac3: Better name for imdct window initialization 11 years ago
Maxim Poliakovski 4fb8de08e1 atrac3: Remove unused gain compensation tables 11 years ago
Maxim Poliakovski ed796fba76 atrac3: Better name for IMDCT window initialization 11 years ago
Maxim Poliakovski be76415047 atrac3: Remove unused gain compensation tables 11 years ago
Maxim Poliakovski 79cbac8cd4 atrac3: Generalize gain compensation code 11 years ago
Diego Biurrun 5ce04c14dd Use correct Doxygen syntax 11 years ago
Diego Biurrun be0b4c70ec atrac3: Replace a silly counter variable name with plain 'j' 11 years ago