153 Commits (d15f65c4699de54eafc3b9a8f145cad978666520)

Author SHA1 Message Date
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 8 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 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
Andreas Cadhalpun 75fd5ce4c1 imc: use correct position for flcoeffs2 calculation 10 years ago
Andreas Cadhalpun 1410eeb6ea imc: Use correct position for flcoeffs2 calculation 10 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 11 years ago
Christophe Gisquet 4728cdd880 imc: reject files with unfathomable sampling rates 11 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 12 years ago
Luca Barbato 87fb18c3e4 imc: Catch a division by zero 12 years ago
Luca Barbato bbf6a4aa20 imc: Catch a division by zero 12 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 9b28e58357 imc/iac: decode directly to the user-provided AVFrame 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Ronald S. Bultje 5959bfaca3 floatdsp: move butterflies_float from dsputil to avfloatdsp. 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer b5b9686615 imc: flush decoder 12 years ago
Michael Niedermayer 2f74f8d7dc imc: sanity check scalefactors. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago