| Commit message (Expand) | Author | Age | Files | Lines |
* | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -3/+3 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -3/+3 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -11/+11 |
* | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun | 2011-04-26 | 1 | -2/+0 |
* | dsputil: allow to skip drawing of top/bottom edges. | Alexander Strange | 2011-03-26 | 1 | -3/+9 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-28 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | snow: remove unused parameter to mc_block() | Måns Rullgård | 2010-06-23 | 1 | -4/+3 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Add ff_ prefix to dwt functions | Måns Rullgård | 2010-03-14 | 1 | -7/+7 |
* | Separate DWT from snow and dsputil | Måns Rullgård | 2010-03-14 | 1 | -723/+5 |
* | Move ff_sqrt() to libavutil/intmath.h | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | Add some missing #includes | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Optimize ff_snow_horizontal_compose97i. | Michael Niedermayer | 2010-01-11 | 1 | -4/+30 |
* | Merge vertical_compose53iL0*() | Michael Niedermayer | 2010-01-11 | 1 | -0/+9 |
* | Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the | Michael Niedermayer | 2010-01-11 | 1 | -36/+14 |
* | Snow : re-indent after r21093. | Jai Menon | 2010-01-08 | 1 | -74/+74 |
* | Snow : remove pointless 'if(1)'. | Jai Menon | 2010-01-08 | 1 | -2/+0 |
* | Snow : use non-NULL context for av_log. | Jai Menon | 2010-01-08 | 1 | -2/+2 |
* | Cosmetics : remove duplicated comment. | Jai Menon | 2010-01-08 | 1 | -1/+0 |
* | Snow : release buffers allocated using avctx->get_buffer. | Jai Menon | 2010-01-08 | 1 | -0/+6 |
* | Fix 1 pass RC in snow. | Michael Niedermayer | 2009-12-02 | 1 | -0/+2 |
* | 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 |