[FFmpeg-devel] [PATCH] RDFT for Bink and QDM2

Alex Converse alex.converse
Fri Jan 30 02:10:18 CET 2009


On Thu, Jan 29, 2009 at 6:22 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
>
> On Tue, Jan 27, 2009 at 05:32:06PM -0500, Alex Converse wrote:
> > 2009/1/24 Michael Niedermayer <michaelni at gmx.at>
> >
> > > On Fri, Jan 23, 2009 at 04:13:10PM -0500, Alex Converse wrote:
> > > > On Fri, Jan 23, 2009 at 7:25 AM, Michael Niedermayer <michaelni at gmx.at>
> > > wrote:
> > > > > On Thu, Jan 22, 2009 at 04:04:09PM -0500, Alex Converse wrote:
> > > > >> On Thu, Jan 22, 2009 at 1:35 PM, Michael Niedermayer <
> > > michaelni at gmx.at> wrote:
> > > > >> > On Thu, Jan 22, 2009 at 01:08:50PM -0500, Alex Converse wrote:
> > > > >> >> On Thu, Jan 22, 2009 at 12:58 PM, Michael Niedermayer <
> > > michaelni at gmx.at> wrote:
> > > > >> >> > On Thu, Jan 22, 2009 at 11:56:24AM -0500, Alex Converse wrote:
> > > > >> >> >> On Wed, Jan 21, 2009 at 6:14 PM, Michael Niedermayer <
> > > michaelni at gmx.at> wrote:
> > > > >> >> >> > On Wed, Jan 21, 2009 at 06:03:36PM -0500, Alex Converse wrote:
> > > > >> >> >> >> On Wed, Jan 21, 2009 at 5:53 PM, Michael Niedermayer <
> > > michaelni at gmx.at> wrote:
> > > > >> >> >> >> > On Wed, Jan 21, 2009 at 04:45:09PM -0500, Alex Converse
> > > wrote:
> > > > >> >> >> >> >> On Wed, Jan 21, 2009 at 4:25 PM, Michael Niedermayer <
> > > michaelni at gmx.at> wrote:
> > > > >> >> >> >> >> > On Wed, Jan 21, 2009 at 01:12:30PM -0500, Alex Converse
> > > wrote:
> > > > >> >> >> >> >> >> On Wed, Jan 21, 2009 at 8:36 AM, Michael Niedermayer <
> > > michaelni at gmx.at> wrote:
> > > > >> >> >> >> >> >> >
> > > > >> >> >> >> >> >> > On Tue, Jan 20, 2009 at 03:19:46PM -0500, Alex
> > > Converse wrote:
> > > > >> >> >> >> >> >> > > On Tue, Jan 20, 2009 at 1:50 PM, Michael
> > > Niedermayer <michaelni at gmx.at> wrote:
> > > > >> >> >> >> >> >> > > > On Tue, Jan 20, 2009 at 12:24:06PM -0500, Alex
> > > Converse wrote:
> > > > >> >> >> >> >> >> > > >> On Tue, Jan 20, 2009 at 11:52 AM, Michael
> > > Niedermayer <michaelni at gmx.at> wrote:
> > > > >> >> >> >> >> >> > > >> > On Mon, Jan 19, 2009 at 07:44:38PM -0500, Alex
> > > Converse wrote:
> > > > >> >> >> >> >> >> > > > [...]
> > > > >> >> >> >> >> >> > > >> >
> [...]
>
> > Real Discrete Fourier Transform
> >
> > From: Alex Converse <alex.converse at gmail.com>
> >
> >
> > ---
> >
> >  configure            |    2 +
> >  libavcodec/Makefile  |    1
> >  libavcodec/dsputil.h |   31 ++++++++++++
> >  libavcodec/fft.c     |    2 -
> >  libavcodec/rdft.c    |  127 ++++++++++++++++++++++++++++++++++++++++++++++++++
> >  5 files changed, 162 insertions(+), 1 deletions(-)
> >  create mode 100644 libavcodec/rdft.c
>
> missing changelog entry

Why does it require a changelog entry? It's an implementation detail
similar to fft/mdct which are controllable with configure but didn't
get changelog entries.

Regards,
Alex




More information about the ffmpeg-devel mailing list