January 26, 2011
View d36beb3

Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.

Diego Elio Pettenò authored on 2011/01/26 06:40:11
November 12, 2010
View 5d6e4c1

Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum SampleFormat with AVSampleFormat.

Stefano Sabatini authored on 2010/11/12 20:04:40
October 26, 2010
View 313b52f

Clean up ALACdec Do decode init in the init function instead of at the first frame. Fix some possible crash cases.

Jason Garrett-Glaser authored on 2010/10/26 16:20:51
June 24, 2010
View 986f143

alac: change VLAs to fixed size

Måns Rullgård authored on 2010/06/24 17:26:40
April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
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