March 15, 2011
View 45a8a02

lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense

Anton Khirnov authored on 2011/03/15 17:14:38
March 4, 2011
View a2704c9

avio: add avio_tell macro as a replacement for url_ftell

Anton Khirnov authored on 2011/03/04 04:11:45
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
February 7, 2011
View 737eb59

Merge libavcore into libavutil

Reinhard Tartler authored on 2011/02/07 22:37:08
February 3, 2011
View c2fcd0a

Replace remaining occurrences of deprecated CH_* with AV_CH_*

Anton Khirnov authored on 2011/02/03 22:26:09
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
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
September 26, 2010
View b9f9e59

Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the corresponding AVMEDIA_TYPE_* symbols.

Stefano Sabatini authored on 2010/09/26 08:27:16
April 22, 2010
View 951776c

Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the Deep".

Tomas Härdin authored on 2010/04/22 18:04:33
April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
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
February 1, 2009
View bad5537

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.

Diego Biurrun authored on 2009/02/01 11:00: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