141 Commits (5ff6e8790a2c001103e39e3ccbdc09c5aafcd229)

Author SHA1 Message Date
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
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
Justin Ruggles 1c7a016153 imc: set channels to 1 instead of validating it 12 years ago
Justin Ruggles 3fca0d7210 iac/imc: use planar sample format 12 years ago
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Diego Biurrun 6f6b0311a3 avcodec: Drop some silly commented-out av_log() invocations 12 years ago
Michael Niedermayer 363d302ea3 imc: use exp2 instead of pow(2,...) 12 years ago
Mans Rullgard d752509b74 Use log2(x) instead of log(x) / log(2) 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Mans Rullgard b40ea0f41d imc: remove unused field IMCContext.one_div_log2 12 years ago
Mans Rullgard bc90230b98 imc: fix size of a memset() 12 years ago
Mans Rullgard 2b6804328e imc: remove empty if() block 12 years ago
Paul B Mahol 137e80817d lavc: build some codecs only if they are actually enabled 13 years ago
Kostya Shishkov cac4760bf4 iac: generate codec tables as they are supposed to be 13 years ago
Kostya Shishkov c6061443f7 Indeo Audio decoder 13 years ago
Kostya Shishkov 34271cabac imc: make IMDCT support stereo output 13 years ago
Kostya Shishkov c45e2da617 imc: move channel-specific data into separate context 13 years ago