120 Commits (a936475949e45df42a2f60bf6d4b1f9978ba8468)

Author SHA1 Message Date
Michael Niedermayer a7702890bd remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) 18 years ago
Michael Niedermayer 9d82b0dda1 moving utf8 reading function to libavutil 18 years ago
Luca Barbato 24dd8c616d Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org> 18 years ago
Måns Rullgård 959e63c9ba floorf() is not used, and causes warnings on Solaris 18 years ago
Diego Pettenò 72468a035a make sure NDEBUG is not defined already before defining it 18 years ago
Aurelien Jacobs 77177335f0 document clip functions 19 years ago
Panagiotis Issaris 3a1fda0a37 clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Issaris < takis.issaris _at_ uhasselt.be >) 19 years ago
Måns Rullgård d2fbcb3bc8 #define [U]INT32_{MIN,MAX} if missing 19 years ago
Sam Hocevar 5f112e1f96 Proper mangling information for symbols in OS X Mach-O shared objects. 19 years ago
Diego Biurrun 320d060ae9 On MinGW it is not possible to build shared and static libraries at once. 19 years ago
Gildas Bazin ac44871c77 WinCE cross-compilation support 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
François Revol 86f77a493a Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaults when they use such things ? 19 years ago
Fredrik Orderud 765c344060 Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGW 19 years ago
François Revol e684b35d62 fix for systems not defining PRIu64, not everyone knows C99. 19 years ago
Alexander Strasser e852beeee3 Fixed format specifier in STOP_TIMER macro. 19 years ago
Diego Biurrun 7df6545556 Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h 19 years ago
Diego Biurrun 978844ccaa Wrong comment after #endif. 19 years ago
Alexander Strasser c11c2bc20b libavutil: Utility code from libavcodec moved to a separate library. 19 years ago
Michael Niedermayer 59d8efb340 uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de) 20 years ago
Michael Niedermayer 0775c88f4e START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org) 20 years ago
Michael Niedermayer ee572c5482 remove duplicate clip to 8bit function 20 years ago
Aurelien Jacobs 8230cf0210 add an AMD64 specific implementation of rdtsc() 20 years ago
Michael Niedermayer 40c5fa2689 AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer 1f3f950799 disallow strcat 20 years ago
Michael Niedermayer 2fc8ea249f dissallow sprintf 20 years ago
Michael Niedermayer caa336b4cc common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago
Drew Hess a2c3bf82a7 fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>) 20 years ago
Burkhard Plaum 073c2593c9 Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) 20 years ago
Bohdan Horst cc044c1cc0 INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>) 20 years ago
Aurelien Jacobs 053dea12f2 adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) 20 years ago
Zdenek Kabelac 7fea94ce4a * fixing a few of gcc 'clean-code' warnings 20 years ago
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