44 Commits (13129f1af4340944291e0e291cb38d1c1ea3aad2)

Author SHA1 Message Date
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 23566222c3 avcodec/escape130: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 3d51f2a12c avcodec/escape130: Cleanup generically on init failure 4 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 2906d8dcb3 escape130: Convert to the new bitstream reader 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Diego Biurrun bd016dbf23 Mark tables used only within their files as static 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 78b4bfdb84 Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents 11 years ago
Paul B Mahol 3ea5d01a12 escape130: make "chroma_vals" static 11 years ago
Paul B Mahol fbd0f91a3a escape130: switch to init_get_bits8() 12 years ago
Eli Friedman 350914fc80 Escape 130 (RPL) decoder 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Paul B Mahol 4012cd6c4f lavc: fix decode_frame() third parameter semantics for rest of video decoders 12 years ago
Paul B Mahol f06269dda5 cosmetics: align more codecs declarations 13 years ago
Michael Niedermayer bef8dfa056 escape130: replace can_safely_read() by get_bits_left() 13 years ago
Michael Niedermayer f7da12350e escape130: give all av_log() a context 13 years ago
Michael Niedermayer 40d6296095 escape130: The minimum read in and after decode_skip_count() is 4 bits. 13 years ago
Michael Niedermayer 59d3656f6e escape130: Check dimensions to be a multiple of the block size. 13 years ago
Carl Eugen Hoyos 8ac6469575 Silence a warning when compiling Escape 130 decoder. 13 years ago
Michael Niedermayer 31c55c572a escape130: 10l for myself for not initializing y_base. 13 years ago
Michael Niedermayer 06798c6e3b escape130: Fix y_base handling, this fixes some artifacts, vissible in most videos. 13 years ago
Michael Niedermayer 8ff3d1ccec escape130: make sure cliping is done on signed values. 13 years ago
Paul B Mahol 7bd8b70f19 escape130: fix colors 13 years ago
Paul B Mahol 1e8f77324e escape130: remove trailing whitespace 13 years ago
Paul B Mahol 06029fbb7f escape130: minimal effort to make it compile without warnings 13 years ago
Eli Friedman 7d64391441 Escape 130 (RPL) decoder 13 years ago