| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-29 | 1 | -1/+1 |
|\ |
|
| * | snow: do not draw_edge if emu_edge is set | Michael Niedermayer | 2011-10-28 | 1 | -3/+1 |
* | | snow: emu edge support | Michael Niedermayer | 2011-10-26 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-01 | 1 | -2/+20 |
|\ \
| |/ |
|
| * | snow: add 'memc_only' private option. | Anton Khirnov | 2011-08-31 | 1 | -2/+20 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -17/+15 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -17/+15 |
| * | Remove snow/dwt test program | Mans Rullgard | 2011-07-20 | 1 | -121/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -11/+11 |
|\ \
| |/ |
|
| * | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -11/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -342/+1 |
|\ \
| |/ |
|
| * | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
| * | snow: Remove unused code. | Diego Biurrun | 2011-07-03 | 1 | -342/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-15 | 1 | -3/+9 |
|\ \
| |/ |
|
| * | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -3/+3 |
| * | 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 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -11/+11 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | 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 |
* | | Fake-Merge remote-tracking branch 'ffmpeg-mt/master' | Michael Niedermayer | 2011-03-22 | 1 | -3/+3 |
* | | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-30 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |