| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Do not set the codec's pixel format in the format's write_header() | Luca Abeni | 2006-08-02 | 1 | -1/+1 |
* | Add missing EXESUF to executable rules. | Víctor Paesa | 2006-07-19 | 1 | -5/+5 |
* | Possibility to skip bytes in the beginning of a file. | Benjamin Larsson | 2006-07-18 | 1 | -1/+7 |
* | add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel... | Michael Niedermayer | 2006-07-17 | 3 | -6/+6 |
* | 100l: V_PATH vs VPATH typo | Diego Biurrun | 2006-07-05 | 1 | -7/+7 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2006-07-05 | 1 | -2/+6 |
* | simplify: $(SRC_PATH)/tests --> $(V_PATH) | Diego Biurrun | 2006-07-05 | 1 | -7/+7 |
* | flac-lpc patch by (Justin Ruggles jruggle earthlink net) | Justin Ruggles | 2006-07-02 | 3 | -5/+5 |
* | flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net | Justin Ruggles | 2006-06-27 | 2 | -8/+8 |
* | stereo decorrelation support by (Justin Ruggles jruggle earthlink net>) | Michael Niedermayer | 2006-06-26 | 2 | -4/+4 |
* | flac regression test | Michael Niedermayer | 2006-06-24 | 3 | -0/+19 |