81 Commits (361d24e6d920e4f7e4e5fa1fd6fbb6922bff35f2)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 11 months ago
Paul B Mahol cdf0931fdb avcodec/pcx: fix decoding with AVFrame's negative linesize 1 year ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 3 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer 7ed8d5cfd9 avcodec/pcx: Check for end of input in pcx_rle_decode() and propagate error 7 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 770406d1e8 pcx: Convert to the new bitstream reader 8 years ago
Anton Khirnov 09b23786b3 pcx: use the bytestream2 API for reading from input 9 years ago
Anton Khirnov 221402c1c8 pcx: check that the packet is large enough before reading the header 9 years ago
Anton Khirnov 15ee419b7a pcx: properly pad the scanline 9 years ago
Diego Biurrun 8dead2aaca Move const qualifier before type name 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Anton Khirnov 430d121964 pcx: round up in bits->bytes conversion in a buffer size check 11 years ago
Anton Khirnov 0679416269 pcx: stop using deprecated avcodec_set_dimensions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Martin Storsjö ff07ec143e pcx: Return an error on broken palette if err_detect is set to 'explode' 12 years ago
Martin Storsjö d1d99e3bef pcx: Check the packet size before assuming it fits a palette 12 years ago
Martin Storsjö 9fb0de86b4 pcx: Consume the whole packet if giving up due to missing palette 12 years ago
Luca Barbato 3abde1a3b4 pcx: Do not overread source buffer in pcx_rle_decode 12 years ago
Luca Barbato 170fb593c6 pcx: K&R formatting cosmetics 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer d24de4596c pcx: Add missing padding to scanline buffer 12 years ago
Michael Niedermayer f41329c8ae pcx: use init_get_bits8() 12 years ago
Michael Niedermayer 6462268e74 pcx: fix rounding in bytes_per_scanline check 12 years ago
Anton Khirnov a1c525f7eb pcx: return meaningful error codes. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Paul B Mahol f2f711cde2 pcx: read sample aspect ratio 13 years ago
Paul B Mahol 8cd1c0febe pcx: convert to bytestream2 API 13 years ago
Paul B Mahol b4e516e30e pcx: use meaningful return values 13 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Carl Eugen Hoyos 0b7aec5fa4 Make PAL8 pcx images opaque. 13 years ago
Carl Eugen Hoyos e22eff964f Set palette for 1bit pcx. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 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
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 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
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 15 years ago