]> git.sesse.net Git - ffmpeg/history - libavcodec/vp8.c
svq3: rip out the svq3-relevant parts of pred_motion() out of h264
[ffmpeg] / libavcodec / vp8.c
2016-03-25 Diego Biurrunlavc: Deduplicate zigzag_scan table
2015-08-16 Federico Tomassettivp7: bound checking in vp7_decode_frame_header
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-01-15 Vittorio Giovaravp8: improve memory allocation checks
2014-11-17 Vittorio Giovaralavc: fix bitshifts amount bigger than the type
2014-11-13 Michael Niedermayervp7: fix checking vp7_feature_value_size()
2014-10-08 Vittorio Giovaravp8: initialize color space and range properties
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-07-01 Diego BiurrunUpdate Fiona's name in copyright statements.
2014-04-04 Peter RossOn2 VP7 decoder
2014-03-29 Vittorio Giovaravp8: K&R formatting cosmetics
2014-02-04 Anton Khirnovvp8: use a fixed-size edge emu buffer
2014-01-09 Anton Khirnovvp8: drop support for real (non-emulated) edges
2013-11-15 Ronald S. Bultjelavc: Edge emulation with dst/src linesize
2013-10-31 Anton Khirnovvp8: stop using deprecated avcodec_set_dimensions
2013-10-15 Ronald S. Bultjelavc: Convert some remaining strides to ptrdiff_t
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-18 Justin RugglesAdd a WebP decoder
2013-07-07 Ronald S. Bultjevp8: Wait for prev_frame to parse segment_map before...
2013-03-30 Matt Wolenetzvp8: Fix pthread_cond and pthread_mutex leaks
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-27 Mans Rullgardvp8: fix memset() crossing array boundary
2012-10-12 Sami Pietilavp8: reset loopfilter delta values at keyframes.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-09 Diego Biurrundoxygen: Fix function parameter names to match the...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-25 Ronald S. Bultjevp8: Replace x*155/100 by x*101581>>16.
2012-07-15 Martin Storsjövp8: Enclose pthread function calls in ifdefs
2012-07-15 Martin Storsjövp8: Include the thread headers before using the pthrea...
2012-07-14 Daniel Kangvp8: implement sliced threading
2012-07-14 Daniel Kangvp8: move data from VP8Context->VP8Macroblock
2012-07-14 Daniel Kangvp8: refactor decoding a single mb_row
2012-05-30 Ronald S. Bultjevp8: move block coeff arithcoder on stack.
2012-05-02 Ronald S. Bultjevp8: update frame size changes on thread context switches.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-24 Janne Salonenvp8: fix update_lf_deltas in libavcodec/vp8.c
2012-03-19 Aaron Colwellvp8: avoid race condition on segment map.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-07 Ronald S. Bultjevp8: always update next_framep[] before returning from...
2012-02-06 Diego Biurrundoxygen: Do not include license boilerplates in Doxygen...
2011-12-02 Aaron Colwellvp8: flush buffers on size changes.
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-10-29 Ronald S. Bultjevp8: fix overflow in segmentation map caching.
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-10-21 Ronald S. Bultjevp8: fix up handling of segmentation_maps in reference...
2011-10-14 Ronald S. Bultjevp8: prevent read from uninitialized memory in decode_mvs
2011-10-14 Ronald S. Bultjevp8: force reallocation in update_thread_context after...
2011-10-14 Ronald S. Bultjevp8: fix return value if update_dimensions fails
2011-10-08 Mans Rullgardvp8: fix signed overflows
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-04 Diego Biurrundoxygen: Fix documentation for some VP8 functions.
2011-07-03 Diego Biurrundoxygen: Fix parameter names to match the function...
2011-05-31 Ronald S. Bultjevp8: fix segmentation race during frame-threading.
2011-05-29 Mans Rullgardvp8: use av_clip_uintp2() where possible
2011-05-13 Mans RullgardAdd av_clip_uintp2() function
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-05-02 Ronald S. Bultjevp8: frame-multithreading.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-25 Alexander Strangevp8.c: rename EDGE_* to VP8_EDGE_*.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-12 Jason Garrett-GlaserVP8: fix other function declaration
2011-03-12 Jason Garrett-GlaserVP8: optimize VP8Context struct ordering
2011-03-12 Jason Garrett-GlaserVP8: fix function declaration
2011-03-12 Jason Garrett-GlaserVP8: use a goto to break out of two loops
2011-02-17 Jason Garrett-GlaserVP8: init one less near_mv
2011-02-17 Jason Garrett-GlaserVP8: split out declarations to new header
2011-02-17 Jason Garrett-GlaserVP8: faster MV clipping
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-11 Mans RullgardVP8: ARM optimised decode_block_coeffs_internal
2011-02-11 Jason Garrett-GlaserVP8: optimized mv prediction and decoding
2011-02-08 Jason Garrett-GlaserVP8: idct_mb optimizations
2011-02-04 Jason Garrett-GlaserVP8: slightly faster loopfilter sharpness logic
2011-02-04 Jason Garrett-GlaserVP8: faster deblock strength calculation
2011-02-04 Jason Garrett-GlaserVP8: faster filter_level clip
2011-02-04 Jason Garrett-GlaserVP8: simplify lf_delta mb mode logic
2011-02-01 Jason Garrett-GlaserVP8: merge chroma MC calls
2011-01-30 Jason Garrett-GlaserSlightly simplify VP8 inter_predict
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2011-01-28 Ronald S. BultjeFix VP8 aliasing problems.
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-25 Ronald S. BultjeDon't do edge emulation unless the edge pixels will...
2010-12-30 Ronald S. BultjeFix valgrind invalid read on top MB rows with CODEC_FLA...
2010-12-28 Ronald S. BultjeSupport CODEC_FLAG_EMU_EDGE in VP8 decoder.
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-13 Jason Garrett-GlaserRemove some stray +s in VP8
2010-08-11 Pascal Massiminoremove b4_stride/mb_stride.
2010-08-11 Pascal Massiminofix over-allocation. confused b4_stride with mb_width.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-08-05 Jason Garrett-GlaserVP8: fix bug in prefetch
2010-08-04 Jason Garrett-GlaserVP5/6/8: eliminate CABAC dependency
2010-08-04 Jason Garrett-GlaserVP8: partially inline decode_block_coeffs
2010-08-04 Jason Garrett-GlaserFix 100L in r24689
2010-08-04 Jason Garrett-GlaserVP8: simplify decode_block_coeffs to avoid having to...
2010-08-03 Jason Garrett-GlaserVP8: slightly faster DCT coefficient probability update
2010-08-03 Jason Garrett-GlaserVP8: make another RAC call branchy
2010-08-03 Jason Garrett-GlaserVP8: unroll partition type decoding tree
next