165 Commits (0c7af7b95484167c89ec0cb1bd6a862ecaf70e36)

Author SHA1 Message Date
Lynne e6afa61be9
imc: convert to lavu/tx, remove NIH iMDCT and replace with a standard one 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 8f99a72878 avcodec/imc: Remove unused-but-set variable 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
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov 2c15e1975a imc: convert to new channel layout API 3 years ago
Andreas Rheinhardt 01d158d1c8 all: Remove unused-but-set variables 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 0e645b98c6 Remove double ';' 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 33aaf86192 avcodec/imc: Make imc/iac decoders init-threadsafe 4 years ago
Andreas Rheinhardt c055d8f026 avcodec/imc: Avoid offsets table when creating VLCs 4 years ago
Andreas Rheinhardt 200e8e80aa avcodec/imc: Make Huffman tables smaller 4 years ago
Andreas Rheinhardt 51eda4c394 avcodec/imc: Inline constants 4 years ago
Andreas Rheinhardt ab4876163b avcodec/imc: Avoid indirection when calling float dsp function 4 years ago
Michael Niedermayer 052ad4d255 avcodec/imc: Provide non NULL context to av_log() 6 years ago
Kostya Shishkov 06a66e7d94 avcodec/imc: cast float to int prior to comparing with int variable 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
Alexandra Hájková f5b7bd2a7c imc: Convert to the new bitstream reader 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Ganesh Ajjanagadde db1a642cd2 all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Ganesh Ajjanagadde 26ac80d235 lavc/imc: replace pow(10,x) by ff_exp10(x) 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
Andreas Cadhalpun 75fd5ce4c1 imc: use correct position for flcoeffs2 calculation 9 years ago
Andreas Cadhalpun 1410eeb6ea imc: Use correct position for flcoeffs2 calculation 9 years ago
Janne Grunau 210921722b imc: add required padding for GetBitContext buffer 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 3ba1050292 avcodec/imc: dont read bits beyond the end 10 years ago
Michael Niedermayer cbf09545f2 avcodec/imc: only check remaining bits in case bits will be read 10 years ago
Christophe Gisquet 291747581e imc: make issue non-fatal 10 years ago
Michael Niedermayer 21ded9ce67 avcodec/imc: Use avpriv_float_dsp_alloc() 10 years ago
Vittorio Giovara 1ac5a29b2e imc: fix order of operations in coefficients read 10 years ago
Michael Niedermayer 7444cf9a9c avcodec/imc: Fix bitstream buffer padding 10 years ago
Christophe Gisquet 4728cdd880 imc: reject files with unfathomable sampling rates 10 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
Michael Niedermayer 3e0c78bac6 avcodec/imc: Check flcoeffs5 11 years ago
Kostya Shishkov 4eb4bb3a02 imc: support mode 1 11 years ago