51 Commits (48cf1d878cd2b777a26d3939eef43caac7ced406)

Author SHA1 Message Date
Andreas Rheinhardt 3d284e35c2 avcodec/g723_1: Deduplicate arrays 4 years ago
Michael Niedermayer 504d5804ac avcodec/g723_1: Fix runtime error: signed integer overflow: -1013481472 + -1139123755 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 4ace2d2219 avcodec/g723_1: Fix multiple runtime error: left shift of negative value 8 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Mohamed Naufal f023d57d35 lavc: G.723.1 encoder 9 years ago
Vittorio Giovara 165cc6fb9d g723_1: Move sharable functions to a separate file 9 years ago
Vittorio Giovara aac996cc01 g723_1: Rename files to better reflect their purpose 9 years ago
Michael Niedermayer b74b88f30d g723_1: Handle values at the ends of the table in lsp2lpc() 9 years ago
Ganesh Ajjanagadde 4328e1fc42 avcodec/g723_1: fix a undefined left shift of negative number 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer d35000c2dc avcodec/g723_1: fix writing into input frame data and warning 11 years ago
Michael Niedermayer 1457f3fd90 avcodec/g723_1: add assert to help static code analyzers 11 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer a072acb108 avcodec: fix duplicate includes 11 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
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Justin Ruggles 7e52fd6bca g723.1: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer 6535d81d87 g723_1dec: Fix lsp2lpc() so it can handle values at the ends of the table. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Diego Biurrun 5bac2d0c30 avutil: Move memcpy_backptr() to mem.c 12 years ago
Anton Khirnov 5a9567631a g.723.1: add missing CODEC_CAP_DR1 12 years ago
Michael Niedermayer 34ccb94796 g723_1: remove unneeded cliping 12 years ago
Michael Niedermayer 014b178f84 g723_1: fix overflow in square_root() 12 years ago
Michael Niedermayer 269e6212ee g723_1: add some const for more correctness 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Kostya Shishkov 04fc5c6bde g723_1: add comfort noise generation 12 years ago
Mans Rullgard 0d230e9312 g723.1: simplify scale_vector() 12 years ago
Mans Rullgard a4b8fc3a8a g723.1: simplify normalize_bits() 12 years ago
Michael Niedermayer 603221ebd0 g723_1dec: inline normalize_bits() in scale vector and optimize it. 12 years ago
Michael Niedermayer 20035fa241 g723_1dec: remove dead code that leaked in from libav 12 years ago
Michael Niedermayer 84d29df013 g723_1dec: remove unneeded cliping that leaked in from merge from libav 12 years ago
Michael Niedermayer a9040a1167 g723_1dec: avoid memcpy 12 years ago
Mans Rullgard 69665bd6f4 g723.1: do not pass large structs by value 12 years ago
Mans Rullgard 138914dcd8 g723.1: do not bounce intermediate values via memory 12 years ago
Mans Rullgard cbcf1b411f g723.1: declare a variable in the block it is used 12 years ago
Mans Rullgard 35b533e4de g723.1: avoid saving/restoring excitation 12 years ago
Mans Rullgard 4b728b4712 g723.1: avoid unnecessary memcpy() in residual_interp() 12 years ago
Mans Rullgard f645710cf3 g723.1: make postfilter write directly to output buffer 12 years ago
Mans Rullgard 1953264331 g723.1: drop unnecessary variable buf_ptr in formant_postfilter() 12 years ago
Mans Rullgard b2af2c4bee g723.1: make scale_vector() output to a separate buffer 12 years ago
Mans Rullgard 783da0d696 g723.1: make autocorr_max() work on an arbitrary buffer 12 years ago
Mans Rullgard 3716105103 g723.1: do not needlessly use int64_t 12 years ago
Mans Rullgard 47c73a73b0 g723.1: use saturating addition functions 12 years ago
Mans Rullgard 4aca716a53 g723.1: optimise scale_vector() 12 years ago
Mans Rullgard 1eb1f6f281 g723.1: remove useless uses of MUL64() 12 years ago