152 Commits (d00a504b244e136a0c82a55e21ed94659e0674ad)

Author SHA1 Message Date
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
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun 3c432e1186 doxygen: Fix documentation for some VP8 functions. 14 years ago
Diego Biurrun 24c9babaaf doxygen: Fix parameter names to match the function prototypes. 14 years ago
Ronald S. Bultje 9ebcf7699b vp8: fix segmentation race during frame-threading. 14 years ago
Mans Rullgard 4276112277 vp8: use av_clip_uintp2() where possible 14 years ago
Mans Rullgard 1550f45a89 Add av_clip_uintp2() function 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Ronald S. Bultje 4773d90421 vp8: frame-multithreading. 14 years ago