On Thu, Mar 19, 2015 at 11:56:22PM +0100, Hendrik Leppkes wrote:
> ---
> configure | 4 +
> libavcodec/Makefile| 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/libdcadec.c | 197
> +
> 4 files changed, 203 insertions(+)
>
---
configure | 4 +
libavcodec/Makefile| 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/libdcadec.c | 197 +
4 files changed, 203 insertions(+)
create mode 100644 libavcodec/libdcadec.c
diff --git a/configure b/configure
inde
On 3/17/2015 4:26 PM, James Almer wrote:
> We don't have a generic decorrelate dsp?
> I think there was something in fmtconvert, but libav nuked it for being
> unused.
Can we not just use a different return format?
- Derek
___
ffmpeg-devel mailing list
On 17/03/15 1:07 PM, Hendrik Leppkes wrote:
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index cdc8aa1..48e212f 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -2851,6 +2851,7 @@ typedef struct AVCodecContext {
> #define FF_PROFILE_DTS_96_24 40
> #define FF
---
libdcadec is found here: https://github.com/foo86/dcadec
I wrote this mostly for myself, as its lossless and quite stable, and
allows easy comparison to the state of the native decoder.
Since I got a request to share it, I figured I might just send it, may it
benefit anyone that is interest