May 27, 2011
View 6b899e1

lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h

Stefano Sabatini authored on 2011/05/27 02:11:25
May 26, 2011
View 39e4206

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/05/26 10:00:37
May 24, 2011
View bffd4dd

lavf: deprecate AVFormatParameters.{channels,sample_rate}.

Anton Khirnov authored on 2011/05/24 03:13:28
View 003e63b

oss: add channels and sample_rate private options.

Anton Khirnov authored on 2011/05/24 02:02:40
March 30, 2011
View e76c0c6

Simplify: Use FFMIN.

Reimar Döffinger authored on 2011/03/30 03:18:45
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
January 26, 2011
View 66355be

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

Diego Elio Pettenò authored on 2011/01/26 07:03:28
View c6610a2

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

Diego Elio Pettenò authored on 2011/01/26 07:03:28
August 18, 2010
View 4f2d2e4

Define macro AV_NE() and use it in libavdevice.

Stefano Sabatini authored on 2010/08/18 03:25: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
March 25, 2010
View bd01c39

Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) = AVERROR(-1) = 1.

Stefano Sabatini authored on 2010/03/25 09:41:54
February 21, 2010
View 802da0b

Indent.

Ramiro Polla authored on 2010/02/21 12:23:30
November 27, 2009
View d329835

Do not invent error codes but pass the error code on.

Michael Niedermayer authored on 2009/11/27 22:48:37
View fed0c2f

Replace very odd and completely broken oss read_packet() by the obvious way to read. Fixes issue348.

Michael Niedermayer authored on 2009/11/27 22:37:53
September 13, 2009
View 600b9c5

Do not do free AVStream in case of error, this is not supposed to be done by the demuxer.

Vitor Sessak authored on 2009/09/13 01:23:13