10091 Commits (523ef55119da8d1d9523446eb4c02ae149fadf3f)

Author SHA1 Message Date
Måns Rullgård 4e36a5b46f Move declarations of some mmx functions to dsputil_mmx.h 16 years ago
Måns Rullgård 5b1b014761 Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16 16 years ago
Måns Rullgård c4d6d318cf Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 16 years ago
Justin Ruggles 5c3b5e3053 Use the output data type to determine the maximum number of samples that can be 16 years ago
Justin Ruggles eb5f3c5434 Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat 16 years ago
Alex Converse dd0e43e4bb Re-add search_for_ms to the coefficients encoders to silence warnings 16 years ago
Vitor Sessak bf8202f352 Formatting K&R fixes 16 years ago
Vitor Sessak 9263a05aab Mark "i" parameter of vector_clipf_sse() as early-clobber 16 years ago
Vitor Sessak d3b60aa685 100l, revision 19728 added a bug that broke twinvq decoding. I forgot to 16 years ago
Vitor Sessak 50e23ae9d3 Mark parameter src of vector_clipf() as const 16 years ago
Vitor Sessak 0a68cd876e SSE optimized vector_clipf(). 10% faster TwinVQ decoding. 16 years ago
Loren Merritt 8fc9376c59 indent 16 years ago
Loren Merritt 2f17f9c10c 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2. 16 years ago
Diego Biurrun ae9253151f whitespace cosmetics 16 years ago
Måns Rullgård 21c6a0258c Remove useless alignment from MpegEncContext.intra_scantable 16 years ago
Christian Schmidt 5dd3707b8d Decoder for LPCM as used in Bluray discs. 16 years ago
Lars Täuber 2fee538a16 Fix comments after switching from CABAC to range coder in r3658. 16 years ago
Sascha Sommer 85fecafe49 add decode_coeffs() 16 years ago
Sascha Sommer f53e96ed41 merge 2-channel M/S stereo decoding code with the multichannel version 16 years ago
Måns Rullgård b97e0d7fa2 4xm: provide 16-byte alignment where required 16 years ago
Måns Rullgård 95d36bdbc3 dsputil: declare some arrays 16-byte aligned 16 years ago
Måns Rullgård 20e7c8ae0a Remove some unnecessary alignment specifiers 16 years ago
Stephen Backway 4a3178b012 Always allocate a buffer of AVPALETTE_SIZE for palette in the 16 years ago
Reimar Döffinger 63a78ef131 100l typo, xsub encoder printed end time hours where minutes should have been. 16 years ago
Reimar Döffinger 64e657fd2c 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 16 years ago
Reimar Döffinger d5a30f86d4 Reindent. 16 years ago
Reimar Döffinger c7d28f4388 Remove now dead code. 16 years ago
Reimar Döffinger b02316146b Apply r19642 also pgssubdec: 16 years ago
Måns Rullgård a13e687034 mdec: remove unused members from struct MDECContext 16 years ago
Måns Rullgård dd36b88b46 Remove explicit init to zero of static inv_zigzag_direct16 16 years ago
Diego Biurrun b979e4a289 whitespace cosmetics 16 years ago
Stephen Backway c58b82a29b Add Bluray Subtitle Support 16 years ago
Måns Rullgård afe08a728a PPC: remove unnecessary alignment on local variables 16 years ago
Vitor Sessak ce78113d5a Cosmetics: add some whitespace around operators 16 years ago
Diego Biurrun deb1b2b699 Add necessary #include for config.h. 16 years ago
Måns Rullgård b662e8395b PPC: simplify loading some values into altivec registers 16 years ago
Diego Biurrun 1feec476aa Add missing header to fix 'make checkheaders'. 16 years ago
Måns Rullgård c7312933ce Include required headers in {mips,ppc}/mathops.h 16 years ago
Måns Rullgård 95f2c769c3 Skip headers requiring external libs not present in checkheaders 16 years ago
Vitor Sessak 7bd4733588 TwinVQ decoder 16 years ago
Loren Merritt 50b1785a57 bring back some randomness in fft-test. (regression in r18070) 16 years ago
Sascha Sommer 31c57185c5 Add some more wmapro decoder hunks 16 years ago
Diego Biurrun 7056883be9 Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. 16 years ago
Reimar Döffinger f2d702e109 Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. 16 years ago
Diego Biurrun da47f0eecb Add missing #includes to pass 'make checkheaders'. 16 years ago
Reimar Döffinger 29d7eef7dc Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle 16 years ago
Måns Rullgård 90d43b52e1 Get rid of large stack array in rd8x8_c() 16 years ago
Måns Rullgård 0314dead4e eval: replace variable-length array with av_malloc/free 16 years ago
Måns Rullgård 8313e17976 flacdec: change variable-length array to fixed length 16 years ago
Måns Rullgård b7904f78c1 AVR32: optimised mathops.h 16 years ago