113 Commits (0895ef0d6d6406ee6cd158fc4d47d80f201b8e9c)

Author SHA1 Message Date
Andreas Rheinhardt 886fbec82f avcodec/mpc7: Avoid superfluous VLC structures 1 year ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year 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
Anton Khirnov edd7be9383 mpc7: convert to new channel layout API 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Andreas Rheinhardt 3dee5fa19e avcodec/mpc7: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt dc7b3c79c3 avcodec/mpc7: Avoid offsets table when creating VLCs 4 years ago
Andreas Rheinhardt 355bce51f7 avcodec/mpc7: Apply offsets when creating VLCs 4 years ago
Andreas Rheinhardt 354ba64f40 avcodec/mpc7: Reduce size of tables used to initialize VLCs 4 years ago
Andreas Rheinhardt 16bb8247b4 avcodec/mpegaudiodsp: Make initializing synth windows thread-safe 4 years ago
Andreas Rheinhardt 158f7df5e6 avcodec/mpc7, mpc7data: Avoid gaps in array 4 years ago
Andreas Rheinhardt bec4e15859 avcodec/mpc7, mpc7data: Make overlong arrays smaller 4 years ago
Andreas Rheinhardt 1e40dc920a avcodec/mpc7: Don't pretend initializing static VLC tables can fail 4 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Paul B Mahol f09afb4a90 avcodec/mpc7: use init_get_bits8() 8 years ago
Paul B Mahol 6a6e20bfdf avcodec/mpc7: return meaningful error values 8 years ago
Alexandra Hájková 6668bc80b5 mpc: Convert to the new bitstream reader 8 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 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
Justin Ruggles 3a23752c5a mpc7/8: decode directly to the user-provided AVFrame 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles 1a3459033d mpc7/8: use planar sample format 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol 9c1619b5fe mpc7: remove duplicated definitions 12 years ago
Michael Niedermayer 5938b4d398 mpc7: Initialize AVFrame properly 12 years ago
Michael Niedermayer e95233789c mpc7: fix handling of last frame 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Ronald S. Bultje d7eabd5042 mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 13 years ago
Michael Niedermayer 8e9a0a3568 mpc7: check subband index 13 years ago
Ronald S. Bultje c0994e39d7 mpc7: assign an error level + context to av_log() msg. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Justin Ruggles 83ce51cc7d mpc7: use av_fast_padded_malloc() 13 years ago
Justin Ruggles b5b825c381 mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes 13 years ago
Justin Ruggles 3c4add27f7 mpc7: check for allocation failure 13 years ago
Justin Ruggles eac31dd163 mpc7: align local temp buffer 13 years ago