]> git.sesse.net Git - ffmpeg/history - libavcodec
Move 'chksum' declaration to the only block where that variable is used
[ffmpeg] / libavcodec /
2010-02-11 Kostya ShishkovMove 'chksum' declaration to the only block where that...
2010-02-11 Kostya ShishkovMove band checksum verifying into preprocessor conditio...
2010-02-10 Alex ConverseOutput the first AAC frame. This is needed for SBR...
2010-02-10 David ConradEnable SSE2 (put|avg)_pixels_16_sse2
2010-02-09 Måns RullgårdARMv6 optimised pix_sum
2010-02-09 Måns RullgårdARMv6 optimised pix_norm1
2010-02-09 Måns RullgårdARMv6 optimised sse16
2010-02-09 Måns RullgårdARMv6 optimised diff_pixels
2010-02-09 Måns RullgårdARMv6 optimised get_pixels
2010-02-09 Måns RullgårdARMv6 optimised pix_abs8
2010-02-09 Måns RullgårdARMv6 optimised pix_abs16_y2
2010-02-09 Måns RullgårdARMv6 optimised pix_abs16_x2
2010-02-09 Måns RullgårdARMv6 optimised pix_abs16
2010-02-09 Måns RullgårdARMv6 optimised put_pixels functions except xy2 variants
2010-02-09 Kostya ShishkovIndeo 5 decoder
2010-02-09 Michael NiedermayerReorder and factorize mb_type ifs, 1 cpu cycle faster...
2010-02-08 Michael NiedermayerSet partitioning to 16x16 for spatial direct MBs with...
2010-02-08 Michael NiedermayerDetect spatial direct MBs partitioned smaller than...
2010-02-08 Michael NiedermayerDetect equal 4x4 blocks in spatial direct MBs.
2010-02-08 Michael NiedermayerRemove an apparently unneeded && !FRAME_MBAFF.
2010-02-08 Michael NiedermayerBranchless calculation of ref_offset.
2010-02-08 Michael NiedermayerRemove incorrect fixme, i see no case that is missing.
2010-02-08 Michael NiedermayerReplace call to pred_motion() in direct spatial mv...
2010-02-08 Michael NiedermayerChange xvid/divx/lavc build variables to be consistent...
2010-02-08 Michael NiedermayerSet x264_build so that checks are simpler.
2010-02-07 Michael NiedermayerOoops, 10l forgot to commit h264.h.
2010-02-07 Michael NiedermayerZero a/b only in the branch where they need to be zeroed.
2010-02-07 Michael NiedermayerMerge mv&ref related code for spatial direct MV code.
2010-02-07 Michael NiedermayerPrecalculate a few variables for direct mv prediction...
2010-02-07 Michael NiedermayerSet direct MB partitioning for 16x8 and 8x16 colocated...
2010-02-07 Michael NiedermayerFactorize setting sub_mb_type out.
2010-02-07 Michael NiedermayerRemove FIXMEs for cases that are disallowed by the...
2010-02-07 Michael NiedermayerCheck direct_8x8_inference_flag.
2010-02-07 Michael NiedermayerSkip the fill_colmap() case thats for MBAFF if we dont...
2010-02-07 Michael NiedermayerFix CAVLC+8x8DCT+MBAFF loopfiltering.
2010-02-07 Michael NiedermayerFix colocated map.
2010-02-07 Michael NiedermayerFix reference selection for colocated MBs from frames...
2010-02-07 Michael NiedermayerAdd assert(sps.direct_8x8_inference_flag) to FIXME...
2010-02-07 Michael Niedermayerref_offset must be added after checking references...
2010-02-06 Reimar DöffingerAdd include necessary for ff_set_qscale
2010-02-06 Jai MenonAvoid using an intermediate variable.
2010-02-06 Jai MenonRemove redundant use of numchannels since it is 1 for...
2010-02-06 Jai Menonalac.c : Use av_freep instead of av_free.
2010-02-06 Michael NiedermayerLong term references behave different from short term...
2010-02-04 Jai MenonAdd ALAC 24 bps decoding support.
2010-02-04 Michael NiedermayerFix large timebases.
2010-02-04 Michael NiedermayerImplement cool new vlc code.
2010-02-03 Peter RossIFF PBM/ILBM bitmap decoder
2010-02-03 Michael NiedermayerRevert
2010-02-02 Carl Eugen HoyosFix r21223: AVup samples (issue 1685) need a buf offset...
2010-02-01 Thilo BorgmannRemove unnecessary fields in ALSSpecificConfig.
2010-02-01 Michael NiedermayerSet reordered_opaque during context alloc by default...
2010-01-31 Daniel VerkampUpdate binkaudio to new DECLARE_ALIGNED syntax
2010-01-31 Daniel Verkamplibavcodec version bump for Bink codec IDs (r21536)
2010-01-31 Peter RossBink Audio decoder
2010-01-31 Reimar DöffingerAdd include to fix implicit declaration of ff_mpeg4_ini...
2010-01-31 Peter RossAdd v210x decoder long name
2010-01-31 Michael NiedermayerGet rid of a check in one direction that cant be true...
2010-01-31 Måns RullgårdBlackfin: use SRAM only when CONFIG_SRAM is set
2010-01-30 Michael NiedermayerFlush the bitreservour.
2010-01-30 Michael NiedermayerSplit first reference list comparission from mv compari...
2010-01-30 Reimar DöffingerMake the jump-table section-relative for x86_64 with...
2010-01-30 Stefano SabatiniImplement av_get_pix_fmt(), and deprecate avcodec_get_p...
2010-01-30 Michael NiedermayerReplace h->left_type[0] by the local variable for it...
2010-01-30 Michael Niedermayerslightly faster bit trickery.
2010-01-30 Michael NiedermayerReplace ?: by branchless code.
2010-01-30 Daniel VerkampAdd Bink codec IDs
2010-01-30 Kostya ShishkovIndeo Video Interactive 4 and 5 common code and DSP...
2010-01-29 Reimar DöffingerMake VP5 and VP6 decoders output a qscale table to...
2010-01-29 Ronald S. BultjeAdd no_repeat_mask option, so that single-pulse vectors...
2010-01-29 Robert SwainAdd support for vorbis 6.1 and 7.1 channel configuratio...
2010-01-28 Laurent Aimarvp56: check buffer size to fix a potential segfault
2010-01-28 Justin RugglesSimplify error handling by processing header errors...
2010-01-28 Reimar DöffingerMove variable declaration to block where it is used...
2010-01-28 Rafaël CarréExport H264 profile and level in AVCodecContext.
2010-01-28 Reimar DöffingerExtract duplicated code into a separate function.
2010-01-28 Michael Niedermayerfactorize first filter call out, this makes the code...
2010-01-28 Ronald S. BultjeSimplify. See "[PATCH] simplify ff_set_fixed_vector...
2010-01-28 Rafaël CarréInitialize thread_context[0] with h264 parser context.
2010-01-28 Michael NiedermayerChange wraper functions to always inline, they are...
2010-01-28 Michael Niedermayerindent
2010-01-28 Michael NiedermayerRestructure check_mv()
2010-01-28 Michael NiedermayerRestructure if() in check_mv()
2010-01-28 Michael NiedermayerUnroll loops in check_mv()
2010-01-28 Michael NiedermayerFactor mv/ref compare code out.
2010-01-28 Michael NiedermayerSimplify first edge filter condition.
2010-01-28 Michael NiedermayerCosmetics, mostly indention, 2 or so new fixme comments...
2010-01-28 Michael NiedermayerMake the fast loop filter path work with unavailable...
2010-01-28 Michael Niedermayerget rid of the start variable.
2010-01-28 Michael NiedermayerUnroll main loop so the edge==0 case is seperate.
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...
next