58 Commits (d266ecff4b6053a60d3bbdd209043facdf469b28)

Author SHA1 Message Date
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
Alexandra Khirnova 6f270da61b libschroedingerenc: do not assert on values from external libraries 11 years ago
Anton Khirnov 372262853b libschroedingerenc: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Justin Ruggles 699d02b839 libschroedinger: cosmetics: rename variable avccontext to avctx 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer f4451d2e75 libschroedingerenc: remove assert related to the old API. 12 years ago
Michael Niedermayer 72a9e646c3 libschroedingerenc: switch to av_assert 12 years ago
Diego Biurrun fdc918632f libschroedinger: Switch to function names more in line with Libav style. 13 years ago
Diego Biurrun 9cef0669c4 Move code shared between libdirac and libschroedinger to libschroedinger. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer bb84112bae libschroedingerenc: switch to ff_alloc_packet2(). 13 years ago
Anton Khirnov df53a47317 libschroedingerenc: switch to encode2(). 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Diego Biurrun 45235d69c2 libdirac/libschroedinger: Drop unnecessary symbol prefixes. 13 years ago
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ò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
David Conrad e9d96831f7 schroenc: Set colorspace info 15 years ago
David Conrad 37284120ca schroenc: Use AV_RB32 15 years ago
David Conrad 31cf8c650a schroenc: Set open-gop 15 years ago
David Conrad 3d6fa004e8 schroenc: Set keyframe interval 15 years ago
David Conrad e0a24555b4 schroenc: Use constant quality for constant quality, not noise threshold 15 years ago
David Conrad 614748ceeb schroenc: Don't touch gop_structure by default, it should be left adaptive 15 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
Anuradha Suraparaju d15f2e00c5 Fix bug caused by difference in stride and picture width. 15 years ago
Diego Biurrun 0ebe3b8e2b cosmetics: indentation, prettyprinting, K&R coding style 15 years ago
Diego Biurrun e6cb49bfa9 Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. 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
Anuradha Suraparaju 9fc88d7e20 Fix crash when encoding using libschroedinger. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Anuradha Suraparaju d7c96d6623 Add support for creating Simple Profile (I-frame only, no arithmetic coding) 16 years ago
Anuradha Suraparaju 007f67b012 Fix pts handling when encoding with libschroedinger, closes issue 453. 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
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Anuradha Suraparaju f7cd9eed5d Add Dirac support through libschroedinger. 17 years ago