]> git.sesse.net Git - ffmpeg/history - libavcodec
Add myself to VP8 copyright and maintainers.
[ffmpeg] / libavcodec /
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...
2010-07-23 Jason Garrett-GlaserVP8: Clean up some variable shadowing.
2010-07-23 Jason Garrett-GlaserVP8 asm: cosmetics (spacing)
2010-07-23 Jason Garrett-GlaserVP8: 30% faster idct_mb
2010-07-23 Jason Garrett-GlaserVP8: smarter prefetching
2010-07-23 Baptiste CoudurierIn h264 parser, return immediately if buf_size is 0...
2010-07-23 Jason Garrett-GlaserVP8: clear DCT blocks in iDCT instead of using clear_bl...
2010-07-23 Jason Garrett-GlaserVP8: avoid a memset for non-i4x4 blocks with no coeffic...
2010-07-22 Jason Garrett-GlaserGet rid of more unnecessary dereferences in VP8 deblocking
2010-07-22 Jason Garrett-GlaserShut up an uninitialized variable GCC warning in VP8.
2010-07-22 Jason Garrett-GlaserSmarter VP8 prefetching
2010-07-22 Jason Garrett-GlaserFix stupid bug in VP8 prefetching code
2010-07-22 Jason Garrett-GlaserEliminate a LUT in escape decoding in VP8 decode_block_...
2010-07-22 Jason Garrett-GlaserEliminate some repeated dereferences in VP8 inter_predict
2010-07-22 Ronald S. BultjeUse pextrw for SSE4 mbedge filter result writing, speed...
2010-07-22 James ZernMap settings for 2-pass libvpx encoding.
2010-07-22 Jason Garrett-GlaserEliminate a pointless memset for intra blocks in P...
2010-07-22 Jason Garrett-GlaserVP8: Don't store segment in macroblock struct anymore.
2010-07-22 Jason Garrett-GlaserConvert VP8 macroblock structures to a ring buffer.
2010-07-22 Jason Garrett-GlaserCalculate deblock strength per-MB instead of per-row
2010-07-22 Jason Garrett-GlaserAvoid tracking i4x4 modes in P-frames in VP8
2010-07-22 Jason Garrett-GlaserAvoid useless fill_rectangle in P-frames in VP8
2010-07-22 Jason Garrett-GlaserOptimize partition mv decoding in VP8
2010-07-22 Jason Garrett-GlaserTake shortcuts for mv0 case in VP8 MC
2010-07-22 Jason Garrett-GlaserMuch faster VP8 mv and mode prediction
2010-07-22 Jason Garrett-GlaserConvert vp56_mv to 16-bit.
2010-07-22 Jason Garrett-GlaserAdd prefetching to VP8 decoder
2010-07-22 Ronald S. BultjeFix and enable horizontal >=SSE2 mbedge loopfilter.
2010-07-22 Loren Merrittrelicense h264 deblock sse2 to lgpl
2010-07-21 Loren Merrittsync yasm macros from x264
2010-07-21 Jason Garrett-GlaserEliminate one instruction in VP8 dc_add_sse4
2010-07-21 Jason Garrett-GlaserVarious VP8 x86 deblocking speedups
2010-07-21 Jason Garrett-GlaserMake mmx VP8 WHT faster
2010-07-21 Diego PettenòMake ff_inverse stay with libavutil, and optional copy...
2010-07-21 David ConradAdd header declarations for mmx/sse constants missing...
2010-07-21 David ConradMove ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c
2010-07-20 Ronald S. BultjeVP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both...
2010-07-20 Ronald S. BultjeChroma (width=8) inner loopfilter MMX/MMX2/SSE2 for...
2010-07-20 Pascal Massiminoremove an unneeded av_realloc()
2010-07-20 Måns Rullgårdvp8: indent
2010-07-20 Måns Rullgårdvp8: add do { } while(0) around XCHG() macro to avoid...
2010-07-20 Diego BiurrunAdd some braces to silence the warning:
2010-07-20 Vitor SessakFix memory leak in ATRAC3 decoder
2010-07-19 Ronald S. BultjeRevert r24339 (it causes fate failures on x86-64) ...
2010-07-19 Ronald S. BultjeRemove FF_MM_SSE2/3 flags for CPUs where this is genera...
2010-07-19 Ronald S. BultjeImplement chroma (width=8) inner loopfilter MMX/MMX2...
2010-07-19 Ronald S. BultjeBe more efficient with registers or stack memory. Saves...
2010-07-19 Ronald S. BultjeChange function prototypes for width=8 inner and mbedge...
2010-07-19 Alex Converseaacenc: Convert if () abort() to assert().
2010-07-19 Alex ConverseCosmetics: Whitespace
2010-07-19 Nathan Caldwellaacenc: Adjust array offsets for the current channel...
2010-07-19 Nathan Caldwellaacenc: Refactor apply_window_and_mdct() so it no longe...
2010-07-19 Peter RossAdd doxygen @file comment block
2010-07-18 Loren Merrittmore credits to D. J. Bernstein for fft
2010-07-18 flybird2k@gmail.comFix memleak when using mp*float decoder.
2010-07-18 Peter RossASCII/ANSI art decoder
2010-07-18 Peter RossAdd @file documentation tag
2010-07-18 Peter Ross8088flex TMV video decoder now uses ff_draw_pc_font()
2010-07-18 Peter RossAdd ff_draw_pc_font()
2010-07-18 Peter RossAdd ff_vga16_font
2010-07-17 Diego BiurrunFix Doxygen @param command attribute syntax.
2010-07-16 Ronald S. BultjeAttempt to fix x86-64 testsuite on fate.
2010-07-16 Alex Converse10l: Add a missing const.
2010-07-16 Alex Converseaacenc: Template quantize_and_encode_band_cost().
2010-07-16 Ronald S. BultjeRemove duplicate define.
2010-07-16 Ronald S. BultjeRevert 24270, it contained some stuff that shouldn...
2010-07-16 Ronald S. BultjeRemove duplicate define.
2010-07-16 Ronald S. BultjeGive x86 r%d registers names, this will simplify implem...
2010-07-16 Ronald S. BultjeChange return statement, the REP_RET is a mistake since...
2010-07-16 Vitor SessakMake Intel Music Coder output SAMPLE_FMT_FLT
2010-07-16 Peter RossUse designated initialisers for pcm codec struct
2010-07-16 David Conradvp8: Save mb border needed for intra prediction so...
2010-07-16 David Conradvp8: Check for malloc failure
2010-07-15 Ronald S. BultjeVP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.
2010-07-15 Måns RullgårdARM: NEON H264 chroma loop filter 3 cycles faster
2010-07-15 Måns RullgårdARM: remove two insns from NEON chroma loop filter
2010-07-14 Diego BiurrunRestore mistakenly removed [in]/[out] Doxygen parameter...
2010-07-14 Reimar DöffingerPass the composition and ancillary ID for DVB subtitles...
2010-07-14 Thilo BorgmannRemove incomplete Doxygen for static decode_frame funct...
2010-07-14 Alex Converseaacenc: psy_3gpp_init(): Fix line_to_frequency for...
2010-07-14 Alex Converseaacenc: aac_psy_init(): Factorize line_to_frequency.
2010-07-14 Alex Converseaacenc: psy_3gpp_init(): Fix ath for the first line...
2010-07-14 Alex Converseaacenc: psy_3gpp_init(): Calculate barks on demand.
2010-07-13 Måns Rullgårdavfft: remove useless parens
2010-07-13 Måns Rullgård100l: really fix fft external API init functions
2010-07-13 Alex Converseaacsbr: Eliminate double precision arithmetic.
2010-07-12 Alex Converseaacdec: Eliminate the use of doubles in the MAIN predictor.
2010-07-12 Alex Converseaacdec: Eliminate the use of doubles in decode_cce().
2010-07-12 Alex Converseaacdec: Use a LUT to generate CCE scale.
2010-07-12 James ZernDo not map video quantizer scale (from 1-51 to 0-63...
2010-07-12 Måns Rullgårdavfft: make init functions return NULL on failure as...
2010-07-12 Diego BiurrunUse correct length modifier for size comparison in...
next