February 20, 2011
View ae628ec

avio: rename ByteIOContext to AVIOContext.

Anton Khirnov authored on 2011/02/20 19:04:12
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
April 3, 2010
View 2874c81

Replace all remaining occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).

Stefano Sabatini authored on 2010/04/03 23:15:00
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
March 14, 2010
View 5ae092e

Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark AVERROR_EIO for deletion at the next major bump.

Stefano Sabatini authored on 2010/03/14 04:19:44
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
August 12, 2009
View 191e34c

Move APE tag parsing into separate module. Based on patch by Matti Hamalainen (mhamalai<mot>students<punkt>oamk<punkt>)

Kostya Shishkov authored on 2009/08/12 02:08:09
View 6984380

Do not use internals of ByteIOContext during APE tags parsing. Patch by Matti Hamalainen, mail = reverse("if.kmao.stneduts@ialamahm") Thread: [PATCH] 2/6 Fix broken APE tag key handling

Matti Hamalainen authored on 2009/08/12 01:55:49
View 22667e4

Remove incorrect APE tag size adjustment based on flags. Patch by Matti Hamalainen (mhamalai <luona> students <piste> oamk <piste> fi) Thread: [PATCH] 1/6 Remove incorrect APE tag size adjustment based on flags

Matti Hamalainen authored on 2009/08/12 01:43:44
February 18, 2009
View 41d7f7b

apedec: display a warning when truncating a metadata tag

Aurelien Jacobs authored on 2009/02/18 00:44:11
February 17, 2009
View 3f9867b

use new metadata API in ape demuxer

Aurelien Jacobs authored on 2009/02/17 09:02:13
February 16, 2009
View 76b9092

Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.

Benoit Fouet authored on 2009/02/16 23:44:31
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 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