6059 Commits (0f44edaa1ce77f95b83de0db1077dafc4a305331)

Author SHA1 Message Date
Måns Rullgård 0f44edaa1c cosmetic: libfaad.c indentation 17 years ago
Måns Rullgård dbbc573253 fix dynamic loading of libfaad 2.6 17 years ago
Michael Niedermayer cb077b7aa3 Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. 17 years ago
Diego Biurrun 6bf398a030 Add #undef printf and disable non-functional code to make test program compile. 17 years ago
Diego Biurrun 07ad12ecdd Fix test program compilation: Add missing #include and update the call 17 years ago
Diego Biurrun c46e28746c Put some disabled functions that are only used in the test program in cabac.c 17 years ago
Diego Biurrun 79bfd0ef76 Add #undef random and call the right function to fix test program compilation. 17 years ago
Diego Biurrun 6a339972af Remove unused variables in test code. 17 years ago
Diego Biurrun e5b10e3174 Fix warnings in test code: 17 years ago
Diego Biurrun 3f5d7bb331 Remove two unused variables. 17 years ago
Diego Biurrun a4b375c614 Remove unnecessary forward declaration. 17 years ago
Diego Biurrun 07e4e3ea8b Consistently use TEST as the preprocessor condition to enable test code. 17 years ago
Aurelien Jacobs 1ace441909 add proper matroskaenc dependency over xiph.o 17 years ago
Aurelien Jacobs 22cf0018d4 add missing Makefile rules for zork pcm encoder/decoder 17 years ago
Aurelien Jacobs 8dcbcef68e and thus, nellymoser obviously also depens on fft.o 17 years ago
Aurelien Jacobs d1c266bed1 nellymoser uses mdct functions 17 years ago
Reimar Döffinger b8659d94b7 Add mfspr-based AltiVec detection code. 17 years ago
Kostya Shishkov d1cc6e46f2 simplify 4-point transform part a bit 17 years ago
Kostya Shishkov f3647f59f1 Factor out constant addition 17 years ago
Kostya Shishkov 34093ab58e Save quantizer values as well 17 years ago
Kostya Shishkov b008e6b869 Save coded block patterns for future loop filtering. 17 years ago
Diego Biurrun 61dbf4e557 Simplify preprocessor expression as suggested by Mans. 17 years ago
Diego Biurrun f9cac0a778 Replace puts() by dprintf where appropriate. 17 years ago
Michael Niedermayer 76d7c327eb Replace idiotic (what moron wrote that code?) "buffer overflow" message by 17 years ago
Diego Biurrun 426d18b85b Rename illegal identifiers, _ followed by capital is reserved for the system. 17 years ago
Kostya Shishkov 95e3fdb846 pqindex=0 is forbidden 17 years ago
Michael Niedermayer 9ccbc672aa qscale==0 is invalid 17 years ago
Diego Biurrun 7f390307db Add const qualifiers to unmodified function parameters, fixes the warning: 17 years ago
Diego Biurrun 744496e3e3 Remove bogus cast. 17 years ago
Sigbjørn Skjæret 9ad5675f25 Add a couple of missing consts. 17 years ago
Christophe Gisquet 750e37eb83 Select scan tables for 8x4 and 4x8 blocks only once. 17 years ago
Michael Niedermayer 526e037b95 Remove green clouds. 17 years ago
Luca Barbato 3174c77a3e gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpark___no 17 years ago
Robert Swain 3ed546fe52 Add variable alpha and size of half window for Kaiser-Bessel Derived window 17 years ago
Reimar Döffinger 99fac0806b Get rid of fft_rev table, use ff_reverse and a shift. 17 years ago
Reimar Döffinger f952b30cd1 Use FFSWAP instead of "manual" swap 17 years ago
Robert Swain 4eb7a735cb Make the Kaiser-Bessel window generator a common function 17 years ago
Michael Niedermayer 9f7458b285 Factorize some code into functions, had this in my tree and will be 17 years ago
Brian Brice 812f29ffb8 Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com. 17 years ago
Brian Brice 4a69055bad Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. 17 years ago
Christophe Gisquet 28748a9128 Factorize some duplicated code from CAVS and H.264 into a common file. 17 years ago
Andreas Öman 48aecf5a7d Fix a bug causing the generated stream to be corrupt if the buffer 17 years ago
Justin Ruggles f34b221bd2 used defined name for testing error resilience level 17 years ago
Diego Biurrun aa6b38c29d Fix random typos. 17 years ago
Michael Niedermayer 787e135391 Randomly change the amount of noise if nothing is explicitly set. 17 years ago
Diego Pettenò 81fe0cfc0b Mark the ff_svq1_frame_size_table as constant. 17 years ago
Diego Pettenò a1f89639a8 Move wmv1_scantable to .rodata section by making it an array of arrays. 17 years ago
Diego Pettenò 9307db13f6 Mark the tables in g726.c as constant. 17 years ago
Diego Pettenò b2a9177017 Remove unused symbol. 17 years ago
Justin Ruggles f0b3a7ba12 split out init of downmix coeffs into a separate function that can be called 17 years ago