18 Commits (feadcd1bdcbb4601f4ff01878027264fde985ee1)

Author SHA1 Message Date
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Diego Biurrun 0ebe3b8e2b cosmetics: indentation, prettyprinting, K&R coding style 15 years ago
Diego Biurrun c64380009d Drop some more useless braces around if/for constructs. 15 years ago
Diego Biurrun 735a38045a Remove useless braces around if/for/while expressions. 15 years ago
Diego Biurrun 7c809dc3e2 Simplify 'if' condition statements. 15 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Carl Eugen Hoyos 3bd9f70835 Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts. 16 years ago
Anuradha Suraparaju d7c96d6623 Add support for creating Simple Profile (I-frame only, no arithmetic coding) 16 years ago
Anuradha Suraparaju f73b204000 Fix pts handling when encoding with libdirac. 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 9f4aa35359 missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it 17 years ago
Anuradha Suraparaju 690bfceb20 Dirac decoding/encoding support via libdirac. 17 years ago