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
January 8, 2011
View f295336

Check if buffer is large enough for given resolution. Fixes issue 2501.

Daniel Kang authored on 2011/01/08 06:54:52
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 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
February 9, 2009
View 27030ee

Remove unused variables.

Diego Biurrun authored on 2009/02/09 08:24:26
View 01c5343

typo: CODEC_ID_cljr --> CODEC_ID_CLJR

Diego Biurrun authored on 2009/02/09 08:19:29
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 14, 2009
View b250f9c

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.

Aurelien Jacobs authored on 2009/01/14 08:44:16
September 3, 2008
View c7ac944

Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering the code with preprocessor directives.

Diego Biurrun authored on 2008/09/03 21:43:18
View 999960c

Surround some encoding-specific functions with the appropriate encoding-specific #ifdef.

Diego Biurrun authored on 2008/09/03 21:35:17
View f544a5f

Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific CONFIG_FOO_ENCODER conditionals where appropriate.

Diego Biurrun authored on 2008/09/03 21:33:21
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