45 Commits (c2ed905b68d79d4e7823aae69578cdbf2bf191af)

Author SHA1 Message Date
Andreas Rheinhardt 65f3bc9e7e avcodec/clearvideo: Avoid allocations when decoding tiles 2 years ago
Andreas Rheinhardt 165682a6d4 avcodec/clearvideo: Use const where appropriate 2 years ago
Andreas Rheinhardt c2966ae14c avcodec/clearvideo: Redo updating predicition 2 years ago
Andreas Rheinhardt a7a783a5c5 avcodec/clearvideo: Move tile_do_block() upwards 2 years ago
Andreas Rheinhardt 4e6ca99c36 avcodec/clearvideo: Remove unnecessary level parameter 2 years 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 2 years ago
Andreas Rheinhardt e2c24e6a29 avcodec/internal: Move ff_reget_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 2d764069be avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element 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
Michael Niedermayer 11fac9613e avcodec/clearvideo: Check tile_size to be not too large 3 years ago
Michael Niedermayer 63e75e09ae avcodec/clearvideo: Check for 0 tile_shift 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Andreas Rheinhardt f86dcd007f avcodec/clearvideo: Make VLC tables static 4 years ago
Andreas Rheinhardt e67e4d43bd avcodec/clearvideo: Apply VLC offset during init 4 years ago
Andreas Rheinhardt 222cc6ea26 avcodec/clearvideo: Use minimal max_depth in get_vlc2() 4 years ago
Andreas Rheinhardt c880889cfd avcodec/clearvideo: Inline constants 4 years ago
Andreas Rheinhardt ef9652bab2 avcodec/clearvideo: Improve handling of VLC escape values 4 years ago
Andreas Rheinhardt 1d3ec27bd5 avcodec/clearvideo: Avoid huge VLC length tables 4 years ago
Andreas Rheinhardt e97081a624 avcodec/clearvideo: Avoid code duplication when initializing VLCs 4 years ago
Andreas Rheinhardt c82a559e6f avcodec/clearvideo: Avoid code tables for initializing VLCs 4 years ago
Andreas Rheinhardt 1d658e65ab avcodec/clearvideo: Don't check for errors for complete VLC 4 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Michael Niedermayer 5dc94924d0 avcodec/clearvideo: fix invalid shift in tile size check 5 years ago
Michael Niedermayer 41f93f9411 avcodec/clearvideo: Check remaining data in P frames 6 years ago
Michael Niedermayer 7aaab127be avcodec/clearvideo: Check remaining input bits in P macro block loop 6 years ago
Paul B Mahol f09fdf2d9c avcodec/clearvideo: display warning if decoder overreads input 7 years ago
Paul B Mahol e34751cb8a avcodec/clearvideo: do not try to return frame when it is same as previous one 7 years ago
Carl Eugen Hoyos 916632dfbb lavc/clearvideo: Allow decoding without extradata. 7 years ago
James Almer fefe47b701 avcodec/clearvideo: fix mixed code and declarations 7 years ago
Paul B Mahol a874586994 avcodec/clearvideo: add inter-frame decoding 7 years ago
Michael Niedermayer f0efd795f4 avcodec/clearvideo: Only output a frame if one is coded in the packet 7 years ago
Michael Niedermayer 43c394dcae avcodec/clearvideo: Check buf_size before decoding frame 8 years ago
Michael Niedermayer 28230a690e avcodec/clearvideo: Fix runtime error: signed integer overflow: 181 * 18050756 cannot be represented in type 'int' 8 years ago
Michael Niedermayer c0ffcb34c7 avcodec/clearvideo: Fix multiple runtime error: left shift of negative value -1024 8 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Diego Biurrun d0ce0634e0 clearvideo: Convert to the new bitstream reader 8 years ago
Kostya Shishkov 189157c3fc Add ClearVideo decoder 8 years ago
Michael Niedermayer fe46d92c15 avcodec/clearvideo: Do not lose the return code of decode_mb() 8 years ago
James Almer f5c8d004c2 avcodec: stop using deprecated codec flags 8 years ago
Kostya Shishkov a63496cc88 avcodec: add ClearVideo decoder 8 years ago