July 1, 2011
View d7537a6

doxygen: Include libavcodec and libavformat examples into the documentation

Reinhard Tartler authored on 2011/07/01 04:06:25
June 4, 2011
View 0ebcdf5

Do not include mathematics.h in avutil.h

Mans Rullgard authored on 2011/06/04 20:58:23
April 15, 2011
View 59d9694

avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols

Stefano Sabatini authored on 2011/04/15 23:42:09
April 5, 2011
View f87b1b3

avio: AVIO_ prefixes for URL_ open flags.

Anton Khirnov authored on 2011/04/05 03:11:19
February 22, 2011
View 22a3212

avio: rename url_fopen/fclose -> avio_open/close.

Anton Khirnov authored on 2011/02/22 06:45:20
February 16, 2011
View 610219a

lavf: add av_ prefix to dump_format()

Anton Khirnov authored on 2011/02/16 17:52:35
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
June 14, 2010
View 1f1916c

output-example: Set sample_fmt to SAMPLE_FMT_S16.

Ramiro Polla authored on 2010/06/14 16:05:59
March 31, 2010
View cc947f0

Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.

Jean-Daniel Dupas authored on 2010/03/31 21:29:58
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 23, 2010
View 54a4f36

Remove conditional M_PI definition, it is already defined in libavutil/mathematics.h indirectly included by libavformat/avformat.h.

Stefano Sabatini authored on 2010/01/23 08:16:23
View a52ce57

Replace deprecated guess_format() with av_guess_format().

Martin Storsjö authored on 2010/01/23 08:09:08
January 22, 2010
View 0731899

Make output-example.c handle AAC audio. Patch by Martin Storsjö martin martin st

Martin Storsjö authored on 2010/01/22 02:10:13
August 3, 2009
View c15508d

Use enums instead of int.

Ramiro Polla authored on 2009/08/03 02:42:40
March 27, 2009
View d95a0c6

Move output_example.c --> libavformat/output-example.c. The libavformat directory is a better place for a libavformat API example.

Diego Biurrun authored on 2009/03/27 09:01:06