387 Commits (0587b0cacde5d65f0edd9e5e4509fbdb21dfe37f)

Author SHA1 Message Date
Allan Hsu 148c9bdbb8 Patch for the FLV muxer to supply more complete metadata 18 years ago
Diego Biurrun 919cb8731e Fix regression tests with out-of-tree builds. 18 years ago
Michael Niedermayer d951bb9a5c test DIRECT{0,0} too if flag mv0 is used 18 years ago
Diego Biurrun 5d078bdb47 Use $< instead of explicit names. 18 years ago
Baptiste Coudurier 49f1ac5a3d change mpeg2 intra vlc test to advanced one, add qprd trell and b frames 18 years ago
Michael Niedermayer d6975eb82b use qscale_table in adaptive quant 18 years ago
Michael Niedermayer 2f16af0667 skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) 18 years ago
Michael Niedermayer 59743d16c7 dont randomly disallow intr4v in adaptive quant 18 years ago
Michael Niedermayer 51b1a6c939 dont randomly dissallow direct MBs 18 years ago
Michael Niedermayer 2d1e5071e2 QPRD & adaptive quantization regression tests 18 years ago
Michael Niedermayer e4d0e2edb9 fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) 18 years ago
Reimar Döffinger c8aee695c5 Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. 18 years ago
Diego Biurrun a2377bb0b4 Make do_video_encoding general enough to accomodate all cases. 18 years ago
Diego Biurrun 5e5ac8e0a5 Make do_video_decoding general enough to accomodate all cases. 18 years ago
Diego Biurrun 1e1b182d34 Merge a repeating variable declaration into do_video_encoding. 18 years ago
Michael Niedermayer ed1dfc4970 remove pretty much useless skiping of some predictors 18 years ago
Diego Biurrun fb132953d4 Use a function for audio encoding and decoding. 18 years ago
Diego Biurrun 36aed9e51b Use a function for libav. 18 years ago
Diego Biurrun f8aa76453b Use a function for image formats. 18 years ago
Diego Biurrun d449d1bc64 Use a function for streamed images. 18 years ago
Diego Biurrun e587a0a501 Use a function for audio-only tests. 18 years ago
Michael Niedermayer f7f8af46f7 1 step diamond search around the median MV predictor 18 years ago
Baptiste Coudurier 6a287fd7ce readjust dts if negative 18 years ago
Bill O'Shaughnessy 3e954443dd bring AC3 encoder output up to input volume level 18 years ago
Baptiste Coudurier 3c1418175d fix bitstream to be correctly decoded by quicktime 18 years ago
Michael Niedermayer 8cd15e47ad fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr) 18 years ago
Michael Niedermayer 568ad81b1a disable nut regression test until we have a working muxer 18 years ago
Måns Rullgård 997baf0141 allow spaces in source and build directory names 18 years ago
Diego Biurrun 1de61a185c Simplify regression test execution. 18 years ago
Diego Biurrun bcea960561 Use a variable for FFmpeg options. 18 years ago
Diego Biurrun ca6127352f Don't run libavtest if CONFIG_GPL is not set. 18 years ago
Diego Biurrun 41ada6e515 Warn about --enable-gpl. 18 years ago
Diego Biurrun 9fd353e9b5 0.pgm is now 00.pgm. 18 years ago
Baptiste Coudurier 8d41fe285b simplify by not writing unneeded codec name to fix segfault when stream copy 18 years ago
Guillaume Poirier 25b6ce46ea Update checksum to match latest ASF patch 18 years ago
Diego Biurrun 3263626feb Mark all phony targets as such. 18 years ago
Diego Biurrun d568d0feb4 Merge identical targets. 18 years ago
Brian Brice 4336886c52 Fix wrong ASF duration of generated files 18 years ago
Panagiotis Issaris 3c0ba8703c Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit of 18 years ago
Roman Shaposhnik 3c8f30a745 * Restructuring the division of labor between DV codec and DV format 18 years ago
Baptiste Coudurier 5340a0bc9c wide atom is only defined in mov, use free for mp4/3gp 18 years ago
Michael Niedermayer 0bd2483a75 replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs) 18 years ago
Baptiste Coudurier a850fd1810 gxf regression tests 18 years ago
David Conrad 57060f8936 AVI tag reading and writing patch by David Conrad. 18 years ago
Diego Biurrun a9f9cc7cc1 simplification cosmetics 18 years ago
Diego Biurrun 0e16a1fc92 Simplify dsptest* rule and add libavutil to the dsptest* includes. 18 years ago
Baptiste Coudurier 2211d62097 update rotozoom regression ref after patches r5945-r5950 18 years ago
Baptiste Coudurier efbe19fd44 update regression tests for patches r5945-r5950 based on patch by Francois Draperi <ffmpeg@hp.com> 18 years ago
Baptiste Coudurier ba19d25a55 r5939 (flvenc.c) rotozoom regression update 18 years ago
Baptiste Coudurier 634b8cfaf4 always write duration and file size, fix seeking, progress bar is now active 18 years ago