2012-11-11 |
Michael Niedermayer | snow: fix edge emu switch |
blob | commitdiff |
2012-07-03 |
Michael Niedermayer | snow: move init code that depends on picture paramaters... |
blob | commitdiff | diff to current |
2012-07-03 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-07-03 |
Ronald S. Bultje | snow: remove a VLA used for edge emulation |
blob | commitdiff | diff to current |
2012-07-03 |
Ronald S. Bultje | snow: remove the runs[] VLA. |
blob | commitdiff | diff to current |
2012-07-03 |
Martin Storsjö | snow: Check mallocs at init |
blob | commitdiff | diff to current |
2012-07-02 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-07-02 |
Mans Rullgard | snow: remove VLA in mc_block() |
blob | commitdiff | diff to current |
2012-06-23 |
Michael Niedermayer | snow.c: use av_assert |
blob | commitdiff | diff to current |
2012-06-22 |
Michael Niedermayer | ff_snow_common_end: assert() that the last buffer freed... |
blob | commitdiff | diff to current |
2012-06-22 |
Michael Niedermayer | snow: yuv444 support |
blob | commitdiff | diff to current |
2012-06-18 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-06-17 |
Ronald S. Bultje | dwt: remove variable-length arrays |
blob | commitdiff | diff to current |
2012-02-16 |
Michael Niedermayer | snow: zero scratchbuf. |
blob | commitdiff | diff to current |
2012-02-16 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-02-15 |
Martin Storsjö | snow: Add ff_ prefix to nonstatic symbols |
blob | commitdiff | diff to current |
2012-02-15 |
Martin Storsjö | dsputil: Add ff_ prefix to the dsputil*_init* functions |
blob | commitdiff | diff to current |
2012-01-28 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-01-28 |
Alex Converse | cosmetics: Remove extra newlines at EOF |
blob | commitdiff | diff to current |
2012-01-04 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-01-03 |
Diego Biurrun | snow: Restore three mistakenly removed casts. |
blob | commitdiff | diff to current |
2012-01-03 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-01-02 |
Diego Biurrun | Drop some pointless void* return value casts from av_ma... |
blob | commitdiff | diff to current |
2011-11-26 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-11-26 |
Mans Rullgard | snow: fix signed overflow in byte to 32-bit replication |
blob | commitdiff | diff to current |
2011-11-25 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-11-24 |
Luca Barbato | snow: split snow in snowdec and snowenc |
blob | commitdiff | diff to current |
2011-11-05 |
Reimar Döffinger | Try to set AVFrame.reference to correct values. |
blob | commitdiff | diff to current |
2011-10-29 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-10-28 |
Michael Niedermayer | snow: do not draw_edge if emu_edge is set |
blob | commitdiff | diff to current |
2011-10-26 |
Michael Niedermayer | snow: emu edge support |
blob | commitdiff | diff to current |
2011-10-13 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-10-12 |
Anton Khirnov | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* |
blob | commitdiff | diff to current |
2011-08-31 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-08-31 |
Anton Khirnov | snow: add 'memc_only' private option. |
blob | commitdiff | diff to current |
2011-08-26 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-08-26 |
Diego Biurrun | doxygen: fix wrong comment syntax, //< vs. ///< |
blob | commitdiff | diff to current |
2011-07-30 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-07-29 |
Anton Khirnov | lavc: use designated initialisers for all codecs. |
blob | commitdiff | diff to current |
2011-07-20 |
Mans Rullgard | Remove snow/dwt test program |
blob | commitdiff | diff to current |
2011-07-11 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-07-10 |
Diego Biurrun | Eliminate FF_COMMON_FRAME macro. |
blob | commitdiff | diff to current |
2011-07-03 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-07-03 |
Mans Rullgard | Do not include mathematics.h in avutil.h |
blob | commitdiff | diff to current |
2011-07-03 |
Diego Biurrun | snow: Remove unused code. |
blob | commitdiff | diff to current |
2011-06-15 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-06-14 |
Jason Garrett-Glaser | 4:4:4 H.264 decoding support |
blob | commitdiff | diff to current |
2011-06-13 |
Jason Garrett-Glaser | Roll back 4:4:4 H.264 for now |
blob | commitdiff | diff to current |
2011-06-13 |
Jason Garrett-Glaser | 4:4:4 H.264 decoding support |
blob | commitdiff | diff to current |
2011-05-02 |
Stefano Sabatini | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* |
blob | commitdiff | diff to current |
2011-05-02 |
Stefano Sabatini | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TY... |
blob | commitdiff | diff to current |
2011-04-27 |
Michael Niedermayer | Merge remote branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-04-26 |
Diego Biurrun | Eliminate pointless '#if 1' statements without matching... |
blob | commitdiff | diff to current |
2011-03-26 |
Alexander Strange | dsputil: allow to skip drawing of top/bottom edges. |
blob | commitdiff | diff to current |
2011-03-22 |
Michael Niedermayer | Fake-Merge remote-tracking branch 'ffmpeg-mt/master' |
blob | commitdiff | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | diff to current |
2011-01-30 |
Ronald S. Bultje | Move ff_emulated_edge_mc() into DSPContext. |
blob | commitdiff | diff to current |
2011-01-29 |
Ronald S. Bultje | Move ff_emulated_edge_mc() into DSPContext. |
blob | commitdiff | diff to current |
2011-01-28 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | diff to current |
2011-01-26 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | diff to current |
2010-06-23 |
Måns Rullgård | snow: remove unused parameter to mc_block() |
blob | commitdiff | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | diff to current |
2010-03-14 |
Måns Rullgård | Add ff_ prefix to dwt functions |
blob | commitdiff | diff to current |
2010-03-14 |
Måns Rullgård | Separate DWT from snow and dsputil |
blob | commitdiff | diff to current |
2010-03-08 |
Måns Rullgård | Move ff_sqrt() to libavutil/intmath.h |
blob | commitdiff | diff to current |
2010-03-06 |
Måns Rullgård | Add some missing #includes |
blob | commitdiff | diff to current |
2010-01-11 |
Michael Niedermayer | Optimize ff_snow_horizontal_compose97i. |
blob | commitdiff | diff to current |
2010-01-11 |
Michael Niedermayer | Merge vertical_compose53iL0*() |
blob | commitdiff | diff to current |
2010-01-11 |
Michael Niedermayer | Optimize horizontal_compose53i() by inlining inv_lift... |
blob | commitdiff | diff to current |
2010-01-08 |
Jai Menon | Snow : re-indent after r21093. |
blob | commitdiff | diff to current |
2010-01-08 |
Jai Menon | Snow : remove pointless 'if(1)'. |
blob | commitdiff | diff to current |
2010-01-08 |
Jai Menon | Snow : use non-NULL context for av_log. |
blob | commitdiff | diff to current |
2010-01-08 |
Jai Menon | Cosmetics : remove duplicated comment. |
blob | commitdiff | diff to current |
2010-01-08 |
Jai Menon | Snow : release buffers allocated using avctx->get_buffer. |
blob | commitdiff | diff to current |
2009-12-02 |
Michael Niedermayer | Fix 1 pass RC in snow. |
blob | commitdiff | diff to current |
2009-09-18 |
Diego Biurrun | Reorder functions so that encoding functions are disabl... |
blob | commitdiff | diff to current |
2009-06-05 |
Baptiste Coudurier | snow decoder uses get_buffer, set CODEC_CAP_DR1 |
blob | commitdiff | diff to current |
2009-05-08 |
Michael Niedermayer | Correct x/ymin to avoid segfault due to out of picture... |
blob | commitdiff | diff to current |
2009-04-24 |
Michael Niedermayer | Optimize sign handling in get_symbol(). |
blob | commitdiff | diff to current |
2009-04-22 |
Michael Niedermayer | Remove 2 useless FFMIN(). |
blob | commitdiff | diff to current |
2009-04-22 |
Michael Niedermayer | Remove apparently redundant code. |
blob | commitdiff | diff to current |
2009-04-17 |
Lars Täuber | Fix indention, patch by Lars Täuber. |
blob | commitdiff | diff to current |
2009-04-17 |
Michael Niedermayer | Remove unused variable from slice_buffer_release()... |
blob | commitdiff | diff to current |
2009-04-17 |
Michael Niedermayer | Remove unused variables from slice_buffer_load_line... |
blob | commitdiff | diff to current |
2009-04-10 |
Diego Biurrun | cosmetics: Rename prn variable to prng (Pseudo Random... |
blob | commitdiff | diff to current |
2009-04-09 |
Michael Niedermayer | Make sure the next used frame is released so get_buffer... |
blob | commitdiff | diff to current |
2009-04-09 |
Michael Niedermayer | Move release_buffer() up so it is prior to a future... |
blob | commitdiff | diff to current |
2009-04-09 |
Michael Niedermayer | Factorize release_buffer() |
blob | commitdiff | diff to current |
2009-04-09 |
Michael Niedermayer | Make sure spatial_decomposition_count is not too large... |
blob | commitdiff | diff to current |
2009-04-09 |
Michael Niedermayer | Skip non intra frames that have no reference frames. |
blob | commitdiff | diff to current |
2009-04-09 |
Michael Niedermayer | Make sure spatial_decomposition_count is >0. |
blob | commitdiff | diff to current |
2009-04-09 |
Michael Niedermayer | Make sure the block array is of the correct size. |
blob | commitdiff | diff to current |
2009-04-09 |
Michael Niedermayer | Check spatial_decomposition_count too, fixes another... |
blob | commitdiff | diff to current |
2009-04-09 |
Michael Niedermayer | 10l, forgot to remove old code, which broke snow. |
blob | commitdiff | diff to current |
2009-04-09 |
Michael Niedermayer | Factorize check of read symbols. |
blob | commitdiff | diff to current |
2009-04-09 |
Michael Niedermayer | Fix spatial_decomposition_type validity check. |
blob | commitdiff | diff to current |
2009-04-09 |
Michael Niedermayer | Fix crash when max_ref_frames was out of range. |
blob | commitdiff | diff to current |
2009-04-07 |
Thilo Borgmann | Implement avcodec_decode_video2(), _audio3() and _subti... |
blob | commitdiff | diff to current |
2009-03-31 |
Benoit Fouet | Move declaration of prn before any assignment. |
blob | commitdiff | diff to current |
2009-03-20 |
Diego Biurrun | Replace random() usage in test programs by av_lfg_*(). |
blob | commitdiff | diff to current |
next |