106 Commits (6aad1204ccea90113d19a8b829c8b81891f9474e)

Author SHA1 Message Date
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 a96c94bbd8 mpc8: convert to new channel layout API 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Hendrik Leppkes 494f868e93 avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels 4 years ago
Andreas Rheinhardt a2a8da6dfb avcodec/mpc8: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt 83ff99adc4 avcodec/mpc8: Avoid code duplication when initializing VLCs 4 years ago
Andreas Rheinhardt 6c8e85c660 avcodec/mpc8: Reduce the size of some VLCs 4 years ago
Andreas Rheinhardt e55ade2c01 avcodec/mpc8: Reduce the size of the length tables to initialize VLCs 4 years ago
Andreas Rheinhardt c9d779a3db avcodec/mpc8: Apply offsets when initializing VLCs 4 years ago
Andreas Rheinhardt 906911f599 avcodec/mpc8: 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 1c430f6045 avcodec/mpc8: Unobfuscate sign-extension 4 years ago
Michael Niedermayer e8bb949ade avcodec/mpc8: Fix 32bit mask/enum 5 years ago
Michael Niedermayer 1dbb67d39b avcodec/mpc8: Fixes invalid shift in mpc8_decode_frame() 5 years ago
Paul B Mahol e30a37e95e avcodec/mpc8: get frame output buffer right before it is actually needed 7 years ago
Paul B Mahol cc40228255 avcodec/mpc8: check for overread earlier and abort decoding frame 7 years ago
Paul B Mahol 91bb871376 avcodec/mpc8: check for overread first 7 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 207fa224a0 avcodec/mpc8: use init_get_bits8() 8 years ago
Alexandra Hájková 6668bc80b5 mpc: Convert to the new bitstream reader 8 years ago
Michael Niedermayer b21f674876 avcodec/mpc8: Correct end truncation 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Diego Biurrun 88b240646f build: Drop stray mpc8 decoder dependency on dsputil 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> 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
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
Diego Biurrun 717addecad Use proper return values in case of missing features 12 years ago
Justin Ruggles 1a3459033d mpc7/8: use planar sample format 12 years ago
Kostya Shishkov 8f2aa89a5d mpc8: do not leave padding after last frame in buffer for the next decode call 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Justin Ruggles fdbeae4490 mpc8: add a flush function 12 years ago
Michael Niedermayer e15e5328a7 mpc8: Initialize AVFrame properly 12 years ago
Carl Eugen Hoyos bb32124577 Fix maxband limit when decoding mpc8. 13 years ago
Kostya Shishkov b56825c40e mpc8: fix maximum bands handling 13 years ago
Michael Niedermayer 44c10168cf mpc8: fix channel checks 13 years ago
Michael Niedermayer 9c99bc433e mpc8: print error messages on maxband(s) errors 13 years ago
Michael Niedermayer 88ee2aa5ad mpc8: make maxband check less picky. 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ö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago