2464 Commits (f71869a4db1d20dd93cb6a37ba8ef1249812c864)
 

Author SHA1 Message Date
Fabrice Bellard 15e654b17b update from texi 22 years ago
Mike Melanson a44f8ccbf8 code redundancy reduction, courtesy of suxen_drol -at- hotmail.com 22 years ago
François Revol 143d464416 Add latency check, the Media Kit shoul repport it, but this seems broken. 22 years ago
François Revol 6af6cf22c5 avoid detecting mpeg stream when other formats embed mp3 tracks. 22 years ago
Michael Niedermayer 68bf295e53 better? default thresholds, if this is worse for any files, then tell us ASAP 22 years ago
Michael Niedermayer 0426af3111 mpeg2 qscale flag 22 years ago
Michael Niedermayer 22cf045590 we really shouldnt use M$* as default codec -> use MPEG4 as default 22 years ago
Michael Niedermayer 9534223539 segfault fix 22 years ago
Michael Niedermayer c9b99ea661 mplayer idependant (not really yet) swscale example 22 years ago
Fabrice Bellard 570233b5b6 up to date license terms 22 years ago
Fabrice Bellard f151ddacf5 removed useless copyright policy - added xawtv link 22 years ago
Arpi 521221cf4b Compile a52 util functions too 22 years ago
Arpi 1a7c3c8562 Utility functions (CRC calc & float->int converters) 22 years ago
Michael Niedermayer 6814a25c67 meanigfull dr1 comment 22 years ago
Roman Shaposhnik 6e023978cf Changes for SPARC/Solaris compatibility. Now it should be possible to 22 years ago
Mike Melanson deabd4fdde native Indeo3 decoder implementation 22 years ago
Philip Gladstone 96cbe82cb5 * Actually make the sort function do some sorting (data needs to be on own lines) 22 years ago
Philip Gladstone e31c1c30d2 * Removed ffmpeg output during encoding runs. Now only print out errors 22 years ago
Michael Niedermayer 129dfab2c7 10l 22 years ago
Michael Niedermayer 9acbbd16b9 check validity of some flags 22 years ago
Michael Niedermayer af6e2fed04 minor cleanup / some warning fixes 22 years ago
Michael Niedermayer 7db52b63da 10l (hadamard fix) 22 years ago
Michael Niedermayer 7d6e42792d 10l 22 years ago
Michael Niedermayer 30f73fc72e faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net) 22 years ago
Michael Niedermayer 487bce53eb 10l (use before malloc) 22 years ago
Michael Niedermayer 6692d61b12 fail if a test fails instead of contuing as if everything was ok 22 years ago
Michael Niedermayer a90fb38bfa checksum update for the avi zeros ... 22 years ago
Philip Gladstone b452004bbf These are my values and seem pretty stable. YMMV 22 years ago
Philip Gladstone aae6ea8b0c Only reference the images that exist 22 years ago
Philip Gladstone d746f9281f Add a file serving test as well 22 years ago
Philip Gladstone d86852d11c Clear out an unused field in the created AVI file. This helps make 22 years ago
Philip Gladstone 03ff071af9 Fix a horrible bug with the launch keyword not handling arguments of length 1! 22 years ago
Philip Gladstone be0d154911 Apply patch to remove -em_rate 22 years ago
Michael Niedermayer 2add6b5db7 use bilinear interpolation for the rotozoom 22 years ago
Philip Gladstone f0ef624057 Applied Roumen Petrov patch to fix crash/memory leak 22 years ago
Michael Niedermayer 37b787f124 some checks to avoid segfaults if the decoder is feeded with junk 22 years ago
Michael Niedermayer 9c00c3af90 100l (mpeg2 decoding fixed) 22 years ago
Michael Niedermayer 6afd3b92b4 finished integrating rotozoom test in ffmpeg 22 years ago
Michael Niedermayer 6696163608 alternative test video generator by (Sebastien Bechet <s dot bechet at av7 dot net>) 22 years ago
Roman Shaposhnik a7beab731d bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Michael Niedermayer 2f5feea48b 10l (adaptve quant fix) 22 years ago
Michael Niedermayer 67cbe68129 check quality too, not only md5 (but dont take the scores too serious, the different codecs use different quality/bitrates and its just based on a artificially generated testvideo) 22 years ago
Roumen Petrov 9680a72282 restore old tty in ffmpeg patch by (Roumen Petrov <ffmpeg at roumenpetrov dot info>) 22 years ago
Sascha Sommer b5e34cb1c1 #undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 22 years ago
Michael Niedermayer ba57a3ff23 smaller slices for the regression tests, i hope that way we'll catch the next 10l slice bug earlier ... 22 years ago
Michael Niedermayer 8a3b6f92e0 10l 22 years ago
Michael Niedermayer 7bc9090a41 simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 22 years ago
Michael Niedermayer 84876d3677 b frames + slices bugfix 22 years ago
Michael Niedermayer 0aae3f43e4 fixing slice decoding, dunno why the regression tests didnt catch that ... 22 years ago
Philip Gladstone e322ea480b * Add Video4MotionVector in a stream description to behave like the -4mv flag 22 years ago