| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorder functions so that encoding functions are disabled by the preprocessor. | Diego Biurrun | 2009-09-18 | 1 | -1344/+1342 |
* | snow decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |
* | Correct x/ymin to avoid segfault due to out of picture reads. | Michael Niedermayer | 2009-05-08 | 1 | -4/+4 |
* | Optimize sign handling in get_symbol(). | Michael Niedermayer | 2009-04-24 | 1 | -4/+2 |
* | Remove 2 useless FFMIN(). | Michael Niedermayer | 2009-04-22 | 1 | -2/+2 |
* | Remove apparently redundant code. | Michael Niedermayer | 2009-04-22 | 1 | -3/+0 |
* | Fix indention, patch by Lars Täuber. | Lars Täuber | 2009-04-17 | 1 | -8/+8 |
* | Remove unused variable from slice_buffer_release() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+0 |
* | Remove unused variables from slice_buffer_load_line() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+0 |
* | cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). | Diego Biurrun | 2009-04-10 | 1 | -4/+4 |
* | Make sure the next used frame is released so get_buffer() wont fail. | Michael Niedermayer | 2009-04-09 | 1 | -0/+2 |
* | Move release_buffer() up so it is prior to a future call to it. | Michael Niedermayer | 2009-04-09 | 1 | -12/+12 |
* | Factorize release_buffer() | Michael Niedermayer | 2009-04-09 | 1 | -13/+15 |
* | Make sure spatial_decomposition_count is not too large for picture size. | Michael Niedermayer | 2009-04-09 | 1 | -0/+5 |
* | Skip non intra frames that have no reference frames. | Michael Niedermayer | 2009-04-09 | 1 | -1/+6 |
* | Make sure spatial_decomposition_count is >0. | Michael Niedermayer | 2009-04-09 | 1 | -2/+2 |
* | Make sure the block array is of the correct size. | Michael Niedermayer | 2009-04-09 | 1 | -1/+2 |
* | Check spatial_decomposition_count too, fixes another crash. | Michael Niedermayer | 2009-04-09 | 1 | -2/+2 |
* | 10l, forgot to remove old code, which broke snow. | Michael Niedermayer | 2009-04-09 | 1 | -1/+0 |
* | Factorize check of read symbols. | Michael Niedermayer | 2009-04-09 | 1 | -10/+11 |
* | Fix spatial_decomposition_type validity check. | Michael Niedermayer | 2009-04-09 | 1 | -1/+1 |
* | Fix crash when max_ref_frames was out of range. | Michael Niedermayer | 2009-04-09 | 1 | -2/+8 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Move declaration of prn before any assignment. | Benoit Fouet | 2009-03-31 | 1 | -1/+1 |
* | Replace random() usage in test programs by av_lfg_*(). | Diego Biurrun | 2009-03-20 | 1 | -3/+7 |
* | Align test program output columns. | Diego Biurrun | 2009-03-20 | 1 | -2/+2 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+1 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | More POSIX _t namespace cleanup. | Michael Niedermayer | 2008-12-12 | 1 | -17/+17 |
* | Fix regression test failure with pthreads on multiprocessor systems. | Michael Niedermayer | 2008-12-02 | 1 | -0/+2 |
* | snow: move scratch buffer from stack to malloced buffer in context | Måns Rullgård | 2008-11-25 | 1 | -2/+6 |
* | cosmetics: s/const static/static const/g | Mathieu Malaterre | 2008-08-19 | 1 | -3/+3 |
* | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -1/+3 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -6/+6 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -7/+7 |
* | cosmetics: Fix indentation in a few more places. | Diego Biurrun | 2008-03-08 | 1 | -34/+35 |
* | cosmetics: Normalize {} placement after for, while, if. | Diego Biurrun | 2008-03-08 | 1 | -18/+9 |
* | move draw_edges() into dsputil | Aurelien Jacobs | 2008-03-04 | 1 | -3/+3 |
* | suppress the second warning | Michael Niedermayer | 2008-02-28 | 1 | -1/+3 |
* | cosmetics: Demplayerify indentation. | Diego Biurrun | 2008-02-26 | 1 | -224/+227 |
* | Add comments to some #endif directives. | Diego Biurrun | 2008-02-26 | 1 | -2/+2 |
* | cosmetics: spelling/grammar | Diego Biurrun | 2008-02-26 | 1 | -26/+27 |
* | Remove START_TIMER and STOP_TIMER macros. | Diego Biurrun | 2008-02-26 | 1 | -92/+3 |
* | Remove commented-out av_log calls. | Diego Biurrun | 2008-02-25 | 1 | -12/+0 |
* | Make diego happy. | Michael Niedermayer | 2008-02-25 | 1 | -2/+2 |
* | some const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses aroun... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |