June 3, 2011
View f190f67

Replace custom DEBUG preprocessor trickery by the standard one.

Diego Biurrun authored on 2011/06/03 05:45:15
June 2, 2011
View e65ab9d

Remove unused variables

Mans Rullgard authored on 2011/06/02 01:26:27
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
March 5, 2011
View 76aa876

avio: avio_ prefix for url_fsize

Anton Khirnov authored on 2011/03/05 03:57:36
February 28, 2011
View 6b4aa5d

avio: avio_ prefix for url_fseek

Anton Khirnov authored on 2011/02/28 22:57:54
February 22, 2011
View b7effd4

avio: avio_ prefixes for get_* functions

Anton Khirnov authored on 2011/02/22 00:43:01
February 20, 2011
View ae628ec

avio: rename ByteIOContext to AVIOContext.

Anton Khirnov authored on 2011/02/20 19:04:12
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
February 28, 2010
View c53ffb2

Include apetag.h which contains the prototype for ff_ape_parse_tag().

Carl Eugen Hoyos authored on 2010/02/28 10:43:47
December 16, 2009
View 18a49f1

Remove unused variable, fixes the warning: libavformat/apetag.c:38: warning: unused variable `l'

Diego Biurrun authored on 2009/12/16 08:41:22
December 14, 2009
View 12ad667

Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped arrays of fixed length. Code from ffmbc with changes to adapt to our metadata API.

Michael Niedermayer authored on 2009/12/14 05:27:29
October 19, 2009
View 8da1d52

remove old and useless debug code It uses the old, deprecated metadata API and prints exactly the same thing as what ffmpeg/ffplay does.

Aurelien Jacobs authored on 2009/10/19 01:13:29
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