Diego Biurrun
9e32e071e1
Revert broken removal of variable indirection.
...
Originally committed as revision 7532 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Roman Shaposhnik
e950141a58
* Fixing a bug with incorrect bits set in AAUX source pack
...
* Making DV codec release a buffer on exit
* Flagging accepted pix_fmts for DV encoder
Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7ef605023c
Remove leftover variable.
...
Originally committed as revision 7523 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7507022d4d
Remove unnecessary variable indirection.
...
Originally committed as revision 7522 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
45ddd8b021
merge fragmented mpeg4adv section in regression.sh
...
Originally committed as revision 7519 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
aeeb0cac3d
100l: Fix damage from a buggy emacs macro.
...
Originally committed as revision 7517 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0fc3a83159
Merge redundant comments.
...
Originally committed as revision 7514 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
8deb894f11
Add two more variables for temporary files.
...
Originally committed as revision 7512 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d9c211ee74
comment grammar fixes
...
Originally committed as revision 7511 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3dd9fa77bf
Bail out immediately with software scaler instead of failing the tests.
...
Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
3b72ec7536
change regression tests for swf, use same as flv, swf muxer only supports mp3
...
Originally committed as revision 7433 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
662fd26cfc
change regression tests for swf, use same as flv, swf muxer only supports mp3
...
Originally committed as revision 7432 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
396a5e6837
store a few values in the header as difference to the last
...
this makes frames a few bytes smaller (0.1% for high bitrate but >1% for low bitrates)
Originally committed as revision 7401 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
f01bd9da81
Correct value for the test.
...
Originally committed as revision 7398 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Allan Hsu
148c9bdbb8
Patch for the FLV muxer to supply more complete metadata
...
in the onMetaData header. Patch by Allan Hsu <allan at counterpop dot net>.
Originally committed as revision 7382 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
919cb8731e
Fix regression tests with out-of-tree builds.
...
Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d951bb9a5c
test DIRECT{0,0} too if flag mv0 is used
...
slight PSNR/bitrate increase
Originally committed as revision 7361 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5d078bdb47
Use $< instead of explicit names.
...
Originally committed as revision 7350 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
49f1ac5a3d
change mpeg2 intra vlc test to advanced one, add qprd trell and b frames
...
Originally committed as revision 7349 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d6975eb82b
use qscale_table in adaptive quant
...
some PSNR/bitrate improvement for adaptive quant
Originally committed as revision 7346 to svn://svn.ffmpeg.org/ffmpeg/trunk
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)
...
Originally committed as revision 7343 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
59743d16c7
dont randomly disallow intr4v in adaptive quant
...
some PSNR/bitrate gain if adaptive quant is used
initalize qscale_table correctly (it was pretty much random since the qp->lambda change)
this probably has not much effect as the table isnt used currently IIRC
Originally committed as revision 7342 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
51b1a6c939
dont randomly dissallow direct MBs
...
some PSNR/bitrate gain for b frames with adaptive quant or QPRD
Originally committed as revision 7341 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2d1e5071e2
QPRD & adaptive quantization regression tests
...
Originally committed as revision 7340 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e4d0e2edb9
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)
...
Originally committed as revision 7334 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
c8aee695c5
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.
...
Originally committed as revision 7284 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
a2377bb0b4
Make do_video_encoding general enough to accomodate all cases.
...
Originally committed as revision 7212 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5e5ac8e0a5
Make do_video_decoding general enough to accomodate all cases.
...
Originally committed as revision 7211 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1e1b182d34
Merge a repeating variable declaration into do_video_encoding.
...
Originally committed as revision 7209 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ed1dfc4970
remove pretty much useless skiping of some predictors
...
this has pretty much no quality or speed effect except very small random changes
Originally committed as revision 7202 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
fb132953d4
Use a function for audio encoding and decoding.
...
Originally committed as revision 7199 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
36aed9e51b
Use a function for libav.
...
Originally committed as revision 7198 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f8aa76453b
Use a function for image formats.
...
Originally committed as revision 7197 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d449d1bc64
Use a function for streamed images.
...
Originally committed as revision 7196 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e587a0a501
Use a function for audio-only tests.
...
Originally committed as revision 7195 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f7f8af46f7
1 step diamond search around the median MV predictor
...
+0.01 PSNR
idea from x264
Originally committed as revision 7189 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
6a287fd7ce
readjust dts if negative
...
Originally committed as revision 7179 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Bill O'Shaughnessy
3e954443dd
bring AC3 encoder output up to input volume level
...
patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com %
+ reg tests update gruntwork by me
Original thread:
date: Nov 21, 2006 11:36 PM
subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level
Originally committed as revision 7160 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
3c1418175d
fix bitstream to be correctly decoded by quicktime
...
Originally committed as revision 7157 to svn://svn.ffmpeg.org/ffmpeg/trunk
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)
...
Originally committed as revision 7151 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
568ad81b1a
disable nut regression test until we have a working muxer
...
Originally committed as revision 6967 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
997baf0141
allow spaces in source and build directory names
...
out of tree builds from a source dir with spaces is impossible
due to how make handles vpath
Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1de61a185c
Simplify regression test execution.
...
Originally committed as revision 6906 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bcea960561
Use a variable for FFmpeg options.
...
Originally committed as revision 6904 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ca6127352f
Don't run libavtest if CONFIG_GPL is not set.
...
Originally committed as revision 6727 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
41ada6e515
Warn about --enable-gpl.
...
Originally committed as revision 6698 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9fd353e9b5
0.pgm is now 00.pgm.
...
Originally committed as revision 6697 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
8d41fe285b
simplify by not writing unneeded codec name to fix segfault when stream copy
...
Originally committed as revision 6643 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
25b6ce46ea
Update checksum to match latest ASF patch
...
Originally committed as revision 6566 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3263626feb
Mark all phony targets as such.
...
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago