May 2, 2011
View 01042d4

lavc: set defaults in internal codec frames

Stefano Sabatini authored on 2011/05/02 09:15:15
April 28, 2011
View ce5e49b

replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*

Stefano Sabatini authored on 2011/04/28 08:40:44
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
October 14, 2009
View 4a49ab7

Remove unnecessary calls to avcodec_check_dimensions, the check is already done at a higher level.

Reimar Döffinger authored on 2009/10/14 05:13:28
June 5, 2009
View 0cf0c5b

dxa decoder uses get_buffer, set CODEC_CAP_DR1

Baptiste Coudurier authored on 2009/06/05 17:21:54
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 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
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 28, 2008
View 162d4fc

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

Stefano Sabatini authored on 2008/04/28 07:39:51
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 2, 2008
View 2cc7c65

const

Michael Niedermayer authored on 2008/02/02 00:10:01
July 5, 2007
View e5a389a

license header consistency cosmetics

Diego Biurrun authored on 2007/07/05 19:40:25