| Commit message (Expand) | Author | Age | Files | Lines |
* | fix predictor initialization for adpcm-ima encoder not to lose first sample | Timofei V. Bondarenko | 2007-11-06 | 1 | -3/+3 |
* | Fix mov checksums following r10852. | Benoit Fouet | 2007-11-05 | 1 | -6/+6 |
* | fix timestamps used for ratecontrol | Michael Niedermayer | 2007-09-11 | 1 | -20/+20 |
* | allow changing of the spatial_decomposition_count and quantization tables | Michael Niedermayer | 2007-09-09 | 1 | -4/+4 |
* | store halfpel filter coefficients in the header as well as the | Michael Niedermayer | 2007-09-08 | 1 | -4/+4 |
* | cleanup mc_block() | Michael Niedermayer | 2007-09-08 | 1 | -5/+5 |
* | use 16bit IDWT (a SIMD implementation of it should be >2x faster then with | Michael Niedermayer | 2007-08-25 | 1 | -4/+4 |
* | use more bits on the encoder side | Michael Niedermayer | 2007-08-23 | 1 | -3/+3 |
* | Change rounding of the horizontal DWT to match the vertical one. | Michael Niedermayer | 2007-08-21 | 1 | -3/+3 |
* | make wmv1 and wmv2 playable with M$ DMO decoder | Michael Niedermayer | 2007-08-05 | 1 | -4/+4 |
* | flashsv regression test | Michael Niedermayer | 2007-08-04 | 1 | -0/+4 |
* | update regression checksums after r9447 | Benoit Fouet | 2007-07-03 | 1 | -1/+1 |
* | Merge tests Makefile into the top-level Makefile. | Diego Biurrun | 2007-06-07 | 1 | -146/+146 |
* | 1000000l for me ive misstakely reverted the regression checksum change from r... | Michael Niedermayer | 2007-03-24 | 1 | -1/+1 |
* | set more reasonable cutoff for audio rate conversion | Michael Niedermayer | 2007-03-22 | 1 | -5/+5 |
* | update resgression tests after the resampler changes | Michael Niedermayer | 2007-03-22 | 1 | -13/+13 |
* | AC-3 encoded volume is too high. Revert revision 7160: | Bill O'Shaughnessy | 2007-03-18 | 1 | -1/+1 |
* | prevent audio packets from being fragmented, wmp mac doesnt seem to like that... | Michael Niedermayer | 2007-03-05 | 1 | -4/+4 |
* | update forgotten regression test chcksums for | Michael Niedermayer | 2007-03-05 | 1 | -3/+3 |
* | always use audio spread (instead of "video no spread" for audio ...) | Michael Niedermayer | 2007-02-12 | 1 | -4/+4 |
* | increaseing preroll time to the minimum of the asf files i have | Michael Niedermayer | 2007-02-12 | 1 | -2/+2 |
* | remove md5 check for wma as there are rounding differences between cpus | Michael Niedermayer | 2007-02-12 | 1 | -2/+0 |
* | disabling vorbis regression test for now, both encoder and decoder behave str... | Michael Niedermayer | 2007-02-12 | 1 | -4/+0 |
* | dont set the keyframe flag for audio as microshitty doesnt do it and some thi... | Michael Niedermayer | 2007-02-12 | 1 | -3/+3 |
* | Regression changes after addition of fact chunk to non-PCM wav | Michel Bardiaux | 2007-02-12 | 1 | -8/+8 |
* | fix broken memset(padding, 0) code | Michael Niedermayer | 2007-02-09 | 1 | -4/+4 |
* | iam pretty sure send time is dts and not pts ... | Michael Niedermayer | 2007-02-07 | 1 | -3/+3 |
* | vorbis regression test | Michael Niedermayer | 2007-02-07 | 1 | -0/+4 |
* | wma regression test | Michael Niedermayer | 2007-02-06 | 1 | -0/+10 |
* | merge fragmented mpeg4adv section in regression.sh | Måns Rullgård | 2007-01-14 | 1 | -4/+4 |
* | store a few values in the header as difference to the last | Michael Niedermayer | 2007-01-02 | 1 | -4/+4 |
* | Patch for the FLV muxer to supply more complete metadata | Allan Hsu | 2006-12-28 | 1 | -2/+2 |
* | test DIRECT{0,0} too if flag mv0 is used | Michael Niedermayer | 2006-12-22 | 1 | -8/+8 |
* | change mpeg2 intra vlc test to advanced one, add qprd trell and b frames | Baptiste Coudurier | 2006-12-21 | 1 | -4/+4 |
* | use qscale_table in adaptive quant | Michael Niedermayer | 2006-12-21 | 1 | -4/+4 |
* | skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s... | Michael Niedermayer | 2006-12-21 | 1 | -7/+7 |
* | dont randomly disallow intr4v in adaptive quant | Michael Niedermayer | 2006-12-21 | 1 | -4/+4 |
* | dont randomly dissallow direct MBs | Michael Niedermayer | 2006-12-21 | 1 | -8/+8 |
* | QPRD & adaptive quantization regression tests | Michael Niedermayer | 2006-12-21 | 1 | -0/+8 |
* | fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) | Michael Niedermayer | 2006-12-20 | 1 | -24/+24 |
* | Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. | Reimar Döffinger | 2006-12-11 | 1 | -2/+2 |
* | remove pretty much useless skiping of some predictors | Michael Niedermayer | 2006-12-01 | 1 | -82/+82 |
* | 1 step diamond search around the median MV predictor | Michael Niedermayer | 2006-11-30 | 1 | -109/+109 |
* | bring AC3 encoder output up to input volume level | Bill O'Shaughnessy | 2006-11-23 | 1 | -1/+1 |
* | fix bitstream to be correctly decoded by quicktime | Baptiste Coudurier | 2006-11-22 | 1 | -1/+1 |
* | fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab... | Michael Niedermayer | 2006-11-22 | 1 | -4/+4 |
* | * Restructuring the division of labor between DV codec and DV format | Roman Shaposhnik | 2006-09-04 | 1 | -2/+2 |
* | wide atom is only defined in mov, use free for mp4/3gp | Baptiste Coudurier | 2006-08-24 | 1 | -2/+2 |
* | replace MULL by MULH + shift in dct32() (code is very slightly faster, and th... | Michael Niedermayer | 2006-08-22 | 1 | -1/+1 |
* | AVI tag reading and writing patch by David Conrad. | David Conrad | 2006-08-18 | 1 | -44/+44 |