Sat, 16 May 2009 14:17:08 +0000 |
serge |
Support for getting (i)MDCT output multiplied by a constant scaling factor.
libavcodec
|
Thu, 14 May 2009 00:02:07 +0000 |
conrad |
Use skip_bits_long() for large skips
libavcodec
|
Mon, 11 May 2009 19:21:49 +0000 |
diego |
Support 16K samplerate in Nellymoser.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Fri, 20 Mar 2009 21:15:02 +0000 |
banan |
Get rid of av_random in nellymoserdec.c
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sun, 18 Jan 2009 23:04:33 +0000 |
stefano |
Replace calls to the deprecated function av_init_random() with
libavcodec
|
Sat, 17 Jan 2009 20:06:08 +0000 |
vitor |
Use shared sine window instead of defining another one.
libavcodec
|
Sun, 16 Nov 2008 09:54:09 +0000 |
banan |
Set channel_layout
libavcodec
|
Tue, 12 Aug 2008 00:38:30 +0000 |
lorenm |
mdct wrapper function to match fft
libavcodec
|
Tue, 12 Aug 2008 00:36:36 +0000 |
lorenm |
remove mdct tmp buffer
libavcodec
|
Thu, 31 Jul 2008 10:47:31 +0000 |
pross |
Modify all codecs to report their supported input and output sample format(s).
libavcodec
|
Wed, 23 Jul 2008 12:21:56 +0000 |
banan |
Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447.
libavcodec
|
Sat, 05 Jul 2008 07:28:35 +0000 |
diego |
Remove unused variable, fixes the warning:
libavcodec
|
Sun, 22 Jun 2008 15:12:27 +0000 |
superdump |
Add generic ff_sine_window_init function and implement in codecs appropriately
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sun, 08 Jun 2008 20:45:18 +0000 |
bwolowiec |
Separating from nellymoserdec.c parts required by encoder
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Sat, 03 May 2008 17:28:25 +0000 |
michael |
Move declaration a little.
libavcodec
|
Sat, 03 May 2008 17:26:13 +0000 |
michael |
Setting i to 0 once should do.
libavcodec
|
Fri, 02 May 2008 22:58:16 +0000 |
banan |
Long name spelling fixes
libavcodec
|
Thu, 01 May 2008 15:20:57 +0000 |
diego |
Mark symbol as static, patch by Diego 'Flameeyes' Petten, flameeyes gmail com.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Wed, 16 Apr 2008 15:33:30 +0000 |
michael |
unused
libavcodec
|
Wed, 16 Apr 2008 15:33:09 +0000 |
michael |
cosmetic
libavcodec
|
Wed, 16 Apr 2008 15:30:04 +0000 |
michael |
Move the *-1 to a more sane place as well.
libavcodec
|
Wed, 16 Apr 2008 15:28:11 +0000 |
michael |
Move scale_bias to a more sane place. I am starting to wonder how this
libavcodec
|
Wed, 16 Apr 2008 15:03:07 +0000 |
michael |
simplify
libavcodec
|
Wed, 16 Apr 2008 14:59:23 +0000 |
michael |
Avoid reverse addressing, not sure if this is faster or slower but people
libavcodec
|
Wed, 16 Apr 2008 14:55:11 +0000 |
michael |
commutative law based cleanup
libavcodec
|
Wed, 16 Apr 2008 14:49:10 +0000 |
michael |
do the -1 outside of the transform
libavcodec
|
Wed, 16 Apr 2008 14:46:25 +0000 |
michael |
normalize signs
libavcodec
|
Wed, 16 Apr 2008 13:29:35 +0000 |
michael |
100l lost add_bias
libavcodec
|
Wed, 16 Apr 2008 13:28:13 +0000 |
michael |
simplify transform
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Fri, 01 Feb 2008 03:26:31 +0000 |
michael |
consts
libavcodec
|
Sun, 18 Nov 2007 10:54:38 +0000 |
banan |
Use memcpy instead of for loop
libavcodec
|
Wed, 14 Nov 2007 16:33:14 +0000 |
banan |
Small simplification
libavcodec
|
Wed, 14 Nov 2007 15:31:47 +0000 |
alex |
Support 44.1kHz audio. Acked by Benjamin
libavcodec
|
Wed, 14 Nov 2007 15:30:15 +0000 |
alex |
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
libavcodec
|
Wed, 14 Nov 2007 15:21:42 +0000 |
alex |
Make sine_window static. Acked by Benjamin Larsson
libavcodec
|
Wed, 14 Nov 2007 08:22:15 +0000 |
banan |
Fix nellymoser decode_tag return value, patch by Stefano Sabatini
libavcodec
|
Sun, 04 Nov 2007 10:27:32 +0000 |
banan |
Remove unused variable
libavcodec
|
Sat, 03 Nov 2007 14:34:25 +0000 |
banan |
Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM
libavcodec
|
Thu, 18 Oct 2007 15:16:07 +0000 |
banan |
Unaligned memory access rcrash fix
libavcodec
|
Mon, 15 Oct 2007 16:26:02 +0000 |
banan |
Nellymoser ASAO decoder
libavcodec
|