| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix regression tests with out-of-tree builds. | Diego Biurrun | 2006-12-23 | 1 | -3/+4 |
* | test DIRECT{0,0} too if flag mv0 is used | Michael Niedermayer | 2006-12-22 | 2 | -16/+16 |
* | Use $< instead of explicit names. | Diego Biurrun | 2006-12-21 | 1 | -3/+3 |
* | change mpeg2 intra vlc test to advanced one, add qprd trell and b frames | Baptiste Coudurier | 2006-12-21 | 3 | -10/+10 |
* | use qscale_table in adaptive quant | Michael Niedermayer | 2006-12-21 | 2 | -8/+8 |
* | 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 | 2 | -8/+8 |
* | dont randomly dissallow direct MBs | Michael Niedermayer | 2006-12-21 | 2 | -15/+15 |
* | QPRD & adaptive quantization regression tests | Michael Niedermayer | 2006-12-21 | 3 | -0/+28 |
* | fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) | Michael Niedermayer | 2006-12-20 | 2 | -48/+48 |
* | Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. | Reimar Döffinger | 2006-12-11 | 2 | -4/+4 |
* | Make do_video_encoding general enough to accomodate all cases. | Diego Biurrun | 2006-12-02 | 1 | -40/+39 |
* | Make do_video_decoding general enough to accomodate all cases. | Diego Biurrun | 2006-12-02 | 1 | -9/+9 |
* | Merge a repeating variable declaration into do_video_encoding. | Diego Biurrun | 2006-12-02 | 1 | -75/+39 |
* | remove pretty much useless skiping of some predictors | Michael Niedermayer | 2006-12-01 | 3 | -98/+98 |
* | Use a function for audio encoding and decoding. | Diego Biurrun | 2006-12-01 | 1 | -21/+25 |
* | Use a function for libav. | Diego Biurrun | 2006-12-01 | 1 | -33/+19 |
* | Use a function for image formats. | Diego Biurrun | 2006-12-01 | 1 | -9/+11 |
* | Use a function for streamed images. | Diego Biurrun | 2006-12-01 | 1 | -9/+10 |
* | Use a function for audio-only tests. | Diego Biurrun | 2006-12-01 | 1 | -21/+14 |
* | 1 step diamond search around the median MV predictor | Michael Niedermayer | 2006-11-30 | 3 | -249/+249 |
* | readjust dts if negative | Baptiste Coudurier | 2006-11-28 | 1 | -2/+2 |
* | bring AC3 encoder output up to input volume level | Bill O'Shaughnessy | 2006-11-23 | 3 | -3/+3 |
* | fix bitstream to be correctly decoded by quicktime | Baptiste Coudurier | 2006-11-22 | 2 | -2/+2 |
* | fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab... | Michael Niedermayer | 2006-11-22 | 2 | -8/+8 |
* | disable nut regression test until we have a working muxer | Michael Niedermayer | 2006-11-11 | 2 | -6/+3 |
* | allow spaces in source and build directory names | Måns Rullgård | 2006-11-08 | 2 | -11/+12 |
* | Simplify regression test execution. | Diego Biurrun | 2006-11-05 | 1 | -74/+84 |
* | Use a variable for FFmpeg options. | Diego Biurrun | 2006-11-05 | 1 | -6/+8 |
* | Don't run libavtest if CONFIG_GPL is not set. | Diego Biurrun | 2006-10-18 | 1 | -1/+5 |
* | Warn about --enable-gpl. | Diego Biurrun | 2006-10-15 | 1 | -0/+3 |
* | 0.pgm is now 00.pgm. | Diego Biurrun | 2006-10-15 | 1 | -5/+5 |
* | simplify by not writing unneeded codec name to fix segfault when stream copy | Baptiste Coudurier | 2006-10-11 | 1 | -2/+2 |
* | Update checksum to match latest ASF patch | Guillaume Poirier | 2006-10-06 | 1 | -2/+2 |
* | Mark all phony targets as such. | Diego Biurrun | 2006-10-03 | 1 | -0/+3 |
* | Merge identical targets. | Diego Biurrun | 2006-10-02 | 1 | -2/+1 |
* | Fix wrong ASF duration of generated files | Brian Brice | 2006-10-01 | 1 | -1/+1 |
* | Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit of | Panagiotis Issaris | 2006-09-15 | 1 | -3/+3 |
* | * Restructuring the division of labor between DV codec and DV format | Roman Shaposhnik | 2006-09-04 | 3 | -5/+5 |
* | wide atom is only defined in mov, use free for mp4/3gp | Baptiste Coudurier | 2006-08-24 | 2 | -4/+4 |
* | replace MULL by MULH + shift in dct32() (code is very slightly faster, and th... | Michael Niedermayer | 2006-08-22 | 3 | -13/+13 |
* | gxf regression tests | Baptiste Coudurier | 2006-08-21 | 2 | -0/+8 |
* | AVI tag reading and writing patch by David Conrad. | David Conrad | 2006-08-18 | 4 | -92/+92 |
* | simplification cosmetics | Diego Biurrun | 2006-08-17 | 1 | -2/+2 |
* | Simplify dsptest* rule and add libavutil to the dsptest* includes. | Diego Biurrun | 2006-08-17 | 1 | -6/+6 |
* | update rotozoom regression ref after patches r5945-r5950 | Baptiste Coudurier | 2006-08-11 | 1 | -2/+2 |
* | update regression tests for patches r5945-r5950 based on patch by Francois Dr... | Baptiste Coudurier | 2006-08-07 | 1 | -2/+2 |
* | r5939 (flvenc.c) rotozoom regression update | Baptiste Coudurier | 2006-08-07 | 1 | -2/+2 |
* | always write duration and file size, fix seeking, progress bar is now active | Baptiste Coudurier | 2006-08-06 | 2 | -4/+4 |
* | Add $(EXESUF) where necessary, fixes regression tests under MinGW. | Víctor Paesa | 2006-08-03 | 1 | -4/+4 |