]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix svq3_* function declarations.
[ffmpeg] / libavcodec /
2010-01-27 Rafaël CarréFix svq3_* function declarations.
2010-01-27 Måns RullgårdSVQ1: 4-byte-align codebook tables
2010-01-27 Reimar DöffingerFix possible crashes in mlp parser, it tries to go...
2010-01-27 Reimar DöffingerReduce log level of "Extracting .. channel downmix...
2010-01-27 Michael NiedermayerRevert Revision: 21362
2010-01-27 Michael NiedermayerUpdate comment.
2010-01-27 Michael NiedermayerUse table to speedup access to non_zero_count in MBAFF...
2010-01-27 Stefano SabatiniFix misc typos, patch by
2010-01-27 Michael NiedermayerSimplify left_xy init
2010-01-26 Michael NiedermayerSplit fill_caches() between loopfilter & decode, the...
2010-01-26 Michael NiedermayerOptimize loop filtering of the left edge in MBAFF.
2010-01-26 Michael Niedermayeruse left_xy[1] in mbaff QP loop filter check, this...
2010-01-26 Michael NiedermayerOptimize mv/ref cache init for left MB.
2010-01-26 Måns RullgårdAdd UMULH()
2010-01-26 Loren Merrittoptimize h264_loop_filter_strength_mmx2
2010-01-26 Michael Niedermayerremove unneeded check
2010-01-26 Michael NiedermayerUse left_mb_xy from fill_caches instead of recalculatin...
2010-01-26 Michael NiedermayerSimplify left_xy content for the loop filter, this...
2010-01-26 Michael NiedermayerSimplify loop filter a little by using top/left_type.
2010-01-26 Michael NiedermayerSet top & left types for deblock in fill_caches().
2010-01-26 Michael Niedermayer100l typo fix, mixed up +-1 forcing the loop filter...
2010-01-26 Michael Niedermayercosmetic
2010-01-26 Michael NiedermayerFix qp_thres loop filter check for MBAFF.
2010-01-26 Michael NiedermayerOptimize mb neighbor initialization for MBAFF in fill_c...
2010-01-26 Carl Eugen HoyosMetasoft MJPEG codec has Cb and Cr swapped, fixes issue...
2010-01-25 Michael NiedermayerFix heap overflow due to lack of nb_components check.
2010-01-25 Carl Eugen HoyosRelease buffer when decoding is finished.
2010-01-25 Michael NiedermayerOptimize decode_cabac_field_decoding_flag().
2010-01-25 Alexander Strange100l, correct wrong H.264+adaptive MBAFF decoding
2010-01-25 Alexander StrangeH.264: Use 64-/128-bit write-combining macros for copies
2010-01-24 Justin RugglesOnly check frame size if the header is valid.
2010-01-24 Carl Eugen HoyosFix decoding ATI VCR2 codec, sample in
2010-01-24 Michael NiedermayerBranchless setting of MB_TYPE_8x8DCT.
2010-01-24 Michael NiedermayerRemove cruft.
2010-01-24 Michael NiedermayerMark index as unsigend so gcc knows it doesnt need...
2010-01-24 Michael Niedermayera[b-1] -> (a-1)[b].
2010-01-24 Michael NiedermayerOptimize suffix_length computation, 1 cpu cycle speedup.
2010-01-24 Michael NiedermayerSimplify suffix_length computation, same speed.
2010-01-24 Michael NiedermayerOptimize level_code computation, 6cpu cycles speedup.
2010-01-24 Reimar DöffingerFix crash in MLP decoder due to integer overflow.
2010-01-24 Michael Niedermayer1 cpu cycle faster suffix_length calculation.
2010-01-24 Laurent AimarVC-1/WMV3 DXVA2 implementation
2010-01-24 Michael NiedermayerRemove is_complex from loop_filter() its useless there...
2010-01-24 Laurent AimarAdded a few missing consts in dxva_h264.
2010-01-24 Laurent AimarAdded a missing const to ff_h264_get_slice_type().
2010-01-24 Laurent AimarAdded missing const to get_bits_count().
2010-01-24 Michael NiedermayerPrefer cbp over cbp_table.
2010-01-24 Michael NiedermayerRemove all uses of slice_type* from the loop filter...
2010-01-23 Michael NiedermayerRemove unneeded reset of non_zero_count_cache for deblock.
2010-01-23 Michael NiedermayerRemove useless things from the deblock side of fill_cac...
2010-01-23 Michael Niedermayermake mv_cache init 64bit where possible.
2010-01-23 Laurent AimarMoved reusable functions from dxva2_h264.c to dxva2.c
2010-01-23 Michael NiedermayerMove +52 from the loop filter to the alpha/beta offsets...
2010-01-23 Reimar DöffingerRelease buffer when the codec is closed.
2010-01-23 Reimar DöffingerUse qstride = 0 and allocate only a single line for...
2010-01-23 Laurent AimarAdded ff_dxva2_ prefix to get_surface(_index) and commi...
2010-01-23 Laurent AimarReindent the content of one if(){} in ff_dxva2_common_e...
2010-01-23 Laurent AimarMoved reusable code from dxva2_h264.c:end_frame to...
2010-01-23 Michael NiedermayerSet edges based on cbp and mv partitioning, not just...
2010-01-23 Reimar DöffingerUse AVPALETTE_COUNT instead of hard-coding 256.
2010-01-23 Reimar DöffingerRemove redundant initialization of the palette, it...
2010-01-23 Michael NiedermayerOptimize filter_mb_mbaff_edge*()
2010-01-23 Michael NiedermayerOptmize 8x8dct check used to skip some borders in the...
2010-01-23 Reimar DöffingerUse av_freep intead of av_free to free pointers in...
2010-01-23 Reimar DöffingerZero the frame data on allocation for VB codec, e.g...
2010-01-23 Daniel VerkampExport wma_critical_freqs as ff_wma_critical_freqs
2010-01-22 Reimar DöffingerThe SSSE3 version of dct_quantize in mpegvideo_mmx_temp...
2010-01-22 Alex ConverseImplement an sse version of scalarproduct_float().
2010-01-22 Kostya ShishkovCheck for chunk boundaries when decoding VB codec data
2010-01-22 Kostya ShishkovZero palette in case not all entries are initialized...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-22 Michael NiedermayerGcc idiocy fixes related to filter_mb_edge*.
2010-01-21 Michael NiedermayerMove dquant check into qscale overflow check.
2010-01-21 Michael NiedermayerMake calculation of mask_edge free of branches, faster...
2010-01-21 Michael NiedermayerClarify CODEC_CAP_SUBFRAMES.
2010-01-21 Måns RullgårdSet CODEC_CAP_SUBFRAMES for adpcm decoders
2010-01-21 David ConradUse two separate memory arguments since 8+() is invalid...
2010-01-20 Måns RullgårdAlways call avcodec_thread_init()
2010-01-20 Michael NiedermayerAttempt to fix asm compilation failure.
2010-01-20 Laurent AimarH264 DXVA2 implementation
2010-01-20 Måns RullgårdMove COPY3_IF_LT to lavc/mathops.h
2010-01-20 Alexander StrangeH.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t...
2010-01-20 Michael NiedermayerSimplify/Optimize another of the mbaff loop filter...
2010-01-20 Michael NiedermayerOnly calculate the second chroma qp if it differs from...
2010-01-20 Michael NiedermayerSet bS with 64bits at a time.
2010-01-20 Michael NiedermayerMerge multiple IS_* macro uses where possible.
2010-01-20 Michael NiedermayerSimplify and optimize intra code in h264_loopfilter.c
2010-01-20 Vitor SessakFloating point discrete cosine transform
2010-01-20 David ConradUse constant offsets for memory operands since gcc...
2010-01-20 Michael NiedermayerSightly simplify initialization of int start.
2010-01-19 Michael NiedermayerMark the h264 c loop filter as av_always_inline av_flat...
2010-01-19 Michael Niedermayerskip outer pixels if possible in h264_loop_filter_luma_c().
2010-01-19 Michael NiedermayerReenable ff_h264_filter_mb_fast() for all slices it...
2010-01-19 Michael NiedermayerFix h264_loop_filter_strength_mmx2() so it works with...
2010-01-19 Michael NiedermayerRemove -2 -> -1 remapping, its not needed anymore as...
2010-01-19 Jason Garrett-GlaserUpdate libx264.c to use new libx264 features
2010-01-19 Jai MenonApply changes made in r21308 to svq3.c.
2010-01-19 Michael NiedermayerDont waste time initializing stuff for deblocking intra...
2010-01-19 Michael NiedermayerRemove 2 checks from fetch_diagonal_mv() that apparentl...
2010-01-19 Michael NiedermayerMove a few things into a deeper if() in fetch_diagonal_...
next