January 26, 2011
View c6610a2

Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.

Diego Elio Pettenò authored on 2011/01/26 07:03:28
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
September 30, 2009
View 5dd76bd

Return an error when the parsed mpc chunk size is negative, otherwise we might end up in an endless loop where the same chunk is parsed over and over. Fixes a hang near the end for http://samples.mplayerhq.hu/A-codecs/musepack/sv8/sv8-tags.mpc

Reimar Döffinger authored on 2009/09/30 22:35:13
September 17, 2009
View ebd3e99

reindent after last commit and remove unneeded empty line

Kostya Shishkov authored on 2009/09/17 03:06:29
View f53c908

Make MPC SV8 probe skip tags until stream header is found

Kostya Shishkov authored on 2009/09/17 03:05:21
September 16, 2009
View 9117213

Enhance Musepack SV8 probing code

Kostya Shishkov authored on 2009/09/16 13:43:33
June 13, 2009
View 8c1ff0a

Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read beyond allocated block.

Kostya Shishkov authored on 2009/06/13 15:39:01
April 14, 2009
View 9106a69

Rename bitstream.h to get_bits.h.

Stefano Sabatini authored on 2009/04/14 01:20:26
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 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
November 7, 2007
View 12877fa

Musepack SV8 demuxer and decoder

Kostya Shishkov authored on 2007/11/07 14:35:46