203 Commits (cd0d9a9de68f6407498f9eb9b452cbe74c403c9f)

Author SHA1 Message Date
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer fe5c7e588d More POSIX _t namespace cleanup. 16 years ago
Michael Niedermayer a6f2c0d6e5 Fix regression test failure with pthreads on multiprocessor systems. 16 years ago
Måns Rullgård bd2b6b33bf snow: move scratch buffer from stack to malloced buffer in context 16 years ago
Mathieu Malaterre 7942269b71 cosmetics: s/const static/static const/g 16 years ago
Stefan Gehrer cf2baeb338 mark read-only data as const 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Diego Biurrun e73e4e75f9 cosmetics: Fix indentation in a few more places. 17 years ago
Diego Biurrun ef3dfbd427 cosmetics: Normalize {} placement after for, while, if. 17 years ago
Aurelien Jacobs 5a6a9e78ab move draw_edges() into dsputil 17 years ago
Michael Niedermayer b5a33ff124 suppress the second warning 17 years ago
Diego Biurrun 94ae6788e2 cosmetics: Demplayerify indentation. 17 years ago
Diego Biurrun 301df48074 Add comments to some #endif directives. 17 years ago
Diego Biurrun e6464f8b5e cosmetics: spelling/grammar 17 years ago
Diego Biurrun d248905ba5 Remove START_TIMER and STOP_TIMER macros. 17 years ago
Diego Biurrun 4847a997aa Remove commented-out av_log calls. 17 years ago
Michael Niedermayer 2936438a38 Make diego happy. 17 years ago
Michael Niedermayer 7e2ea58313 some const 17 years ago
Baptiste Coudurier 8943802849 add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within || 17 years ago
Baptiste Coudurier f0a7084088 Add const qualifier, fix warnings: 17 years ago
Diego Biurrun 6a339972af Remove unused variables in test code. 17 years ago
Diego Biurrun 07e4e3ea8b Consistently use TEST as the preprocessor condition to enable test code. 17 years ago
Michael Niedermayer 526e037b95 Remove green clouds. 17 years ago
Michael Niedermayer 1918057c8a prevent warnings about functions being possibly unused 17 years ago
Michael Niedermayer 9a3bb2b89c thank you for your efforts to keep my code clean, but i would like to 17 years ago
Diego Biurrun f8a80fd69d main() --> main(void) 17 years ago
Diego Biurrun eb72cacb21 Remove unused functions, fixes the warnings: 17 years ago
Aurelien Jacobs 87246a01cf avoid some halfpel related #ifdef 17 years ago
Diego Biurrun a0c013de34 Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: 17 years ago
Diego Biurrun 96e2fbf27b Add comments to some #endif directives. 17 years ago
Diego Biurrun f073a3934a cosmetics: Fix vissual --> visual typo. 17 years ago
Stefano Sabatini 2e39d0cd5b Improve unsupported (pixel) format error message. 17 years ago
Diego Biurrun 3ea7841120 warning fixes: 17 years ago
Michael Niedermayer ff193e6419 some experimental iterative quantization code 17 years ago
Michael Niedermayer 8db1372814 make changing spatial_decomposition_count per frame work 17 years ago
Michael Niedermayer dbd6a1fee8 do not ignore return of decode_header() 17 years ago
Michael Niedermayer b85bf991f6 do not force the halfpel filter coeffs to be retransmitted on every frame 17 years ago
Michael Niedermayer e559c30a20 allow changing of the spatial_decomposition_count and quantization tables 17 years ago
Michael Niedermayer 4f90f33ab4 perform init after reading the values needed for init 17 years ago
Michael Niedermayer 081c9d1d7b unneeded and impossible during init ... 17 years ago
Michael Niedermayer 32272f7e95 unused 17 years ago
Michael Niedermayer 014f9d233f allocate slice buffer after parsing the header containing needed parameters 17 years ago
Michael Niedermayer ba8964db60 remove () 17 years ago
Michael Niedermayer 61806e9fa7 spatial_decomposition_count != 5 bugfix 17 years ago
Michael Niedermayer fa731ccd4e scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) 17 years ago