98 Commits (fd0f110a37cbfc4f57d656a9ae7b52175f85f041)

Author SHA1 Message Date
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Michael Niedermayer 9ffa32b81b avcodec/huffyuvdec: Check vertical subsampling in hymt 6 years ago
Michael Niedermayer 6aaa01afe4 avcodec/huffyuv: remove gray8a (the format is listed but not supported by the implementation) 6 years ago
Michael Niedermayer fcbda8af17 avcodec/huffyuvdec: Check slice_offset/size 6 years ago
Michael Niedermayer ab160efa28 avcodec/huffyuvdec: Check that slices do not exceed frame height 6 years ago
Michael Niedermayer 96e495082a avcodec/huffyuvdec: Check that slice height is non negative. 6 years ago
Paul B Mahol 41c1643d75 avcodec: add HYMT decoder 6 years ago
Michael Niedermayer 08c220d26c avcodec/huffyuvdec: Check input buffer size 7 years ago
Ronald S. Bultje 7c7e7c44a6 huffyuv: assign correct per-thread avctx pointer to HYuvContext::avctx. 8 years ago
Clément Bœsch af607b7e07 lavc/huffyuvdsp: only transmit the pix_fmt instead of the whole avctx 8 years ago
James Almer 6d4c9f2ade lossless_videodsp: rename add_hfyu_left_pred_int16 to add_left_pred_int16 8 years ago
James Almer 47f212329e huffyuvdsp: move functions only used by huffyuv from lossless_videodsp 8 years ago
James Almer 30c1f27299 huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp 8 years ago
James Almer 5ac1dd8e23 lossless_videodsp: move shared functions from huffyuvdsp 8 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Andreas Cadhalpun 9a345802ed huffyuvdec: validate image size 10 years ago
Michael Niedermayer 2f1de5ca13 avcodec/huffyuvdec: apply vertical filter in steps of 1 line for interlaced BGRA 10 years ago
Lukasz Marek c9d39fc8c6 lavc/huffyuvdec: fix mem leak in case of init failure 10 years ago
Reimar Döffinger 3dbf569032 huffyuvdec: avoid large stack use. 10 years ago
Christophe Gisquet f75baa6c9b huffyuvdec: decode the last odd sample 10 years ago
Christophe Gisquet 331b1f7d81 huffyuvdec: fix old (v1) rgba 11 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Michael Niedermayer ba47d519e5 avcodec/huffyuvdec: fix overread checks 11 years ago
Michael Niedermayer a7153444df huffyuvdec: check width size for yuv422p 11 years ago
Diego Biurrun d0393d79bc huffyuv: Check and propagate function return values 11 years ago
Diego Biurrun 6234058148 huffyuv: Return proper error codes 11 years ago
Diego Biurrun 3160bdc7f7 huffyuv: Use avpriv_report_missing_feature() where appropriate 11 years ago
Diego Biurrun b7616f5716 huffyuv: Eliminate some pointless casts 11 years ago
Diego Biurrun c065f4a0c6 huffyuv: K&R formatting cosmetics 11 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Michael Niedermayer 5439959ef0 avcodec/huffyuvdec: do not leave alpha values uninitialized 11 years ago
Michael Niedermayer 20c7baf832 avcodec/huffyuvdec: Fix fill value for truncated bitstreams 11 years ago
Christophe Gisquet f6577bd9cf huffyuvdec: use unsafe bitstream reader 11 years ago
Christophe Gisquet 29f427c239 huffyuvdec: remove somewhat deprecated code 11 years ago
Michael Niedermayer e9c477059d avcodec/huffyuvdec: assume vlcs can be 32 instead of 31 bits max 11 years ago
Christophe Gisquet 9dc1791977 huffyuvdec: swap code blocks 11 years ago
Christophe Gisquet 7eb5b20a87 huffyuvdec: trick for plane decoding <= 14bits 11 years ago
Christophe Gisquet 0d632b35a0 huffyuvdec: remove superfluous check in BGR code 11 years ago
Christophe Gisquet 6848325acb huffyuvdec: remove superfluous check 11 years ago
Christophe Gisquet a37020402a huffyuvdec: trick for plane decoding, 8bits 11 years ago
Christophe Gisquet 35dae62204 huffyuvdec: clean up macro 11 years ago
Christophe Gisquet deadcf5e71 huffyuvdec: implement trick for BGR 11 years ago
Christophe Gisquet 11b4703813 huffyuvdec: implement trick 11 years ago
Michael Niedermayer 7b4c46050e rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16 11 years ago
Michael Niedermayer 550ae6c02f rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16 11 years ago
Christophe Gisquet 25e6310a3e huffyuv: change left prediction access in BGRA 11 years ago
Diego Biurrun 0d439fbede dsputil: Split off HuffYUV decoding bits into their own context 11 years ago