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
|
Tue, 17 Mar 2009 20:47:31 +0000 |
ramiro |
use intptr_t to cast pointers to int in codecs maintained by benjamin larsson
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
|
Thu, 02 Oct 2008 21:17:33 +0000 |
aurel |
atrac3dec: cosmetics: indentation
libavcodec
|
Mon, 29 Sep 2008 22:22:46 +0000 |
aurel |
atrac3: ensure input frame is not overwritten (it is const)
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
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Tue, 03 Jun 2008 16:46:38 +0000 |
banan |
Sample tested and the code worked so the comment is removed
libavcodec
|
Thu, 22 May 2008 19:42:02 +0000 |
banan |
Update copyright and text
libavcodec
|
Thu, 22 May 2008 19:16:28 +0000 |
banan |
Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski
libavcodec
|
Tue, 29 Apr 2008 07:11:59 +0000 |
diego |
Transform codec names into single words.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Fri, 01 Feb 2008 03:54:08 +0000 |
michael |
const
libavcodec
|
Sat, 11 Aug 2007 22:48:55 +0000 |
aurel |
use av_clip_int16() where it makes sense
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Mon, 30 Jul 2007 13:58:17 +0000 |
takis |
Handle malloc failure
libavcodec
|
Fri, 27 Jul 2007 16:31:54 +0000 |
takis |
Replace a return of -1 with ENOMEM.
libavcodec
|
Wed, 18 Apr 2007 19:58:20 +0000 |
banan |
Deobfuscade decodeTonalComponents calling logic.
libavcodec
|
Tue, 17 Apr 2007 20:53:39 +0000 |
banan |
Atrac3 decoder.
libavcodec
|