89 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
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 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 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 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer ba47d519e5 avcodec/huffyuvdec: fix overread checks 10 years ago
Michael Niedermayer a7153444df huffyuvdec: check width size for yuv422p 10 years ago
Diego Biurrun d0393d79bc huffyuv: Check and propagate function return values 10 years ago
Diego Biurrun 6234058148 huffyuv: Return proper error codes 10 years ago
Diego Biurrun 3160bdc7f7 huffyuv: Use avpriv_report_missing_feature() where appropriate 10 years ago
Diego Biurrun b7616f5716 huffyuv: Eliminate some pointless casts 10 years ago
Diego Biurrun c065f4a0c6 huffyuv: K&R formatting cosmetics 10 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
Diego Biurrun 2f02bbcca0 build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoder 11 years ago
Michael Niedermayer 9bb1af8f36 avcodec/huffyuvdec: use RGB0 for 24bit rgb output instead of BGRA 11 years ago
Michael Niedermayer 469de4f583 avcodec/huffyuvdec: use the correct height field 11 years ago
Michael Niedermayer 6369766f01 avcodec/huffyuv: support gbrp9/10/12/14 11 years ago
Michael Niedermayer 7cf8918b0d avcodec/huffyuv: update years in copyright 11 years ago
Michael Niedermayer e6c0da70fc avcodec/huffyuvdec: optimize >8bps VLC reading 11 years ago
Michael Niedermayer 53167ecfdb avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16 11 years ago
Michael Niedermayer e6d1c66d74 avcodec/x86/lossless_videodsp: disable median optimizations for 16bps 11 years ago
Michael Niedermayer 13c33c8e1f Move add_hfyu_median_prediction_int16() to losslessviddsp 11 years ago