188 Commits (60caa3d8bc11677b90b791398ac7cca68a7389be)

Author SHA1 Message Date
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
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 Pietilä 3cc0252732 vp8dec: reset loopfilter delta values at keyframes 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
Michael Niedermayer 4d87001096 vp8: fix crash due to skiped update_dimensions(). 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
Reimar Döffinger 7594791541 Rework VP8 decoder frame skipping code. 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
David Conrad 748f921ad1 VP8: Unroll decoding segment update 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
Baptiste Coudurier 231a6df9ea h264dec: h264: 4:2:2 intra decoding 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