16292 Commits (239fdf1b4a3dd9decad157d4694837cffa917021)

Author SHA1 Message Date
Kostya Shishkov 15358ade15 mss1: validate number of changeable palette entries 13 years ago
Kostya Shishkov 8f5d573a83 mss1: report palette changed when some additional colours were decoded 13 years ago
Christophe Gisquet a5bfa66df5 x86: fft: replace call to memcpy by a loop 13 years ago
Ronald S. Bultje fa84506177 dxva2: include dxva.h if found 13 years ago
Hendrik Leppkes ea1c5011b3 dxva2_h264: fix signaling of mbaff frames 13 years ago
Mans Rullgard 0595334892 x86: fft: elf64: fix PIC build 13 years ago
Mans Rullgard 8725da49a2 x86: fft: win64: fix stack alignment for memcpy() call 13 years ago
Mans Rullgard 8299260470 x86: fft: convert sse inline asm to yasm 13 years ago
Ronald S. Bultje 8123e0901f x86: place some inline asm under #if HAVE_INLINE_ASM 13 years ago
Mans Rullgard 0b6f973635 h264: use asm cabac reader under a generic condition 13 years ago
Diego Biurrun fe07c9c6b5 x86: Only use optimizations with cmov if the CPU supports the instruction 13 years ago
Mans Rullgard 29686d6ea3 x86: remove unused inline asm macros from dsputil_mmx.h 13 years ago
Mans Rullgard 685f5438bb x86: move some inline asm macros to the only places they are used 13 years ago
Anton Khirnov 9ee3334840 libspeexenc: add supported sample rates and channel layouts. 13 years ago
Hendrik Leppkes f6b4624fcf utvideo: mark interlaced frames as such 13 years ago
Carl Eugen Hoyos 8875333707 utvideo: Fix interlaced prediction for RGB utvideo. 13 years ago
Diego Biurrun a5a93fa8f5 cosmetics: do not use full path for local headers 13 years ago
Janne Grunau 1d01fee980 fix hardcoded tables compililation caused by missing math constants 13 years ago
Ronald S. Bultje 89ffd189ef twinvq: give massive struct a name. 13 years ago
Anton Khirnov a50b756280 lavc: remove stats_in from AVCodecContext options table. 13 years ago
Kostya Shishkov 005c80b645 MS Screen 1 decoder 13 years ago
Alex Converse 43886eaebc aacdec: Fix popping channel layouts. 13 years ago
Mans Rullgard 980f81d961 Use av_gettime() in various places 13 years ago
Mans Rullgard db7d8fb4ef dct-test: use emms_c() from libavutil instead of duplicating it 13 years ago
Diego Biurrun 4cc2920dd2 flvdec: remove incomplete, disabled seeking code 13 years ago
Simon A. Eugster 7146177d18 lavc: Extend the documentation for avcodec_init_packet 13 years ago
Justin Ruggles cb5042d02c float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil 13 years ago
Martin Storsjö 3641b0489c Add support for iLBC decoding/encoding via the external library libilbc 13 years ago
Ronald S. Bultje db28b01dcf dirac: replace compound literal with normal initialiser 13 years ago
Mans Rullgard 9fcda25e35 vorbisdec: replace div/mod in loop with a counter 13 years ago
Ronald S. Bultje d9669eab0b dwt: remove variable-length arrays 13 years ago
Diego Biurrun d246c18ea6 Avoid C99 variable declarations within for statements. 13 years ago
Diego Biurrun af10feadc2 ppc: Rename H.264 optimization template file for consistency. 13 years ago
Justin Ruggles 4795362660 golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls() 13 years ago
Michael Niedermayer bcbb30e2a0 libmp3lame: add missing layout terminator 13 years ago
Mans Rullgard 30f515091c h264: allow cropping to AVCodecContext.width/height 13 years ago
Kostya Shishkov cac4760bf4 iac: generate codec tables as they are supposed to be 13 years ago
Kostya Shishkov e1a3fa5d3a indeo4: handle frame type 1 properly 13 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Justin Ruggles 98db4e2a4e PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil 13 years ago
Justin Ruggles 94d2b0d2fd ARM: Move asm.S from libavcodec to libavutil 13 years ago
Mans Rullgard bc92214e27 vc1dsp: mark put/avg_vc1_mspel_mc() always_inline 13 years ago
Alex Converse ecf79c4d3e vorbis: Validate that the floor 1 X values contain no duplicates. 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
Kostya Shishkov b56825c40e mpc8: fix maximum bands handling 13 years ago
Alex Converse 79c8e29a7e aacdec: Turn PS off when switching to stereo and turn it to implicit when switching to mono. 13 years ago
Kostya Shishkov 96fadfb158 bmv: add stricter checks for invalid decoded length 13 years ago
Anton Khirnov cf3a1948e9 avpacket: fix duplicating side data. 13 years ago