9 Commits (7d76294ce006692d341beedada7a5cde017f1697)

Author SHA1 Message Date
Michael Niedermayer 4b0f78ad1f avcodec/snow_dwt: Remove ff_ prefix from ff_spatial_idwt_init() and ff_spatial_idwt_slice() 10 years ago
Michael Niedermayer 0e699676f9 avcodec/snow: mark dwt init as av_cold 10 years ago
Michael Niedermayer 0f931b29f7 Factorize avpriv_mirror() out 10 years ago
Derek Buitenhuis 402a61c919 snow_dwt: Don't try and free members of non-existent arrays 10 years ago
Michael Niedermayer a520d8fd35 avcodec/snow_dwt: fix "incompatible pointer type" warnings 11 years ago
Michael Niedermayer c161134035 avcodec/snow_dwt: use av_malloc(z)_array() 11 years ago
Michael Niedermayer 30981a966f lavc: split snow and dirac DWTs 12 years ago
Diego Biurrun a0c5917f86 Drop Snow codec 12 years ago
Diego Biurrun 4e5b7f31f7 dwt: Drop unused functions spatial_compose{53|97}i() 12 years ago
Diego Biurrun 1ce5dce454 dwt: Remove unused code. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Michael Niedermayer 994923ec00 dwt: switch to av_assert 12 years ago
Ronald S. Bultje d9669eab0b dwt: remove variable-length arrays 13 years ago
Michael Niedermayer 60c950ac08 dwt: use av_freep() 13 years ago
Diego Biurrun cc7fac9970 dwt: return errors from ff_slice_buffer_init() 13 years ago
Jordi Ortiz c89e428ed8 dwt: check malloc calls 13 years ago
Jordi Ortiz 13a867a63e dwt: K&R prettyprinting cosmetics 13 years ago
Michael Niedermayer 7e850f1cd0 dwt: fix about a dozen "warning: assignment from incompatible pointer type" 13 years ago
Michael Niedermayer 2453ca4931 dwt: fix a dozen or so "warning: initialization from incompatible pointer type" 13 years ago
Jordi Ortiz 8b1032c923 dwt: Code make up, removed gotos 13 years ago
Michael Niedermayer 0bc5677e98 dirac: enable ff_spatial_idwt_init_mmx() 13 years ago
multiple authors 5d50fcc549 DIRAC Decoder stable version, MMX support removed. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e164553a82 Make ff_spatial_idwt_{init, slice} static to dwt.c 14 years ago
Diego Elio Pettenò ebb06d96ed Make ff_spatial_idwt_{init, slice} static to dwt.c 14 years ago
Måns Rullgård 1e470fadcb DWT: x86 init should depend on HAVE_MMX 15 years ago
Måns Rullgård 33996217ca Add ff_ prefix to dwt functions 15 years ago
Måns Rullgård 05aec7bb87 Separate DWT from snow and dsputil 15 years ago