31 Commits (20b0d24c2f7ae86cebeb17399a2fea3a7e3d0f69)

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