29 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
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