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
October 16, 2010
View 03700d3

Export metadata in the generic format. Deprecate old conversion API. patch by Anton Khirnov anton _at_ khirnov _dot_ net

Anton Khirnov authored on 2010/10/16 04:04:25
September 10, 2010
View 324d22b

nutenc: fix unstable floating-point calculations

Måns Rullgård authored on 2010/09/10 22:16:08
July 9, 2010
View 603e5c0

move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c

Michael Chinen authored on 2010/07/09 21:14:33
View f8280ff

rename get_length to ff_get_v_length and put_v to ff_put_v

Michael Chinen authored on 2010/07/09 21:10:47
July 1, 2010
View 49bd8e4

Fix grammar errors in documentation

Måns Rullgård authored on 2010/07/01 00:38:06
June 3, 2010
View fa58643

Make write_streamheader() log a message if there is no codec tag defined.

Stefano Sabatini authored on 2010/06/03 06:57:40
View ffd5f09

Make write_streamheader() return a meaningful error code if no codec tag is defined, rather than return -1.

Stefano Sabatini authored on 2010/06/03 06:57:37
View fc0c412

Make write_header() and write_headers() return an error code in case of error.

Stefano Sabatini authored on 2010/06/03 06:57:35
View da9e6c4

Make write_streamheader() and write_headers() accept an AVFormatContext * in input rather than a NUTContext *, which allows to log messages with av_log().

Stefano Sabatini authored on 2010/06/03 06:57:30
May 24, 2010
View 2e01def

Define ff_nut_video_tags and make Nut muxer and demuxer set it in codec_tag.

Stefano Sabatini authored on 2010/05/24 03:34:15
May 23, 2010
View 80b39e1

Move AVCodecTag from riff.h into internal.h.

Francesco Lavra authored on 2010/05/23 01:01:32
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