1118 Commits (df266acdec6235c09605213837a30ca3c63c7e82)
 

Author SHA1 Message Date
Michael Niedermayer df266acdec regression checksum change cuz of LIBAVCODEC_BUILD change 22 years ago
Michael Niedermayer dae9ffc440 uninitialized var ... 22 years ago
Michael Niedermayer 2f0f5b2059 mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f m4v" now 22 years ago
Michael Niedermayer 66370d3fca statistics for forw & back p-MBs instead of just one counter for both 22 years ago
Michael Niedermayer 7866eeff46 m4v input support 22 years ago
Michael Niedermayer 15415af418 export pts from stream if available 22 years ago
Philip Gladstone 02ac31361b Change abort() calls to av_abort() calls. 22 years ago
Philip Gladstone 42343f7e6e Change calls to abort() to be calls to av_abort() 22 years ago
Philip Gladstone a782f209df * Add code to pace sending a stream when it is being sent from a file. 22 years ago
Philip Gladstone 75bdb984c7 Add the transfer of the new parameters from ffmpeg to ffserver and vice-versa 22 years ago
Michael Niedermayer 208d3ddf96 set pict_type & key_frame on decoding too 22 years ago
Max Krasnyansky 89b3d7c9f1 mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk at qualcomm dot com>) 22 years ago
Michael Niedermayer c2c2cd2da1 fixing raw yuv input 22 years ago
Michael Niedermayer b318477992 put/avg_pixels16 22 years ago
Michael Niedermayer 6b460aa387 reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ 22 years ago
Michael Niedermayer df1b2c141b fixing y422p output 22 years ago
Alex Beregszaszi 9780c7ffa3 fixed palette8to{rgb24,bgr24,rgb32,bgr32} 22 years ago
Nikolai Zhubr 0eaec10550 fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>) 22 years ago
Michael Niedermayer b2a0a7fb8a 10l (forgot checksums after mpeg4_encode_block() optimizations which generates slightly shorter bitstream) 22 years ago
Michael Niedermayer 3db48188df optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them 22 years ago
Michael Niedermayer 6ebd933b8f regression tests for msmpeg4v2 & wmv1 22 years ago
Michael Niedermayer 14207b27b5 support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi) 22 years ago
Henry Mason ad4369076b yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>) 22 years ago
Michael Niedermayer 0b61920aa7 fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now) 22 years ago
Michael Niedermayer cfda33cbad apiexample needs EXTRALIBS 22 years ago
Michael Niedermayer 6acce86bdd fixing tests 22 years ago
Michael Niedermayer 64a7a8af14 do regression tests for rv10 too 22 years ago
Michael Niedermayer 9db99069bd fixing segfault 22 years ago
Michael Niedermayer b59f574753 10l (compilation if defined ARCH_ALPHA) 22 years ago
Michael Niedermayer 1a684b3d53 fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table) 22 years ago
Michael Niedermayer be7109c12b ar -s -> ranlib 22 years ago
Henry Mason ecfd40b390 new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me 22 years ago
Brian Foley ab6c65f693 altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) 22 years ago
Michael Niedermayer 004c18ee9c higher accuracy 22 years ago
Mark Hills 81e0d0b412 oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) 22 years ago
Michael Niedermayer ad324c9351 dct cleanup 22 years ago
Arpi 6b791538b9 warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> 22 years ago
Lennert Buytenhek cca1b2410e dont needlessly gettimeofday in video grabber patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) 22 years ago
Michael Niedermayer 86748dbc61 dct-test update 22 years ago
Lennert Buytenhek e61efa2468 unmap video buffers on close patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) 22 years ago
Lennert Buytenhek 5bd11e314e dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) 22 years ago
Lennert Buytenhek 1565dabc1a be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) 22 years ago
Michael Niedermayer ab6d194a38 croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me 22 years ago
Michael Niedermayer d3b3efe368 checksums for the bitexact simple idct 22 years ago
Michael Niedermayer e7fce5e9fb bitexact hack for the simple mmx idct 22 years ago
Michael Niedermayer 8e779b900f not used anymore 22 years ago
Michael Niedermayer 463678ac8b using only the fast int dct for regression tests 22 years ago
Felix Bünemann 3f027ca76c cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>) 22 years ago
Martin Olschewski c7e079314b sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>) 22 years ago
Michael Niedermayer 471d7dc3d0 undefined M_PI / M_E fix 22 years ago