| Commit message (Expand) | Author | Age | Files | Lines |
* | fix %8 != 0 w/h | Michael Niedermayer | 2006-03-11 | 1 | -3/+3 |
* | asserts to check if assumed conditions really are true | Michael Niedermayer | 2006-03-10 | 1 | -0/+2 |
* | out of array read fix | Michael Niedermayer | 2006-03-10 | 1 | -2/+2 |
* | out of array read fix | Michael Niedermayer | 2006-03-10 | 1 | -4/+6 |
* | cleanup picture / debug output code | Michael Niedermayer | 2006-03-10 | 3 | -26/+25 |
* | fixing out of array access (only cosmetic, this should never have had a end u... | Michael Niedermayer | 2006-03-10 | 1 | -1/+1 |
* | add assert to clarify that we know what we are doing | Michael Niedermayer | 2006-03-10 | 1 | -0/+1 |
* | fixing uninitalized dc_pred_dir | Michael Niedermayer | 2006-03-10 | 1 | -0/+1 |
* | very minor optimization | Michael Niedermayer | 2006-03-10 | 1 | -1/+1 |
* | unused variable | Michael Niedermayer | 2006-03-10 | 1 | -3/+1 |
* | Fix cropping, depending on enc pix fmt | Baptiste Coudurier | 2006-03-10 | 2 | -0/+28 |
* | Alignment fixes, caused problems on SPARC. | David S. Miller | 2006-03-09 | 1 | -2/+2 |
* | (f)printf --> av_log conversion | Steve L'Homme | 2006-03-08 | 10 | -49/+49 |
* | Init simplification and 2% faster wma_decode_block on amd64 with tables use | Benjamin Larsson | 2006-03-08 | 1 | -25/+31 |
* | 3DNow! & Extended 3DNow! versions of FFT | Zuxy Meng | 2006-03-08 | 5 | -5/+299 |
* | h264_idct8_add_mmx | Loren Merritt | 2006-03-07 | 3 | -6/+160 |
* | h264_idct_add only needs mmx1 | Loren Merritt | 2006-03-07 | 2 | -4/+6 |
* | Proper mangling information for symbols in OS X Mach-O shared objects. | Sam Hocevar | 2006-03-06 | 1 | -0/+2 |
* | switch flac to av_crc | Michael Niedermayer | 2006-03-06 | 2 | -47/+4 |
* | switch ac3enc to av_crc | Michael Niedermayer | 2006-03-06 | 3 | -34/+5 |
* | generic crc calculation code | Michael Niedermayer | 2006-03-06 | 1 | -0/+7 |
* | I still don't think this should be here. Note: without this code DV encoder | Roman Shaposhnik | 2006-03-06 | 1 | -10/+0 |
* | DVCPRO50 support. | Daniel Maas | 2006-03-06 | 2 | -80/+1427 |
* | use xorps instead of mulps to toggle the sign of a float, as suggested by Sof... | Zuxy Meng | 2006-03-05 | 1 | -10/+10 |
* | gcc2.95 workaround | Loren Merritt | 2006-03-05 | 1 | -22/+24 |
* | Make faac_decode_frame return -1 on error and not 0 which avoids | Baptiste Coudurier | 2006-03-05 | 1 | -2/+2 |
* | remove some useless instructions | Loren Merritt | 2006-03-04 | 1 | -18/+4 |
* | Make -xy help output consistent, output an empty line before and after. | Diego Biurrun | 2006-03-04 | 1 | -0/+1 |
* | keyframe flag was wrong if SEIs followed the keyframe | Loren Merritt | 2006-03-04 | 1 | -1/+1 |
* | PAL8 support (fixed BLUR8.AVI) | Michael Niedermayer | 2006-03-03 | 1 | -20/+12 |
* | fix segfault with BLUR8.AVI | Michael Niedermayer | 2006-03-03 | 1 | -3/+4 |
* | fix infinite loop | Michael Niedermayer | 2006-03-02 | 1 | -1/+3 |
* | cleanup IMA-ADPCM WAV decoder | Michael Niedermayer | 2006-03-02 | 1 | -22/+21 |
* | 4% faster h264_qpel_mc | Loren Merritt | 2006-03-02 | 1 | -40/+137 |
* | * bugfixing call reference | Zdenek Kabelac | 2006-03-01 | 1 | -1/+1 |
* | fix decoding of mpeg2-trunc.vob | Michael Niedermayer | 2006-03-01 | 1 | -1/+1 |
* | use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.b... | Likai Liu | 2006-02-28 | 1 | -1/+1 |
* | Assign class 2 to most macroblocks by default, instead of a more conservative | Dan Maas | 2006-02-28 | 1 | -1/+15 |
* | 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch | Benjamin Larsson | 2006-02-27 | 1 | -25/+25 |
* | Not that we're that far from being an *initial* implementation, but | Roman Shaposhnik | 2006-02-27 | 1 | -5/+0 |
* | AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The | Dan Maas | 2006-02-27 | 2 | -4/+63 |
* | remove wrong assert() | Michael Niedermayer | 2006-02-26 | 1 | -1/+0 |
* | replace for loop with 2 asserts() | Michael Niedermayer | 2006-02-26 | 1 | -2/+3 |
* | size[0-3] are not initialized (and can get random negative trash | Dan Maas | 2006-02-25 | 1 | -2/+5 |
* | kill some warnings | Måns Rullgård | 2006-02-25 | 4 | -45/+3 |
* | fix a memory leak on seeking. | Loren Merritt | 2006-02-25 | 1 | -1/+6 |
* | 10l (forgot EOBs) | Michael Niedermayer | 2006-02-24 | 1 | -1/+1 |
* | dont lowwer qnos of more blocks then needed | Michael Niedermayer | 2006-02-23 | 1 | -2/+3 |
* | Give a hint about what is the expected the data type of command line options. | Antoine Cellerier | 2006-02-23 | 1 | -0/+29 |
* | fixing dv_guess_qnos() | Michael Niedermayer | 2006-02-23 | 1 | -3/+28 |