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
January 21, 2010
View 0fc07ad

Set start_time and duration in AVStream instead of AVFormatContext for formats with only one stream; the AVFormatContext values will be derived from the AVStream and this helps in calculating stream bitrate.

David Conrad authored on 2010/01/21 18:47:02
November 7, 2009
View 0d32307

10l: WavPack demuxer forgot to seek back to initial position after block contents parsing (for custom sampling rate).

Kostya Shishkov authored on 2009/11/07 03:25:45
November 5, 2009
View 7aa2d42

If custom sampling rate is set in WavPack file, parse first block to find actual value.

Kostya Shishkov authored on 2009/11/05 17:14:48
View aa926a4

Initialize block_parsed before reading first block header in WavPack demuxer, it will be useful later.

Kostya Shishkov authored on 2009/11/05 17:10:50
October 19, 2009
View c4d438c

Read metadata in WavPack files. Patch by Anton Khirnov (acronym("What You Should Know About Something"), gmail)

Anton Khirnov authored on 2009/10/19 00:28:53
May 6, 2009
View 992f7db

Add floating point audio decoding to WavPack decoder. Patch by Laurent Aimar (fenrir at `antonym of 'audio'+antonym of 'WAN'` dot org)

Laurent Aimar authored on 2009/05/06 14:40:43
January 20, 2009
View 406792e

cosmetics: Remove pointless period after copyright statement non-sentences.

Diego Biurrun authored on 2009/01/20 00:46:40
January 17, 2009
View 2c96535

WavPack hybrid mode support

Kostya Shishkov authored on 2009/01/17 02:46:19
January 12, 2009
View 6a5d31a

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.

Diego Biurrun authored on 2009/01/12 07:19:48
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
June 20, 2008
View 6a862b4

remove useless close func

Baptiste Coudurier authored on 2008/06/20 07:57:00
June 4, 2008
View bde15e7

Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me

Stefano Sabatini authored on 2008/06/04 01:20:54
May 9, 2008
View 245976d

Use full path for #includes from another directory.

Diego Biurrun authored on 2008/05/09 20:56:36
November 21, 2007
View 899681c

Use dynamically allocated ByteIOContext in AVFormatContext

Björn Axelsson authored on 2007/11/21 16:41:00