76 Commits (75efe530ce390898b01ba1a1cb3554223d593a9a)

Author SHA1 Message Date
Michael Niedermayer fe6d46490f
avcodec/escape124: Do not return random numbers 1 year ago
Andreas Rheinhardt cfa47fd331 all: Use av_frame_replace() where appropriate 1 year ago
Michael Niedermayer 5366ae12b9
avcodec/escape124: Check that blocks are allocated before use 2 years ago
Michael Niedermayer f669dd4dff
avcodec/escape124: Simplify unpack_codebook() 2 years ago
Michael Niedermayer 98df605f7a
avcodec/escape124: Fix some return codes 2 years ago
Michael Niedermayer 87ad0a5dd7
avcodec/escape124: fix signdness of end of input check 2 years ago
Andreas Rheinhardt fcfa6965e5 avcodec/escape124: Fix segfault with negative linesizes 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
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 fff618b8b8 avcodec/escape124: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer a15d904ad7 avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
Michael Niedermayer f59c4e4391 avcodec/escape124: Fix spelling errors in comment 6 years ago
Michael Niedermayer 6677c98626 avcodec/escape124: Check buf_size against num_superblocks 6 years ago
Michael Niedermayer da617408c8 avcodec/escape124: Check depth against num_superblocks 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková c43eb73172 escape124: Convert to the new bitstream reader 8 years ago
Andreas Cadhalpun 226d35c845 escape124: reject codebook size 0 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Paul B Mahol 26eee872e8 avcodec/escape124: change transitions table type to int8_t 9 years ago
Andreas Cadhalpun fa66237b69 lavc: Use get_bitsz where needed 9 years ago
Andreas Cadhalpun 43ff4aed26 lavc: use get_bitsz to simplify the code 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 1a9c1333b5 escape124: explicitly set get_bits1 variable 10 years ago
Michael Niedermayer f0d1b3acdf avcodec/escape124: use av_freep(), do not leave stale pointers in memory 10 years ago
Anton Khirnov a639ea7f4b escape124: 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
Paul B Mahol e494f44c05 avcodec/escape124: fix infinite loop 11 years ago
Paul B Mahol 15b9c0b49f escape124: switch to init_get_bits8() 12 years ago
Paul B Mahol cdc3f8f307 escape124: pass context to av_log() 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
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
Michael Niedermayer 7e5a622525 escape124: Fix long == 64 assumtation. 12 years ago
Michael Niedermayer 3d7817048c escape124: fix integer overflow leading to excessive memory allocation 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
Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 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
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago