201 Commits (1f1abb27f18171546c87de71222967f2c30e62da)

Author SHA1 Message Date
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 3 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 b6c62cda7d ra288: convert to new channel layout API 3 years ago
Andreas Rheinhardt 53c077d5ad avcodec/ra288: Mark decoder as init-threadsafe 4 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
Hendrik Leppkes 494f868e93 avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels 4 years ago
Andreas Rheinhardt d3737bde63 avcodec/ra288: Avoid indirection when calling float dsp function 4 years ago
Michael Niedermayer b6abdb1faf avcodec/ra288: Check block_align for the assumed value 5 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková c60cda7cb4 ra288: Convert to the new bitstream reader 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer 194dd15558 avcodec/ira288: Check init_get_bits8() for failure 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 2336c76d5a avcodec/ra288: Use avpriv_float_dsp_alloc() 10 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 4a2ef39442 cosmetics: Add '0' to float constants ending in '.'. 12 years ago
Michael Niedermayer df6acc81a8 avcodec/ra288: use init_get_bits8() 12 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
Justin Ruggles 79fb2a1f17 ra288: decode directly to the user-provided AVFrame 12 years ago
Diego Biurrun 8658e1c682 mss4, ra288: Remove unused DSPContext local codec context members 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer 5c392bac9a ra288: Check block align. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles 4e13e50432 ra288dec: set channel layout 12 years ago
Michael Niedermayer f5581266f7 ra288: assert order to be withinn supported range in do_hybrid_window() 12 years ago
Diego Biurrun dafcbfe443 celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Kieran Kunhya 5ff01259a8 Convert vector_fmul range of functions to YASM and add AVX versions 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 9cb70ce34b ra288: fix formatting of LOCAL_ALIGNED_16 13 years ago
Michael Niedermayer 11e155c219 ra288: try to fix 10l typo that breaks compile on some platforms 13 years ago
Justin Ruggles 2467d8d9ea ra288: return error if input buffer is too small 13 years ago
Justin Ruggles 0131e70af5 ra288: utilize DSPContext.vector_fmul() 13 years ago