230 Commits (dc7f38f59cd903695410514119cb280572910c54)

Author SHA1 Message Date
Michael Niedermayer c267bb038e Fix 1 pass RC in snow. 15 years ago
Diego Biurrun d773d85515 Reorder functions so that encoding functions are disabled by the preprocessor. 15 years ago
Baptiste Coudurier 2b2b7f41de snow decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Michael Niedermayer 9a3eaeebad Correct x/ymin to avoid segfault due to out of picture reads. 16 years ago
Michael Niedermayer 3788e661f1 Optimize sign handling in get_symbol(). 16 years ago
Michael Niedermayer e1b3d27272 Remove 2 useless FFMIN(). 16 years ago
Michael Niedermayer 7bdf2eb8c4 Remove apparently redundant code. 16 years ago
Lars Täuber a4873f7d9d Fix indention, patch by Lars Täuber. 16 years ago
Michael Niedermayer 29322398fc Remove unused variable from slice_buffer_release() found by CSA. 16 years ago
Michael Niedermayer 75eaa91c15 Remove unused variables from slice_buffer_load_line() found by CSA. 16 years ago
Diego Biurrun 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 years ago
Michael Niedermayer cc0241283b Make sure the next used frame is released so get_buffer() wont fail. 16 years ago
Michael Niedermayer 38fd076c21 Move release_buffer() up so it is prior to a future call to it. 16 years ago
Michael Niedermayer 0a08b5735b Factorize release_buffer() 16 years ago
Michael Niedermayer eebbb33abf Make sure spatial_decomposition_count is not too large for picture size. 16 years ago
Michael Niedermayer 69409ccb80 Skip non intra frames that have no reference frames. 16 years ago
Michael Niedermayer 440882f7be Make sure spatial_decomposition_count is >0. 16 years ago
Michael Niedermayer dc7f45a08e Make sure the block array is of the correct size. 16 years ago
Michael Niedermayer bc4350a333 Check spatial_decomposition_count too, fixes another crash. 16 years ago
Michael Niedermayer 45d1d9794d 10l, forgot to remove old code, which broke snow. 16 years ago
Michael Niedermayer 158f189f82 Factorize check of read symbols. 16 years ago
Michael Niedermayer a794356602 Fix spatial_decomposition_type validity check. 16 years ago
Michael Niedermayer f0812be883 Fix crash when max_ref_frames was out of range. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Benoit Fouet ccc745cdf4 Move declaration of prn before any assignment. 16 years ago
Diego Biurrun 294eaa2643 Replace random() usage in test programs by av_lfg_*(). 16 years ago
Diego Biurrun 578f90a8d5 Align test program output columns. 16 years ago
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