85 Commits (127cc6dd3d0b8ce8875aecacc5c2aaf45bf52243)

Author SHA1 Message Date
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 265d884eb0 avcodec/vmnc: Add back adapted comment about 24bit 10 years ago
Michael Niedermayer b6ca7bfc7c avcodec/vmnc: Simplify "24bit" support 10 years ago
Carl Eugen Hoyos eb0c08bc69 lavc/vmnc: Fix 32bit colour-space, there is no transparency. 10 years ago
Vittorio Giovara eafbc6716c vmnc: Delay pixel size check 10 years ago
Michael Niedermayer 6ba02602aa avcodec/vmnc: Check that rectangles are within the picture 11 years ago
Anton Khirnov 3c8ea9d4a7 vmnc: use the AVFrame API properly. 11 years ago
Michael Niedermayer 0391f4617f avcodec/vmnc/reset_buffers(): reset cur_hx/hy too for saftey 11 years ago
Luca Barbato 071e29af4d vmnc: Use meaningful return values 11 years ago
Luca Barbato 5e992a4682 vmnc: Check the cursor dimensions 11 years ago
Luca Barbato 61cd19b8bc vmnc: Port to bytestream2 11 years ago
Luca Barbato a66aa0daf2 vmnc: K&R formatting cosmetics 11 years ago
Paul B Mahol 19fda0a1bc avcodec/vmnc: use av_freep() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol 9437259276 vmnc: check return values of reallocation 11 years ago
Paul B Mahol cf5ab8b6f7 vmnc: make code independent of sizeof(AVFrame) 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Michael Niedermayer aae4780362 vmnc: Check for integer overflow 12 years ago
Michael Niedermayer 39c5cd601e vmnc: check input size before reading chunk header, fix overread 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Ronald S. Bultje 07a180972f vmnc: return error on decode_init() failure. 13 years ago
Michael Niedermayer 6aca18a9a0 vmnc: Fail if bpp is not recognized instead of crashing. 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 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
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 4a49ab77c6 Remove unnecessary calls to avcodec_check_dimensions, the check is already 15 years ago
Baptiste Coudurier f3908a82bc vmware video decoder uses reget_buffer, set CODEC_CAP_DR1 16 years ago
Kostya Shishkov 1c86db80a9 Remove useless assignment during initialization for some decoders 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 3bb82f3da5 Transform codec short name into a single word. 17 years ago
Stefano Sabatini bcdb2378f7 Add long names to some AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago