160 Commits (5d3addb937946eca5391e40b5e6308e74ac6f77b)

Author SHA1 Message Date
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
Peter Ross ac4b32df71 On2 VP7 decoder 11 years ago
Vittorio Giovara 53c20f17c7 vp8: K&R formatting cosmetics 11 years ago
Anton Khirnov e46ad30a80 vp8: use a fixed-size edge emu buffer 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
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
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 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
Matt Wolenetz 1d6e618939 vp8: Fix pthread_cond and pthread_mutex leaks 12 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Mans Rullgard 4471a24207 vp8: fix memset() crossing array boundary 12 years ago
Sami Pietila 0bf511d579 vp8: reset loopfilter delta values at keyframes. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 804d7a1aa6 doxygen: Fix function parameter names to match the code 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Ronald S. Bultje 48098788c2 vp8: Replace x*155/100 by x*101581>>16. 12 years ago
Martin Storsjö 25f056e6d4 vp8: Enclose pthread function calls in ifdefs 13 years ago
Martin Storsjö a794600c00 vp8: Include the thread headers before using the pthread types 13 years ago
Daniel Kang 951455c1c1 vp8: implement sliced threading 13 years ago
Daniel Kang 17343e3952 vp8: move data from VP8Context->VP8Macroblock 13 years ago
Daniel Kang 337ade52de vp8: refactor decoding a single mb_row 13 years ago
Ronald S. Bultje 6163d880c0 vp8: move block coeff arithcoder on stack. 13 years ago
Ronald S. Bultje 82a0497cf3 vp8: update frame size changes on thread context switches. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Janne Salonen 14ba7472dc vp8: fix update_lf_deltas in libavcodec/vp8.c 13 years ago
Aaron Colwell 30011bf201 vp8: avoid race condition on segment map. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Ronald S. Bultje fb90785e98 vp8: always update next_framep[] before returning from decode_frame(). 13 years ago
Diego Biurrun 32f3c541bc doxygen: Do not include license boilerplates in Doxygen comment blocks. 13 years ago
Aaron Colwell e02dec25ab vp8: flush buffers on size changes. 13 years ago
Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 13 years ago
Ronald S. Bultje bfa0f96586 vp8: fix overflow in segmentation map caching. 13 years ago
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Ronald S. Bultje ce42a04884 vp8: fix up handling of segmentation_maps in reference frames. 13 years ago
Ronald S. Bultje 0f0b5d6434 vp8: prevent read from uninitialized memory in decode_mvs 13 years ago
Ronald S. Bultje 5653579381 vp8: force reallocation in update_thread_context after frame size change 13 years ago
Ronald S. Bultje f05c2fb6eb vp8: fix return value if update_dimensions fails 13 years ago
Mans Rullgard bb59156606 vp8: fix signed overflows 13 years ago