Sun, 17 May 2009 10:31:16 +0000 |
banan |
Indent
libavcodec
|
Sun, 17 May 2009 10:29:40 +0000 |
banan |
Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.
libavcodec
|
Wed, 22 Apr 2009 13:52:33 +0000 |
banan |
Remove redundant code, found by CSA
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
|
Sun, 22 Feb 2009 13:48:55 +0000 |
stefano |
Add missing av_cold in static init/close functions.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Fri, 30 Jan 2009 20:33:29 +0000 |
alexc |
Use the new RDFT code in the QDM2 decoder.
libavcodec
|
Wed, 14 Jan 2009 00:48:17 +0000 |
diego |
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Thu, 31 Jul 2008 10:47:31 +0000 |
pross |
Modify all codecs to report their supported input and output sample format(s).
libavcodec
|
Sat, 19 Jul 2008 18:53:04 +0000 |
banan |
Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2
libavcodec
|
Sat, 19 Jul 2008 15:48:53 +0000 |
banan |
Fix for possible null pointer dereferencing, closes Coverity report 68 run 2.
libavcodec
|
Fri, 18 Jul 2008 21:16:59 +0000 |
michael |
minor simplification of qdm2_decode_fft_packets()
libavcodec
|
Tue, 24 Jun 2008 20:01:31 +0000 |
stefang |
mark read-only data as const
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Mon, 26 May 2008 23:14:25 +0000 |
diego |
consistency cosmetics: indices --> indexes
libavcodec
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|
Wed, 13 Feb 2008 09:26:10 +0000 |
diego |
typo fix: inited --> initialized
libavcodec
|
Fri, 01 Feb 2008 15:37:24 +0000 |
michael |
const
libavcodec
|
Sun, 06 Jan 2008 16:02:55 +0000 |
diego |
Rename two structures, identifiers starting with _[A-Z] are reserved.
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Tue, 15 May 2007 20:47:55 +0000 |
reimar |
Use DECLARE_ALIGNED to ease porting
libavcodec
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Fri, 02 Jun 2006 07:50:12 +0000 |
banan |
Fixed a possible bug, checked against the assembly.
libavcodec
|
Mon, 29 May 2006 19:25:46 +0000 |
rtogni |
10000l don't reuse outer loop index in inner loops
libavcodec
|
Thu, 02 Mar 2006 21:47:53 +0000 |
michael |
fix infinite loop
libavcodec
|
Mon, 30 Jan 2006 23:41:27 +0000 |
mru |
add static keyword to some functions
libavcodec
|
Sat, 14 Jan 2006 15:00:10 +0000 |
diego |
Fix a bunch of spelling/grammar mistakes in doxygen comments and output.
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Tue, 06 Dec 2005 17:42:16 +0000 |
rtognimp |
Support for samples with fft_order = 7
libavcodec
|
Tue, 06 Dec 2005 16:58:03 +0000 |
rtognimp |
Remove duplicated fft init
libavcodec
|
Wed, 19 Oct 2005 22:27:34 +0000 |
rtognimp |
init_get_bits() requires size in bits, not bytes
libavcodec
|
Tue, 18 Oct 2005 20:31:12 +0000 |
rtognimp |
QDM2 compatible decoder
libavcodec
|