]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Silence one warning when compiling with icc:
[frescor/ffmpeg.git] / libavcodec /
2008-12-28 cehoyosSilence one warning when compiling with icc:
2008-12-28 cehoyosFix h264 decoding on SSE2 cores with icc compilation.
2008-12-27 mruReplace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
2008-12-27 mrusimple_idct: use MUL16 and MAC16 from mathops.h
2008-12-27 diegoconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-27 lu_zeroRemove stray code
2008-12-27 lu_zeroCleanup _t types in libavcodec/ppc
2008-12-27 reimarBump minor number for many small improvements, tiff...
2008-12-26 mruARM: NEON optimised float_to_int16
2008-12-26 michaelEnable faxcompr.
2008-12-26 michaelindent
2008-12-26 michaelSimplify vertical mode
2008-12-26 michaelAnd another sechole ...
2008-12-26 michaelFix yet another sechole.
2008-12-26 michaelFix another sechole.
2008-12-26 michaelMinor simplification.
2008-12-26 michaelRemove unused run_start variable.
2008-12-26 michaelMove sync line pointers code to the end of the loop...
2008-12-26 michaelGet rid of impossible condition (run_off < avctx->width).
2008-12-26 michaelGet rid of pix_left in the 2d code, its simpler that...
2008-12-26 reynaldoCOSMETICS Part 3 and final of Kenan Gillet's QCELP...
2008-12-26 reynaldoPart 2 of Kenan Gillet's QCELP silent handling patch.
2008-12-26 michaelFactorize "avctx->width + 2" out to avoid someone mista...
2008-12-26 michaelcosmetic (moving pix_left update)
2008-12-26 michaelClose gapping sechole, that is a series of run=0 allows...
2008-12-26 michaelminor simplification
2008-12-26 michaelMerge ff_ccitt_unpack_1d and 2d.
2008-12-26 michaelEnsure that an invalid run terminates the line.
2008-12-26 michael10l != vs. == (yes, my fault not kostyas).
2008-12-26 michaelindent
2008-12-26 michaelSimplify zero run handling in put_line().
2008-12-26 michaelAvoid negation in put_line().
2008-12-26 michaelFactorize mode switching in put_line().
2008-12-26 michaelFix (rewrite) find_group3_syncmarker().
2008-12-26 michaelCCITT Fax Group 3 and 4 decompression by kostya.
2008-12-26 diegoASAO Nelly Moser implementation moved to a better place...
2008-12-26 benoits/FFmpeg-devel/ffmpeg-devel/
2008-12-26 darkshikariFix compilation without optimization under 64-bit with...
2008-12-25 mruARM: add new h264 idct functions
2008-12-25 gpoirierDisable usage of ff_h264_idct_add_altivec since AltiVec...
2008-12-25 diegoChange mplayerhq.hu references to ffmpeg.org where...
2008-12-25 diegoFix sample URL.
2008-12-25 diegoThe VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.
2008-12-25 lorenmflatten an array, since gcc fails at optimizing multidi...
2008-12-24 michaelexport refs
2008-12-24 michaelAllow decoders to set AVCodecContext.refs.
2008-12-24 michaelOptimize pred_pskip_motion()
2008-12-23 michaelIndent
2008-12-23 michaelIntegrate get_te0_golomb() calls into the code, this...
2008-12-23 michaelUse get_ue_golomb_31() where possible, almost all are...
2008-12-23 michaelUpdate golomb decoding tables so that get_*_golomb_31...
2008-12-23 michaelAdd get_ue_golomb_31()
2008-12-23 michaelindent
2008-12-23 michaelUse the new VLC table for the first non trailing coeff...
2008-12-23 michaelOptimize esc removial code.
2008-12-23 kostya352l: correct calculating number of bits for storing...
2008-12-23 michaelIndent
2008-12-23 michaelunified CAVLC level decoding LUT.
2008-12-23 michaelMake h264 parser 50% faster.
2008-12-23 michael100l, I broke H.264 again, forgot one hunk.
2008-12-23 michaelOptimize 0 0 0-3 search, 45% faster on pentium dual.
2008-12-22 andomaRevert r16257:
2008-12-22 michaelSimplify decode_cabac_mb_ref() a little bit, 2 cpu...
2008-12-22 michaelIndent
2008-12-22 michaelinline decode_cabac_mb_type for I & P frames, 9 cycles...
2008-12-22 michaelNegate 2 more variables, 1 cpu cycle faster on pentium...
2008-12-22 michaelSimplify if/else, no speed change
2008-12-22 michaelNegate a few variables, this simplifies the code and...
2008-12-22 michaelSimplify ifs(), 8 cpu cycles faster on pentium dual
2008-12-22 michaelSimplify if(), 3 cpu cycles faster in pentium dual.
2008-12-22 diegoRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-22 kostyaDecode TIFF image only after all tags have been decoded
2008-12-22 kostyaSome TIFFs declare -1 for the single strip height
2008-12-22 kostyaAdd monochrome TIFF support
2008-12-22 kostyaCalculate line size variable correctly for lower bitdep...
2008-12-22 kostyaRegister TIFF tags for CCITT Group 3 and 4 compression...
2008-12-22 diegoRemove a bunch of unused variables.
2008-12-22 diegoUse ARCH_X86_32 instead of !ARCH_X86_64, it is more...
2008-12-22 diegoFix incorrectly constructed Dirac parse units that...
2008-12-21 diegoDo not use full include path for headers in the same...
2008-12-21 michaelChange mpeg audio parser so it only sets frame_size...
2008-12-21 andomaInclude "libavutil/common.h" where we use llrint()...
2008-12-21 michaelFix PTS returned by the demuxers for mpeg4 without...
2008-12-21 michaelMove CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_...
2008-12-21 michaelRemove useless code.
2008-12-21 michaelOnly execute clear_blocks() when needed.
2008-12-21 superdumpAAC: Reindent after last commit
2008-12-21 superdumpAAC: Fix AAC prediction when used in conjunction with...
2008-12-21 superdumpAAC: Don't write an illegal sampling_index in a PCE...
2008-12-20 michaelOptimize get_dct8x8_allowed().
2008-12-20 kostyaRV30 decoder
2008-12-20 kostyaRV30 loop filter
2008-12-20 reynaldoCosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp...
2008-12-19 stefanoPut under #if LIBAVCODEC_VERSION_MAJOR < 53 the depreca...
2008-12-19 stefanoRemove calls to deprecated av_set_string2() with calls to
2008-12-19 darkshikariH.264 loopfilter speed tweaks
2008-12-19 darkshikariPort x264 deblocking code to libavcodec. This includes...
2008-12-19 michaelDocument new idct requirements.
2008-12-19 michaelFix decoding with the plain C idcts of
2008-12-19 kostyaa table for upcoming RV30 loop filtering
next