25 Commits (48b14732d8a20502bcc8fff82b871fce864c82ce)

Author SHA1 Message Date
Anton Khirnov d44812f7cf lavc/ffv1dec: stop using per-slice FFV1Context 5 months ago
Anton Khirnov 7b2bfba55d lavc/ffv1: move RangeCoder to per-slice context 5 months ago
Anton Khirnov 28769f6bc1 lavc/ffv1: move FFV1Context.plane to per-slice context 5 months ago
Anton Khirnov 9b86ba5a92 lavc/ffv1: always use the main context values of ac 5 months ago
Anton Khirnov a57c88d67b lavc/ffv1: move FFV1Context.slice_{coding_mode,rct_.y_coef} to per-slice context 5 months ago
Anton Khirnov 39486a2b29 lavc/ffv1: always use the main context values of plane_count/transparency 5 months ago
Anton Khirnov a411fc5a84 lavc/ffv1: drop redundant PlaneContext.quant_table 5 months ago
Anton Khirnov 889faedd26 lavc/ffv1dec: move the bitreader to stack 5 months ago
Anton Khirnov 19e9f3d5f2 lavc/ffv1: move run_index to the per-slice context 5 months ago
Anton Khirnov 91d3c1ac47 lavc/ffv1: move sample_buffer to the per-slice context 5 months ago
James Almer 1b9af306da avcodec: use the renamed av_zero_extend 7 months ago
Andreas Rheinhardt a5e59fec07 avcodec/ffv1: Move ffv1_template.c inclusion to dec/enc templates 2 years ago
Michael Niedermayer eee7364c90 avcodec/ffv1dec_template: fix indention 3 years ago
Michael Niedermayer e6f4d5dc38 avcodec/ffv1dec_template: Optimize common case in run mode 6 years ago
Michael Niedermayer efe4aef90f avcodec/ffv1dec_template: Optimize golomb run mode 6 years ago
Michael Niedermayer ccd2b20ad9 avcodec/ffv1dec_template: Check for the end of input after 1024 pixels 6 years ago
Michael Niedermayer c5e574a0d0 avcodec/ffv1dec_template: do not ignore the return code of decode_line() 6 years ago
Jérôme Martinez fb580731c1 avcodec/ffv1: Support for GBRAP10 and GBRAP12 7 years ago
Jérôme Martinez 698d5eb5bf avcodec/ffv1: Support for RGBA64 and GBRAP16 7 years ago
Michael Niedermayer b9f92093a1 avcodec/ffv1dec: Check for bitstream end in decode_line() 7 years ago
Michael Niedermayer 62702eebde avcodec/ffv1dec_template: Fix undefined shift 7 years ago
Michael Niedermayer 4de4308d2a avcodec/ffv1dec_template: Fix signed integer overflow 8 years ago
Michael Niedermayer 9726e9f809 avcodec/ffv1dec_template: Fix runtime error: signed integer overflow: 202 + 2147483615 cannot be represented in type 'int' 8 years ago
Michael Niedermayer b1d1250938 avcodec/ffv1: Fix rgb plane ordering in experimental planar RGB 8 years ago
Michael Niedermayer 74314f1f5f avcodec/ffv1: template functions to allow data types different from int16_t 9 years ago