54 Commits (1837ae9d5f3eb8483c76dc708e68e466f9021cac)

Author SHA1 Message Date
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 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 a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Paul B Mahol e818951505 avformat/cdxl: add support for custom 24bit pal8 formats 4 years ago
Andreas Rheinhardt a3d61e7321 avcodec/cdxl: Mark decoder as init-threadsafe 4 years ago
Paul B Mahol 72942ad6d4 avcodec/cdxl: also mark decoded frame as keyframe 4 years ago
Michael Niedermayer 1e42736b95 avcodec/cdxl: Check format for BGR24 8 years ago
Michael Niedermayer e1b60aad77 avcodec/cdxl: Check format parameter 8 years ago
Michael Niedermayer 1002932a3b avcodec/cdxl: Fix signed integer overflow: 14243456 * 164 cannot be represented in type 'int' 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková b4c0daa83c cdxl: Convert to the new bitstream reader 8 years ago
Paul B Mahol 4956dc88d1 avcodec/cdxl: add support for raw videos with chunky format 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Paul B Mahol 9f1a5dbc26 avcodec/cdxl: use init_get_bits8() 10 years ago
Anton Khirnov cec5ce4922 cdxl: remove an unused variable 11 years ago
Anton Khirnov d57e95cbd4 cdxl: stop using deprecated avcodec_set_dimensions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol 8134edf3eb avcodec/cdxl: use av_freep() 11 years ago
Paul B Mahol 77570a390d lavc/cdxl: add @file doxy 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 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
Paul B Mahol 1f4ab61b74 lavc/cdxl: clear palette before reading it 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
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
Paul B Mahol 8fbe11e623 Replace Libav with FFmpeg in license headers for files created by me 13 years ago
Paul B Mahol b2e2287c04 cdxl: disable checked bitstream reader 13 years ago
Paul B Mahol 841e669a39 cdxl: swap CHUNKY and BYTE_PLANAR 13 years ago
Paul B Mahol 42459c6abb cdxl: bit line plane arrangement support 13 years ago
Paul B Mahol cf6914e27f cdxl: remove early check for bpp 13 years ago
Paul B Mahol 126daeb550 cdxl: set pix_fmt PAL8 only if palette is available 13 years ago
Paul B Mahol 904817cb9f cdxl: fix ham6/8 on big endian 13 years ago
Carl Eugen Hoyos 44f5b26212 Make CDXL palette opaque. 13 years ago
Paul B Mahol b5c626fdf3 cdxl: fix video decoding for some files 13 years ago
Paul B Mahol dc4e57489f CDXL demuxer and decoder 13 years ago