January 26, 2011
View d36beb3

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

Diego Elio Pettenò authored on 2011/01/26 06:40:11
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 14, 2009
View 9106a69

Rename bitstream.h to get_bits.h.

Stefano Sabatini authored on 2009/04/14 01:20:26
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
December 12, 2008
View e998ba4

avoid POSIX reserved _t suffix

Aurelien Jacobs authored on 2008/12/12 07:34:14
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 1, 2008
View ebc0790

const

Michael Niedermayer authored on 2008/02/01 12:48:55
July 5, 2007
View e5a389a

license header consistency cosmetics

Diego Biurrun authored on 2007/07/05 19:40:25
January 20, 2007
View fead30d

rename BE/LE_8/16/32 to AV_RL/B_8/16/32

Alex Beregszaszi authored on 2007/01/20 07:12:59
October 8, 2006
View b78e719

Change license headers to say 'FFmpeg' instead of 'this program/this library' and fix GPL/LGPL version mismatches.

Diego Biurrun authored on 2006/10/08 00:30:46
February 17, 2006
View 2637670

complete AVS playback system (from Creature Shock computer game), courtesy of Aurelien Jacobs <aurel at gnuage dot org>

Mike Melanson authored on 2006/02/17 12:17:42