32788 Commits (4c25269cedd042abcb823c42d33609564861c374)
 

Author SHA1 Message Date
Ronald S. Bultje 4c25269ced png: convert to bytestream2 API. 13 years ago
Kostya Shishkov 681e726865 dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2 13 years ago
Ronald S. Bultje 83f15a1228 avs: fix infinite loop on end-of-stream. 13 years ago
Alex Converse fd0be63049 tiffdec: Prevent illegal memory access caused by recycled pointers. 13 years ago
Martin Storsjö 94f1b11a6f rtpenc: Fix the AVRational used for av_rescale_q_rnd 13 years ago
Ronald S. Bultje b4bccf3e4e wma: fix off-by-one in array bounds check. 13 years ago
Reimar Döffinger 6eda85e15b sbrdsp.asm: convert all instructions to float/SSE ones. 13 years ago
Ronald S. Bultje 3416d0805e dv: cosmetics. 13 years ago
Ronald S. Bultje e97efecec8 dv: check buffer size before reading profile. 13 years ago
Ronald S. Bultje 6e2821160b Revert "AAC SBR: group some writes." 13 years ago
Martin Storsjö a887c87c23 udp: Print an error message if bind fails 13 years ago
Ronald S. Bultje 37cc8600d0 cook: extend channel uncoupling tables so the full bit range is covered. 13 years ago
Ronald S. Bultje 84a020efc3 roqvideo: cosmetics. 13 years ago
Ronald S. Bultje cdf1577162 roqvideo: convert to bytestream2 API. 13 years ago
Ronald S. Bultje 93b53ffb1a dca: don't use av_clip_uintp2(). 13 years ago
Ronald S. Bultje 626964a4c4 wmall: fix build with -DDEBUG enabled. 13 years ago
Ronald S. Bultje 8febcb9fc1 smc: port to bytestream2 API. 13 years ago
Christophe Gisquet ba36f14e5d AAC SBR: group some writes. 13 years ago
Christophe GISQUET 7e1ce6a6ac dsputil: remove shift parameter from scalarproduct_int16 13 years ago
Christophe GISQUET dabf8dd34a SBR DSP: unroll sum_square 13 years ago
Christophe GISQUET 294c05ce8a rv34: remove dead code in intra availability check 13 years ago
Christophe GISQUET 7104c23bd1 rv34: clean a bit availability checks. 13 years ago
Luca Barbato af49e1766b v4l2: update documentation 13 years ago
Ronald S. Bultje 1255eed533 tgq: convert to bytestream2 API. 13 years ago
Paul B Mahol aed9da20af parser: remove forward declaration of MpegEncContext 13 years ago
Ronald S. Bultje e6ffd997cb dca: prevent accessing static arrays with invalid indexes. 13 years ago
Ronald S. Bultje cc5dd632ce raw: move buffer size check up. 13 years ago
Ronald S. Bultje f1320dc3be lpcm: fix sample size calculation for 20bit LCPM. 13 years ago
Ronald S. Bultje 9487fb4dea swscale: clip unscaled output intermediates. 13 years ago
Ronald S. Bultje a93b572ae4 smacker: error out if palette copy-with-offset overruns palette size. 13 years ago
Ronald S. Bultje a55d5bdc6e algmm: convert to bytestream2 API. 13 years ago
Diego Biurrun 8ca6e523a6 wma: Refactor common code to fix standalone compilation of WMA lossless decoder. 13 years ago
Diego Biurrun 3c715383ea vc1: Move init code shared between decoder and parser to common code file. 13 years ago
Diego Biurrun 1e9d55e45e x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c. 13 years ago
Carl Eugen Hoyos a294a7a1b3 mov: Allow last chunk to have an arbitrary number of samples. 13 years ago
Reimar Döffinger b5161908e0 SBR DSP: fix SSE code to not use SSE2 instructions. 13 years ago
Ronald S. Bultje a9c5b6f602 cpu: initialize mask to -1, so that by default, optimizations are used. 13 years ago
Ronald S. Bultje 6193ff6854 error_resilience: initialize s->block_index[]. 13 years ago
Ronald S. Bultje 11b940a1a8 svq3: protect against negative quantizers. 13 years ago
Ronald S. Bultje c23acbaed4 Don't use ff_cropTbl[] for IDCT. 13 years ago
Ronald S. Bultje 2254b559cb swscale: make filterPos 32bit. 13 years ago
Anton Khirnov 018f39ef49 FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option. 13 years ago
Anton Khirnov 4138cd2907 avconv: add -cpuflags option for setting supported cpuflags. 13 years ago
Anton Khirnov 4d851f8dcf cpu: add av_set_cpu_flags_mask(). 13 years ago
Martin Storsjö 338978a7c1 libx264: Allow overriding the sliced threads option 13 years ago
Anton Khirnov 39da3b223f avconv: fix counting encoded video size. 13 years ago
Reimar Döffinger 632eb1bbae cdxl demux: do not create packets with uninitialized data at EOF. 13 years ago
Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
Alex Converse b70feb4053 amrnb/amrwb: Remove get_bits usage. 13 years ago
Justin Ruggles 94cf64b81f cosmetics: reindent 13 years ago