137 Commits (c5c97a8d1329218181a51f3b990626b5bd55c3c6)

Author SHA1 Message Date
Michael Niedermayer 0187e9030a TIMER dummies for non-x86 20 years ago
Michael Niedermayer 9ff18a7089 10l 21 years ago
Alex Beregszaszi 92e09c5dd0 unused 21 years ago
Michael Niedermayer 0ff93477be optimization 21 years ago
Michael Niedermayer caa50878f4 UINT64_MAX fix 21 years ago
Alex Beregszaszi f4ae934a3b avoid macro conflicts 21 years ago
James Morrison bb476ff367 vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) 21 years ago
Sascha Sommer 2a86d50bd9 cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 21 years ago
Sascha Sommer 5c668f4610 libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer) 21 years ago
Michael Niedermayer 10f3005f51 RSHIFT(x,0) fix 21 years ago
Michael Niedermayer 365e75f89b t/dprintf printf -> av_log 21 years ago
Michael Niedermayer 7d1bbcd42f time & (s)rand is forbidden 21 years ago
Michael Niedermayer 3ebc7e04de h264 loop filter optimizations 21 years ago
Roman Shaposhnik 5825425795 * removing casualties of battle of the wits and English language 21 years ago
Roman Shaposhnik 380fd6b1b4 * DV decoder simplifications. Now it looks to be 6% faster. At least 21 years ago
Roman Shaposhnik e7a18d5deb * moving some of the commonly used bit reading/writing functions 21 years ago
Dmitry Baryshkov 5c0513bda7 attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) 21 years ago
Gael Chardon 2a24fe4ccc int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>) 21 years ago
Michael Niedermayer 310ffb8f26 c99 21 years ago
Michael Niedermayer d705e4a6bb (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get 21 years ago
Michael Niedermayer 9c3d33d67f multithreaded/SMP motion estimation 21 years ago
Michael Niedermayer 99683a3077 2 byte shorter userdata for mpeg4 21 years ago
Alex Beregszaszi fe455f3328 get_bit_count -> put_bits_count 21 years ago
Michael Niedermayer 9ff5f17543 int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Alex Beregszaszi e0c53ac889 freebsd fix for mpeg12.c (moving INT64_MAX to common.h) 21 years ago
Michael Niedermayer 7a62e94a26 optimization 21 years ago
Michael Niedermayer d2a9bdddd8 more sane inttypes emulation behavior if libavcodec is used outside ffmpeg 21 years ago
Chris Flerackers 7f965c1c89 inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>) 21 years ago
Michael Niedermayer a8380f44cf removing unused var & converting 64->32bit 21 years ago
Roman Shaposhnik 19d053c5ba * fixes for broken builds on Solaris, OS2 and all bingendian 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 5ff85f1d8b AVRational 21 years ago
Dan Christiansen dc7cb06ae0 gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) 21 years ago
Alex Beregszaszi ed7debda14 removed the obsolete and unused parameters of init_put_bits 21 years ago
Michael Niedermayer 49e17f8407 recommit of 21 years ago
Fabrice Bellard 56c4a18464 ctype.h is a common header 21 years ago
Fabrice Bellard f5fe9d5f8c export int64_t_C as it is needed by libavformat.h 21 years ago
Mike Melanson 966df5b6b3 reverse earlier patch 21 years ago
Mike Melanson c965f94346 endian-conscious fix, courtesy of Sebastian Jedruszkiewicz 21 years ago
Michael Niedermayer dc939fd588 fix CHECKED_ALLOCZ(0) 22 years ago
Michael Niedermayer b534c7f92a some benchmarking code 22 years ago
Michael Niedermayer 3d2e8cce3a ASV1 codec 22 years ago
Michael Niedermayer 3bb10888ff libmpeg2 style bitstream reader 17 vs 16 bit bugfix 22 years ago
BERO d4961b3523 fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me 22 years ago
Michael Niedermayer 17fb5fd34e libmpeg2 style bitstream reader fixes 22 years ago
BERO d8e00c0997 bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) 22 years ago
Michael Niedermayer 814b648c75 Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>) 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
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