1970 Commits (ba57a3ff23cd295c3b225db3ba0d995602bf54de)
 

Author SHA1 Message Date
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
Michael Niedermayer 99d33fa3e6 faster C linear blend & interpolate deinterlacers 22 years ago
Michael Niedermayer 134eb1e504 fixing cliping of c deinterlacers 22 years ago
Roman Shaposhnik deb0a292b0 AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Michael Niedermayer 5bf0135422 10l 22 years ago
Michael Niedermayer fccb9b2b80 10000l (YUV vs. YVU swscale fix/cleanup) 22 years ago
François Revol 335338e884 the media node now won't connect itself to the default audio input with -ad wait: 22 years ago
François Revol 788a2d3d8b experimental BeOS audio input support. (needs unreleased library) 22 years ago
François Revol 50515cddf3 cleanup; unused pipe() stuff removed. 22 years ago
Sebastien Bechet e8b478c131 I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>) 22 years ago
Michael Niedermayer 8d170f0efa test ffserver even if ffmpeg regresion test fails 22 years ago
François Revol 62790b9917 debug stuff only for DEBUG :) 22 years ago
Michael Niedermayer 8e0a3db735 faster hadamard transform 22 years ago
Michael Niedermayer 3b0da3f92f 10l 22 years ago
Michael Niedermayer 00df1301bd allways test ffserver too by default 22 years ago
Mark Hills b88ba82315 ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot org dot uk>) 22 years ago
Roman Shaposhnik 06219cb194 OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Nick Kurshev 3a694b0456 binary compatibility fix (workaround for r.147, r.148) 22 years ago