149 Commits (10e3dd15a5ce3d9ce6466d5f3e06c44e48753100)

Author SHA1 Message Date
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
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
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Oskar Arvidsson 8dbe585641 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Alexander Strange 66f608a6aa vp8.c: rename EDGE_* to VP8_EDGE_*. 14 years ago
Michael Niedermayer d375c10400 Fake-Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Jason Garrett-Glaser 81a131312d VP8: fix other function declaration 14 years ago
Jason Garrett-Glaser 1eeca88691 VP8: optimize VP8Context struct ordering 14 years ago
Jason Garrett-Glaser 3efbe13739 VP8: fix function declaration 14 years ago
Jason Garrett-Glaser 628b48db85 VP8: use a goto to break out of two loops 14 years ago
Jason Garrett-Glaser 1d37e908cf VP8: init one less near_mv 14 years ago
Jason Garrett-Glaser 8e624c1cee VP8: split out declarations to new header 14 years ago
Jason Garrett-Glaser 625e9309da VP8: faster MV clipping 14 years ago
Jason Garrett-Glaser 891b1f15a7 VP8: init one less near_mv 14 years ago
Jason Garrett-Glaser bcf4568f18 VP8: split out declarations to new header 14 years ago
Jason Garrett-Glaser 7634771e70 VP8: faster MV clipping 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Mans Rullgard 4ae3ee4ae9 VP8: ARM optimised decode_block_coeffs_internal 14 years ago
Mans Rullgard a7878c9f73 VP8: ARM optimised decode_block_coeffs_internal 14 years ago
Jason Garrett-Glaser ccba4f4c25 VP8: optimized mv prediction and decoding 14 years ago
Jason Garrett-Glaser f3d09d44b7 VP8: optimized mv prediction and decoding 14 years ago
Jason Garrett-Glaser a1b0a3c8bd VP8: idct_mb optimizations 14 years ago
Jason Garrett-Glaser 62457f9052 VP8: idct_mb optimizations 14 years ago
Jason Garrett-Glaser e9266a2be0 VP8: slightly faster loopfilter sharpness logic 14 years ago