Age | Commit message (Expand) | Author | Files | Lines |
2012-04-25 | Add codecs to librbcodec. | Sean Bartell | 40 | -12764/+0 |
2012-03-28 | tlsf: move to /lib (it's also used by plugins). | Thomas Martitz | 1 | -1/+1 |
2011-12-21 | libtremor: fix memory corruption bug introduced in r30728 that could cause cr... | Nils Wallménius | 1 | -2/+5 |
2011-10-08 | libtremor: hack to work around huge allocations for the comment packet in fil... | Nils Wallménius | 6 | -38/+72 |
2011-09-23 | libtremor: arm asm for ff_vector_fmul_window_c on v4 and v5 cores, speeds up ... | Nils Wallménius | 1 | -0/+48 |
2011-09-23 | libtremor: small whitespace cleanup. | Nils Wallménius | 1 | -5/+4 |
2011-09-22 | libtremor: cf asm for ff_vector_fmul_window_c, gives a speedup of ~0.3MHz. | Nils Wallménius | 1 | -0/+53 |
2011-09-22 | libtremor: rename file that now contains more ffmpeg code. | Nils Wallménius | 3 | -2/+2 |
2011-09-22 | libtremor: port over ffmpeg's windowing code | Nils Wallménius | 11 | -416/+143 |
2011-09-21 | codeclib/libtremor: Clean up duplication of inline funcs, constify the ones i... | Nils Wallménius | 6 | -260/+70 |
2011-09-19 | libtremor: pass the floor1 lookup table pointer as a param to the render_line... | Nils Wallménius | 2 | -11/+11 |
2011-09-16 | libtremor: save a kB or two limiting an array size to the maximum number of c... | Nils Wallménius | 2 | -5/+7 |
2011-09-16 | libtremor: small tweak to cf channel coupling asm, speeding up vorbis decodin... | Nils Wallménius | 1 | -13/+16 |
2011-08-28 | libtremor: comment out some more unused functions, make a function param unsi... | Nils Wallménius | 2 | -11/+14 |
2011-08-28 | libtremor: remove some inline cf asm that is no longer needed with the new to... | Nils Wallménius | 1 | -5/+0 |
2011-08-28 | libtremor: comment out some unused functions and mark some file local functio... | Nils Wallménius | 2 | -17/+32 |
2011-08-18 | FS#12231 | Nils Wallménius | 1 | -13/+0 |
2011-06-09 | libtremor: comment out unused struct member. | Nils Wallménius | 1 | -0/+2 |
2011-06-06 | libtremor: Implement a memory configuration for targets that don't use separa... | Nils Wallménius | 4 | -40/+67 |
2011-06-05 | Safe part of FS#11268, saving some codec buffer space for targets that don't ... | Nils Wallménius | 2 | -3/+9 |
2011-06-05 | Delete old unused macro. | Nils Wallménius | 1 | -8/+0 |
2011-06-02 | FS#12141 by Sean Bartell | Nils Wallménius | 3 | -46/+0 |
2011-06-01 | FS#12140 by Sean Bartell, Make various codec stuff static. | Nils Wallménius | 1 | -4/+4 |
2011-05-08 | Use MEM_ALIGN_ATTR and CACHEALIGN_SIZE in oggmalloc to ensure optimal alignment. | Andree Buschmann | 1 | -7/+6 |
2010-12-12 | Revert tab police as it makes merging upstream changes more annoying and mess... | Nils Wallménius | 5 | -20/+20 |
2010-12-12 | Tab police. | Andree Buschmann | 5 | -20/+20 |
2010-12-08 | libtremor: merge upstream revisions 17541, 17542, 17543, 17544, 17545, 17546,... | Nils Wallménius | 5 | -15/+25 |
2010-12-08 | libtremor: merge upstream revision 17539 and 17540 'Additional codebook valid... | Nils Wallménius | 1 | -4/+16 |
2010-12-08 | libtremor: merge upstream revision 17538 'Fix decoder handling of floor0 when... | Nils Wallménius | 2 | -14/+19 |
2010-12-08 | libtremor: merge upstream revision 17534 and 17536, fixing a possible 64 bit ... | Nils Wallménius | 1 | -6/+37 |
2010-12-08 | libtremor: merge upstream revision 17528-17530, more error checking and bug f... | Nils Wallménius | 5 | -26/+29 |
2010-12-08 | libtremor: merge upstream revision 17527, 'Eliminate possibility of booklist ... | Nils Wallménius | 1 | -1/+1 |
2010-12-08 | libtremor: merge upstream revision 17526 and 17531, adding some more error ch... | Nils Wallménius | 1 | -1/+13 |
2010-12-07 | libtremor: merge upstream revision 17525 'Commit additional hardening to setu... | Nils Wallménius | 4 | -19/+25 |
2010-12-07 | libtremor: merge upstream revision 17524 more sanity checking. | Nils Wallménius | 1 | -4/+15 |
2010-12-07 | libtremor: merge upstream revision 17522 and 17523 adding more sanity checking. | Nils Wallménius | 2 | -5/+18 |
2010-12-07 | libtremor: merge upstream revision 17520 and 17521 tweaking some of the recen... | Nils Wallménius | 2 | -3/+8 |
2010-12-07 | libtremor: merge upstream revision 17519 'Correct an accidental dereference-b... | Nils Wallménius | 1 | -4/+6 |
2010-12-06 | libtremor: merge upstream revision 17518 actually returning failure code from... | Nils Wallménius | 1 | -3/+5 |
2010-12-06 | libtremor: export a libogg function that is now needed. | Nils Wallménius | 2 | -5/+10 |
2010-12-06 | libtremor: merge part of upstream revision 17514 adding some limit checking f... | Nils Wallménius | 1 | -2/+6 |
2010-12-06 | libtremor: merge upstream revision 17513 'Add code to prevent heap attacks by... | Nils Wallménius | 1 | -0/+14 |
2010-12-06 | libtremor: merge upstream revision 17512 'Correctly handle the nonsensical co... | Nils Wallménius | 1 | -1/+1 |
2010-12-06 | libtremor: merge upstream revision 17511 'Add checks/rejection for absurdly h... | Nils Wallménius | 1 | -0/+2 |
2010-12-06 | libtremor: merge upstream revision 17510. | Nils Wallménius | 1 | -1/+14 |
2010-12-06 | libtremor: | Nils Wallménius | 8 | -1453/+3102 |
2010-12-04 | libtremor: merge upstream revision 17374 and some inline/icode tweaks to main... | Nils Wallménius | 3 | -14/+23 |
2010-11-26 | libtremor: small tweak to coldfire inline asm function MULT31_SHIFT15, saving... | Nils Wallménius | 1 | -3/+2 |
2010-11-21 | Comment unused function. | Andree Buschmann | 3 | -4/+9 |
2010-11-21 | Remove unused define. | Andree Buschmann | 1 | -5/+0 |