]> git.sesse.net Git - ffmpeg/history - libavcodec/vp8.c
lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders
[ffmpeg] / libavcodec / vp8.c
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
2010-08-03 Jason Garrett-GlaserVP8: unroll splitmv decoding tree
2010-08-03 Jason Garrett-GlaserVP8: unroll MB mode decoding tree
2010-08-02 Jason Garrett-GlaserVP8: eliminate a dereference in coefficient decoding
2010-08-02 Jason Garrett-GlaserVP8: much faster DC transform handling
2010-08-02 Jason Garrett-GlaserVP8: move zeroing of luma DC block into the WHT
2010-08-02 Pascal Massiminoonly store intra prediction modes on the boundary for...
2010-08-02 Jason Garrett-GlaserVP8: simplify token_prob handling
2010-08-01 Pascal Massiminoprevent access to vp8_coeff_band[16]
2010-07-27 Pascal Massiminob0rk3d FATE + black helicopters hissing -> rolling...
2010-07-27 Pascal Massiminoperform the clipping on luma_dc_qmul[1] and chroma_qmul...
2010-07-27 Pascal Massiminosave some copies by moving some fields out of proba[2]
2010-07-26 Jason Garrett-GlaserVP8: add missing free
2010-07-25 Carl Eugen HoyosFix r24445: Instead of needlessly initialising a variab...
2010-07-23 David ConradVP8: Inline traversing vp8_small_mvtree
2010-07-23 David ConradVP8: Use vp56_rac_get_prob_branchy when the bit is...
2010-07-23 David ConradDecode DCT tokens by branching to a different code...
2010-07-23 Jason Garrett-GlaserAdd myself to VP8 copyright and maintainers.
2010-07-23 Jason Garrett-GlaserVP8: always_inline some things to force gcc to do the...
2010-07-23 Jason Garrett-GlaserVP8: use AV_RL24 instead of defining a new RL24.
2010-07-23 Jason Garrett-GlaserVP8: Slightly faster MV selection
2010-07-23 Jason Garrett-GlaserVP8: use AV_ZERO32 instead of AV_WN32A where relevant
2010-07-23 Jason Garrett-GlaserVP8: eliminate redundant code in r24458
2010-07-23 Jason Garrett-GlaserVP8: shave a few clocks off check_intra_pred_mode
2010-07-23 Jason Garrett-GlaserVP8: fix broken sign bias code in MV pred
2010-07-23 Jason Garrett-GlaserVP8: optimize DC-only chroma case in the same way as...
next