March 31, 2010
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
February 6, 2010
View f6d2916

Avoid using an intermediate variable.

Jai Menon authored on 2010/02/06 21:52:22
View b53ae8b

Remove redundant use of numchannels since it is 1 for mono.

Jai Menon authored on 2010/02/06 21:48:37
View e243eee

alac.c : Use av_freep instead of av_free.

Jai Menon authored on 2010/02/06 21:38:42
February 5, 2010
View f430c7b

Add ALAC 24 bps decoding support.

Jai Menon authored on 2010/02/05 01:21:26
April 14, 2009
View 9106a69

Rename bitstream.h to get_bits.h.

Stefano Sabatini authored on 2009/04/14 01:20:26
April 8, 2009
View 7a00bba

Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames.

Thilo Borgmann authored on 2009/04/08 00:59:50
March 3, 2009
View 6053da0

alacdec: Simplify reading of uncompressed samples by using get_sbits_long().

Justin Ruggles authored on 2009/03/03 13:57:02
View 8858990

ALAC: use sign_extend() from mathops.h

Måns Rullgård authored on 2009/03/03 10:53:54
February 1, 2009
View bad5537

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.

Diego Biurrun authored on 2009/02/01 11:00:19
September 9, 2008
View 9345ae6

alac : fix case where bits_per_sample is not set. Patch by Baptiste

Baptiste Coudurier authored on 2008/09/09 04:05:46
September 8, 2008
View dd1c8f3

Bump Major version, this commit is almost just renaming bits_per_sample to bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches!

Luca Abeni authored on 2008/09/08 23:24:59
August 23, 2008
View 95801b6

alac : check readsamplesize to ensure get_bits() doesn't fail. Patch by Matthieu Castet <castet.matthieu AT free fr>

Matthieu Castet authored on 2008/08/23 00:09:20
July 31, 2008
View fd76c37

Modify all codecs to report their supported input and output sample format(s).

Peter Ross authored on 2008/07/31 19:47:31
June 16, 2008
View 66b2626

fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).

Jai Menon authored on 2008/06/16 03:01:25