summaryrefslogtreecommitdiffstats
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* snow: Restore three mistakenly removed casts.Diego Biurrun2012-01-031-3/+3
* Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-021-3/+3
* snow: fix signed overflow in byte to 32-bit replicationMans Rullgard2011-11-261-2/+2
* snow: split snow in snowdec and snowencLuca Barbato2011-11-241-3107/+55
* snow: do not draw_edge if emu_edge is setMichael Niedermayer2011-10-281-3/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* snow: add 'memc_only' private option.Anton Khirnov2011-08-311-2/+20
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-261-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-17/+15
* Remove snow/dwt test programMans Rullgard2011-07-201-121/+0
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-11/+11
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* snow: Remove unused code.Diego Biurrun2011-07-031-342/+0
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-3/+3
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-3/+3
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-3/+3
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-11/+11
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-2/+0
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-261-3/+9
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* snow: remove unused parameter to mc_block()Måns Rullgård2010-06-231-4/+3
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Add ff_ prefix to dwt functionsMåns Rullgård2010-03-141-7/+7
* Separate DWT from snow and dsputilMåns Rullgård2010-03-141-723/+5
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-081-0/+1
* Add some missing #includesMåns Rullgård2010-03-061-0/+1
* Optimize ff_snow_horizontal_compose97i.Michael Niedermayer2010-01-111-4/+30
* Merge vertical_compose53iL0*()Michael Niedermayer2010-01-111-0/+9
* Optimize horizontal_compose53i() by inlining inv_lift() and optimizing theMichael Niedermayer2010-01-111-36/+14
* Snow : re-indent after r21093.Jai Menon2010-01-081-74/+74
* Snow : remove pointless 'if(1)'.Jai Menon2010-01-081-2/+0
* Snow : use non-NULL context for av_log.Jai Menon2010-01-081-2/+2
* Cosmetics : remove duplicated comment.Jai Menon2010-01-081-1/+0
* Snow : release buffers allocated using avctx->get_buffer.Jai Menon2010-01-081-0/+6
* Fix 1 pass RC in snow.Michael Niedermayer2009-12-021-0/+2
* Reorder functions so that encoding functions are disabled by the preprocessor.Diego Biurrun2009-09-181-1344/+1342
* snow decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-1/+1
* Correct x/ymin to avoid segfault due to out of picture reads.Michael Niedermayer2009-05-081-4/+4
* Optimize sign handling in get_symbol().Michael Niedermayer2009-04-241-4/+2
* Remove 2 useless FFMIN().Michael Niedermayer2009-04-221-2/+2
* Remove apparently redundant code.Michael Niedermayer2009-04-221-3/+0
* Fix indention, patch by Lars Täuber.Lars Täuber2009-04-171-8/+8
* Remove unused variable from slice_buffer_release() found by CSA.Michael Niedermayer2009-04-171-2/+0
* Remove unused variables from slice_buffer_load_line() found by CSA.Michael Niedermayer2009-04-171-2/+0
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-101-4/+4
* Make sure the next used frame is released so get_buffer() wont fail.Michael Niedermayer2009-04-091-0/+2
* Move release_buffer() up so it is prior to a future call to it.Michael Niedermayer2009-04-091-12/+12
OpenPOWER on IntegriCloud