2037 Commits (80097bbf712ca2f577b375d6ba94e3957b2c2e78)
 

Author SHA1 Message Date
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
Andreas Öman 8553d9f4fd 10l patch by (Andreas Hess <jaska at gmx dot net>) 22 years ago
Roman Shaposhnik 3e2937bef3 dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Roman Shaposhnik ce9fce63c5 AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Michael Niedermayer 8b92b792d1 some checks to avoid segfault 22 years ago
Michael Niedermayer 9f2e61b6a3 pict_type & quality fix 22 years ago
Richard Hodges be6784dc8a fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>) 22 years ago
Sebastien Bechet 53e27dd5de QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not tested) 22 years ago
François Revol c8816e0167 Fix for buggy (?) g++ (bailling out for beosaudio.cpp) 22 years ago
Michael Niedermayer 95c2634838 #ifdef TRACE printf() -> tprintf() 22 years ago
Michael Niedermayer 1924f3ce36 multiple reference frames support 22 years ago
Michael Niedermayer 365d19ec78 h264 update 22 years ago
Michael Niedermayer 0da71265d8 H264 decoder & demuxer 22 years ago
Michael Niedermayer 6aafe463e5 support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Roman Shaposhnik c9f97d8251 making configure sh script patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Michael Niedermayer 5064357588 fixing mem corruption 22 years ago
Andriy Rysin 0df65975ba RTSP "OPTIONS" command patch by (Andriy Rysin <arysin at bcsii dot net>) 22 years ago
Michael Niedermayer 98ca7790e3 fixing typo in some outcommentet code 22 years ago
Michael Niedermayer 553a628497 optionally optimize for size (libavcodec.a is >30% smaller), no i didnt test the speed ... 22 years ago
Michael Niedermayer 2c19981a93 10l 22 years ago
Michael Niedermayer 4d2a48349d msmpeg4 2pass support & some related cleanup 22 years ago
Michael Niedermayer 1f9aea9b91 fixing msmpeg4v2 encoding 22 years ago
Michael Niedermayer 309522372c some static -> dynamic alloc & 16->8 bit 22 years ago
Sascha Sommer 8437bd7bc8 mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 22 years ago
Michael Niedermayer 9b8709d135 mpeg1 slice encoding support 22 years ago
Michael Niedermayer 5acaa5e1df simplify slice encoding (variance of packet size is practically identical) 22 years ago
Michael Niedermayer 3c300082de disabling ac3 decoding regression test (its different between different compilers/platforms due to float use) 22 years ago
Roumen Petrov c7f2eb83e5 don't use proxy and suppress verbose output patch by (Roumen Petrov <help at roumenpetrov dot info>) 22 years ago