10380 Commits (b1ade3d1821a29174963b28cd0caa5f7ed394998)

Author SHA1 Message Date
Loren Merritt 8fc9376c59 indent 15 years ago
Loren Merritt 2f17f9c10c 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2. 15 years ago
Diego Biurrun ae9253151f whitespace cosmetics 15 years ago
Måns Rullgård 21c6a0258c Remove useless alignment from MpegEncContext.intra_scantable 15 years ago
Christian Schmidt 5dd3707b8d Decoder for LPCM as used in Bluray discs. 15 years ago
Lars Täuber 2fee538a16 Fix comments after switching from CABAC to range coder in r3658. 15 years ago
Sascha Sommer 85fecafe49 add decode_coeffs() 15 years ago
Sascha Sommer f53e96ed41 merge 2-channel M/S stereo decoding code with the multichannel version 15 years ago
Måns Rullgård b97e0d7fa2 4xm: provide 16-byte alignment where required 15 years ago
Måns Rullgård 95d36bdbc3 dsputil: declare some arrays 16-byte aligned 15 years ago
Måns Rullgård 20e7c8ae0a Remove some unnecessary alignment specifiers 15 years ago
Stephen Backway 4a3178b012 Always allocate a buffer of AVPALETTE_SIZE for palette in the 15 years ago
Reimar Döffinger 63a78ef131 100l typo, xsub encoder printed end time hours where minutes should have been. 15 years ago
Reimar Döffinger 64e657fd2c 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 15 years ago
Reimar Döffinger d5a30f86d4 Reindent. 15 years ago
Reimar Döffinger c7d28f4388 Remove now dead code. 15 years ago
Reimar Döffinger b02316146b Apply r19642 also pgssubdec: 15 years ago
Måns Rullgård a13e687034 mdec: remove unused members from struct MDECContext 15 years ago
Måns Rullgård dd36b88b46 Remove explicit init to zero of static inv_zigzag_direct16 15 years ago
Diego Biurrun b979e4a289 whitespace cosmetics 15 years ago
Stephen Backway c58b82a29b Add Bluray Subtitle Support 15 years ago
Måns Rullgård afe08a728a PPC: remove unnecessary alignment on local variables 15 years ago
Vitor Sessak ce78113d5a Cosmetics: add some whitespace around operators 15 years ago
Diego Biurrun deb1b2b699 Add necessary #include for config.h. 15 years ago
Måns Rullgård b662e8395b PPC: simplify loading some values into altivec registers 15 years ago
Diego Biurrun 1feec476aa Add missing header to fix 'make checkheaders'. 15 years ago
Måns Rullgård c7312933ce Include required headers in {mips,ppc}/mathops.h 15 years ago
Måns Rullgård 95f2c769c3 Skip headers requiring external libs not present in checkheaders 15 years ago
Vitor Sessak 7bd4733588 TwinVQ decoder 15 years ago
Loren Merritt 50b1785a57 bring back some randomness in fft-test. (regression in r18070) 15 years ago
Sascha Sommer 31c57185c5 Add some more wmapro decoder hunks 15 years ago
Diego Biurrun 7056883be9 Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. 15 years ago
Reimar Döffinger f2d702e109 Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. 15 years ago
Diego Biurrun da47f0eecb Add missing #includes to pass 'make checkheaders'. 15 years ago
Reimar Döffinger 29d7eef7dc Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle 15 years ago
Måns Rullgård 90d43b52e1 Get rid of large stack array in rd8x8_c() 15 years ago
Måns Rullgård 0314dead4e eval: replace variable-length array with av_malloc/free 15 years ago
Måns Rullgård 8313e17976 flacdec: change variable-length array to fixed length 15 years ago
Måns Rullgård b7904f78c1 AVR32: optimised mathops.h 15 years ago
Alex Converse 0cc4701a3a Use the AOT enum instead of integer literals for setting and comparing audio 15 years ago
Alex Converse 8ba939d702 Mark the AOT escape value as supported. 15 years ago
Alex Converse 08dac48d61 Add USAC and SAOC AOTs to the AudioObjectType enum. 15 years ago
Anuradha Suraparaju d15f2e00c5 Fix bug caused by difference in stride and picture width. 15 years ago
Diego Biurrun 0ebe3b8e2b cosmetics: indentation, prettyprinting, K&R coding style 15 years ago
Diego Biurrun c64380009d Drop some more useless braces around if/for constructs. 15 years ago
Diego Biurrun e6cb49bfa9 Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. 15 years ago
Colin McQuillan bb937155ec Add a function that can apply an order 2 rational transfer function in-place. 15 years ago
Diego Biurrun 735a38045a Remove useless braces around if/for/while expressions. 15 years ago
Diego Biurrun 7c809dc3e2 Simplify 'if' condition statements. 15 years ago
Reimar Döffinger cea0b5272d Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder. 15 years ago