265 Commits (aa7b0329ff282ea8afb3c26dcbbc64209a280219)

Author SHA1 Message Date
Michael Niedermayer 6b5d3fb26f avcodec/webp: Always set pix_fmt 8 years ago
Ronald S. Bultje fed92adbb3 vp8: make mv_min/max thread-local if using partition threading. 8 years ago
Ronald S. Bultje 9a54c6f243 vp8: make wait/thread_mb_pos atomic. 8 years ago
Thomas Guilbert 9bbc73ae9f avcodec/vp8: Fix hang with slice threads 8 years ago
Michael Niedermayer 1afd246960 avcodec/vp8: Check for the bitstream end per MB in decode_mb_row_no_filter() 8 years ago
Michael Niedermayer 55d7371fe0 avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder() 8 years ago
Michael Niedermayer 5098a6f627 avcodec/vp8: remove redundant check 8 years ago
Michael Niedermayer 7b5ff7d573 avcodec/vp8: Check for bitsteam end in decode_mb_row_no_filter() 8 years ago
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Mark Thompson a9fb134730 lavc/vaapi: Add VP8 decode hwaccel 8 years ago
Mark Thompson 4e528206bc vp8: Add hwaccel hooks 8 years ago
Diego Biurrun 87c6c78604 vp8: Change type of stride parameters to ptrdiff_t 9 years ago
Diego Biurrun 5afb94c817 Mark read-only tables as static 9 years ago
Diego Biurrun f4d581cda3 lavc: Deduplicate zigzag_scan table 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Michael Niedermayer dabea74d0e avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup 9 years ago
Federico Tomassetti 7bf9647264 vp7: bound checking in vp7_decode_frame_header 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Michael Niedermayer 599d746e07 avcodec/vp8: Check buffer size in vp8_decode_frame_header() 10 years ago
Michael Niedermayer a84f0e8d8f avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free() 10 years ago
Andreas Cadhalpun 6fdbaa2b7f vp8: change mv_{min,max}.{x,y} type to int 10 years ago
Michael Niedermayer 0a6b410edf avcodec/vp8: Suppress empty body warnings 10 years ago
Christophe Gisquet 3814f92fd7 lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 10 years ago
Michael Niedermayer 9b2a964cee avcodec/vp8: Fix undefined shifts in vp8_mc_luma() 10 years ago
Clément Bœsch 4d028bf202 avcodec/vp8: remove double ;; 10 years ago
Vittorio Giovara 014b6b416f vp8: improve memory allocation checks 10 years ago
Vittorio Giovara 85dc006b1a lavc: fix bitshifts amount bigger than the type 10 years ago
Michael Niedermayer 29234f5681 vp7: fix checking vp7_feature_value_size() 10 years ago
Vittorio Giovara 65875a8b3b vp8: initialize color space and range properties 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Diego Biurrun 79793f8337 Update Fiona's name in copyright statements. 11 years ago
Michael Niedermayer 8c22bea574 avcodec/vp8: Fix multiple ff_thread_finish_setup() calls 11 years ago
Michael Niedermayer c89be82c98 avcodec/vp8: fix () in macros 11 years ago
Matt Oliver cef99e12bc Use rac_get_prob branchy version when used within a conditional branch. 11 years ago
Carl Eugen Hoyos 836b60ce2b Fix standalone compilation of vp7 and vp8 decoder. 11 years ago
Michael Niedermayer 28f8114bd2 avcodec/vp8: fix checking vp7_feature_value_size 11 years ago
Michael Niedermayer 26e70fd5ba avcodec/vp8: fix name of copy_luma() 11 years ago
Peter Ross ac4b32df71 On2 VP7 decoder 11 years ago
Vittorio Giovara 53c20f17c7 vp8: K&R formatting cosmetics 11 years ago
Michael Niedermayer 46f72ea507 avcodec/vp7: check buffer size 11 years ago
Michael Niedermayer 57e939d963 avcodec/vp7: Fix null pointer dereference in vp7_decode_frame_header() 11 years ago
Peter Ross 89f2f5dbd7 On2 VP7 decoder 11 years ago
Peter Ross 7d4c0220f1 avcodec/vp8: vp8_find_free_buffer 11 years ago
Peter Ross b8664c9294 avcodec/vp8dsp: add VP7 idct and loop filter 11 years ago
Anton Khirnov e46ad30a80 vp8: use a fixed-size edge emu buffer 11 years ago
Peter Ross f29cdbe1b5 vp8: remove redundant "equals 1" test 11 years ago
Anton Khirnov ef8c93e2f1 vp8: drop support for real (non-emulated) edges 11 years ago
Ronald S. Bultje 458446acfa lavc: Edge emulation with dst/src linesize 11 years ago
Michael Niedermayer 1836a42c29 avcodec/vp8: remove unused webp_decode_frame() 11 years ago
Anton Khirnov 757d5e8ef9 vp8: stop using deprecated avcodec_set_dimensions 11 years ago