January 26, 2011
View e7e2df2

Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.

Diego Elio Pettenò authored on 2011/01/26 06:40:11
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
April 24, 2009
View 1c86db8

Remove useless assignment during initialization for some decoders

Kostya Shishkov authored on 2009/04/24 23:09:24
April 8, 2009
View 7a00bba

Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames.

Thilo Borgmann authored on 2009/04/08 00:59:50
February 1, 2009
View 5d44b2a

Silence useless compiler warning when passing AVFrame* instead of AVPicture* to ff_msrle_decode()

Kostya Shishkov authored on 2009/02/01 23:44:51
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
December 6, 2008
View 56da1fd

AASC can contain raw data in addition to MS-RLE

Kostya Shishkov authored on 2008/12/06 17:57:31
September 18, 2008
View 44aa977

Factorize out code used for MS RLE format decoding in different decoders.

Kostya Shishkov authored on 2008/09/18 14:20:54
June 13, 2008
View fe4bf37

Make AVCodec long_names definition conditional depending on CONFIG_SMALL.

Stefano Sabatini authored on 2008/06/13 06:50:13
April 27, 2008
View d5202e4

Add long names to many AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it

Stefano Sabatini authored on 2008/04/27 19:52:44
April 26, 2008
View a9f1d8c

Correct company name

Kostya Shishkov authored on 2008/04/26 13:14:33
March 21, 2008
View 98a6fff

Apply 'cold' attribute to init/uninit functions in libavcodec

Zuxy Meng authored on 2008/03/21 12:11:20
February 1, 2008
View b5777b9

const

Michael Niedermayer authored on 2008/02/01 12:39:15
May 10, 2007
View 2029f31

Remove redundant #inclusion of common.h, avcodec.h already #includes it.

Diego Biurrun authored on 2007/05/10 18:00:44