index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
qdm2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Indent
Benjamin Larsson
2009-05-17
1
-102
/
+102
*
Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.
Benjamin Larsson
2009-05-17
1
-17
/
+63
*
Remove redundant code, found by CSA
Benjamin Larsson
2009-04-22
1
-3
/
+1
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Add missing av_cold in static init/close functions.
Daniel Verkamp
2009-02-22
1
-7
/
+7
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Use the new RDFT code in the QDM2 decoder.
Alex Converse
2009-01-30
1
-68
/
+31
*
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
Diego Biurrun
2009-01-14
1
-5
/
+0
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-1
/
+1
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+2
*
Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2
Benjamin Larsson
2008-07-19
1
-1
/
+1
*
Fix for possible null pointer dereferencing, closes Coverity report 68 run 2.
Benjamin Larsson
2008-07-19
1
-0
/
+3
*
minor simplification of qdm2_decode_fft_packets()
Michael Niedermayer
2008-07-18
1
-2
/
+2
*
mark read-only data as const
Stefan Gehrer
2008-06-24
1
-1
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
consistency cosmetics: indices --> indexes
Diego Biurrun
2008-05-26
1
-2
/
+2
*
Add long names to AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
typo fix: inited --> initialized
Diego Biurrun
2008-02-13
1
-3
/
+3
*
const
Michael Niedermayer
2008-02-01
1
-6
/
+6
*
Rename two structures, identifiers starting with _[A-Z] are reserved.
Diego Biurrun
2008-01-06
1
-2
/
+2
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Use DECLARE_ALIGNED to ease porting
Reimar Döffinger
2007-05-15
1
-4
/
+4
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-8
/
+8
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Fixed a possible bug, checked against the assembly.
Benjamin Larsson
2006-06-02
1
-1
/
+1
*
10000l don't reuse outer loop index in inner loops
Roberto Togni
2006-05-29
1
-6
/
+6
*
fix infinite loop
Michael Niedermayer
2006-03-02
1
-1
/
+3
*
add static keyword to some functions
Dieter
2006-01-30
1
-7
/
+7
*
Fix a bunch of spelling/grammar mistakes in doxygen comments and output.
Diego Biurrun
2006-01-14
1
-32
/
+32
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-14
/
+14
*
Support for samples with fft_order = 7
Roberto Togni
2005-12-06
1
-7
/
+7
*
Remove duplicated fft init
Roberto Togni
2005-12-06
1
-1
/
+0
*
init_get_bits() requires size in bits, not bytes
Steve L'Homme
2005-10-19
1
-8
/
+8
*
QDM2 compatible decoder
Roberto Togni
2005-10-18
1
-0
/
+2039