247 Commits (593bb50e062fae474880f5ab353fec9f751dc06e)

Author SHA1 Message Date
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 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer 599d746e07 avcodec/vp8: Check buffer size in vp8_decode_frame_header() 9 years ago
Michael Niedermayer a84f0e8d8f avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free() 9 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 10 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
Ronald S. Bultje 93f305473f lavc: Convert some remaining strides to ptrdiff_t 11 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Ronald S. Bultje face578d56 Rewrite emu_edge functions to have separate src/dst_stride arguments. 11 years ago
Ronald S. Bultje c341f734e5 Convert multiplier for MV from int to ptrdiff_t. 11 years ago
Justin Ruggles c4bfa09807 Add a WebP decoder 11 years ago
Ronald S. Bultje 46d208e1e0 vp8: Wait for prev_frame to parse segment_map before reading it 12 years ago
Ronald S. Bultje c329713de7 vp8: wait for prev_frame to parse segment_map before reading it. 12 years ago
Matt Wolenetz 1d6e618939 vp8: Fix pthread_cond and pthread_mutex leaks 12 years ago
Matt Wolenetz 65340c976c Fix pthread_cond and pthread_mutex leaks in vp8 12 years ago
Michael Niedermayer 076c1c956c vp8: WebP decoding support 12 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago