summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAge
* snow: remove a VLA used for edge emulationRonald S. Bultje2012-07-03
* snow: remove the runs[] VLA.Ronald S. Bultje2012-07-03
* snow: Check mallocs at initMartin Storsjö2012-07-03
* snow: remove VLA in mc_block()Mans Rullgard2012-07-02
* dwt: remove variable-length arraysRonald S. Bultje2012-06-17
* snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* snow: Restore three mistakenly removed casts.Diego Biurrun2012-01-03
* Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-02
* snow: fix signed overflow in byte to 32-bit replicationMans Rullgard2011-11-26
* snow: split snow in snowdec and snowencLuca Barbato2011-11-24
* snow: do not draw_edge if emu_edge is setMichael Niedermayer2011-10-28
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* snow: add 'memc_only' private option.Anton Khirnov2011-08-31
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Remove snow/dwt test programMans Rullgard2011-07-20
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* snow: Remove unused code.Diego Biurrun2011-07-03
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* snow: remove unused parameter to mc_block()Måns Rullgård2010-06-23
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add ff_ prefix to dwt functionsMåns Rullgård2010-03-14
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Add some missing #includesMåns Rullgård2010-03-06
* Optimize ff_snow_horizontal_compose97i.Michael Niedermayer2010-01-11
* Merge vertical_compose53iL0*()Michael Niedermayer2010-01-11
* Optimize horizontal_compose53i() by inlining inv_lift() and optimizing theMichael Niedermayer2010-01-11
* Snow : re-indent after r21093.Jai Menon2010-01-08
* Snow : remove pointless 'if(1)'.Jai Menon2010-01-08
* Snow : use non-NULL context for av_log.Jai Menon2010-01-08
* Cosmetics : remove duplicated comment.Jai Menon2010-01-08
* Snow : release buffers allocated using avctx->get_buffer.Jai Menon2010-01-08
* Fix 1 pass RC in snow.Michael Niedermayer2009-12-02
* Reorder functions so that encoding functions are disabled by the preprocessor.Diego Biurrun2009-09-18
* snow decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Correct x/ymin to avoid segfault due to out of picture reads.Michael Niedermayer2009-05-08
* Optimize sign handling in get_symbol().Michael Niedermayer2009-04-24
* Remove 2 useless FFMIN().Michael Niedermayer2009-04-22