Mon, 27 Apr 2009 16:06:01 +0000 |
vitor |
Check if there is enough bytes before reading the buffer in the EA ADPCM
libavcodec
|
Mon, 27 Apr 2009 16:04:43 +0000 |
vitor |
Skip 0x0000 frame footer in EA ADPCM decoder.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Sun, 12 Apr 2009 08:35:26 +0000 |
stefano |
Split bitstream.h, put the bitstream writer stuff in the new file
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Mon, 02 Mar 2009 05:55:03 +0000 |
diego |
cosmetics: Reformat long_names so that "ADPCM" comes first.
libavcodec
|
Mon, 02 Mar 2009 05:18:33 +0000 |
diego |
Change a bunch of codec long_names to be more consistent and descriptive.
libavcodec
|
Sun, 22 Feb 2009 13:48:55 +0000 |
stefano |
Add missing av_cold in static init/close functions.
libavcodec
|
Tue, 03 Feb 2009 17:56:24 +0000 |
stefang |
check validity of pointer srcC
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Fri, 30 Jan 2009 20:39:39 +0000 |
stefang |
remove duplicate tables
libavcodec
|
Fri, 30 Jan 2009 06:38:46 +0000 |
stefang |
avoid indeterminate order of accessing src
libavcodec
|
Sat, 17 Jan 2009 20:08:43 +0000 |
stefang |
added demuxer for FunCom ISS audio files,
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
|
Sun, 13 Jul 2008 14:27:48 +0000 |
ramiro |
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
libavcodec
|
Sun, 13 Jul 2008 14:25:31 +0000 |
reimar |
clip MS ADPCM predictor range to correct [0..6] range, not [0..7]
libavcodec
|
Sun, 13 Jul 2008 14:12:51 +0000 |
reimar |
Use bytestream and AV_RL* functions in ADPCM code where possible
libavcodec
|
Sun, 13 Jul 2008 14:08:28 +0000 |
reimar |
Fix MS ADPCM de- and encoding: first and second sample are swapped.
libavcodec
|
Sat, 12 Jul 2008 09:23:37 +0000 |
reimar |
100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov
libavcodec
|
Sat, 12 Jul 2008 07:28:45 +0000 |
reimar |
10l, forgot to replace a / 256 for r14173.
libavcodec
|
Fri, 11 Jul 2008 21:38:42 +0000 |
reimar |
Change MS ADPCM table so they fit into int8_t and change array type.
libavcodec
|
Sat, 05 Jul 2008 07:30:59 +0000 |
diego |
Add a note to remind people that new PCM/ADPCM formats need to be added to
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Wed, 28 May 2008 11:59:41 +0000 |
michael |
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.
libavcodec
|
Thu, 15 May 2008 23:02:43 +0000 |
diego |
cosmetics: Fix typos in ADPCM codec long names.
libavcodec
|
Thu, 15 May 2008 11:35:19 +0000 |
diego |
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Fri, 25 Apr 2008 15:15:56 +0000 |
bcoudurier |
identation
libavcodec
|
Fri, 25 Apr 2008 15:11:39 +0000 |
bcoudurier |
remove no more needed field
libavcodec
|
Fri, 25 Apr 2008 15:10:33 +0000 |
bcoudurier |
remove unused var
libavcodec
|